@etherisc/gif-next 0.0.2-ef935e0-790 → 0.0.2-efc2128-633
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +121 -18
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +499 -549
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1489 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1159 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1512 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -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 +454 -555
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +447 -170
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +403 -3038
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +855 -407
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +603 -334
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +352 -106
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3722 -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 +182 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +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 +1126 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +384 -370
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1018 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1395 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1474 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -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 +1208 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1181 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1591 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +746 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1243 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1437 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +241 -190
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +795 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IPricingService.sol/IPricingService.json} +290 -187
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -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} +124 -166
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1226 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +972 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +766 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1201 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +695 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +702 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +397 -113
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +290 -297
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +764 -315
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +477 -318
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -129
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +832 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1680 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/IComponent.sol/IComponent.json} +300 -256
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
- 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 +97 -172
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +940 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
- 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 +115 -29
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1422 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +387 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1951 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +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 +374 -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 +179 -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 +86 -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/{types → type}/StateId.sol/StateIdLib.json +3 -3
- 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 +535 -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 +617 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +591 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +217 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/authorization/IAccessAdmin.sol +136 -0
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/authorization/IServiceAuthorization.sol +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +138 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +295 -0
- package/contracts/distribution/DistributionService.sol +336 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +56 -32
- package/contracts/instance/IInstanceService.sol +78 -16
- package/contracts/instance/Instance.sol +159 -373
- package/contracts/instance/InstanceAdmin.sol +285 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +203 -0
- package/contracts/instance/InstanceReader.sol +201 -85
- package/contracts/instance/InstanceService.sol +407 -123
- package/contracts/instance/InstanceServiceManager.sol +13 -30
- package/contracts/instance/InstanceStore.sol +291 -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 +110 -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 +46 -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 +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +167 -0
- package/contracts/oracle/OracleService.sol +279 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +166 -0
- package/contracts/pool/BasicPoolAuthorization.sol +58 -0
- package/contracts/pool/BundleService.sol +438 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +134 -0
- package/contracts/pool/IPoolComponent.sol +58 -0
- package/contracts/pool/IPoolService.sol +160 -0
- package/contracts/pool/Pool.sol +326 -0
- package/contracts/pool/PoolService.sol +509 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +249 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +43 -0
- package/contracts/product/ClaimService.sol +487 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +63 -0
- package/contracts/product/IClaimService.sol +122 -0
- package/contracts/product/IPolicyService.sol +73 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +39 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +574 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +301 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +425 -0
- package/contracts/product/RiskService.sol +97 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +15 -0
- package/contracts/registry/IRegistry.sol +88 -33
- package/contracts/registry/IRegistryService.sol +47 -28
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +378 -246
- package/contracts/registry/RegistryAdmin.sol +374 -0
- package/contracts/registry/RegistryService.sol +111 -217
- package/contracts/registry/RegistryServiceManager.sol +26 -53
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +485 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
- package/contracts/registry/TokenRegistry.sol +261 -57
- package/contracts/shared/Component.sol +268 -0
- package/contracts/shared/ComponentService.sol +641 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +108 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
- package/contracts/shared/INftOwnable.sol +13 -12
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +4 -6
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +16 -6
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +172 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +59 -86
- package/contracts/shared/PolicyHolder.sol +99 -0
- package/contracts/shared/Registerable.sol +26 -41
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +58 -31
- package/contracts/shared/TokenHandler.sol +122 -10
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +167 -0
- package/contracts/staking/IStakingService.sol +160 -0
- package/contracts/staking/StakeManagerLib.sol +206 -0
- package/contracts/staking/Staking.sol +497 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +50 -0
- package/contracts/staking/StakingReader.sol +183 -0
- package/contracts/staking/StakingService.sol +407 -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 +135 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -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 +1 -1
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +34 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +34 -15
- package/contracts/{types → type}/UFixed.sol +35 -9
- package/contracts/{types → type}/Version.sol +5 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
- package/contracts/upgradeability/ProxyManager.sol +198 -0
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +10 -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 -775
- 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/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/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/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 -160
- 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 -243
- package/contracts/components/Product.sol +0 -297
- 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/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 -89
- /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,746 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "PoolServiceManager",
|
4
|
+
"sourceName": "contracts/pool/PoolServiceManager.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"internalType": "address",
|
15
|
+
"name": "registryAddress",
|
16
|
+
"type": "address"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"internalType": "bytes32",
|
20
|
+
"name": "salt",
|
21
|
+
"type": "bytes32"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"stateMutability": "nonpayable",
|
25
|
+
"type": "constructor"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"inputs": [
|
29
|
+
{
|
30
|
+
"internalType": "NftId",
|
31
|
+
"name": "nftId",
|
32
|
+
"type": "uint96"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
36
|
+
"type": "error"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"inputs": [
|
40
|
+
{
|
41
|
+
"internalType": "address",
|
42
|
+
"name": "contractAddress",
|
43
|
+
"type": "address"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [],
|
51
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
52
|
+
"type": "error"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"inputs": [
|
56
|
+
{
|
57
|
+
"internalType": "address",
|
58
|
+
"name": "account",
|
59
|
+
"type": "address"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"name": "ErrorNftOwnableNotOwner",
|
63
|
+
"type": "error"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"inputs": [
|
67
|
+
{
|
68
|
+
"internalType": "address",
|
69
|
+
"name": "registryAddress",
|
70
|
+
"type": "address"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorNotRegistry",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [],
|
78
|
+
"name": "ErrorProxyManagerAlreadyDeployed",
|
79
|
+
"type": "error"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"inputs": [
|
83
|
+
{
|
84
|
+
"internalType": "Version",
|
85
|
+
"name": "nextVersion",
|
86
|
+
"type": "uint24"
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"name": "ErrorProxyManagerNextVersionNotIncreasing",
|
90
|
+
"type": "error"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"inputs": [],
|
94
|
+
"name": "ErrorProxyManagerNotYetDeployed",
|
95
|
+
"type": "error"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [],
|
99
|
+
"name": "ErrorProxyManagerZeroVersion",
|
100
|
+
"type": "error"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"inputs": [],
|
104
|
+
"name": "InvalidInitialization",
|
105
|
+
"type": "error"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"inputs": [],
|
109
|
+
"name": "NotInitializing",
|
110
|
+
"type": "error"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"anonymous": false,
|
114
|
+
"inputs": [
|
115
|
+
{
|
116
|
+
"indexed": false,
|
117
|
+
"internalType": "uint64",
|
118
|
+
"name": "version",
|
119
|
+
"type": "uint64"
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"name": "Initialized",
|
123
|
+
"type": "event"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"anonymous": false,
|
127
|
+
"inputs": [
|
128
|
+
{
|
129
|
+
"indexed": true,
|
130
|
+
"internalType": "address",
|
131
|
+
"name": "proxy",
|
132
|
+
"type": "address"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"indexed": false,
|
136
|
+
"internalType": "address",
|
137
|
+
"name": "initialImplementation",
|
138
|
+
"type": "address"
|
139
|
+
}
|
140
|
+
],
|
141
|
+
"name": "LogProxyManagerVersionableDeployed",
|
142
|
+
"type": "event"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"anonymous": false,
|
146
|
+
"inputs": [
|
147
|
+
{
|
148
|
+
"indexed": true,
|
149
|
+
"internalType": "address",
|
150
|
+
"name": "proxy",
|
151
|
+
"type": "address"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"indexed": false,
|
155
|
+
"internalType": "address",
|
156
|
+
"name": "upgradedImplementation",
|
157
|
+
"type": "address"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"name": "LogProxyManagerVersionableUpgraded",
|
161
|
+
"type": "event"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"inputs": [],
|
165
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
166
|
+
"outputs": [
|
167
|
+
{
|
168
|
+
"internalType": "bytes32",
|
169
|
+
"name": "",
|
170
|
+
"type": "bytes32"
|
171
|
+
}
|
172
|
+
],
|
173
|
+
"stateMutability": "view",
|
174
|
+
"type": "function"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"inputs": [
|
178
|
+
{
|
179
|
+
"internalType": "address",
|
180
|
+
"name": "initialImplementation",
|
181
|
+
"type": "address"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"internalType": "bytes",
|
185
|
+
"name": "initializationData",
|
186
|
+
"type": "bytes"
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"name": "deploy",
|
190
|
+
"outputs": [
|
191
|
+
{
|
192
|
+
"internalType": "contract IVersionable",
|
193
|
+
"name": "versionable",
|
194
|
+
"type": "address"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"stateMutability": "nonpayable",
|
198
|
+
"type": "function"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"inputs": [
|
202
|
+
{
|
203
|
+
"internalType": "address",
|
204
|
+
"name": "initialImplementation",
|
205
|
+
"type": "address"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"internalType": "bytes",
|
209
|
+
"name": "initializationData",
|
210
|
+
"type": "bytes"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"internalType": "bytes32",
|
214
|
+
"name": "salt",
|
215
|
+
"type": "bytes32"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "deployDetermenistic",
|
219
|
+
"outputs": [
|
220
|
+
{
|
221
|
+
"internalType": "contract IVersionable",
|
222
|
+
"name": "versionable",
|
223
|
+
"type": "address"
|
224
|
+
}
|
225
|
+
],
|
226
|
+
"stateMutability": "nonpayable",
|
227
|
+
"type": "function"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"inputs": [
|
231
|
+
{
|
232
|
+
"internalType": "address",
|
233
|
+
"name": "proxyOwner",
|
234
|
+
"type": "address"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"internalType": "bytes",
|
238
|
+
"name": "deployData",
|
239
|
+
"type": "bytes"
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"name": "getDeployData",
|
243
|
+
"outputs": [
|
244
|
+
{
|
245
|
+
"internalType": "bytes",
|
246
|
+
"name": "data",
|
247
|
+
"type": "bytes"
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"stateMutability": "pure",
|
251
|
+
"type": "function"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"inputs": [],
|
255
|
+
"name": "getNftId",
|
256
|
+
"outputs": [
|
257
|
+
{
|
258
|
+
"internalType": "NftId",
|
259
|
+
"name": "",
|
260
|
+
"type": "uint96"
|
261
|
+
}
|
262
|
+
],
|
263
|
+
"stateMutability": "view",
|
264
|
+
"type": "function"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"inputs": [],
|
268
|
+
"name": "getOwner",
|
269
|
+
"outputs": [
|
270
|
+
{
|
271
|
+
"internalType": "address",
|
272
|
+
"name": "",
|
273
|
+
"type": "address"
|
274
|
+
}
|
275
|
+
],
|
276
|
+
"stateMutability": "view",
|
277
|
+
"type": "function"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"inputs": [],
|
281
|
+
"name": "getPoolService",
|
282
|
+
"outputs": [
|
283
|
+
{
|
284
|
+
"internalType": "contract PoolService",
|
285
|
+
"name": "poolService",
|
286
|
+
"type": "address"
|
287
|
+
}
|
288
|
+
],
|
289
|
+
"stateMutability": "view",
|
290
|
+
"type": "function"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"inputs": [],
|
294
|
+
"name": "getProxy",
|
295
|
+
"outputs": [
|
296
|
+
{
|
297
|
+
"internalType": "contract UpgradableProxyWithAdmin",
|
298
|
+
"name": "",
|
299
|
+
"type": "address"
|
300
|
+
}
|
301
|
+
],
|
302
|
+
"stateMutability": "view",
|
303
|
+
"type": "function"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"inputs": [],
|
307
|
+
"name": "getRegistry",
|
308
|
+
"outputs": [
|
309
|
+
{
|
310
|
+
"internalType": "contract IRegistry",
|
311
|
+
"name": "",
|
312
|
+
"type": "address"
|
313
|
+
}
|
314
|
+
],
|
315
|
+
"stateMutability": "view",
|
316
|
+
"type": "function"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"inputs": [
|
320
|
+
{
|
321
|
+
"internalType": "bytes",
|
322
|
+
"name": "upgradeData",
|
323
|
+
"type": "bytes"
|
324
|
+
}
|
325
|
+
],
|
326
|
+
"name": "getUpgradeData",
|
327
|
+
"outputs": [
|
328
|
+
{
|
329
|
+
"internalType": "bytes",
|
330
|
+
"name": "data",
|
331
|
+
"type": "bytes"
|
332
|
+
}
|
333
|
+
],
|
334
|
+
"stateMutability": "pure",
|
335
|
+
"type": "function"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"inputs": [],
|
339
|
+
"name": "getVersion",
|
340
|
+
"outputs": [
|
341
|
+
{
|
342
|
+
"internalType": "Version",
|
343
|
+
"name": "",
|
344
|
+
"type": "uint24"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"stateMutability": "view",
|
348
|
+
"type": "function"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"inputs": [
|
352
|
+
{
|
353
|
+
"internalType": "uint256",
|
354
|
+
"name": "idx",
|
355
|
+
"type": "uint256"
|
356
|
+
}
|
357
|
+
],
|
358
|
+
"name": "getVersion",
|
359
|
+
"outputs": [
|
360
|
+
{
|
361
|
+
"internalType": "Version",
|
362
|
+
"name": "",
|
363
|
+
"type": "uint24"
|
364
|
+
}
|
365
|
+
],
|
366
|
+
"stateMutability": "view",
|
367
|
+
"type": "function"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"inputs": [],
|
371
|
+
"name": "getVersionCount",
|
372
|
+
"outputs": [
|
373
|
+
{
|
374
|
+
"internalType": "uint256",
|
375
|
+
"name": "",
|
376
|
+
"type": "uint256"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"stateMutability": "view",
|
380
|
+
"type": "function"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"inputs": [
|
384
|
+
{
|
385
|
+
"internalType": "Version",
|
386
|
+
"name": "_version",
|
387
|
+
"type": "uint24"
|
388
|
+
}
|
389
|
+
],
|
390
|
+
"name": "getVersionInfo",
|
391
|
+
"outputs": [
|
392
|
+
{
|
393
|
+
"components": [
|
394
|
+
{
|
395
|
+
"internalType": "Version",
|
396
|
+
"name": "version",
|
397
|
+
"type": "uint24"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"internalType": "address",
|
401
|
+
"name": "implementation",
|
402
|
+
"type": "address"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"internalType": "address",
|
406
|
+
"name": "activatedBy",
|
407
|
+
"type": "address"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"internalType": "Timestamp",
|
411
|
+
"name": "activatedAt",
|
412
|
+
"type": "uint40"
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"internalType": "Blocknumber",
|
416
|
+
"name": "activatedIn",
|
417
|
+
"type": "uint32"
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"internalType": "struct ProxyManager.VersionInfo",
|
421
|
+
"name": "",
|
422
|
+
"type": "tuple"
|
423
|
+
}
|
424
|
+
],
|
425
|
+
"stateMutability": "view",
|
426
|
+
"type": "function"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"inputs": [],
|
430
|
+
"name": "initializeERC165",
|
431
|
+
"outputs": [],
|
432
|
+
"stateMutability": "nonpayable",
|
433
|
+
"type": "function"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"inputs": [
|
437
|
+
{
|
438
|
+
"internalType": "address",
|
439
|
+
"name": "initialOwner",
|
440
|
+
"type": "address"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"internalType": "address",
|
444
|
+
"name": "registryAddress",
|
445
|
+
"type": "address"
|
446
|
+
}
|
447
|
+
],
|
448
|
+
"name": "initializeNftOwnable",
|
449
|
+
"outputs": [],
|
450
|
+
"stateMutability": "nonpayable",
|
451
|
+
"type": "function"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"inputs": [
|
455
|
+
{
|
456
|
+
"internalType": "address",
|
457
|
+
"name": "registry",
|
458
|
+
"type": "address"
|
459
|
+
}
|
460
|
+
],
|
461
|
+
"name": "initializeProxyManager",
|
462
|
+
"outputs": [],
|
463
|
+
"stateMutability": "nonpayable",
|
464
|
+
"type": "function"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"inputs": [
|
468
|
+
{
|
469
|
+
"internalType": "address",
|
470
|
+
"name": "registryAddress",
|
471
|
+
"type": "address"
|
472
|
+
}
|
473
|
+
],
|
474
|
+
"name": "initializeRegistryLinked",
|
475
|
+
"outputs": [],
|
476
|
+
"stateMutability": "nonpayable",
|
477
|
+
"type": "function"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"inputs": [],
|
481
|
+
"name": "linkToProxy",
|
482
|
+
"outputs": [
|
483
|
+
{
|
484
|
+
"internalType": "NftId",
|
485
|
+
"name": "",
|
486
|
+
"type": "uint96"
|
487
|
+
}
|
488
|
+
],
|
489
|
+
"stateMutability": "nonpayable",
|
490
|
+
"type": "function"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"inputs": [],
|
494
|
+
"name": "linkToRegisteredNftId",
|
495
|
+
"outputs": [
|
496
|
+
{
|
497
|
+
"internalType": "NftId",
|
498
|
+
"name": "nftId",
|
499
|
+
"type": "uint96"
|
500
|
+
}
|
501
|
+
],
|
502
|
+
"stateMutability": "nonpayable",
|
503
|
+
"type": "function"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"inputs": [
|
507
|
+
{
|
508
|
+
"internalType": "bytes4",
|
509
|
+
"name": "interfaceId",
|
510
|
+
"type": "bytes4"
|
511
|
+
}
|
512
|
+
],
|
513
|
+
"name": "registerInterface",
|
514
|
+
"outputs": [],
|
515
|
+
"stateMutability": "nonpayable",
|
516
|
+
"type": "function"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"inputs": [
|
520
|
+
{
|
521
|
+
"internalType": "bytes4",
|
522
|
+
"name": "interfaceId",
|
523
|
+
"type": "bytes4"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"name": "supportsInterface",
|
527
|
+
"outputs": [
|
528
|
+
{
|
529
|
+
"internalType": "bool",
|
530
|
+
"name": "",
|
531
|
+
"type": "bool"
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"stateMutability": "view",
|
535
|
+
"type": "function"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"inputs": [
|
539
|
+
{
|
540
|
+
"internalType": "address",
|
541
|
+
"name": "newImplementation",
|
542
|
+
"type": "address"
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"internalType": "bytes",
|
546
|
+
"name": "upgradeData",
|
547
|
+
"type": "bytes"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"name": "upgrade",
|
551
|
+
"outputs": [
|
552
|
+
{
|
553
|
+
"internalType": "contract IVersionable",
|
554
|
+
"name": "versionable",
|
555
|
+
"type": "address"
|
556
|
+
}
|
557
|
+
],
|
558
|
+
"stateMutability": "nonpayable",
|
559
|
+
"type": "function"
|
560
|
+
}
|
561
|
+
],
|
562
|
+
"bytecode": "0x608060405234801561000f575f80fd5b5060405161963938038061963983398101604081905261002e91610b18565b81610038816100d6565b505f8160405161004790610ae3565b8190604051809103905ff5905080158015610064573d5f803e3d5ffd5b50604080516001600160a01b038681166020830152308284015287166060808301919091528251808303909101815260809091019091529091505f6100aa8383866101ec565b600580546001600160a01b0319166001600160a01b039290921691909117905550610cad945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f8115801561011f5750825b90505f826001600160401b0316600114801561013a5750303b155b905081158015610148575080155b156101665760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561019457845460ff60401b1916680100000000000000001785555b61019e3387610375565b83156101e457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6101f5610407565b6001600160a01b0316336001600160a01b03161461022d5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561024e5760405163402b135f60e11b815260040160405180910390fd5b5f610257610407565b9050308386826102678589610554565b60405161027390610af0565b61027f93929190610b7f565b8190604051809103905ff590508015801561029c573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610328918591630d8e6e2c9160048083019260209291908290030181865afa1580156102fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103219190610bb3565b87846105ac565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b61037d610942565b61038681610992565b61038e610a9e565b6001600160a01b0382166103b55760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610486573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104aa9190610bdc565b15610535576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561050b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061052f9190610bfb565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b8383604051602401610571929190610c14565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6106288373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156105f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061b9190610bb3565b62ffffff90811691161490565b15610646576040516348c618db60e01b815260040160405180910390fd5b6004541561079e576004805461065e90600190610c3f565b8154811061066e5761066e610c5e565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156106df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107039190610c72565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610755573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107799190610c72565b1161079e57604051633e614b6d60e11b815262ffffff84166004820152602401610224565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801561086e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108929190610c89565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661099057604051631afcd79f60e31b815260040160405180910390fd5b565b61099a610942565b806001600160a01b03163b5f036109cf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610a49575060408051601f3d908101601f19168201909252610a4691810190610bdc565b60015b610a715760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b80610a9a5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610224565b5050565b610aa6610942565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6153c28061342b83390190565b610e4c806187ed83390190565b80516001600160a01b0381168114610b13575f80fd5b919050565b5f805f60608486031215610b2a575f80fd5b610b3384610afd565b9250610b4160208501610afd565b9150604084015190509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610baa90830184610b51565b95945050505050565b5f60208284031215610bc3575f80fd5b815162ffffff81168114610bd5575f80fd5b9392505050565b5f60208284031215610bec575f80fd5b81518015158114610bd5575f80fd5b5f60208284031215610c0b575f80fd5b610bd582610afd565b6001600160a01b03831681526040602082018190525f90610c3790830184610b51565b949350505050565b818103818111156105a657634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610c82575f80fd5b5051919050565b5f60208284031215610c99575f80fd5b815164ffffffffff81168114610bd5575f80fd5b61277180610cba5f395ff3fe608060405234801561000f575f80fd5b5060043610610148575f3560e01c8063675393bf116100bf578063ada9652e11610079578063ada9652e146103e1578063b88da759146103f5578063c987336c14610408578063e97fac051461041b578063f7c34ee01461042e578063fd0c63d914610441575f80fd5b8063675393bf1461037f5780636b9bf08b14610392578063893d20e8146103a35780638e9afce6146103ab578063933a9ce8146103be578063946dfcfe146103cf575f80fd5b80631775564d116101105780631775564d14610209578063214cdb801461022957806336fc697e1461023c5780634d459c90146102445780635ab1bd5314610351578063644c45e014610362575f80fd5b806301ffc9a71461014c578063058f7a971461018d57806307484e80146101a25780630d8e6e2c146101cd578063138461e0146101e9575b5f80fd5b61017861015a3660046114fe565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004611540565b610449565b005b6101b56101b03660046115fa565b610558565b6040516001600160a01b039091168152602001610184565b6101d56106e1565b60405162ffffff9091168152602001610184565b6101f1610751565b6040516001600160601b039091168152602001610184565b61021c61021736600461164f565b61075b565b60405161018491906116ca565b6101a06102373660046114fe565b6107b3565b6101a06107df565b6102f46102523660046116ec565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610184565b6001546001600160a01b03166101b5565b5f8051602061271c833981519152546001600160601b03166101f1565b6101a061038d366004611540565b610824565b6005546001600160a01b03166101b5565b6101b5610931565b61021c6103b9366004611707565b610a62565b6002546001600160a01b03166101b5565b6004545b604051908152602001610184565b6103d35f8051602061271c83398151915281565b6101d5610403366004611741565b610ab5565b6101b561041636600461164f565b610af3565b6101b561042936600461164f565b610d0c565b6101a061043c366004611758565b610e8a565b6101f1610f00565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f8115801561048e5750825b90505f8267ffffffffffffffff1660011480156104aa5750303b155b9050811580156104b8575080155b156104d65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561050057845460ff60401b1916600160401b1785555b61050a3387610e8a565b831561055057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f610561610931565b6001600160a01b0316336001600160a01b0316146105995760405163086391f760e31b81523360048201526024015b60405180910390fd5b600454156105ba5760405163402b135f60e11b815260040160405180910390fd5b5f6105c3610931565b9050308386826105d3858961075b565b6040516105df906114f1565b6105eb9392919061178f565b8190604051809103905ff5905080158015610608573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610694918591630d8e6e2c9160048083019260209291908290030181865afa158015610669573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061068d91906117c3565b8784610f17565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074c91906117c3565b905090565b5f61074c306112ad565b60606349bb9e4b60e01b83836040516024016107789291906117de565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6107bb6114a6565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107e76114a6565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61082c6114a6565b806001600160a01b03163b5f036108615760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156108db575060408051601f3d908101601f191682019092526108d891810190611801565b60015b6109035760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b8061092c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610590565b505b50565b5f805f8051602061271c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561099d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c19190611801565b15610a4c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a469190611820565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b82604051602401610a7d91906116ca565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f60048281548110610ac957610ac961183b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610afc610931565b6001600160a01b0316336001600160a01b031614610b2f5760405163086391f760e31b8152336004820152602401610590565b6004545f03610b515760405163366dfd2160e21b815260040160405180910390fd5b5f610b5a610931565b90505f610b6f6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015610bab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcf9190611820565b6002549091506001600160a01b03908116908216639623609d8288610bf389610a62565b6040518463ffffffff1660e01b8152600401610c119392919061178f565b5f604051808303815f87803b158015610c28575f80fd5b505af1158015610c3a573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610cbf846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb891906117c3565b8785610f17565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610d15610931565b6001600160a01b0316336001600160a01b031614610d485760405163086391f760e31b8152336004820152602401610590565b60045415610d695760405163402b135f60e11b815260040160405180910390fd5b5f610d72610931565b9050308481610d81848761075b565b604051610d8d906114f1565b610d999392919061178f565b604051809103905ff080158015610db2573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610e3e918591630d8e6e2c9160048083019260209291908290030181865afa158015610e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3791906117c3565b8684610f17565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b610e926114a6565b610e9b81610824565b610ea36107df565b6001600160a01b038216610eca5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061271c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6002545f9061074c906001600160a01b03166112ad565b610f938373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8691906117c3565b62ffffff90811691161490565b15610fb1576040516348c618db60e01b815260040160405180910390fd5b600454156111095760048054610fc99060019061184f565b81548110610fd957610fd961183b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801561104a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106e919061186e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156110c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e4919061186e565b1161110957604051633e614b6d60e11b815262ffffff84166004820152602401610590565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156111d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fd9190611885565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061271c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611319573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061133d9190611801565b156113695780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610590565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113df9190611801565b6114075760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610590565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611459573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147d91906118a9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166114ef57604051631afcd79f60e31b815260040160405180910390fd5b565b610e4c806118d083390190565b5f6020828403121561150e575f80fd5b81356001600160e01b031981168114611525575f80fd5b9392505050565b6001600160a01b038116811461092e575f80fd5b5f60208284031215611550575f80fd5b81356115258161152c565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261157e575f80fd5b813567ffffffffffffffff8111156115985761159861155b565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156115c7576115c761155b565b6040528181528382016020018510156115de575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f6060848603121561160c575f80fd5b83356116178161152c565b9250602084013567ffffffffffffffff811115611632575f80fd5b61163e8682870161156f565b925050604084013590509250925092565b5f8060408385031215611660575f80fd5b823561166b8161152c565b9150602083013567ffffffffffffffff811115611686575f80fd5b6116928582860161156f565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f611525602083018461169c565b62ffffff8116811461092e575f80fd5b5f602082840312156116fc575f80fd5b8135611525816116dc565b5f60208284031215611717575f80fd5b813567ffffffffffffffff81111561172d575f80fd5b6117398482850161156f565b949350505050565b5f60208284031215611751575f80fd5b5035919050565b5f8060408385031215611769575f80fd5b82356117748161152c565b915060208301356117848161152c565b809150509250929050565b6001600160a01b038481168252831660208201526060604082018190525f906117ba9083018461169c565b95945050505050565b5f602082840312156117d3575f80fd5b8151611525816116dc565b6001600160a01b03831681526040602082018190525f906117399083018461169c565b5f60208284031215611811575f80fd5b81518015158114611525575f80fd5b5f60208284031215611830575f80fd5b81516115258161152c565b634e487b7160e01b5f52603260045260245ffd5b818103818111156107ad57634e487b7160e01b5f52601160045260245ffd5b5f6020828403121561187e575f80fd5b5051919050565b5f60208284031215611895575f80fd5b815164ffffffffff81168114611525575f80fd5b5f602082840312156118b9575f80fd5b81516001600160601b0381168114611525575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122091facf8b1f9c8934d82b8e830c9b69956c45f3b2005c88e67e4d4e29f111a64064736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6152ec806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610213575f3560e01c806371504a321161011f578063a5f4c731116100a9578063bf7e214f11610079578063bf7e214f1461050f578063ca510bf614610258578063d0d63b0914610517578063f7c34ee01461052a578063fb3bcd1f1461053d575f80fd5b8063a5f4c731146104c6578063ada9652e146104d9578063b68d1809146104ed578063bca99e39146104fc575f80fd5b806384d1f7cf116100ef57806384d1f7cf14610464578063893d20e8146104775780638e32e9791461047f5780638fb3603714610492578063a3c26052146104b3575f80fd5b806371504a32146103f55780637225ed01146104085780637a9e5e4b1461043e57806384a710fa14610451575f80fd5b806327bb7a33116101a05780635ab1bd53116101705780635ab1bd531461036d578063644c45e014610392578063675393bf146103af5780636c1e9dff146103c25780636c741e78146103d5575f80fd5b806327bb7a331461032c578063329d6e741461033f57806336fc697e1461035257806349bb9e4b1461035a575f80fd5b8063138461e0116101e6578063138461e01461029e5780631ddb9757146102be5780631eff4b22146102d1578063214cdb801461030657806326889b0914610319575f80fd5b806301ffc9a71461021757806306625783146102585780630d8e6e2c1461026d5780630fec111c14610289575b5f80fd5b610243610225366004613e67565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b610266366004613eb2565b610550565b005b610275610560565b60405162ffffff909116815260200161024f565b6102916105e7565b60405161024f9190613f17565b6102a6610773565b6040516001600160601b03909116815260200161024f565b61026b6102cc366004614315565b61077d565b6102f87f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161024f565b61026b610314366004613e67565b6108f5565b6102a6610327366004613eb2565b610921565b61026b61033a3660046143b4565b610e49565b61026b61034d366004614447565b610eee565b61026b611038565b61026b610368366004614478565b61107d565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161024f565b5f80516020615257833981519152546001600160601b03166102a6565b61026b6103bd3660046144c4565b611179565b6102a66103d0366004613eb2565b611284565b6103dd61182d565b6040516001600160401b03909116815260200161024f565b6102a66104033660046144df565b611924565b61041e61041636600461459d565b928392509050565b604080516001600160601b0393841681529290911660208301520161024f565b61026b61044c3660046144c4565b611ae7565b61041e61045f3660046145d3565b611b69565b61041e610472366004614610565b611c65565b61037a611e59565b61026b61048d36600461468e565b611f8a565b61049a6120c7565b6040516001600160e01b0319909116815260200161024f565b61026b6104c13660046146df565b6120fc565b61026b6104d43660046146fa565b612373565b6102f85f8051602061525783398151915281565b604051600f815260200161024f565b61026b61050a36600461476a565b61243a565b61037a612644565b61026b61052536600461476a565b61265f565b61026b610538366004614785565b612b3d565b61026b61054b3660046147b1565b612bb3565b61055c335b5f36612ebf565b5050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e2919061493b565b905090565b6105ef613e2a565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610665573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106899190614968565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106d1611e59565b6001600160a01b031681526020018260010180546106ee90614983565b80601f016020809104026020016040519081016040528092919081815260200182805461071a90614983565b80156107655780601f1061073c57610100808354040283529160200191610765565b820191905f5260205f20905b81548152906001019060200180831161074857829003601f168201915b505050505081525091505090565b5f6105e230612fb5565b61078633610555565b600254602083015160405163ad328d9f60e01b81526001600160a01b039092169163ad328d9f916107bf918991889187906004016149bb565b5f604051808303815f87803b1580156107d6575f80fd5b505af11580156107e8573d5f803e3d5ffd5b5050505060065f9054906101000a90046001600160a01b03166001600160a01b031663d44f8a4b866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561084b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086f9190614968565b6040516001600160e01b031960e084901b1681526001600160601b0391821660048201526001600160a01b038816602482015290841660448201526064016020604051808303815f875af11580156108c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ed9190614968565b505050505050565b6108fd6131ae565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f808061092e600f6131e6565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610970573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099491906149ed565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f791906149ed565b604051634793b4ab60e01b81526001600160601b03891660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa158015610a46573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a6d9190810190614a91565b9050610a7c815f015186613282565b15610ab257604051630a49ea2360e01b81526001600160601b03808a166004830152861660248201526044015b60405180910390fd5b600254604051631696791160e11b81526001600160a01b0386811660048301526001600160601b03808c1660248401528a1660448301525f921690632d2cf222906064016020604051808303815f875af1158015610b12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b369190614968565b905060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a284888473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ba5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc99190614968565b6040518563ffffffff1660e01b8152600401610be894939291906149bb565b5f604051808303815f87803b158015610bff575f80fd5b505af1158015610c11573d5f803e3d5ffd5b505060405163f0ea17c360e01b81526001600160601b03891660048201525f92506001600160a01b038716915063f0ea17c3906024015f60405180830381865afa158015610c61573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610c889190810190614b60565b60808101519091505f610ca36001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610cf0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d1491906149ed565b90507fa9e4ee5628423184bfcde002aae428406aeac6b337e1acf560282b155e358527886001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d979190614968565b8a8e87604051610dd094939291906001600160601b03948516815292841660208401529083166040830152909116606082015260800190565b60405180910390a182606001516001600160a01b03166354f0d84c8383876040518463ffffffff1660e01b8152600401610e0c93929190614c38565b5f604051808303815f87803b158015610e23575f80fd5b505af1158015610e35573d5f803e3d5ffd5b50959e9d5050505050505050505050505050565b610e516131ae565b610e5b8287612b3d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610ee48382614ca8565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610f10610560565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610f4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f729190614d62565b5f805160206152978339815191528054600160401b900460ff1680610fa4575080546001600160401b03808416911610155b15610fc25760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610fec8361330e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6110406131ae565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206152978339815191528054600160401b810460ff1615906001600160401b03165f811580156110ae5750825b90505f826001600160401b031660011480156110c95750303b155b9050811580156110d7575080155b156110f55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561111f57845460ff60401b1916600160401b1785555b6111298787613316565b831561117057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6111816131ae565b806001600160a01b03163b5f036111b65760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610aa9565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611230575060408051601f3d908101601f1916820190925261122d91810190614d88565b60015b6112585760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610aa9565b8061055c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610aa9565b50565b5f8080611291600f6131e6565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112f791906149ed565b604051634793b4ab60e01b81526001600160601b03881660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa158015611346573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261136d9190810190614a91565b6040516357f80bbf60e01b81526001600160601b03861660048201529091505f906001600160a01b038416906357f80bbf9060240160e060405180830381865afa1580156113bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e19190614da3565b90506113f0825f015186613282565b1561142157604051630a49ea2360e01b81526001600160601b03808a16600483015286166024820152604401610aa9565b6040516308a390bb60e21b81526001600160601b03861660048201525f906001600160a01b0385169063228e42ec90602401602060405180830381865afa15801561146e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114929190614968565b90506114a86114a1828a613559565b83516135de565b156114ec57815160405163b806175d60e01b81526001600160601b038089166004830152918216602482015281831660448201529089166064820152608401610aa9565b505f73__$58e11c6004c5796aaa8c56e718245e69a2$__639ed246ea6115128689613628565b6040516001600160e01b031960e084901b1681528151600482015260209091015160248201526001600160601b038b1660448201526064016040805180830381865af4158015611564573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115889190614e31565b809850819250505060035f9054906101000a90046001600160a01b03166001600160a01b031663d56cd3d5866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115ef573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161391906149ed565b888a856040518563ffffffff1660e01b815260040161163594939291906149bb565b5f604051808303815f87803b15801561164c575f80fd5b505af115801561165e573d5f803e3d5ffd5b50506002546040516325fa796b60e01b81526001600160a01b0389811660048301526001600160601b03808f1660248401528c16604483015290911692506325fa796b91506064015f604051808303815f87803b1580156116bd575f80fd5b505af11580156116cf573d5f803e3d5ffd5b505050505f6116e66001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611733573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061175791906149ed565b90507fa397b0d38fe748a8c29cce53eab5736ef0c29c156e7a9586ae8b88a8557b4145866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117da9190614968565b604080516001600160601b0392831681528a831660208201528d8316818301528c83166060820152918b166080830152519081900360a00190a16118208588838c613731565b5050505050505092915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600f604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611898573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118bc9190614e69565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af4158015611900573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e29190614d62565b5f8080611931600f6131e6565b925050915060025f9054906101000a90046001600160a01b03166001600160a01b031663e283b4a982848b8b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156119a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c89190614968565b8c8c8c6040518963ffffffff1660e01b81526004016119ee989796959493929190614eac565b6020604051808303815f875af1158015611a0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a2e9190614968565b92507f0dcadf661b8b2888423f78a848a77785b4dc0138395b12584835f6a65dfcea79816001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab19190614968565b604080516001600160601b03928316815282861660208201529186169082015260600160405180910390a1505095945050505050565b33611af0612644565b6001600160a01b0316816001600160a01b031614611b2b5760405162d1953b60e31b81526001600160a01b0382166004820152602401610aa9565b816001600160a01b03163b5f03611b60576040516361798f2f60e11b81526001600160a01b0383166004820152602401610aa9565b61055c826137e2565b6040516302d764c760e21b81526001600160601b03831660048201525f90819081906001600160a01b03871690630b5d931c9060240161020060405180830381865afa158015611bbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bdf9190614f28565b602001516040516357f80bbf60e01b81526001600160601b03821660048201529091505f906001600160a01b038816906357f80bbf9060240160e060405180830381865afa158015611c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c579190614da3565b509396879650945050505050565b5f80611c7033610555565b611cda886001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611caf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cd391906149ed565b8785611b69565b600254604051634adcf90960e01b81529294509092506001600160a01b031690634adcf90990611d14908b908990899088906004016149bb565b5f604051808303815f87803b158015611d2b575f80fd5b505af1158015611d3d573d5f803e3d5ffd5b5050505060065f9054906101000a90046001600160a01b03166001600160a01b031663ea48ce9b896001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611da0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc49190614968565b6040516001600160e01b031960e084901b1681526001600160601b0391821660048201526001600160a01b038b16602482015290841660448201526064016020604051808303815f875af1158015611e1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e429190614968565b50611e4d81836135de565b50965096945050505050565b5f805f8051602061525783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611ec5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ee99190614d88565b15611f74576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611f4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f6e91906149ed565b91505090565b54600160601b90046001600160a01b0316919050565b611f926131ae565b61200e83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fd2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff69190614968565b60085f8560405180602001604052805f815250610e49565b6001600160a01b0382161561202b5761202682613842565b6120a2565b5f6120366002613853565b90506120a0816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612077573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209b91906149ed565b613842565b505b6120b2634a531f3360e01b6108f5565b6120c263daf9067160e01b6108f5565b505050565b5f8051602061527783398151915280545f9190600160a01b900460ff166120ee575f611f6e565b638fb3603760e01b91505090565b5f80612108600f6131e6565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561214a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216e91906149ed565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa1580156121bd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121e49190810190614b60565b90505f8160a001518060200190518101906121ff9190614da3565b9050612223816020015161221161395a565b6001600160401b039081169116141590565b1561224c5760405163eff765ff60e01b81526001600160601b0386166004820152602401610aa9565b6001600160401b03861660208083019190915260408051631a99b41b60e31b815290516001600160a01b0387169263d4cda0d892600480820193918290030181865afa15801561229e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c291906149ed565b6001600160a01b0316637e3d91e8868360ff6040518463ffffffff1660e01b81526004016122f293929190614fe9565b5f604051808303815f87803b158015612309575f80fd5b505af115801561231b573d5f803e3d5ffd5b5050604080516001600160601b03891681526001600160401b038a1660208201527fe7e6a7a42cbdb2d274dfaaac06073a09d6095ca3745ce71fe5a137f8247ea23e93500190505b60405180910390a1505050505050565b61237c33610555565b5f612390826080015183610180015161399a565b600254602084015160405163ad328d9f60e01b81529293506001600160a01b039091169163ad328d9f916123cc918991889187906004016149bb565b5f604051808303815f87803b1580156123e3575f80fd5b505af11580156123f5573d5f803e3d5ffd5b50506002546040516301d90a6f60e61b81526001600160a01b0389811660048301526001600160601b038816602483015290911692506376429bc091506044016107bf565b5f80612446600f6131e6565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612488573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ac91906149ed565b6040516357f80bbf60e01b81526001600160601b03851660048201529091505f906001600160a01b038316906357f80bbf9060240160e060405180830381865afa1580156124fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125209190614da3565b80516001600160601b038716825260408051631a99b41b60e31b8152905192935090916001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015612576573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061259a91906149ed565b6001600160a01b0316637e3d91e8868460ff6040518463ffffffff1660e01b81526004016125ca93929190614fe9565b5f604051808303815f87803b1580156125e1575f80fd5b505af11580156125f3573d5f803e3d5ffd5b5050604080516001600160601b03808a16825280861660208301528a16918101919091527f59c52d680289bf3ed1eaf8c98c2385d021cbc74043dd1ed596d6383f63235ffc92506060019050612363565b5f80516020615277833981519152546001600160a01b031690565b5f8061266b600f6131e6565b600254604051632aa6b2cb60e21b81526001600160a01b0380841660048301526001600160601b03891660248301529496509194505f93849350169063aa9acb2c9060440160408051808303815f875af11580156126cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ef9190614e31565b9150915060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a2846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612752573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277691906149ed565b866127818686613559565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156127c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127ec9190614968565b6040518563ffffffff1660e01b815260040161280b94939291906149bb565b5f604051808303815f87803b158015612822575f80fd5b505af1158015612834573d5f803e3d5ffd5b505050507f64c75a4392ba38fee1b5a44b61e3dd0cae424d2d43eb2b0c99772efe31e1c042836001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612895573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128b99190614968565b604080516001600160601b03928316815282881660208201529188169082015260600160405180910390a16128ee8282613559565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612945573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129699190614d88565b15612b36575f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf91906149ed565b60405163f0ea17c360e01b81526001600160601b03871660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612a1b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a429190810190614b60565b905080606001516001600160a01b03166354f0d84c8260800151612a6e6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038b1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612abb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612adf91906149ed565b612ae98787613559565b6040518463ffffffff1660e01b8152600401612b0793929190614c38565b5f604051808303815f87803b158015612b1e575f80fd5b505af1158015612b30573d5f803e3d5ffd5b50505050505b5050505050565b612b456131ae565b612b4e81611179565b612b56611038565b6001600160a01b038216612b7d5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061525783398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b612bbc33610555565b5f612bcf6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612c1e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c459190810190615070565b60208101516040516305247a1760e51b81526001600160601b0390911660048201529091505f906001600160a01b0384169063a48f42e0906024015f60405180830381865afa158015612c9a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cc19190810190615070565b60208101516040516305247a1760e51b81526001600160601b0390911660048201529091505f906001600160a01b0385169063a48f42e0906024015f60405180830381865afa158015612d16573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d3d9190810190615070565b90505f816080015190505f612d5b8760e00151886101600151613559565b90505f612d72886101000151896101800151613559565b90505f886060015190505f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612db9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ddd91906149ed565b60035488519192506001600160a01b03169063d56cd3d5908390612e018688613559565b886040518563ffffffff1660e01b8152600401612e2194939291906149bb565b5f604051808303815f87803b158015612e38575f80fd5b505af1158015612e4a573d5f803e3d5ffd5b50506003548a516040516325e451d360e01b81526001600160a01b0390921693506325e451d39250612e8591859190879089906004016149bb565b5f604051808303815f87803b158015612e9c575f80fd5b505af1158015612eae573d5f803e3d5ffd5b505050505050505050505050505050565b5f805160206152778339815191525f80612ef7612eda612644565b8730612ee960045f8a8c615140565b612ef291615167565b6139e4565b91509150816108ed5763ffffffff811615612f9257825460ff60a01b1916600160a01b178355612f25612644565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f549392919061519f565b5f604051808303815f87803b158015612f6b575f80fd5b505af1158015612f7d573d5f803e3d5ffd5b5050845460ff60a01b19168555506108ed9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610aa9565b5f805f8051602061525783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613021573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130459190614d88565b156130715780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610aa9565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156130c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e79190614d88565b61310f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610aa9565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613161573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131859190614968565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061529783398151915254600160401b900460ff166131e457604051631afcd79f60e31b815260040160405180910390fd5b565b5f6131ef613e2a565b5f6132026001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015613246573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326a9190614968565b925061327883856001613aec565b9395909450915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af41580156132e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133079190614d88565b9392505050565b6102136131ae565b5f805160206152978339815191528054600160401b810460ff1615906001600160401b03165f811580156133475750825b90505f826001600160401b031660011480156133625750303b155b905081158015613370575080155b1561338e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156133b857845460ff60401b1916600160401b1785555b5f80878060200190518101906133ce91906151cc565b92505091506133de82828b611f8a565b6133e86002613853565b600580546001600160a01b0319166001600160a01b0392909216919091179055613412601f613853565b600280546001600160a01b0319166001600160a01b039290921691909117905561343c600a613853565b600480546001600160a01b0319166001600160a01b0392909216919091179055613466600b613853565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b0316630e9ed68b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156134c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134e591906149ed565b600680546001600160a01b0319166001600160a01b0392909216919091179055613515630487a14f60e11b6108f5565b5050831561117057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611167565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156135ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133079190614968565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016132c8565b604080518082019091525f808252602082015260405163f0ea17c360e01b81526001600160601b03831660048201525f906001600160a01b0385169063f0ea17c3906024015f60405180830381865afa158015613687573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136ae9190810190614b60565b602001516040516302d764c760e21b81526001600160601b03821660048201529091506001600160a01b03851690630b5d931c9060240161020060405180830381865afa158015613701573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137259190614f28565b60e00151949350505050565b60405163f0ea17c360e01b81526001600160601b03841660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa15801561377d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137a49190810190614b60565b90505f8160800151905081606001516001600160a01b031663c7d63d578583866040518463ffffffff1660e01b8152600401612b0793929190614c38565b5f8051602061527783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61384a6131ae565b61128181613d89565b5f6138666001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156138c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138ed9190614e69565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613930573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061395491906149ed565b92915050565b604051637c3940bf60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf906024016118e5565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa229060440161359f565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613a52919061520b565b5f60405180830381855afa9150503d805f8114613a8a576040519150601f19603f3d011682016040523d82523d5f602084013e613a8f565b606091505b50915091508115613ae1576040815110613ac15780806020019051810190613ab79190615221565b9094509250613ae1565b6020815110613ae15780806020019051810190613ade9190614d88565b93505b505094509492505050565b613af4613e2a565b5f80613b086001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613b55573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b7c9190810190615070565b925060ff8516600b14613bda57604083015160ff868116911614613bd557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610aa9565b613c76565b613bf58360400151613bea600c90565b60ff90811691161490565b80613c0b5750613c0b8360400151613bea600f90565b80613c215750613c218360400151613bea600e90565b80613c375750613c378360400151613bea600d90565b613c7657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610aa9565b613c838360200151613d9a565b91508315613d8057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613cc7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ceb91906149ed565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613d33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d579190614d88565b15613d8057604051637d71120960e11b81526001600160601b0387166004820152602401610aa9565b50935093915050565b613d916131ae565b611281816137e2565b5f613dad6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613df9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613e209190810190615070565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613e77575f80fd5b81356001600160e01b031981168114613307575f80fd5b6001600160601b0381168114611281575f80fd5b8035613ead81613e8e565b919050565b5f8060408385031215613ec3575f80fd5b8235613ece81613e8e565b91506020830135613ede81613e8e565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613f5f608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613fa3610100840182613ee9565b949350505050565b6001600160a01b0381168114611281575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405161022081016001600160401b0381118282101715613ff657613ff6613fbf565b60405290565b604080519081016001600160401b0381118282101715613ff657613ff6613fbf565b60405161024081016001600160401b0381118282101715613ff657613ff6613fbf565b60405160c081016001600160401b0381118282101715613ff657613ff6613fbf565b60405160e081016001600160401b0381118282101715613ff657613ff6613fbf565b60405161012081016001600160401b0381118282101715613ff657613ff6613fbf565b604051601f8201601f191681016001600160401b03811182821017156140d0576140d0613fbf565b604052919050565b80356001600160c01b031981168114613ead575f80fd5b64ffffffffff81168114611281575f80fd5b8035613ead816140ef565b5f6001600160401b0382111561412457614124613fbf565b50601f01601f191660200190565b5f82601f830112614141575f80fd5b813561415461414f8261410c565b6140a8565b818152846020838601011115614168575f80fd5b816020850160208301375f918101602001919091529392505050565b803561ffff81168114613ead575f80fd5b5f61022082840312156141a6575f80fd5b6141ae613fd3565b90506141b982613ea2565b81526141c760208301613ea2565b60208201526141d8604083016140d8565b60408201526141e9606083016140d8565b60608201526141fa60808301613ea2565b608082015261420b60a08301613ea2565b60a082015261421c60c08301613ea2565b60c082015261422d60e08301614101565b60e08201526101008201356001600160401b0381111561424b575f80fd5b61425784828501614132565b610100830152506101208201356001600160401b03811115614277575f80fd5b61428384828501614132565b610120830152506142976101408301614184565b6101408201526142aa6101608301614184565b6101608201526142bd6101808301613ea2565b6101808201526142d06101a08301613ea2565b6101a08201526142e36101c08301614101565b6101c08201526142f66101e08301614101565b6101e08201526143096102008301614101565b61020082015292915050565b5f805f805f60a08688031215614329575f80fd5b853561433481613fab565b9450602086013561434481613fab565b9350604086013561435481613e8e565b925060608601356001600160401b0381111561436e575f80fd5b61437a88828901614195565b925050608086013561438b81613e8e565b809150509295509295909350565b60ff81168114611281575f80fd5b8015158114611281575f80fd5b5f805f805f8060c087890312156143c9575f80fd5b86356143d481613fab565b955060208701356143e481613e8e565b945060408701356143f481614399565b93506060870135614404816143a7565b9250608087013561441481613fab565b915060a08701356001600160401b0381111561442e575f80fd5b61443a89828a01614132565b9150509295509295509295565b5f60208284031215614457575f80fd5b81356001600160401b0381111561446c575f80fd5b613fa384828501614132565b5f8060408385031215614489575f80fd5b823561449481613fab565b915060208301356001600160401b038111156144ae575f80fd5b6144ba85828601614132565b9150509250929050565b5f602082840312156144d4575f80fd5b813561330781613fab565b5f805f805f85870360a08112156144f4575f80fd5b86356144ff81613fab565b95506040601f1982011215614512575f80fd5b5061451b613ffc565b60208781013582526040880135908201529350606086013561453c816140ef565b925060808601356001600160401b03811115614556575f80fd5b8601601f81018813614566575f80fd5b80356001600160401b0381111561457b575f80fd5b88602082840101111561458c575f80fd5b959894975092955050506020019190565b5f805f606084860312156145af575f80fd5b833592506020840135915060408401356145c881613e8e565b809150509250925092565b5f805f606084860312156145e5575f80fd5b83356145f081613fab565b9250602084013561460081613e8e565b915060408401356145c881613e8e565b5f805f805f8060c08789031215614625575f80fd5b863561463081613fab565b9550602087013561464081613fab565b9450604087013561465081613e8e565b9350606087013561466081613e8e565b9250608087013561467081613e8e565b915060a087013561468081613e8e565b809150509295509295509295565b5f805f606084860312156146a0575f80fd5b83356146ab81613fab565b925060208401356146bb81613fab565b915060408401356145c881613fab565b6001600160401b0381168114611281575f80fd5b5f602082840312156146ef575f80fd5b8135613307816146cb565b5f805f806080858703121561470d575f80fd5b843561471881613fab565b9350602085013561472881613fab565b9250604085013561473881613e8e565b915060608501356001600160401b03811115614752575f80fd5b61475e87828801614195565b91505092959194509250565b5f6020828403121561477a575f80fd5b813561330781613e8e565b5f8060408385031215614796575f80fd5b82356147a181613fab565b91506020830135613ede81613fab565b5f808284036102608112156147c4575f80fd5b83356147cf81613e8e565b9250610240601f19820112156147e3575f80fd5b506147ec61401e565b6147f860208501613ea2565b815261480660408501613ea2565b602082015261481760608501613ea2565b604082015261482860808501613ea2565b606082015261483960a08501613ea2565b608082015261484a60c08501613ea2565b60a082015261485b60e08501613ea2565b60c082015261486d6101008501613ea2565b60e082015261487f6101208501613ea2565b6101008201526148926101408501613ea2565b6101208201526148a56101608501613ea2565b6101408201526148b86101808501613ea2565b6101608201526148cb6101a08501613ea2565b6101808201526148de6101c08501613ea2565b6101a08201526148f16101e08501613ea2565b6101c08201526149046102008501613ea2565b6101e08201526149176102208501613ea2565b61020082015261492a6102408501613ea2565b610220820152809150509250929050565b5f6020828403121561494b575f80fd5b815162ffffff81168114613307575f80fd5b8051613ead81613e8e565b5f60208284031215614978575f80fd5b815161330781613e8e565b600181811c9082168061499757607f821691505b6020821081036149b557634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f602082840312156149fd575f80fd5b815161330781613fab565b5f60408284031215614a18575f80fd5b614a20613ffc565b825181526020928301519281019290925250919050565b5f82601f830112614a46575f80fd5b8151602083015f614a5961414f8461410c565b9050828152858383011115614a6c575f80fd5b8282602083015e5f92810160200192909252509392505050565b8051613ead816140ef565b5f60208284031215614aa1575f80fd5b81516001600160401b03811115614ab6575f80fd5b820160e08185031215614ac7575f80fd5b614acf614041565b8151614ada81613e8e565b8152614ae98560208401614a08565b602082015260608201516001600160401b03811115614b06575f80fd5b614b1286828501614a37565b6040830152506080820151614b26816140ef565b6060820152614b3760a08301614a86565b6080820152614b4860c08301614a86565b60a0820152949350505050565b8051613ead81613fab565b5f60208284031215614b70575f80fd5b81516001600160401b03811115614b85575f80fd5b820160c08185031215614b96575f80fd5b614b9e614041565b81516001600160401b03811115614bb3575f80fd5b614bbf86828501614a37565b825250614bce6020830161495d565b6020820152614bdf60408301614b55565b6040820152614bf060608301614b55565b6060820152614c0160808301614b55565b608082015260a08201516001600160401b03811115614c1e575f80fd5b614c2a86828501614a37565b60a083015250949350505050565b6001600160a01b0393841681529190921660208201526001600160601b03909116604082015260600190565b601f8211156120c257805f5260205f20601f840160051c81016020851015614c895750805b601f840160051c820191505b81811015612b36575f8155600101614c95565b81516001600160401b03811115614cc157614cc1613fbf565b614cd581614ccf8454614983565b84614c64565b6020601f821160018114614d07575f8315614cf05750848201515b5f19600385901b1c1916600184901b178455612b36565b5f84815260208120601f198516915b82811015614d365787850151825560209485019460019092019101614d16565b5084821015614d5357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614d72575f80fd5b8151613307816146cb565b8051613ead816143a7565b5f60208284031215614d98575f80fd5b8151613307816143a7565b5f60e0828403128015614db4575f80fd5b50614dbd614063565b8251614dc881613e8e565b81526020830151614dd8816146cb565b60208201526040830151614deb816143a7565b60408201526060830151614dfe816143a7565b6060820152614e0f60808401614d7d565b608082015260a0838101519082015260c0928301519281019290925250919050565b5f8060408385031215614e42575f80fd5b8251614e4d81613e8e565b6020840151909250613ede81613e8e565b8051613ead81614399565b5f60208284031215614e79575f80fd5b815161330781614399565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b6001600160a01b0389811682526001600160601b038916602083015287166040820152614ee6606082018780518252602090810151910152565b6001600160601b03851660a082015264ffffffffff841660c082015261010060e08201525f614f1a61010083018486614e84565b9a9950505050505050505050565b5f610200828403128015614f3a575f80fd5b50614f43614085565b614f4c8361495d565b8152614f5a6020840161495d565b6020820152614f6c8460408501614a08565b6040820152614f7e8460808501614a08565b6060820152614f908460c08501614a08565b6080820152614fa3846101008501614a08565b60a0820152614fb6846101408501614a08565b60c0820152614fc9846101808501614a08565b60e0820152614fdc846101c08501614a08565b6101008201529392505050565b5f610120820190506001600160601b03851682526001600160601b0384511660208301526001600160401b036020850151166040830152604084015115156060830152606084015115156080830152608084015161504b60a084018215159052565b5060a084015160c083015260c084015160e0830152613fa361010083018460ff169052565b5f60208284031215615080575f80fd5b81516001600160401b03811115615095575f80fd5b820160e081850312156150a6575f80fd5b6150ae614063565b6150b78261495d565b81526150c56020830161495d565b60208201526150d660408301614e5e565b60408201526150e760608301614d7d565b60608201526150f860808301614b55565b608082015261510960a08301614b55565b60a082015260c08201516001600160401b03811115615126575f80fd5b61513286828501614a37565b60c083015250949350505050565b5f808585111561514e575f80fd5b8386111561515a575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615198576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190525f906151c39083018486614e84565b95945050505050565b5f805f606084860312156151de575f80fd5b83516151e981613fab565b60208501519093506151fa81613fab565b60408501519092506145c881613fab565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615232575f80fd5b825161523d816143a7565b602084015190925063ffffffff81168114613ede575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212208aa2955060971fde753ad11872c073a03c3607e534a0baf42ed871c47ee4097764736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
|
563
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610148575f3560e01c8063675393bf116100bf578063ada9652e11610079578063ada9652e146103e1578063b88da759146103f5578063c987336c14610408578063e97fac051461041b578063f7c34ee01461042e578063fd0c63d914610441575f80fd5b8063675393bf1461037f5780636b9bf08b14610392578063893d20e8146103a35780638e9afce6146103ab578063933a9ce8146103be578063946dfcfe146103cf575f80fd5b80631775564d116101105780631775564d14610209578063214cdb801461022957806336fc697e1461023c5780634d459c90146102445780635ab1bd5314610351578063644c45e014610362575f80fd5b806301ffc9a71461014c578063058f7a971461018d57806307484e80146101a25780630d8e6e2c146101cd578063138461e0146101e9575b5f80fd5b61017861015a3660046114fe565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004611540565b610449565b005b6101b56101b03660046115fa565b610558565b6040516001600160a01b039091168152602001610184565b6101d56106e1565b60405162ffffff9091168152602001610184565b6101f1610751565b6040516001600160601b039091168152602001610184565b61021c61021736600461164f565b61075b565b60405161018491906116ca565b6101a06102373660046114fe565b6107b3565b6101a06107df565b6102f46102523660046116ec565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610184565b6001546001600160a01b03166101b5565b5f8051602061271c833981519152546001600160601b03166101f1565b6101a061038d366004611540565b610824565b6005546001600160a01b03166101b5565b6101b5610931565b61021c6103b9366004611707565b610a62565b6002546001600160a01b03166101b5565b6004545b604051908152602001610184565b6103d35f8051602061271c83398151915281565b6101d5610403366004611741565b610ab5565b6101b561041636600461164f565b610af3565b6101b561042936600461164f565b610d0c565b6101a061043c366004611758565b610e8a565b6101f1610f00565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f8115801561048e5750825b90505f8267ffffffffffffffff1660011480156104aa5750303b155b9050811580156104b8575080155b156104d65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561050057845460ff60401b1916600160401b1785555b61050a3387610e8a565b831561055057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f610561610931565b6001600160a01b0316336001600160a01b0316146105995760405163086391f760e31b81523360048201526024015b60405180910390fd5b600454156105ba5760405163402b135f60e11b815260040160405180910390fd5b5f6105c3610931565b9050308386826105d3858961075b565b6040516105df906114f1565b6105eb9392919061178f565b8190604051809103905ff5905080158015610608573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610694918591630d8e6e2c9160048083019260209291908290030181865afa158015610669573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061068d91906117c3565b8784610f17565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074c91906117c3565b905090565b5f61074c306112ad565b60606349bb9e4b60e01b83836040516024016107789291906117de565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6107bb6114a6565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107e76114a6565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61082c6114a6565b806001600160a01b03163b5f036108615760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156108db575060408051601f3d908101601f191682019092526108d891810190611801565b60015b6109035760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b8061092c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610590565b505b50565b5f805f8051602061271c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561099d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c19190611801565b15610a4c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a469190611820565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b82604051602401610a7d91906116ca565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f60048281548110610ac957610ac961183b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610afc610931565b6001600160a01b0316336001600160a01b031614610b2f5760405163086391f760e31b8152336004820152602401610590565b6004545f03610b515760405163366dfd2160e21b815260040160405180910390fd5b5f610b5a610931565b90505f610b6f6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015610bab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcf9190611820565b6002549091506001600160a01b03908116908216639623609d8288610bf389610a62565b6040518463ffffffff1660e01b8152600401610c119392919061178f565b5f604051808303815f87803b158015610c28575f80fd5b505af1158015610c3a573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610cbf846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb891906117c3565b8785610f17565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610d15610931565b6001600160a01b0316336001600160a01b031614610d485760405163086391f760e31b8152336004820152602401610590565b60045415610d695760405163402b135f60e11b815260040160405180910390fd5b5f610d72610931565b9050308481610d81848761075b565b604051610d8d906114f1565b610d999392919061178f565b604051809103905ff080158015610db2573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610e3e918591630d8e6e2c9160048083019260209291908290030181865afa158015610e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3791906117c3565b8684610f17565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b610e926114a6565b610e9b81610824565b610ea36107df565b6001600160a01b038216610eca5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061271c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6002545f9061074c906001600160a01b03166112ad565b610f938373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8691906117c3565b62ffffff90811691161490565b15610fb1576040516348c618db60e01b815260040160405180910390fd5b600454156111095760048054610fc99060019061184f565b81548110610fd957610fd961183b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801561104a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106e919061186e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156110c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e4919061186e565b1161110957604051633e614b6d60e11b815262ffffff84166004820152602401610590565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156111d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fd9190611885565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061271c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611319573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061133d9190611801565b156113695780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610590565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113df9190611801565b6114075760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610590565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611459573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147d91906118a9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166114ef57604051631afcd79f60e31b815260040160405180910390fd5b565b610e4c806118d083390190565b5f6020828403121561150e575f80fd5b81356001600160e01b031981168114611525575f80fd5b9392505050565b6001600160a01b038116811461092e575f80fd5b5f60208284031215611550575f80fd5b81356115258161152c565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261157e575f80fd5b813567ffffffffffffffff8111156115985761159861155b565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156115c7576115c761155b565b6040528181528382016020018510156115de575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f6060848603121561160c575f80fd5b83356116178161152c565b9250602084013567ffffffffffffffff811115611632575f80fd5b61163e8682870161156f565b925050604084013590509250925092565b5f8060408385031215611660575f80fd5b823561166b8161152c565b9150602083013567ffffffffffffffff811115611686575f80fd5b6116928582860161156f565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f611525602083018461169c565b62ffffff8116811461092e575f80fd5b5f602082840312156116fc575f80fd5b8135611525816116dc565b5f60208284031215611717575f80fd5b813567ffffffffffffffff81111561172d575f80fd5b6117398482850161156f565b949350505050565b5f60208284031215611751575f80fd5b5035919050565b5f8060408385031215611769575f80fd5b82356117748161152c565b915060208301356117848161152c565b809150509250929050565b6001600160a01b038481168252831660208201526060604082018190525f906117ba9083018461169c565b95945050505050565b5f602082840312156117d3575f80fd5b8151611525816116dc565b6001600160a01b03831681526040602082018190525f906117399083018461169c565b5f60208284031215611811575f80fd5b81518015158114611525575f80fd5b5f60208284031215611830575f80fd5b81516115258161152c565b634e487b7160e01b5f52603260045260245ffd5b818103818111156107ad57634e487b7160e01b5f52601160045260245ffd5b5f6020828403121561187e575f80fd5b5051919050565b5f60208284031215611895575f80fd5b815164ffffffffff81168114611525575f80fd5b5f602082840312156118b9575f80fd5b81516001600160601b0381168114611525575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122091facf8b1f9c8934d82b8e830c9b69956c45f3b2005c88e67e4d4e29f111a64064736f6c634300081a0033",
|
564
|
+
"linkReferences": {
|
565
|
+
"contracts/type/Amount.sol": {
|
566
|
+
"AmountLib": [
|
567
|
+
{
|
568
|
+
"length": 20,
|
569
|
+
"start": 16481
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"length": 20,
|
573
|
+
"start": 20064
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"length": 20,
|
577
|
+
"start": 23684
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"length": 20,
|
581
|
+
"start": 24078
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"length": 20,
|
585
|
+
"start": 27266
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"length": 20,
|
589
|
+
"start": 27399
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"length": 20,
|
593
|
+
"start": 28355
|
594
|
+
}
|
595
|
+
]
|
596
|
+
},
|
597
|
+
"contracts/type/Fee.sol": {
|
598
|
+
"FeeLib": [
|
599
|
+
{
|
600
|
+
"length": 20,
|
601
|
+
"start": 18929
|
602
|
+
}
|
603
|
+
]
|
604
|
+
},
|
605
|
+
"contracts/type/NftId.sol": {
|
606
|
+
"NftIdLib": [
|
607
|
+
{
|
608
|
+
"length": 20,
|
609
|
+
"start": 1102
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"length": 20,
|
613
|
+
"start": 5663
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"length": 20,
|
617
|
+
"start": 8091
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"length": 20,
|
621
|
+
"start": 15137
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"length": 20,
|
625
|
+
"start": 21390
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"length": 20,
|
629
|
+
"start": 25834
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"length": 20,
|
633
|
+
"start": 26539
|
634
|
+
}
|
635
|
+
]
|
636
|
+
},
|
637
|
+
"contracts/type/RoleId.sol": {
|
638
|
+
"RoleIdLib": [
|
639
|
+
{
|
640
|
+
"length": 20,
|
641
|
+
"start": 19761
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"length": 20,
|
645
|
+
"start": 28281
|
646
|
+
}
|
647
|
+
]
|
648
|
+
},
|
649
|
+
"contracts/type/Timestamp.sol": {
|
650
|
+
"TimestampLib": [
|
651
|
+
{
|
652
|
+
"length": 20,
|
653
|
+
"start": 2102
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"length": 20,
|
657
|
+
"start": 7771
|
658
|
+
}
|
659
|
+
]
|
660
|
+
},
|
661
|
+
"contracts/type/Version.sol": {
|
662
|
+
"VersionLib": [
|
663
|
+
{
|
664
|
+
"length": 20,
|
665
|
+
"start": 1458
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"length": 20,
|
669
|
+
"start": 1703
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"length": 20,
|
673
|
+
"start": 1821
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"length": 20,
|
677
|
+
"start": 7127
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"length": 20,
|
681
|
+
"start": 7372
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"length": 20,
|
685
|
+
"start": 7490
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"length": 20,
|
689
|
+
"start": 14983
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"length": 20,
|
693
|
+
"start": 17393
|
694
|
+
}
|
695
|
+
],
|
696
|
+
"VersionPartLib": [
|
697
|
+
{
|
698
|
+
"length": 20,
|
699
|
+
"start": 19809
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"length": 20,
|
703
|
+
"start": 28050
|
704
|
+
}
|
705
|
+
]
|
706
|
+
}
|
707
|
+
},
|
708
|
+
"deployedLinkReferences": {
|
709
|
+
"contracts/type/NftId.sol": {
|
710
|
+
"NftIdLib": [
|
711
|
+
{
|
712
|
+
"length": 20,
|
713
|
+
"start": 2405
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"length": 20,
|
717
|
+
"start": 4833
|
718
|
+
}
|
719
|
+
]
|
720
|
+
},
|
721
|
+
"contracts/type/Timestamp.sol": {
|
722
|
+
"TimestampLib": [
|
723
|
+
{
|
724
|
+
"length": 20,
|
725
|
+
"start": 4513
|
726
|
+
}
|
727
|
+
]
|
728
|
+
},
|
729
|
+
"contracts/type/Version.sol": {
|
730
|
+
"VersionLib": [
|
731
|
+
{
|
732
|
+
"length": 20,
|
733
|
+
"start": 3869
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"length": 20,
|
737
|
+
"start": 4114
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"length": 20,
|
741
|
+
"start": 4232
|
742
|
+
}
|
743
|
+
]
|
744
|
+
}
|
745
|
+
}
|
746
|
+
}
|