@etherisc/gif-next 0.0.2-e9148e0-933 → 0.0.2-e91c6be-472
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 +146 -22
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -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 +414 -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 +1060 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
 - package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json} +125 -11
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
 - 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 +445 -702
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +391 -169
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +367 -3066
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1045 -380
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +478 -398
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +356 -118
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
 - 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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
 - 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 +223 -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 +30 -112
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
 - 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 +961 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -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/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +391 -366
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +231 -225
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +931 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +283 -266
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IRiskService.sol/IRiskService.json} +149 -162
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +824 -264
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +305 -233
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1170 -300
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +304 -335
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +343 -119
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +209 -201
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +346 -172
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -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 +95 -14
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +40 -31
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +119 -165
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -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 +81 -30
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +96 -48
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +150 -176
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
 - 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 +4 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
 - 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 +4 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
 - 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 +4 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -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/upgradeability/Versionable.sol/Versionable.json +78 -0
 - package/contracts/authorization/AccessAdmin.sol +596 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +137 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ReleaseAccessManager.sol +38 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/distribution/Distribution.sol +284 -0
 - package/contracts/distribution/DistributionService.sol +354 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +100 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +86 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +431 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +51 -26
 - package/contracts/instance/IInstanceService.sol +58 -17
 - package/contracts/instance/Instance.sol +164 -375
 - package/contracts/instance/InstanceAdmin.sol +277 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +271 -82
 - package/contracts/instance/InstanceService.sol +359 -137
 - package/contracts/instance/InstanceServiceManager.sol +14 -32
 - package/contracts/instance/InstanceStore.sol +287 -0
 - 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 +111 -0
 - package/contracts/instance/base/ObjectSet.sol +79 -0
 - package/contracts/instance/module/IAccess.sol +29 -21
 - package/contracts/instance/module/IBundle.sol +8 -8
 - package/contracts/instance/module/IComponents.sol +50 -0
 - package/contracts/instance/module/IDistribution.sol +6 -4
 - package/contracts/instance/module/IPolicy.sol +59 -19
 - package/contracts/instance/module/IRisk.sol +1 -1
 - package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
 - package/contracts/oracle/BasicOracle.sol +47 -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 +66 -0
 - package/contracts/oracle/Oracle.sol +156 -0
 - package/contracts/oracle/OracleService.sol +292 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +175 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +68 -0
 - package/contracts/pool/BundleService.sol +485 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +140 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +172 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +620 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +49 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +614 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +63 -0
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +82 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +59 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +695 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +432 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +78 -33
 - package/contracts/registry/IRegistry.sol +129 -35
 - package/contracts/registry/IRegistryService.sol +40 -28
 - package/contracts/registry/ITransferInterceptor.sol +1 -1
 - package/contracts/registry/Registry.sol +552 -271
 - package/contracts/registry/RegistryAdmin.sol +462 -0
 - package/contracts/registry/RegistryService.sol +116 -233
 - package/contracts/registry/RegistryServiceManager.sol +26 -53
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +485 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
 - package/contracts/registry/TokenRegistry.sol +261 -57
 - package/contracts/shared/Component.sol +229 -0
 - package/contracts/shared/ComponentService.sol +779 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +54 -0
 - package/contracts/shared/IComponent.sol +67 -0
 - package/contracts/shared/IComponentService.sol +130 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
 - package/contracts/shared/INftOwnable.sol +15 -12
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +15 -6
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +16 -6
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +205 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +88 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +75 -82
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +34 -41
 - package/contracts/shared/RegistryLinked.sol +38 -0
 - package/contracts/shared/Service.sol +61 -32
 - package/contracts/shared/TokenHandler.sol +382 -12
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +173 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +505 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +52 -0
 - package/contracts/staking/StakingReader.sol +190 -0
 - package/contracts/staking/StakingService.sol +453 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +150 -0
 - package/contracts/{types → type}/Blocknumber.sol +27 -3
 - package/contracts/type/ClaimId.sol +80 -0
 - package/contracts/{types → type}/DistributorType.sol +2 -2
 - package/contracts/{types → type}/Fee.sol +33 -23
 - package/contracts/{types → type}/NftId.sol +22 -15
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +276 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/{types → type}/Referral.sol +6 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/{types → type}/RiskId.sol +17 -3
 - package/contracts/type/RoleId.sol +162 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +48 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +34 -15
 - package/contracts/{types → type}/UFixed.sol +39 -9
 - package/contracts/{types → type}/Version.sol +5 -2
 - package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +11 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -719
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
 - package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
 - package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
 - 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 -502
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
 - 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/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1058
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
 - package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
 - 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/shared/Versionable.sol/Versionable.json +0 -228
 - package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
 - package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
 - package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
 - package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
 - package/contracts/components/BaseComponent.sol +0 -91
 - package/contracts/components/Distribution.sol +0 -159
 - package/contracts/components/IBaseComponent.sol +0 -25
 - package/contracts/components/IDistributionComponent.sol +0 -44
 - package/contracts/components/IPoolComponent.sol +0 -62
 - package/contracts/components/IProductComponent.sol +0 -35
 - package/contracts/components/Pool.sol +0 -242
 - package/contracts/components/Product.sol +0 -284
 - package/contracts/experiment/cloning/Cloner.sol +0 -47
 - package/contracts/experiment/errors/Require.sol +0 -38
 - package/contracts/experiment/errors/Revert.sol +0 -44
 - package/contracts/experiment/inheritance/A.sol +0 -53
 - package/contracts/experiment/inheritance/B.sol +0 -28
 - package/contracts/experiment/inheritance/C.sol +0 -34
 - package/contracts/experiment/inheritance/IA.sol +0 -13
 - package/contracts/experiment/inheritance/IB.sol +0 -10
 - package/contracts/experiment/inheritance/IC.sol +0 -12
 - package/contracts/experiment/statemachine/Dummy.sol +0 -27
 - package/contracts/experiment/statemachine/ISM.sol +0 -25
 - package/contracts/experiment/statemachine/SM.sol +0 -57
 - package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
 - package/contracts/experiment/types/TypeA.sol +0 -47
 - package/contracts/experiment/types/TypeB.sol +0 -29
 - package/contracts/instance/AccessManagedSimple.sol +0 -115
 - package/contracts/instance/AccessManagerSimple.sol +0 -692
 - package/contracts/instance/IAccessManagerSimple.sol +0 -391
 - package/contracts/instance/InstanceAccessManager.sol +0 -288
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -124
 - package/contracts/instance/base/IInstanceBase.sol +0 -23
 - package/contracts/instance/base/KeyValueStore.sol +0 -172
 - package/contracts/instance/base/Lifecycle.sol +0 -100
 - package/contracts/instance/module/ISetup.sol +0 -44
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -317
 - package/contracts/instance/service/DistributionService.sol +0 -88
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -54
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -20
 - package/contracts/instance/service/IDistributionService.sol +0 -12
 - package/contracts/instance/service/IPoolService.sol +0 -37
 - package/contracts/instance/service/IProductService.sol +0 -107
 - package/contracts/instance/service/PoolService.sol +0 -194
 - package/contracts/instance/service/PoolServiceManager.sol +0 -54
 - package/contracts/instance/service/ProductService.sol +0 -548
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - package/contracts/shared/ERC165.sol +0 -25
 - package/contracts/shared/ProxyManager.sol +0 -94
 - package/contracts/shared/RegisterableUpgradable.sol +0 -16
 - package/contracts/shared/Versionable.sol +0 -147
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestRegisterable.sol +0 -18
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -24
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/NftIdSet.sol +0 -60
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -152
 - package/contracts/types/RoleId.sol +0 -90
 - /package/contracts/{types → type}/Key32.sol +0 -0
 
| 
         @@ -0,0 +1,780 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "StakingManager",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/staking/StakingManager.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "registry",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    },
         
     | 
| 
      
 13 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 15 
     | 
    
         
            +
                      "name": "tokenRegistry",
         
     | 
| 
      
 16 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 17 
     | 
    
         
            +
                    },
         
     | 
| 
      
 18 
     | 
    
         
            +
                    {
         
     | 
| 
      
 19 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 20 
     | 
    
         
            +
                      "name": "stakingStore",
         
     | 
| 
      
 21 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 22 
     | 
    
         
            +
                    },
         
     | 
| 
      
 23 
     | 
    
         
            +
                    {
         
     | 
| 
      
 24 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "name": "initialOwner",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 27 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28 
     | 
    
         
            +
                    {
         
     | 
| 
      
 29 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 30 
     | 
    
         
            +
                      "name": "salt",
         
     | 
| 
      
 31 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 32 
     | 
    
         
            +
                    }
         
     | 
| 
      
 33 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "type": "constructor"
         
     | 
| 
      
 36 
     | 
    
         
            +
                },
         
     | 
| 
      
 37 
     | 
    
         
            +
                {
         
     | 
| 
      
 38 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 39 
     | 
    
         
            +
                    {
         
     | 
| 
      
 40 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 41 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 42 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 43 
     | 
    
         
            +
                    }
         
     | 
| 
      
 44 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 47 
     | 
    
         
            +
                },
         
     | 
| 
      
 48 
     | 
    
         
            +
                {
         
     | 
| 
      
 49 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 50 
     | 
    
         
            +
                    {
         
     | 
| 
      
 51 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 52 
     | 
    
         
            +
                      "name": "contractAddress",
         
     | 
| 
      
 53 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 54 
     | 
    
         
            +
                    }
         
     | 
| 
      
 55 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 56 
     | 
    
         
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         
     | 
| 
      
 57 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 58 
     | 
    
         
            +
                },
         
     | 
| 
      
 59 
     | 
    
         
            +
                {
         
     | 
| 
      
 60 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 61 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         
     | 
| 
      
 62 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 63 
     | 
    
         
            +
                },
         
     | 
| 
      
 64 
     | 
    
         
            +
                {
         
     | 
| 
      
 65 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 66 
     | 
    
         
            +
                    {
         
     | 
| 
      
 67 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 68 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 70 
     | 
    
         
            +
                    },
         
     | 
| 
      
 71 
     | 
    
         
            +
                    {
         
     | 
| 
      
 72 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 73 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 74 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 75 
     | 
    
         
            +
                    }
         
     | 
| 
      
 76 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 77 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInvalidType",
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 79 
     | 
    
         
            +
                },
         
     | 
| 
      
 80 
     | 
    
         
            +
                {
         
     | 
| 
      
 81 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 82 
     | 
    
         
            +
                    {
         
     | 
| 
      
 83 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 84 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 85 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 86 
     | 
    
         
            +
                    }
         
     | 
| 
      
 87 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "name": "ErrorNftOwnableNotOwner",
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 90 
     | 
    
         
            +
                },
         
     | 
| 
      
 91 
     | 
    
         
            +
                {
         
     | 
| 
      
 92 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 93 
     | 
    
         
            +
                    {
         
     | 
| 
      
 94 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 95 
     | 
    
         
            +
                      "name": "registryAddress",
         
     | 
| 
      
 96 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 97 
     | 
    
         
            +
                    }
         
     | 
| 
      
 98 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 99 
     | 
    
         
            +
                  "name": "ErrorNotRegistry",
         
     | 
| 
      
 100 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 101 
     | 
    
         
            +
                },
         
     | 
| 
      
 102 
     | 
    
         
            +
                {
         
     | 
| 
      
 103 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 104 
     | 
    
         
            +
                  "name": "ErrorProxyManagerAlreadyDeployed",
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 106 
     | 
    
         
            +
                },
         
     | 
| 
      
 107 
     | 
    
         
            +
                {
         
     | 
| 
      
 108 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 109 
     | 
    
         
            +
                    {
         
     | 
| 
      
 110 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 111 
     | 
    
         
            +
                      "name": "nextVersion",
         
     | 
| 
      
 112 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 113 
     | 
    
         
            +
                    }
         
     | 
| 
      
 114 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 115 
     | 
    
         
            +
                  "name": "ErrorProxyManagerNextVersionNotIncreasing",
         
     | 
| 
      
 116 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 117 
     | 
    
         
            +
                },
         
     | 
| 
      
 118 
     | 
    
         
            +
                {
         
     | 
| 
      
 119 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 120 
     | 
    
         
            +
                  "name": "ErrorProxyManagerNotYetDeployed",
         
     | 
| 
      
 121 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 122 
     | 
    
         
            +
                },
         
     | 
| 
      
 123 
     | 
    
         
            +
                {
         
     | 
| 
      
 124 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 125 
     | 
    
         
            +
                  "name": "ErrorProxyManagerZeroVersion",
         
     | 
| 
      
 126 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 127 
     | 
    
         
            +
                },
         
     | 
| 
      
 128 
     | 
    
         
            +
                {
         
     | 
| 
      
 129 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 130 
     | 
    
         
            +
                  "name": "InvalidInitialization",
         
     | 
| 
      
 131 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 132 
     | 
    
         
            +
                },
         
     | 
| 
      
 133 
     | 
    
         
            +
                {
         
     | 
| 
      
 134 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 135 
     | 
    
         
            +
                  "name": "NotInitializing",
         
     | 
| 
      
 136 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 137 
     | 
    
         
            +
                },
         
     | 
| 
      
 138 
     | 
    
         
            +
                {
         
     | 
| 
      
 139 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 140 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 141 
     | 
    
         
            +
                    {
         
     | 
| 
      
 142 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 143 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 144 
     | 
    
         
            +
                      "name": "version",
         
     | 
| 
      
 145 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 146 
     | 
    
         
            +
                    }
         
     | 
| 
      
 147 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 148 
     | 
    
         
            +
                  "name": "Initialized",
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 150 
     | 
    
         
            +
                },
         
     | 
| 
      
 151 
     | 
    
         
            +
                {
         
     | 
| 
      
 152 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 153 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 154 
     | 
    
         
            +
                    {
         
     | 
| 
      
 155 
     | 
    
         
            +
                      "indexed": true,
         
     | 
| 
      
 156 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 157 
     | 
    
         
            +
                      "name": "proxy",
         
     | 
| 
      
 158 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 159 
     | 
    
         
            +
                    },
         
     | 
| 
      
 160 
     | 
    
         
            +
                    {
         
     | 
| 
      
 161 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 162 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 163 
     | 
    
         
            +
                      "name": "initialImplementation",
         
     | 
| 
      
 164 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 165 
     | 
    
         
            +
                    }
         
     | 
| 
      
 166 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 167 
     | 
    
         
            +
                  "name": "LogProxyManagerVersionableDeployed",
         
     | 
| 
      
 168 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 169 
     | 
    
         
            +
                },
         
     | 
| 
      
 170 
     | 
    
         
            +
                {
         
     | 
| 
      
 171 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 172 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 173 
     | 
    
         
            +
                    {
         
     | 
| 
      
 174 
     | 
    
         
            +
                      "indexed": true,
         
     | 
| 
      
 175 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 176 
     | 
    
         
            +
                      "name": "proxy",
         
     | 
| 
      
 177 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 178 
     | 
    
         
            +
                    },
         
     | 
| 
      
 179 
     | 
    
         
            +
                    {
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 181 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 182 
     | 
    
         
            +
                      "name": "upgradedImplementation",
         
     | 
| 
      
 183 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 184 
     | 
    
         
            +
                    }
         
     | 
| 
      
 185 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 186 
     | 
    
         
            +
                  "name": "LogProxyManagerVersionableUpgraded",
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 188 
     | 
    
         
            +
                },
         
     | 
| 
      
 189 
     | 
    
         
            +
                {
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 191 
     | 
    
         
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         
     | 
| 
      
 192 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 193 
     | 
    
         
            +
                    {
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 196 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 197 
     | 
    
         
            +
                    }
         
     | 
| 
      
 198 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 199 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 200 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 201 
     | 
    
         
            +
                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 204 
     | 
    
         
            +
                    {
         
     | 
| 
      
 205 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 206 
     | 
    
         
            +
                      "name": "registry",
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 208 
     | 
    
         
            +
                    },
         
     | 
| 
      
 209 
     | 
    
         
            +
                    {
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "name": "initialImplementation",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 213 
     | 
    
         
            +
                    },
         
     | 
| 
      
 214 
     | 
    
         
            +
                    {
         
     | 
| 
      
 215 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 216 
     | 
    
         
            +
                      "name": "initializationData",
         
     | 
| 
      
 217 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 218 
     | 
    
         
            +
                    }
         
     | 
| 
      
 219 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 220 
     | 
    
         
            +
                  "name": "deploy",
         
     | 
| 
      
 221 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 222 
     | 
    
         
            +
                    {
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "internalType": "contract IVersionable",
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "name": "versionable",
         
     | 
| 
      
 225 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 226 
     | 
    
         
            +
                    }
         
     | 
| 
      
 227 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 228 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 229 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 230 
     | 
    
         
            +
                },
         
     | 
| 
      
 231 
     | 
    
         
            +
                {
         
     | 
| 
      
 232 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 233 
     | 
    
         
            +
                    {
         
     | 
| 
      
 234 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 235 
     | 
    
         
            +
                      "name": "registry",
         
     | 
| 
      
 236 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 237 
     | 
    
         
            +
                    },
         
     | 
| 
      
 238 
     | 
    
         
            +
                    {
         
     | 
| 
      
 239 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 240 
     | 
    
         
            +
                      "name": "initialImplementation",
         
     | 
| 
      
 241 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 242 
     | 
    
         
            +
                    },
         
     | 
| 
      
 243 
     | 
    
         
            +
                    {
         
     | 
| 
      
 244 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 245 
     | 
    
         
            +
                      "name": "initializationData",
         
     | 
| 
      
 246 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 247 
     | 
    
         
            +
                    },
         
     | 
| 
      
 248 
     | 
    
         
            +
                    {
         
     | 
| 
      
 249 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "name": "salt",
         
     | 
| 
      
 251 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 252 
     | 
    
         
            +
                    }
         
     | 
| 
      
 253 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 254 
     | 
    
         
            +
                  "name": "deployDetermenistic",
         
     | 
| 
      
 255 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 256 
     | 
    
         
            +
                    {
         
     | 
| 
      
 257 
     | 
    
         
            +
                      "internalType": "contract IVersionable",
         
     | 
| 
      
 258 
     | 
    
         
            +
                      "name": "versionable",
         
     | 
| 
      
 259 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 260 
     | 
    
         
            +
                    }
         
     | 
| 
      
 261 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 262 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 263 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 264 
     | 
    
         
            +
                },
         
     | 
| 
      
 265 
     | 
    
         
            +
                {
         
     | 
| 
      
 266 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 267 
     | 
    
         
            +
                    {
         
     | 
| 
      
 268 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "name": "proxyOwner",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    },
         
     | 
| 
      
 272 
     | 
    
         
            +
                    {
         
     | 
| 
      
 273 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 274 
     | 
    
         
            +
                      "name": "deployData",
         
     | 
| 
      
 275 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 276 
     | 
    
         
            +
                    }
         
     | 
| 
      
 277 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "name": "getDeployData",
         
     | 
| 
      
 279 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 280 
     | 
    
         
            +
                    {
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 283 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 284 
     | 
    
         
            +
                    }
         
     | 
| 
      
 285 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 286 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 287 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 288 
     | 
    
         
            +
                },
         
     | 
| 
      
 289 
     | 
    
         
            +
                {
         
     | 
| 
      
 290 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 291 
     | 
    
         
            +
                  "name": "getNftId",
         
     | 
| 
      
 292 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 293 
     | 
    
         
            +
                    {
         
     | 
| 
      
 294 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 295 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 296 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 297 
     | 
    
         
            +
                    }
         
     | 
| 
      
 298 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 299 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 300 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 301 
     | 
    
         
            +
                },
         
     | 
| 
      
 302 
     | 
    
         
            +
                {
         
     | 
| 
      
 303 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 304 
     | 
    
         
            +
                  "name": "getOwner",
         
     | 
| 
      
 305 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 306 
     | 
    
         
            +
                    {
         
     | 
| 
      
 307 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 308 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 310 
     | 
    
         
            +
                    }
         
     | 
| 
      
 311 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 312 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 313 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 314 
     | 
    
         
            +
                },
         
     | 
| 
      
 315 
     | 
    
         
            +
                {
         
     | 
| 
      
 316 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 317 
     | 
    
         
            +
                  "name": "getProxy",
         
     | 
| 
      
 318 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 319 
     | 
    
         
            +
                    {
         
     | 
| 
      
 320 
     | 
    
         
            +
                      "internalType": "contract UpgradableProxyWithAdmin",
         
     | 
| 
      
 321 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 322 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 323 
     | 
    
         
            +
                    }
         
     | 
| 
      
 324 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 325 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 326 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 327 
     | 
    
         
            +
                },
         
     | 
| 
      
 328 
     | 
    
         
            +
                {
         
     | 
| 
      
 329 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 330 
     | 
    
         
            +
                  "name": "getRegistry",
         
     | 
| 
      
 331 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 332 
     | 
    
         
            +
                    {
         
     | 
| 
      
 333 
     | 
    
         
            +
                      "internalType": "contract IRegistry",
         
     | 
| 
      
 334 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 335 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 336 
     | 
    
         
            +
                    }
         
     | 
| 
      
 337 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 338 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 339 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 340 
     | 
    
         
            +
                },
         
     | 
| 
      
 341 
     | 
    
         
            +
                {
         
     | 
| 
      
 342 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 343 
     | 
    
         
            +
                  "name": "getStaking",
         
     | 
| 
      
 344 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 345 
     | 
    
         
            +
                    {
         
     | 
| 
      
 346 
     | 
    
         
            +
                      "internalType": "contract Staking",
         
     | 
| 
      
 347 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 348 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 349 
     | 
    
         
            +
                    }
         
     | 
| 
      
 350 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 351 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 352 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 353 
     | 
    
         
            +
                },
         
     | 
| 
      
 354 
     | 
    
         
            +
                {
         
     | 
| 
      
 355 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 356 
     | 
    
         
            +
                    {
         
     | 
| 
      
 357 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 358 
     | 
    
         
            +
                      "name": "upgradeData",
         
     | 
| 
      
 359 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 360 
     | 
    
         
            +
                    }
         
     | 
| 
      
 361 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 362 
     | 
    
         
            +
                  "name": "getUpgradeData",
         
     | 
| 
      
 363 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 364 
     | 
    
         
            +
                    {
         
     | 
| 
      
 365 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 366 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 367 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 368 
     | 
    
         
            +
                    }
         
     | 
| 
      
 369 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 370 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 371 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 372 
     | 
    
         
            +
                },
         
     | 
| 
      
 373 
     | 
    
         
            +
                {
         
     | 
| 
      
 374 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 375 
     | 
    
         
            +
                  "name": "getVersion",
         
     | 
| 
      
 376 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 377 
     | 
    
         
            +
                    {
         
     | 
| 
      
 378 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 379 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 380 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 381 
     | 
    
         
            +
                    }
         
     | 
| 
      
 382 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 383 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 384 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 385 
     | 
    
         
            +
                },
         
     | 
| 
      
 386 
     | 
    
         
            +
                {
         
     | 
| 
      
 387 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 388 
     | 
    
         
            +
                    {
         
     | 
| 
      
 389 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 390 
     | 
    
         
            +
                      "name": "idx",
         
     | 
| 
      
 391 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 392 
     | 
    
         
            +
                    }
         
     | 
| 
      
 393 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 394 
     | 
    
         
            +
                  "name": "getVersion",
         
     | 
| 
      
 395 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 396 
     | 
    
         
            +
                    {
         
     | 
| 
      
 397 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 398 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 400 
     | 
    
         
            +
                    }
         
     | 
| 
      
 401 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 402 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 403 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 404 
     | 
    
         
            +
                },
         
     | 
| 
      
 405 
     | 
    
         
            +
                {
         
     | 
| 
      
 406 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 407 
     | 
    
         
            +
                  "name": "getVersionCount",
         
     | 
| 
      
 408 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 409 
     | 
    
         
            +
                    {
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 411 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 412 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 413 
     | 
    
         
            +
                    }
         
     | 
| 
      
 414 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 415 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 416 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 417 
     | 
    
         
            +
                },
         
     | 
| 
      
 418 
     | 
    
         
            +
                {
         
     | 
| 
      
 419 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 420 
     | 
    
         
            +
                    {
         
     | 
| 
      
 421 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 422 
     | 
    
         
            +
                      "name": "_version",
         
     | 
| 
      
 423 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 424 
     | 
    
         
            +
                    }
         
     | 
| 
      
 425 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 426 
     | 
    
         
            +
                  "name": "getVersionInfo",
         
     | 
| 
      
 427 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 428 
     | 
    
         
            +
                    {
         
     | 
| 
      
 429 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 430 
     | 
    
         
            +
                        {
         
     | 
| 
      
 431 
     | 
    
         
            +
                          "internalType": "Version",
         
     | 
| 
      
 432 
     | 
    
         
            +
                          "name": "version",
         
     | 
| 
      
 433 
     | 
    
         
            +
                          "type": "uint24"
         
     | 
| 
      
 434 
     | 
    
         
            +
                        },
         
     | 
| 
      
 435 
     | 
    
         
            +
                        {
         
     | 
| 
      
 436 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 437 
     | 
    
         
            +
                          "name": "implementation",
         
     | 
| 
      
 438 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 439 
     | 
    
         
            +
                        },
         
     | 
| 
      
 440 
     | 
    
         
            +
                        {
         
     | 
| 
      
 441 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 442 
     | 
    
         
            +
                          "name": "activatedBy",
         
     | 
| 
      
 443 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 444 
     | 
    
         
            +
                        },
         
     | 
| 
      
 445 
     | 
    
         
            +
                        {
         
     | 
| 
      
 446 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 447 
     | 
    
         
            +
                          "name": "activatedAt",
         
     | 
| 
      
 448 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 449 
     | 
    
         
            +
                        },
         
     | 
| 
      
 450 
     | 
    
         
            +
                        {
         
     | 
| 
      
 451 
     | 
    
         
            +
                          "internalType": "Blocknumber",
         
     | 
| 
      
 452 
     | 
    
         
            +
                          "name": "activatedIn",
         
     | 
| 
      
 453 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 454 
     | 
    
         
            +
                        }
         
     | 
| 
      
 455 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 456 
     | 
    
         
            +
                      "internalType": "struct ProxyManager.VersionInfo",
         
     | 
| 
      
 457 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 458 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 459 
     | 
    
         
            +
                    }
         
     | 
| 
      
 460 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 461 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 462 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 463 
     | 
    
         
            +
                },
         
     | 
| 
      
 464 
     | 
    
         
            +
                {
         
     | 
| 
      
 465 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 466 
     | 
    
         
            +
                    {
         
     | 
| 
      
 467 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 468 
     | 
    
         
            +
                      "name": "registry",
         
     | 
| 
      
 469 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    },
         
     | 
| 
      
 471 
     | 
    
         
            +
                    {
         
     | 
| 
      
 472 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 473 
     | 
    
         
            +
                      "name": "implementation",
         
     | 
| 
      
 474 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 477 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 478 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 479 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 480 
     | 
    
         
            +
                    },
         
     | 
| 
      
 481 
     | 
    
         
            +
                    {
         
     | 
| 
      
 482 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "name": "salt",
         
     | 
| 
      
 484 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 485 
     | 
    
         
            +
                    }
         
     | 
| 
      
 486 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 487 
     | 
    
         
            +
                  "name": "initialize",
         
     | 
| 
      
 488 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 489 
     | 
    
         
            +
                    {
         
     | 
| 
      
 490 
     | 
    
         
            +
                      "internalType": "contract IVersionable",
         
     | 
| 
      
 491 
     | 
    
         
            +
                      "name": "versionable",
         
     | 
| 
      
 492 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 493 
     | 
    
         
            +
                    }
         
     | 
| 
      
 494 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 495 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 496 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 497 
     | 
    
         
            +
                },
         
     | 
| 
      
 498 
     | 
    
         
            +
                {
         
     | 
| 
      
 499 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 500 
     | 
    
         
            +
                  "name": "linkToProxy",
         
     | 
| 
      
 501 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 502 
     | 
    
         
            +
                    {
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 504 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 505 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 506 
     | 
    
         
            +
                    }
         
     | 
| 
      
 507 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 508 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 509 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 510 
     | 
    
         
            +
                },
         
     | 
| 
      
 511 
     | 
    
         
            +
                {
         
     | 
| 
      
 512 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 513 
     | 
    
         
            +
                  "name": "linkToRegisteredNftId",
         
     | 
| 
      
 514 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 515 
     | 
    
         
            +
                    {
         
     | 
| 
      
 516 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 517 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 518 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 519 
     | 
    
         
            +
                    }
         
     | 
| 
      
 520 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 521 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 522 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 523 
     | 
    
         
            +
                },
         
     | 
| 
      
 524 
     | 
    
         
            +
                {
         
     | 
| 
      
 525 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 526 
     | 
    
         
            +
                    {
         
     | 
| 
      
 527 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 528 
     | 
    
         
            +
                      "name": "interfaceId",
         
     | 
| 
      
 529 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 530 
     | 
    
         
            +
                    }
         
     | 
| 
      
 531 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 532 
     | 
    
         
            +
                  "name": "supportsInterface",
         
     | 
| 
      
 533 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 534 
     | 
    
         
            +
                    {
         
     | 
| 
      
 535 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 536 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 537 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 538 
     | 
    
         
            +
                    }
         
     | 
| 
      
 539 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 540 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 541 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 542 
     | 
    
         
            +
                },
         
     | 
| 
      
 543 
     | 
    
         
            +
                {
         
     | 
| 
      
 544 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 545 
     | 
    
         
            +
                    {
         
     | 
| 
      
 546 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 547 
     | 
    
         
            +
                      "name": "newImplementation",
         
     | 
| 
      
 548 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 549 
     | 
    
         
            +
                    },
         
     | 
| 
      
 550 
     | 
    
         
            +
                    {
         
     | 
| 
      
 551 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 552 
     | 
    
         
            +
                      "name": "upgradeData",
         
     | 
| 
      
 553 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 554 
     | 
    
         
            +
                    }
         
     | 
| 
      
 555 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 556 
     | 
    
         
            +
                  "name": "upgrade",
         
     | 
| 
      
 557 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 558 
     | 
    
         
            +
                    {
         
     | 
| 
      
 559 
     | 
    
         
            +
                      "internalType": "contract IVersionable",
         
     | 
| 
      
 560 
     | 
    
         
            +
                      "name": "versionable",
         
     | 
| 
      
 561 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 562 
     | 
    
         
            +
                    }
         
     | 
| 
      
 563 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 564 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 565 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 566 
     | 
    
         
            +
                }
         
     | 
| 
      
 567 
     | 
    
         
            +
              ],
         
     | 
| 
      
 568 
     | 
    
         
            +
              "bytecode": "0x608060405234801561000f575f80fd5b50604051618c29380380618c2983398101604081905261002e91610bab565b5f60405161003b90610b76565b604051809103905ff080158015610054573d5f803e3d5ffd5b50600680546001600160a01b0319166001600160a01b0383811691909117909155604080518983166020820152888316918101919091528682166060820152908516608082015290915060a001604051602081830303815290604052600790816100be9190610c9d565b50600654600780545f9261016b928a926001600160a01b03909216916100e390610c19565b80601f016020809104026020016040519081016040528092919081815260200182805461010f90610c19565b801561015a5780601f106101315761010080835404028352916020019161015a565b820191905f5260205f20905b81548152906001019060200180831161013d57829003601f168201915b50505050508661019860201b60201c565b600580546001600160a01b0319166001600160a01b039290921691909117905550610eb395505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f919068010000000000000000810460ff1615906001600160401b031683811580156101e45750825b90505f826001600160401b031660011480156101ff5750303b155b90508115801561020d575080155b1561022b5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561025957845460ff60401b1916680100000000000000001785555b6102658a8a8a8a6102ba565b955083156102ad57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b5f6102c361038e565b5f806102ce876103de565b90925090508386826102e08589610420565b6040516102ec90610b83565b6102f893929190610d85565b8190604051809103905ff5905080158015610315573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556103408683610478565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166103dc57604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f908190156104035760405163402b135f60e11b815260040160405180910390fd5b3361040e8482610886565b610416610918565b9430945092505050565b60606349bb9e4b60e01b838360405160240161043d929190610db9565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa1580156104c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104e89190610de4565b90506105668173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610535573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105599190610de4565b62ffffff90811691161490565b15610584576040516348c618db60e01b815260040160405180910390fd5b600454156106e1576004805461059c90600190610e0d565b815481106105ac576105ac610e2c565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801561061d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106419190610e40565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610693573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b79190610e40565b116106e157604051633e614b6d60e11b815262ffffff821660048201526024015b60405180910390fd5b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156107b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d59190610e57565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b61088e61038e565b61089782610a65565b61089f610b31565b6001600160a01b0381166108c65760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610997573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109bb9190610e7b565b15610a46576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a409190610e9a565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b610a6d61038e565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610ac3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae79190610e7b565b610b0f5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106d8565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b610b3961038e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6149808061345d83390190565b610e4c80617ddd83390190565b80516001600160a01b0381168114610ba6575f80fd5b919050565b5f805f805f60a08688031215610bbf575f80fd5b610bc886610b90565b9450610bd660208701610b90565b9350610be460408701610b90565b9250610bf260608701610b90565b9150608086015190509295509295909350565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610c2d57607f821691505b602082108103610c4b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610c9857805f5260205f20601f840160051c81016020851015610c765750805b601f840160051c820191505b81811015610c95575f8155600101610c82565b50505b505050565b81516001600160401b03811115610cb657610cb6610c05565b610cca81610cc48454610c19565b84610c51565b6020601f821160018114610cfc575f8315610ce55750848201515b5f19600385901b1c1916600184901b178455610c95565b5f84815260208120601f198516915b82811015610d2b5787850151825560209485019460019092019101610d0b565b5084821015610d4857868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610db090830184610d57565b95945050505050565b6001600160a01b03831681526040602082018190525f90610ddc90830184610d57565b949350505050565b5f60208284031215610df4575f80fd5b815162ffffff81168114610e06575f80fd5b9392505050565b8181038181111561047257634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610e50575f80fd5b5051919050565b5f60208284031215610e67575f80fd5b815164ffffffffff81168114610e06575f80fd5b5f60208284031215610e8b575f80fd5b81518015158114610e06575f80fd5b5f60208284031215610eaa575f80fd5b610e0682610b90565b61259d80610ec05f395ff3fe608060405234801561000f575f80fd5b506004361061011c575f3560e01c80637b1391a6116100a9578063ada9652e1161006e578063ada9652e14610385578063b88da75914610399578063c987336c146103ac578063f5c1b5a7146103bf578063fd0c63d9146103d2575f80fd5b80637b1391a614610336578063893d20e8146103475780638e9afce61461034f578063933a9ce814610362578063946dfcfe14610373575f80fd5b80631775564d116100ef5780631775564d146101c85780632db5b86f146101e85780634d459c90146101fb5780635ab1bd5314610308578063644c45e014610319575f80fd5b806301ffc9a71461012057806304499582146101615780630d8e6e2c1461018c578063138461e0146101a8575b5f80fd5b61014c61012e36600461130a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046113ee565b6103da565b6040516001600160a01b039091168152602001610158565b6101946104ad565b60405162ffffff9091168152602001610158565b6101b061051d565b6040516001600160601b039091168152602001610158565b6101db6101d6366004611454565b610527565b60405161015891906114cf565b6101746101f63660046114e1565b61057f565b6102ab61020936600461154f565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610174565b5f80516020612548833981519152546001600160601b03166101b0565b6005546001600160a01b0316610174565b61017461064c565b6101db61035d36600461156a565b61077d565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103775f8051602061254883398151915281565b6101946103a73660046115a4565b6107d0565b6101746103ba366004611454565b61080e565b6101746103cd3660046113ee565b6109b5565b6101b0610ad0565b5f6103e3610ae7565b5f806103ee87610b32565b915091508386826103ff8589610527565b60405161040b906112fd565b610417939291906115bb565b8190604051809103905ff5905080158015610434573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561045f8683610b74565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156104f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051891906115ef565b905090565b5f61051830610f7d565b60606349bb9e4b60e01b838360405160240161054492919061160a565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f610588610ae7565b5f8061059386610b32565b9150915084816105a38487610527565b6040516105af906112fd565b6105bb939291906115bb565b604051809103905ff0801580156105d4573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556105ff8583610b74565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f8051602061254883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106dc919061162d565b15610767576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561073d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610761919061164c565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240161079891906114cf565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106107e4576107e4611667565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61081761064c565b6001600160a01b0316336001600160a01b03161461084f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004545f036108715760405163366dfd2160e21b815260040160405180910390fd5b5f61087a61064c565b90505f61088f6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156108cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ef919061164c565b6002549091506001600160a01b03908116908216639623609d82886109138961077d565b6040518463ffffffff1660e01b8152600401610931939291906115bb565b5f604051808303815f87803b158015610948575f80fd5b505af115801561095a573d5f803e3d5ffd5b505050506109688684610b74565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff1683811580156109fd5750825b90505f8267ffffffffffffffff166001148015610a195750303b155b905081158015610a27575080155b15610a455760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a6f57845460ff60401b1916600160401b1785555b610a7b8a8a8a8a6103da565b95508315610ac357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f90610518906001600160a01b0316610f7d565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b3057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610b575760405163402b135f60e11b815260040160405180910390fd5b33610b628482611176565b610b6a61064c565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610bc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610be491906115ef565b9050610c628173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5591906115ef565b62ffffff90811691161490565b15610c80576040516348c618db60e01b815260040160405180910390fd5b60045415610dd85760048054610c989060019061167b565b81548110610ca857610ca8611667565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3d919061169a565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db3919061169a565b11610dd857604051633e614b6d60e11b815262ffffff82166004820152602401610846565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ecc91906116b1565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b5f805f8051602061254883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fe9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061100d919061162d565b156110395780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610846565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561108b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110af919061162d565b6110d75760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610846565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611129573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061114d91906116d5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61117e610ae7565b611187826111ec565b61118f6112b8565b6001600160a01b0381166111b65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061254883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6111f4610ae7565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561124a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126e919061162d565b6112965760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610846565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6112c0610ae7565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c806116fc83390190565b5f6020828403121561131a575f80fd5b81356001600160e01b031981168114611331575f80fd5b9392505050565b6001600160a01b038116811461134c575f80fd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611372575f80fd5b813567ffffffffffffffff81111561138c5761138c61134f565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156113bb576113bb61134f565b6040528181528382016020018510156113d2575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f8060808587031215611401575f80fd5b843561140c81611338565b9350602085013561141c81611338565b9250604085013567ffffffffffffffff811115611437575f80fd5b61144387828801611363565b949793965093946060013593505050565b5f8060408385031215611465575f80fd5b823561147081611338565b9150602083013567ffffffffffffffff81111561148b575f80fd5b61149785828601611363565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61133160208301846114a1565b5f805f606084860312156114f3575f80fd5b83356114fe81611338565b9250602084013561150e81611338565b9150604084013567ffffffffffffffff811115611529575f80fd5b61153586828701611363565b9150509250925092565b62ffffff8116811461134c575f80fd5b5f6020828403121561155f575f80fd5b81356113318161153f565b5f6020828403121561157a575f80fd5b813567ffffffffffffffff811115611590575f80fd5b61159c84828501611363565b949350505050565b5f602082840312156115b4575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906115e6908301846114a1565b95945050505050565b5f602082840312156115ff575f80fd5b81516113318161153f565b6001600160a01b03831681526040602082018190525f9061159c908301846114a1565b5f6020828403121561163d575f80fd5b81518015158114611331575f80fd5b5f6020828403121561165c575f80fd5b815161133181611338565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561057957634e487b7160e01b5f52601160045260245ffd5b5f602082840312156116aa575f80fd5b5051919050565b5f602082840312156116c1575f80fd5b815164ffffffffff81168114611331575f80fd5b5f602082840312156116e5575f80fd5b81516001600160601b0381168114611331575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220a8b745888980c89d5bba6aef04615c647c1e396a154b0a4333e1e22c13b4d44364736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6148aa806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106102cb575f3560e01c8063614d08f81161017b578063958697a0116100e4578063caed98971161009e578063dea4ccf211610079578063dea4ccf214610675578063e8ce883d146106a8578063ea15869f146106bb578063ea48ce9b146106e2575f80fd5b8063caed989714610647578063d44f8a4b1461064f578063de0eb85f14610662575f80fd5b8063958697a0146105ea5780639a726364146105fd578063ad12ad6014610610578063ada9652e14610623578063b423086c14610637578063bf7e214f1461063f575f80fd5b80637a9e5e4b116101355780637a9e5e4b1461058957806386c757541461059c5780638899278a146105a4578063893d20e8146105ac5780638fb36037146105b457806390edbd35146105d5575f80fd5b8063614d08f8146104fe5780636291423a14610524578063644c45e01461052c5780636c1e9dff14610549578063719f761a1461055c57806376b707b71461056f575f80fd5b80632a80f6731161023757806349bb9e4b116101f15780635ab1bd53116101cc5780635ab1bd53146104b45780635cbb7d85146104c55780635ecf260f146104d85780635fd1efec146104eb575f80fd5b806349bb9e4b14610486578063562119ee146104995780635741e5e9146104ac575f80fd5b80632a80f6731461041f57806331ecc5cc14610432578063329d6e741461044557806336644da614610458578063419197fe1461046b57806343d752d31461047e575f80fd5b806313299604116102885780631329960414610393578063138461e0146103b357806317d7de7c146103d35780631eff4b22146103e857806321df0da71461040f5780632236684414610417575f80fd5b806301ffc9a7146102cf578063062c9cdf1461031057806309980bfd146103455780630d8e6e2c1461034f5780630fec111c1461036b57806310a0638a14610380575b5f80fd5b6102fb6102dd366004613bdf565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103377fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b604051908152602001610307565b61034d6106f5565b005b610357610875565b60405162ffffff9091168152602001610307565b6103736108fc565b6040516103079190613c3b565b61034d61038e366004613cdb565b610aba565b61039b610b9e565b6040516001600160a01b039091168152602001610307565b6103bb610c06565b6040516001600160601b039091168152602001610307565b6103db610c10565b6040516103079190613cf6565b6103377f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61039b610c20565b6102fb610c32565b61034d61042d366004613d08565b610d28565b61034d610440366004613d32565b610f92565b61034d610453366004613e80565b611140565b61034d610466366004613ed1565b61128a565b61034d610479366004613f5e565b6112d2565b61039b611317565b61034d610494366004613f95565b611332565b61034d6104a7366004613fe1565b61142e565b6102fb61155e565b6001546001600160a01b031661039b565b6103bb6104d3366004614038565b61161b565b61034d6104e6366004614054565b6116dd565b61034d6104f9366004614080565b61194c565b6103db604051806040016040528060078152602001665374616b696e6760c81b81525081565b61039b611ab1565b5f80516020614815833981519152546001600160601b03166103bb565b6103bb610557366004614038565b611acc565b6103bb61056a366004613cdb565b611c56565b610577611ec7565b60405160ff9091168152602001610307565b61034d610597366004614080565b611f3b565b61039b611fbd565b610337600381565b61039b611fd8565b6105bc612109565b6040516001600160e01b03199091168152602001610307565b6105dd61213e565b604051610307919061409b565b61034d6105f83660046140f8565b612163565b61034d61060b366004614125565b6121ac565b61034d61061e36600461415a565b6123c5565b6103375f8051602061481583398151915281565b6105dd612467565b61039b612477565b61039b612492565b6103bb61065d3660046140f8565b6124ad565b6103bb610670366004614038565b61263b565b610688610683366004613cdb565b6126d6565b604080516001600160601b03938416815292909116602083015201610307565b6103bb6106b6366004614038565b612a50565b6103377fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103bb6106f03660046140f8565b612aa7565b6001546001600160a01b0316331461072757604051632a6e1a8960e01b81523360048201526024015b60405180910390fd5b5f610730612bea565b905073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d61075e6001546001600160a01b031690565b30610767610c20565b6001546001600160a01b03166001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d291906141ba565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af415801561082c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085091906141ba565b60029190910180546001600160a01b0319166001600160a01b03909216919091179055565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156108d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f791906141d5565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109d09190614202565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610a18611fd8565b6001600160a01b03168152602001826001018054610a359061421d565b80601f0160208091040260200160405190810160405280929190818152602001828054610a619061421d565b8015610aac5780601f10610a8357610100808354040283529160200191610aac565b820191905f5260205f20905b815481529060010190602001808311610a8f57829003601f168201915b505050505081525091505090565b610ac6335b5f36612c0e565b80610acf612bea565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610b1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b439190614264565b610b6b57604051632ab4595b60e11b81526001600160601b038216600482015260240161071e565b5f610b74612bea565b60048101546003820154919250610b98916001600160a01b03918216911685612d0c565b50505050565b5f610ba7611317565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610be2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f791906141ba565b5f6108f730612e8e565b6060610c1a61213e565b51919050565b5f610c2961213e565b60200151905090565b5f610c456001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610c89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cad9190614202565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610d04573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f79190614264565b610d3133610abf565b81610d3a612bea565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610daf91906141ba565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610dfc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e209190614264565b610e48576040516396cff01560e01b81526001600160601b038216600482015260240161071e565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eaf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed391906142de565b91509150610edf612bea565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f129088908590600401614309565b5f604051808303815f87803b158015610f29575f80fd5b505af1158015610f3b573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610f9b33610abf565b5f610fa4612bea565b600481810154604051630e8d845760e31b81526001600160a01b03909116918101919091526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af415801561101f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110439190614352565b60038301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110af575f80fd5b505af11580156110c1573d5f803e3d5ffd5b505050506003820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b158015611123575f80fd5b505af1158015611135573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611162610875565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c4919061436d565b5f805160206148558339815191528054600160401b900460ff16806111f6575080546001600160401b03808416911610155b156112145760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561123e83613087565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61129333610abf565b61129b611fd8565b6001600160a01b0316336001600160a01b0316146112ce5760405163086391f760e31b815233600482015260240161071e565b5050565b6112da611fd8565b6001600160a01b0316336001600160a01b03161461130d5760405163086391f760e31b815233600482015260240161071e565b6112ce828261308f565b5f611320612bea565b600201546001600160a01b0316919050565b5f805160206148558339815191528054600160401b810460ff1615906001600160401b03165f811580156113635750825b90505f826001600160401b0316600114801561137e5750303b155b90508115801561138c575080155b156113aa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156113d457845460ff60401b1916600160401b1785555b6113de87876130fc565b831561142557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b61143733610abf565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6114636001546001600160a01b031690565b61146b612bea565b60049081015460405160e085901b6001600160e01b03191681526001600160a01b03938416928101929092529190911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b1580156114e5575f80fd5b505af41580156114f7573d5f803e3d5ffd5b50505050611503612bea565b600301546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161110c91899190600401614309565b5f611567610c32565b156115eb576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156115bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526115e291908101906143e0565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b5f61162533610abf565b8261162e612bea565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561167e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a29190614264565b6116ca57604051632ab4595b60e11b81526001600160601b038216600482015260240161071e565b5f6116d3612bea565b9050505092915050565b6116e633610abf565b816116ef612bea565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015611740573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061176491906141ba565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa1580156117b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117d59190614264565b6117fd576040516396cff01560e01b81526001600160601b038216600482015260240161071e565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af415801561186a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061188e91906144b0565b9150915061189a612bea565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a488906118cd9088908590600401614309565b5f604051808303815f87803b1580156118e4575f80fd5b505af11580156118f6573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610f83565b611954611fd8565b6001600160a01b0316336001600160a01b0316146119875760405163086391f760e31b815233600482015260240161071e565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f191906141ba565b6001600160a01b031614611a8457806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a5f91906141ba565b604051631641c88f60e11b81526001600160a01b03909116600482015260240161071e565b80611a8d612bea565b60040180546001600160a01b0319166001600160a01b039290921691909117905550565b5f611aba612bea565b600401546001600160a01b0316919050565b5f611ad633610abf565b82611adf612bea565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611b2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b539190614264565b611b7b57604051632ab4595b60e11b81526001600160601b038216600482015260240161071e565b5f611b84612bea565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611bb26001546001600160a01b031690565b600484810154600386015460405160e086901b6001600160e01b03191681526001600160a01b039485169381019390935290831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af4158015611c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4d9190614202565b95945050505050565b5f611c6033610abf565b81611c69612bea565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611cb9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cdd9190614264565b611d0557604051632ab4595b60e11b81526001600160601b038216600482015260240161071e565b5f611d0e612bea565b600481015460038201549192505f91611d34916001600160a01b03908116911687612d0c565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611da4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc89190614202565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af1158015611e1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3f9190614202565b600383015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015611e9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ebe9190614202565b50505050919050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f17573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f791906144db565b33611f44612477565b6001600160a01b0316816001600160a01b031614611f7f5760405162d1953b60e31b81526001600160a01b038216600482015260240161071e565b816001600160a01b03163b5f03611fb4576040516361798f2f60e11b81526001600160a01b038316600482015260240161071e565b6112ce826134dc565b5f611fc6612bea565b600301546001600160a01b0316919050565b5f805f8051602061481583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612044573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120689190614264565b156120f3576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156120c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120ed91906141ba565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061483583398151915280545f9190600160a01b900460ff16612130575f6120ed565b638fb3603760e01b91505090565b612146613ba7565b61214e610c32565b1561215b576108f761353c565b6108f7612467565b61216c33610abf565b612174611fd8565b6001600160a01b0316336001600160a01b0316146121a75760405163086391f760e31b815233600482015260240161071e565b505050565b6121b4611fd8565b6001600160a01b0316336001600160a01b0316146121e75760405163086391f760e31b815233600482015260240161071e565b5f6121f0612bea565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa158015612243573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122679190614264565b612296576040516374ddbd6960e01b8152600481018590526001600160a01b038416602482015260440161071e565b6003810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa1580156122e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061230b91906144f6565b600383015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b158015612361575f80fd5b505af1158015612373573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610f83565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561240c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061243091906141ba565b6001600160a01b0316336001600160a01b0316146124625760405162f0630960e01b815233600482015260240161071e565b610b98565b61246f613ba7565b6108f761353c565b5f80516020614835833981519152546001600160a01b031690565b5f61249b612bea565b600101546001600160a01b0316919050565b5f6124b733610abf565b5f6124c0612bea565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015612517573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253b919061450d565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa158015612593573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125b791906144f6565b6003840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c906125f0908a9085908b908b90600401614527565b6020604051808303815f875af115801561260c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126309190614202565b979650505050505050565b5f61264533610abf565b5f61264e612bea565b600381015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af11580156126aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ce9190614202565b949350505050565b5f806126e133610abf565b826126ea612bea565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561273a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061275e9190614264565b61278657604051632ab4595b60e11b81526001600160601b038216600482015260240161071e565b5f61278f612bea565b60048181015460405163b3eff9e160e01b81526001600160a01b03909116918101919091526001600160601b038716602482015290915073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063b3eff9e1906044016040805180830381865af41580156127ff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612823919061455b565b5050600481015460038201545f91612848916001600160a01b03918216911688612d0c565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156128b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128dc9190614202565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612923573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129479190614202565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af11580156129a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129c5919061457f565b600384015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612a23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a479190614202565b50505050915091565b5f612a5a33610abf565b5f612a63612bea565b600381015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef79060440161268e565b5f612ab133610abf565b5f612aba612bea565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015612b11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b35919061450d565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa158015612b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb191906144f6565b60038401546040516377f9185160e01b81529192506001600160a01b0316906377f91851906125f0908a9085908b908b90600401614527565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b5f805160206148358339815191525f80612c46612c29612477565b8730612c3860045f8a8c6145ac565b612c41916145d3565b61362e565b9150915081612d045763ffffffff811615612ce157825460ff60a01b1916600160a01b178355612c74612477565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ca39392919061460b565b5f604051808303815f87803b158015612cba575f80fd5b505af1158015612ccc573d5f803e3d5ffd5b5050845460ff60a01b1916855550612d049050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161071e565b505050505050565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa158015612d5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d7e919061464a565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af4158015612df0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e14919061457f565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b158015612e6f575f80fd5b505af1158015612e81573d5f803e3d5ffd5b5050505050509392505050565b5f805f8051602061481583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612efa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f1e9190614264565b15612f4a5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161071e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612f9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fc09190614264565b612fe85760405163b9304b0d60e01b81526001600160a01b038416600482015260240161071e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561303a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061305e9190614202565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6102cb613736565b613099600b61376e565b6040516318c9565960e11b81526001600160a01b0384811660048301526001600160601b03841660248301529190911690633192acb2906044015f604051808303815f87803b1580156130ea575f80fd5b505af1158015612d04573d5f803e3d5ffd5b5f805160206148558339815191528054600160401b810460ff1615906001600160401b03165f8115801561312d5750825b90505f826001600160401b031660011480156131485750303b155b905081158015613156575080155b156131745760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561319e57845460ff60401b1916600160401b1785555b5f805f80898060200190518101906131b69190614676565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131ff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061322391906141ba565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613266573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061328a91906141ba565b90506133378389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132f19190614202565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f815250613805565b5f613340612bea565b90506133546001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561338f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133b39190614202565b600480830180546001600160601b0393909316600160a01b026001600160a01b03938416179055600383018054928a166001600160a01b0319939093168317905560408051633148a11d60e11b81529051636291423a928281019260209291908290030181865afa15801561342a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344e91906141ba565b6004820180546001600160a01b03199081166001600160a01b0393841617909155600183018054909116918a16919091179055613491637641aba360e01b61392a565b505050505050505050831561142557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161141c565b5f8051602061483583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613544613ba7565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f0180546135819061421d565b80601f01602080910402602001604051908101604052809291908181526020018280546135ad9061421d565b80156135f85780601f106135cf576101008083540402835291602001916135f8565b820191905f5260205f20905b8154815290600101906020018083116135db57829003601f168201915b505050918352505060018301546001600160a01b031660208201525f6040820152600283018054606090920191610a359061421d565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161369c91906146c7565b5f60405180830381855afa9150503d805f81146136d4576040519150601f19603f3d011682016040523d82523d5f602084013e6136d9565b606091505b5091509150811561372b57604081511061370b578080602001905181019061370191906146dd565b909450925061372b565b602081511061372b57808060200190518101906137289190614264565b93505b505094509492505050565b5f8051602061485583398151915254600160401b900460ff1661376c57604051631afcd79f60e31b815260040160405180910390fd5b565b5f6137816001546001600160a01b031690565b6001600160a01b031663d39e604383613798611ec7565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156137db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ff91906141ba565b92915050565b61380d613736565b6001600160a01b038616613834576040516327eab2e360e11b815260040160405180910390fd5b86515f036138555760405163591eebf360e11b815260040160405180910390fd5b613863898987878787613956565b61386c8a6139fb565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0080613898898261475a565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016138d0838261475a565b506138db600b61376e565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561390d634a531f3360e01b61392a565b61391d633b6f5c0360e11b61392a565b5050505050505050505050565b613932613736565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b61395e613736565b6139688683613a0f565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016139f1838261475a565b5050505050505050565b613a03613736565b613a0c81613a85565b50565b613a17613736565b613a2082613a96565b613a28613b62565b6001600160a01b038116613a4f5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061481583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613a8d613736565b613a0c816134dc565b613a9e613736565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613af4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b189190614264565b613b405760405163fdeac91f60e01b81526001600160a01b038216600482015260240161071e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b613b6a613736565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215613bef575f80fd5b81356001600160e01b031981168114613c06575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613c83608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526126ce610100840182613c0d565b6001600160601b0381168114613a0c575f80fd5b5f60208284031215613ceb575f80fd5b8135613c0681613cc7565b602081525f613c066020830184613c0d565b5f8060408385031215613d19575f80fd5b8235613d2481613cc7565b946020939093013593505050565b5f805f60608486031215613d44575f80fd5b8335613d4f81613cc7565b92506020840135613d5f81613cc7565b91506040840135613d6f81613cc7565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b0381118282101715613db057613db0613d7a565b60405290565b60405160e081016001600160401b0381118282101715613db057613db0613d7a565b604051601f8201601f191681016001600160401b0381118282101715613e0057613e00613d7a565b604052919050565b5f6001600160401b03821115613e2057613e20613d7a565b50601f01601f191660200190565b5f82601f830112613e3d575f80fd5b8135613e50613e4b82613e08565b613dd8565b818152846020838601011115613e64575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613e90575f80fd5b81356001600160401b03811115613ea5575f80fd5b6126ce84828501613e2e565b60ff81168114613a0c575f80fd5b64ffffffffff81168114613a0c575f80fd5b5f8082840360a0811215613ee3575f80fd5b8335613eee81613cc7565b92506080601f1982011215613f01575f80fd5b50613f0a613d8e565b6020840135613f1881613eb1565b8152604084013560208201526060840135613f3281613ebf565b60408201526080939093013560608401525092909150565b6001600160a01b0381168114613a0c575f80fd5b5f8060408385031215613f6f575f80fd5b8235613f7a81613f4a565b91506020830135613f8a81613cc7565b809150509250929050565b5f8060408385031215613fa6575f80fd5b8235613fb181613f4a565b915060208301356001600160401b03811115613fcb575f80fd5b613fd785828601613e2e565b9150509250929050565b5f805f805f60a08688031215613ff5575f80fd5b853561400081613cc7565b9450602086013561401081613eb1565b935060408601359250606086013561402781613ebf565b949793965091946080013592915050565b5f8060408385031215614049575f80fd5b8235613f7a81613cc7565b5f8060408385031215614065575f80fd5b823561407081613cc7565b91506020830135613f8a81613ebf565b5f60208284031215614090575f80fd5b8135613c0681613f4a565b602081525f8251608060208401526140b660a0840182613c0d565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f19016080860152909150611c4d8282613c0d565b5f805f6060848603121561410a575f80fd5b833561411581613cc7565b92506020840135613d5f81613f4a565b5f805f60608486031215614137575f80fd5b83359250602084013561414981613f4a565b929592945050506040919091013590565b5f805f806080858703121561416d575f80fd5b843561417881613f4a565b9350602085013561418881613f4a565b925060408501359150606085013561419f81613f4a565b939692955090935050565b80516141b581613f4a565b919050565b5f602082840312156141ca575f80fd5b8151613c0681613f4a565b5f602082840312156141e5575f80fd5b815162ffffff81168114613c06575f80fd5b80516141b581613cc7565b5f60208284031215614212575f80fd5b8151613c0681613cc7565b600181811c9082168061423157607f821691505b60208210810361424f57634e487b7160e01b5f52602260045260245ffd5b50919050565b805180151581146141b5575f80fd5b5f60208284031215614274575f80fd5b613c0682614255565b80516141b581613eb1565b5f60808284031215614298575f80fd5b6142a0613d8e565b905081516142ad81613eb1565b81526020828101519082015260408201516142c781613ebf565b604082015260609182015191810191909152919050565b5f8060a083850312156142ef575f80fd5b825191506143008460208501614288565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614362575f80fd5b8151613c0681613ebf565b5f6020828403121561437d575f80fd5b81516001600160401b0381168114613c06575f80fd5b5f82601f8301126143a2575f80fd5b81516143b0613e4b82613e08565b8181528460208386010111156143c4575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156143f0575f80fd5b81516001600160401b03811115614405575f80fd5b820160e08185031215614416575f80fd5b61441e613db6565b614427826141f7565b8152614435602083016141f7565b60208201526144466040830161427d565b604082015261445760608301614255565b6060820152614468608083016141aa565b608082015261447960a083016141aa565b60a082015260c08201516001600160401b03811115614496575f80fd5b6144a286828501614393565b60c083015250949350505050565b5f8060a083850312156144c1575f80fd5b82516144cc81613ebf565b91506143008460208501614288565b5f602082840312156144eb575f80fd5b8151613c0681613eb1565b5f60208284031215614506575f80fd5b5051919050565b5f6080828403121561451d575f80fd5b613c068383614288565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f806040838503121561456c575f80fd5b82516020840151909250613f8a81613ebf565b5f8060408385031215614590575f80fd5b825161459b81613cc7565b6020840151909250613f8a81613cc7565b5f80858511156145ba575f80fd5b838611156145c6575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614604576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f806040838503121561465b575f80fd5b825161466681613cc7565b6020939093015192949293505050565b5f805f8060808587031215614689575f80fd5b845161469481613f4a565b60208601519094506146a581613f4a565b60408601519093506146b681613f4a565b606086015190925061419f81613f4a565b5f82518060208501845e5f920191825250919050565b5f80604083850312156146ee575f80fd5b6146f783614255565b9150602083015163ffffffff81168114613f8a575f80fd5b601f8211156121a757805f5260205f20601f840160051c810160208510156147345750805b601f840160051c820191505b81811015614753575f8155600101614740565b5050505050565b81516001600160401b0381111561477357614773613d7a565b61478781614781845461421d565b8461470f565b6020601f8211600181146147b9575f83156147a25750848201515b5f19600385901b1c1916600184901b178455614753565b5f84815260208120601f198516915b828110156147e857878501518255602094850194600190920191016147c8565b508482101561480557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220838e51d3bbcb7799ded17706bab2246f50096ab03c5bcf257313c7d4e1b47c3364736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
         
     | 
| 
      
 569 
     | 
    
         
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061011c575f3560e01c80637b1391a6116100a9578063ada9652e1161006e578063ada9652e14610385578063b88da75914610399578063c987336c146103ac578063f5c1b5a7146103bf578063fd0c63d9146103d2575f80fd5b80637b1391a614610336578063893d20e8146103475780638e9afce61461034f578063933a9ce814610362578063946dfcfe14610373575f80fd5b80631775564d116100ef5780631775564d146101c85780632db5b86f146101e85780634d459c90146101fb5780635ab1bd5314610308578063644c45e014610319575f80fd5b806301ffc9a71461012057806304499582146101615780630d8e6e2c1461018c578063138461e0146101a8575b5f80fd5b61014c61012e36600461130a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046113ee565b6103da565b6040516001600160a01b039091168152602001610158565b6101946104ad565b60405162ffffff9091168152602001610158565b6101b061051d565b6040516001600160601b039091168152602001610158565b6101db6101d6366004611454565b610527565b60405161015891906114cf565b6101746101f63660046114e1565b61057f565b6102ab61020936600461154f565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610174565b5f80516020612548833981519152546001600160601b03166101b0565b6005546001600160a01b0316610174565b61017461064c565b6101db61035d36600461156a565b61077d565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103775f8051602061254883398151915281565b6101946103a73660046115a4565b6107d0565b6101746103ba366004611454565b61080e565b6101746103cd3660046113ee565b6109b5565b6101b0610ad0565b5f6103e3610ae7565b5f806103ee87610b32565b915091508386826103ff8589610527565b60405161040b906112fd565b610417939291906115bb565b8190604051809103905ff5905080158015610434573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561045f8683610b74565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156104f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051891906115ef565b905090565b5f61051830610f7d565b60606349bb9e4b60e01b838360405160240161054492919061160a565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f610588610ae7565b5f8061059386610b32565b9150915084816105a38487610527565b6040516105af906112fd565b6105bb939291906115bb565b604051809103905ff0801580156105d4573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556105ff8583610b74565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f8051602061254883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106dc919061162d565b15610767576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561073d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610761919061164c565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240161079891906114cf565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106107e4576107e4611667565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61081761064c565b6001600160a01b0316336001600160a01b03161461084f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004545f036108715760405163366dfd2160e21b815260040160405180910390fd5b5f61087a61064c565b90505f61088f6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156108cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ef919061164c565b6002549091506001600160a01b03908116908216639623609d82886109138961077d565b6040518463ffffffff1660e01b8152600401610931939291906115bb565b5f604051808303815f87803b158015610948575f80fd5b505af115801561095a573d5f803e3d5ffd5b505050506109688684610b74565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff1683811580156109fd5750825b90505f8267ffffffffffffffff166001148015610a195750303b155b905081158015610a27575080155b15610a455760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a6f57845460ff60401b1916600160401b1785555b610a7b8a8a8a8a6103da565b95508315610ac357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f90610518906001600160a01b0316610f7d565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b3057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610b575760405163402b135f60e11b815260040160405180910390fd5b33610b628482611176565b610b6a61064c565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610bc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610be491906115ef565b9050610c628173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5591906115ef565b62ffffff90811691161490565b15610c80576040516348c618db60e01b815260040160405180910390fd5b60045415610dd85760048054610c989060019061167b565b81548110610ca857610ca8611667565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3d919061169a565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db3919061169a565b11610dd857604051633e614b6d60e11b815262ffffff82166004820152602401610846565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ecc91906116b1565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b5f805f8051602061254883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fe9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061100d919061162d565b156110395780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610846565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561108b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110af919061162d565b6110d75760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610846565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611129573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061114d91906116d5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61117e610ae7565b611187826111ec565b61118f6112b8565b6001600160a01b0381166111b65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061254883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6111f4610ae7565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561124a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126e919061162d565b6112965760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610846565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6112c0610ae7565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c806116fc83390190565b5f6020828403121561131a575f80fd5b81356001600160e01b031981168114611331575f80fd5b9392505050565b6001600160a01b038116811461134c575f80fd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611372575f80fd5b813567ffffffffffffffff81111561138c5761138c61134f565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156113bb576113bb61134f565b6040528181528382016020018510156113d2575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f8060808587031215611401575f80fd5b843561140c81611338565b9350602085013561141c81611338565b9250604085013567ffffffffffffffff811115611437575f80fd5b61144387828801611363565b949793965093946060013593505050565b5f8060408385031215611465575f80fd5b823561147081611338565b9150602083013567ffffffffffffffff81111561148b575f80fd5b61149785828601611363565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61133160208301846114a1565b5f805f606084860312156114f3575f80fd5b83356114fe81611338565b9250602084013561150e81611338565b9150604084013567ffffffffffffffff811115611529575f80fd5b61153586828701611363565b9150509250925092565b62ffffff8116811461134c575f80fd5b5f6020828403121561155f575f80fd5b81356113318161153f565b5f6020828403121561157a575f80fd5b813567ffffffffffffffff811115611590575f80fd5b61159c84828501611363565b949350505050565b5f602082840312156115b4575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906115e6908301846114a1565b95945050505050565b5f602082840312156115ff575f80fd5b81516113318161153f565b6001600160a01b03831681526040602082018190525f9061159c908301846114a1565b5f6020828403121561163d575f80fd5b81518015158114611331575f80fd5b5f6020828403121561165c575f80fd5b815161133181611338565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561057957634e487b7160e01b5f52601160045260245ffd5b5f602082840312156116aa575f80fd5b5051919050565b5f602082840312156116c1575f80fd5b815164ffffffffff81168114611331575f80fd5b5f602082840312156116e5575f80fd5b81516001600160601b0381168114611331575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220a8b745888980c89d5bba6aef04615c647c1e396a154b0a4333e1e22c13b4d44364736f6c634300081a0033",
         
     | 
| 
      
 570 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 571 
     | 
    
         
            +
                "contracts/shared/ContractLib.sol": {
         
     | 
| 
      
 572 
     | 
    
         
            +
                  "ContractLib": [
         
     | 
| 
      
 573 
     | 
    
         
            +
                    {
         
     | 
| 
      
 574 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 575 
     | 
    
         
            +
                      "start": 2699
         
     | 
| 
      
 576 
     | 
    
         
            +
                    },
         
     | 
| 
      
 577 
     | 
    
         
            +
                    {
         
     | 
| 
      
 578 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 579 
     | 
    
         
            +
                      "start": 8402
         
     | 
| 
      
 580 
     | 
    
         
            +
                    },
         
     | 
| 
      
 581 
     | 
    
         
            +
                    {
         
     | 
| 
      
 582 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 583 
     | 
    
         
            +
                      "start": 28655
         
     | 
| 
      
 584 
     | 
    
         
            +
                    }
         
     | 
| 
      
 585 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 586 
     | 
    
         
            +
                },
         
     | 
| 
      
 587 
     | 
    
         
            +
                "contracts/shared/TokenHandlerDeployerLib.sol": {
         
     | 
| 
      
 588 
     | 
    
         
            +
                  "TokenHandlerDeployerLib": [
         
     | 
| 
      
 589 
     | 
    
         
            +
                    {
         
     | 
| 
      
 590 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 591 
     | 
    
         
            +
                      "start": 15463
         
     | 
| 
      
 592 
     | 
    
         
            +
                    }
         
     | 
| 
      
 593 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 594 
     | 
    
         
            +
                },
         
     | 
| 
      
 595 
     | 
    
         
            +
                "contracts/staking/StakeManagerLib.sol": {
         
     | 
| 
      
 596 
     | 
    
         
            +
                  "StakeManagerLib": [
         
     | 
| 
      
 597 
     | 
    
         
            +
                    {
         
     | 
| 
      
 598 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 599 
     | 
    
         
            +
                      "start": 17690
         
     | 
| 
      
 600 
     | 
    
         
            +
                    },
         
     | 
| 
      
 601 
     | 
    
         
            +
                    {
         
     | 
| 
      
 602 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 603 
     | 
    
         
            +
                      "start": 20667
         
     | 
| 
      
 604 
     | 
    
         
            +
                    },
         
     | 
| 
      
 605 
     | 
    
         
            +
                    {
         
     | 
| 
      
 606 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 607 
     | 
    
         
            +
                      "start": 23803
         
     | 
| 
      
 608 
     | 
    
         
            +
                    },
         
     | 
| 
      
 609 
     | 
    
         
            +
                    {
         
     | 
| 
      
 610 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 611 
     | 
    
         
            +
                      "start": 25324
         
     | 
| 
      
 612 
     | 
    
         
            +
                    }
         
     | 
| 
      
 613 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 614 
     | 
    
         
            +
                },
         
     | 
| 
      
 615 
     | 
    
         
            +
                "contracts/staking/TargetManagerLib.sol": {
         
     | 
| 
      
 616 
     | 
    
         
            +
                  "TargetManagerLib": [
         
     | 
| 
      
 617 
     | 
    
         
            +
                    {
         
     | 
| 
      
 618 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 619 
     | 
    
         
            +
                      "start": 17322
         
     | 
| 
      
 620 
     | 
    
         
            +
                    },
         
     | 
| 
      
 621 
     | 
    
         
            +
                    {
         
     | 
| 
      
 622 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 623 
     | 
    
         
            +
                      "start": 18796
         
     | 
| 
      
 624 
     | 
    
         
            +
                    },
         
     | 
| 
      
 625 
     | 
    
         
            +
                    {
         
     | 
| 
      
 626 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 627 
     | 
    
         
            +
                      "start": 19813
         
     | 
| 
      
 628 
     | 
    
         
            +
                    }
         
     | 
| 
      
 629 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 630 
     | 
    
         
            +
                },
         
     | 
| 
      
 631 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 632 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 633 
     | 
    
         
            +
                    {
         
     | 
| 
      
 634 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 635 
     | 
    
         
            +
                      "start": 21138
         
     | 
| 
      
 636 
     | 
    
         
            +
                    },
         
     | 
| 
      
 637 
     | 
    
         
            +
                    {
         
     | 
| 
      
 638 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 639 
     | 
    
         
            +
                      "start": 23974
         
     | 
| 
      
 640 
     | 
    
         
            +
                    },
         
     | 
| 
      
 641 
     | 
    
         
            +
                    {
         
     | 
| 
      
 642 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 643 
     | 
    
         
            +
                      "start": 24081
         
     | 
| 
      
 644 
     | 
    
         
            +
                    }
         
     | 
| 
      
 645 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 646 
     | 
    
         
            +
                },
         
     | 
| 
      
 647 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 648 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 649 
     | 
    
         
            +
                    {
         
     | 
| 
      
 650 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 651 
     | 
    
         
            +
                      "start": 2399
         
     | 
| 
      
 652 
     | 
    
         
            +
                    },
         
     | 
| 
      
 653 
     | 
    
         
            +
                    {
         
     | 
| 
      
 654 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 655 
     | 
    
         
            +
                      "start": 5440
         
     | 
| 
      
 656 
     | 
    
         
            +
                    },
         
     | 
| 
      
 657 
     | 
    
         
            +
                    {
         
     | 
| 
      
 658 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 659 
     | 
    
         
            +
                      "start": 7793
         
     | 
| 
      
 660 
     | 
    
         
            +
                    },
         
     | 
| 
      
 661 
     | 
    
         
            +
                    {
         
     | 
| 
      
 662 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 663 
     | 
    
         
            +
                      "start": 16026
         
     | 
| 
      
 664 
     | 
    
         
            +
                    },
         
     | 
| 
      
 665 
     | 
    
         
            +
                    {
         
     | 
| 
      
 666 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 667 
     | 
    
         
            +
                      "start": 16895
         
     | 
| 
      
 668 
     | 
    
         
            +
                    },
         
     | 
| 
      
 669 
     | 
    
         
            +
                    {
         
     | 
| 
      
 670 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 671 
     | 
    
         
            +
                      "start": 21823
         
     | 
| 
      
 672 
     | 
    
         
            +
                    },
         
     | 
| 
      
 673 
     | 
    
         
            +
                    {
         
     | 
| 
      
 674 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 675 
     | 
    
         
            +
                      "start": 25589
         
     | 
| 
      
 676 
     | 
    
         
            +
                    }
         
     | 
| 
      
 677 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 678 
     | 
    
         
            +
                },
         
     | 
| 
      
 679 
     | 
    
         
            +
                "contracts/type/Timestamp.sol": {
         
     | 
| 
      
 680 
     | 
    
         
            +
                  "TimestampLib": [
         
     | 
| 
      
 681 
     | 
    
         
            +
                    {
         
     | 
| 
      
 682 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 683 
     | 
    
         
            +
                      "start": 1913
         
     | 
| 
      
 684 
     | 
    
         
            +
                    },
         
     | 
| 
      
 685 
     | 
    
         
            +
                    {
         
     | 
| 
      
 686 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 687 
     | 
    
         
            +
                      "start": 7472
         
     | 
| 
      
 688 
     | 
    
         
            +
                    }
         
     | 
| 
      
 689 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 690 
     | 
    
         
            +
                },
         
     | 
| 
      
 691 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 692 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 693 
     | 
    
         
            +
                    {
         
     | 
| 
      
 694 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 695 
     | 
    
         
            +
                      "start": 1264
         
     | 
| 
      
 696 
     | 
    
         
            +
                    },
         
     | 
| 
      
 697 
     | 
    
         
            +
                    {
         
     | 
| 
      
 698 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "start": 1509
         
     | 
| 
      
 700 
     | 
    
         
            +
                    },
         
     | 
| 
      
 701 
     | 
    
         
            +
                    {
         
     | 
| 
      
 702 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 703 
     | 
    
         
            +
                      "start": 1627
         
     | 
| 
      
 704 
     | 
    
         
            +
                    },
         
     | 
| 
      
 705 
     | 
    
         
            +
                    {
         
     | 
| 
      
 706 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 707 
     | 
    
         
            +
                      "start": 6828
         
     | 
| 
      
 708 
     | 
    
         
            +
                    },
         
     | 
| 
      
 709 
     | 
    
         
            +
                    {
         
     | 
| 
      
 710 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 711 
     | 
    
         
            +
                      "start": 7073
         
     | 
| 
      
 712 
     | 
    
         
            +
                    },
         
     | 
| 
      
 713 
     | 
    
         
            +
                    {
         
     | 
| 
      
 714 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 715 
     | 
    
         
            +
                      "start": 7191
         
     | 
| 
      
 716 
     | 
    
         
            +
                    },
         
     | 
| 
      
 717 
     | 
    
         
            +
                    {
         
     | 
| 
      
 718 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 719 
     | 
    
         
            +
                      "start": 15822
         
     | 
| 
      
 720 
     | 
    
         
            +
                    },
         
     | 
| 
      
 721 
     | 
    
         
            +
                    {
         
     | 
| 
      
 722 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 723 
     | 
    
         
            +
                      "start": 18037
         
     | 
| 
      
 724 
     | 
    
         
            +
                    }
         
     | 
| 
      
 725 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 726 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 727 
     | 
    
         
            +
                    {
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "start": 21522
         
     | 
| 
      
 730 
     | 
    
         
            +
                    }
         
     | 
| 
      
 731 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 732 
     | 
    
         
            +
                }
         
     | 
| 
      
 733 
     | 
    
         
            +
              },
         
     | 
| 
      
 734 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 735 
     | 
    
         
            +
                "contracts/shared/ContractLib.sol": {
         
     | 
| 
      
 736 
     | 
    
         
            +
                  "ContractLib": [
         
     | 
| 
      
 737 
     | 
    
         
            +
                    {
         
     | 
| 
      
 738 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 739 
     | 
    
         
            +
                      "start": 4626
         
     | 
| 
      
 740 
     | 
    
         
            +
                    }
         
     | 
| 
      
 741 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 742 
     | 
    
         
            +
                },
         
     | 
| 
      
 743 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 744 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 745 
     | 
    
         
            +
                    {
         
     | 
| 
      
 746 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 747 
     | 
    
         
            +
                      "start": 1664
         
     | 
| 
      
 748 
     | 
    
         
            +
                    },
         
     | 
| 
      
 749 
     | 
    
         
            +
                    {
         
     | 
| 
      
 750 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 751 
     | 
    
         
            +
                      "start": 4017
         
     | 
| 
      
 752 
     | 
    
         
            +
                    }
         
     | 
| 
      
 753 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 754 
     | 
    
         
            +
                },
         
     | 
| 
      
 755 
     | 
    
         
            +
                "contracts/type/Timestamp.sol": {
         
     | 
| 
      
 756 
     | 
    
         
            +
                  "TimestampLib": [
         
     | 
| 
      
 757 
     | 
    
         
            +
                    {
         
     | 
| 
      
 758 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 759 
     | 
    
         
            +
                      "start": 3696
         
     | 
| 
      
 760 
     | 
    
         
            +
                    }
         
     | 
| 
      
 761 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 762 
     | 
    
         
            +
                },
         
     | 
| 
      
 763 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 764 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 765 
     | 
    
         
            +
                    {
         
     | 
| 
      
 766 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 767 
     | 
    
         
            +
                      "start": 3052
         
     | 
| 
      
 768 
     | 
    
         
            +
                    },
         
     | 
| 
      
 769 
     | 
    
         
            +
                    {
         
     | 
| 
      
 770 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 771 
     | 
    
         
            +
                      "start": 3297
         
     | 
| 
      
 772 
     | 
    
         
            +
                    },
         
     | 
| 
      
 773 
     | 
    
         
            +
                    {
         
     | 
| 
      
 774 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 775 
     | 
    
         
            +
                      "start": 3415
         
     | 
| 
      
 776 
     | 
    
         
            +
                    }
         
     | 
| 
      
 777 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 778 
     | 
    
         
            +
                }
         
     | 
| 
      
 779 
     | 
    
         
            +
              }
         
     | 
| 
      
 780 
     | 
    
         
            +
            }
         
     |