@etherisc/gif-next 0.0.2-d911522 → 0.0.2-d9e8211-569
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +406 -9
- 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/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -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 +1012 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1400 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +787 -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/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -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 +289 -529
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +374 -626
- 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 +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1850 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1048 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +683 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3587 -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/base/Cloneable.sol/Cloneable.json +137 -0
- 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 +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
- 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 +979 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +922 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +679 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -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 +1362 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +771 -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 +1198 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1034 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1469 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +695 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +732 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +667 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -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 +1325 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +775 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +517 -0
- 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 +785 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- 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/product/IRiskService.sol/IRiskService.json +400 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1104 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +715 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +860 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +715 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1054 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +943 -112
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1426 -178
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1340 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +670 -0
- 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 +1169 -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 +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +685 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1568 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +753 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +427 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
- 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/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +110 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +42 -77
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +165 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/pool/PoolModule.sol/PoolModule.json → shared/IRegisterable.sol/IRegisterable.json} +98 -79
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +346 -0
- 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 +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +193 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +188 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +264 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +395 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
- 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 +1438 -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 +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -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 +714 -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 +1231 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -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/type/StateId.sol/StateIdLib.json +92 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +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 +566 -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 +589 -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/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +58 -15
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +211 -46
- package/contracts/instance/InstanceAdmin.sol +285 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
- package/contracts/instance/InstanceReader.sol +430 -0
- package/contracts/instance/InstanceService.sol +467 -0
- package/contracts/instance/InstanceServiceManager.sol +40 -0
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +46 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/mock/Dip.sol +26 -0
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +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 +248 -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 +573 -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 +177 -100
- package/contracts/registry/IRegistry.sol +150 -52
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +637 -117
- package/contracts/registry/RegistryAdmin.sol +464 -0
- package/contracts/registry/RegistryService.sol +252 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +491 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- 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/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +29 -0
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +36 -0
- package/contracts/shared/IRegisterable.sol +15 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- 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 +107 -0
- package/contracts/shared/PolicyHolder.sol +56 -0
- package/contracts/shared/Registerable.sol +75 -0
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +82 -0
- package/contracts/shared/TokenHandler.sol +139 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +160 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +498 -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/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +135 -0
- package/contracts/type/Blocknumber.sol +142 -0
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +78 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/type/StateId.sol +136 -0
- package/contracts/type/String.sol +53 -0
- package/contracts/type/Timestamp.sol +146 -0
- package/contracts/type/UFixed.sol +351 -0
- package/contracts/type/Version.sol +110 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +198 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +25 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -231
- 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/IA.sol/ISharedA.json +0 -37
- 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/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/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- 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/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -440
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -12
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -66
- package/contracts/experiment/errors/Require.sol +0 -33
- package/contracts/experiment/errors/Revert.sol +0 -39
- package/contracts/experiment/inheritance/A.sol +0 -56
- package/contracts/experiment/inheritance/B.sol +0 -23
- package/contracts/experiment/inheritance/C.sol +0 -28
- package/contracts/experiment/inheritance/IA.sol +0 -18
- package/contracts/experiment/inheritance/IB.sol +0 -9
- package/contracts/experiment/inheritance/IC.sol +0 -11
- package/contracts/experiment/types/TypeA.sol +0 -42
- package/contracts/experiment/types/TypeB.sol +0 -24
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -248
- package/contracts/instance/component/IComponent.sol +0 -95
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -107
- package/contracts/instance/pool/IPoolModule.sol +0 -41
- package/contracts/instance/pool/PoolModule.sol +0 -86
- package/contracts/instance/product/IProductService.sol +0 -46
- package/contracts/instance/product/ProductService.sol +0 -108
- package/contracts/registry/IChainNft.sol +0 -18
- package/contracts/types/Blocknumber.sol +0 -60
- package/contracts/types/ChainId.sol +0 -30
- package/contracts/types/NftId.sol +0 -35
- package/contracts/types/Timestamp.sol +0 -55
- package/contracts/types/UFixed.sol +0 -207
@@ -0,0 +1,715 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "PricingServiceManager",
|
4
|
+
"sourceName": "contracts/product/PricingServiceManager.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": "getPricingService",
|
282
|
+
"outputs": [
|
283
|
+
{
|
284
|
+
"internalType": "contract PricingService",
|
285
|
+
"name": "",
|
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
|
+
{
|
431
|
+
"internalType": "address",
|
432
|
+
"name": "registry",
|
433
|
+
"type": "address"
|
434
|
+
}
|
435
|
+
],
|
436
|
+
"name": "initializeProxyManager",
|
437
|
+
"outputs": [],
|
438
|
+
"stateMutability": "nonpayable",
|
439
|
+
"type": "function"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"inputs": [],
|
443
|
+
"name": "linkToProxy",
|
444
|
+
"outputs": [
|
445
|
+
{
|
446
|
+
"internalType": "NftId",
|
447
|
+
"name": "",
|
448
|
+
"type": "uint96"
|
449
|
+
}
|
450
|
+
],
|
451
|
+
"stateMutability": "nonpayable",
|
452
|
+
"type": "function"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"inputs": [],
|
456
|
+
"name": "linkToRegisteredNftId",
|
457
|
+
"outputs": [
|
458
|
+
{
|
459
|
+
"internalType": "NftId",
|
460
|
+
"name": "nftId",
|
461
|
+
"type": "uint96"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"stateMutability": "nonpayable",
|
465
|
+
"type": "function"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"inputs": [
|
469
|
+
{
|
470
|
+
"internalType": "bytes4",
|
471
|
+
"name": "interfaceId",
|
472
|
+
"type": "bytes4"
|
473
|
+
}
|
474
|
+
],
|
475
|
+
"name": "supportsInterface",
|
476
|
+
"outputs": [
|
477
|
+
{
|
478
|
+
"internalType": "bool",
|
479
|
+
"name": "",
|
480
|
+
"type": "bool"
|
481
|
+
}
|
482
|
+
],
|
483
|
+
"stateMutability": "view",
|
484
|
+
"type": "function"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"inputs": [
|
488
|
+
{
|
489
|
+
"internalType": "address",
|
490
|
+
"name": "newImplementation",
|
491
|
+
"type": "address"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"internalType": "bytes",
|
495
|
+
"name": "upgradeData",
|
496
|
+
"type": "bytes"
|
497
|
+
}
|
498
|
+
],
|
499
|
+
"name": "upgrade",
|
500
|
+
"outputs": [
|
501
|
+
{
|
502
|
+
"internalType": "contract IVersionable",
|
503
|
+
"name": "versionable",
|
504
|
+
"type": "address"
|
505
|
+
}
|
506
|
+
],
|
507
|
+
"stateMutability": "nonpayable",
|
508
|
+
"type": "function"
|
509
|
+
}
|
510
|
+
],
|
511
|
+
"bytecode": "0x608060405234801561000f575f80fd5b5060405161795238038061795283398101604081905261002e91610b18565b81610038816100d6565b505f8160405161004790610ae3565b8190604051809103905ff5905080158015610064573d5f803e3d5ffd5b50604080516001600160a01b038681166020830152308284015287166060808301919091528251808303909101815260809091019091529091505f6100aa8383866101ec565b600580546001600160a01b0319166001600160a01b039290921691909117905550610cad945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f8115801561011f5750825b90505f826001600160401b0316600114801561013a5750303b155b905081158015610148575080155b156101665760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561019457845460ff60401b1916680100000000000000001785555b61019e3387610375565b83156101e457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6101f5610407565b6001600160a01b0316336001600160a01b03161461022d5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561024e5760405163402b135f60e11b815260040160405180910390fd5b5f610257610407565b9050308386826102678589610554565b60405161027390610af0565b61027f93929190610b7f565b8190604051809103905ff590508015801561029c573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610328918591630d8e6e2c9160048083019260209291908290030181865afa1580156102fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103219190610bb3565b87846105ac565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b61037d610942565b61038681610992565b61038e610a9e565b6001600160a01b0382166103b55760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610486573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104aa9190610bdc565b15610535576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561050b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061052f9190610bfb565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b8383604051602401610571929190610c14565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6106288373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156105f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061b9190610bb3565b62ffffff90811691161490565b15610646576040516348c618db60e01b815260040160405180910390fd5b6004541561079e576004805461065e90600190610c3f565b8154811061066e5761066e610c5e565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156106df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107039190610c72565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610755573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107799190610c72565b1161079e57604051633e614b6d60e11b815262ffffff84166004820152602401610224565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801561086e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108929190610c89565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661099057604051631afcd79f60e31b815260040160405180910390fd5b565b61099a610942565b806001600160a01b03163b5f036109cf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610a49575060408051601f3d908101601f19168201909252610a4691810190610bdc565b60015b610a715760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b80610a9a5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610224565b5050565b610aa6610942565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6137ab8061335b83390190565b610e4c80616b0683390190565b80516001600160a01b0381168114610b13575f80fd5b919050565b5f805f60608486031215610b2a575f80fd5b610b3384610afd565b9250610b4160208501610afd565b9150604084015190509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610baa90830184610b51565b95945050505050565b5f60208284031215610bc3575f80fd5b815162ffffff81168114610bd5575f80fd5b9392505050565b5f60208284031215610bec575f80fd5b81518015158114610bd5575f80fd5b5f60208284031215610c0b575f80fd5b610bd582610afd565b6001600160a01b03831681526040602082018190525f90610c3790830184610b51565b949350505050565b818103818111156105a657634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610c82575f80fd5b5051919050565b5f60208284031215610c99575f80fd5b815164ffffffffff81168114610bd5575f80fd5b6126a180610cba5f395ff3fe608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063893d20e8116100a9578063ada9652e1161006e578063ada9652e14610387578063b88da7591461039b578063c987336c146103ae578063e97fac05146103c1578063fd0c63d9146103d4575f80fd5b8063893d20e8146103385780638e9afce614610340578063933a9ce814610353578063946dfcfe146103645780639fe5970e14610376575f80fd5b8063138461e0116100ef578063138461e0146101bd5780631775564d146101dd5780634d459c90146101fd5780635ab1bd531461030a578063644c45e01461031b575f80fd5b806301ffc9a714610120578063058f7a971461016157806307484e80146101765780630d8e6e2c146101a1575b5f80fd5b61014c61012e366004611465565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114a7565b6103dc565b005b610189610184366004611561565b6104eb565b6040516001600160a01b039091168152602001610158565b6101a9610674565b60405162ffffff9091168152602001610158565b6101c56106e4565b6040516001600160601b039091168152602001610158565b6101f06101eb3660046115b6565b6106ee565b6040516101589190611631565b6102ad61020b366004611653565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610189565b5f8051602061264c833981519152546001600160601b03166101c5565b610189610746565b6101f061034e36600461166e565b610877565b6002546001600160a01b0316610189565b6004545b604051908152602001610158565b6005546001600160a01b0316610189565b6103685f8051602061264c83398151915281565b6101a96103a93660046116a8565b6108ca565b6101896103bc3660046115b6565b610908565b6101896103cf3660046115b6565b610b21565b6101c5610c9f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156104215750825b90505f8267ffffffffffffffff16600114801561043d5750303b155b90508115801561044b575080155b156104695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561049357845460ff60401b1916600160401b1785555b61049d3387610cb6565b83156104e357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6104f4610746565b6001600160a01b0316336001600160a01b03161461052c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561054d5760405163402b135f60e11b815260040160405180910390fd5b5f610556610746565b90503083868261056685896106ee565b60405161057290611458565b61057e939291906116bf565b8190604051809103905ff590508015801561059b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610627918591630d8e6e2c9160048083019260209291908290030181865afa1580156105fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062091906116f3565b8784610d2c565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156106bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106df91906116f3565b905090565b5f6106df306110c2565b60606349bb9e4b60e01b838360405160240161070b92919061170e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611731565b15610861576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610837573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085b9190611750565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016108929190611631565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108de576108de61176b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610911610746565b6001600160a01b0316336001600160a01b0316146109445760405163086391f760e31b8152336004820152602401610523565b6004545f036109665760405163366dfd2160e21b815260040160405180910390fd5b5f61096f610746565b90505f6109846002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156109c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e49190611750565b6002549091506001600160a01b03908116908216639623609d8288610a0889610877565b6040518463ffffffff1660e01b8152600401610a26939291906116bf565b5f604051808303815f87803b158015610a3d575f80fd5b505af1158015610a4f573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610ad4846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd91906116f3565b8785610d2c565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610b2a610746565b6001600160a01b0316336001600160a01b031614610b5d5760405163086391f760e31b8152336004820152602401610523565b60045415610b7e5760405163402b135f60e11b815260040160405180910390fd5b5f610b87610746565b9050308481610b9684876106ee565b604051610ba290611458565b610bae939291906116bf565b604051809103905ff080158015610bc7573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610c53918591630d8e6e2c9160048083019260209291908290030181865afa158015610c28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4c91906116f3565b8684610d2c565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6002545f906106df906001600160a01b03166110c2565b610cbe6112bb565b610cc781611306565b610ccf611413565b6001600160a01b038216610cf65760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061264c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b610da88373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d9b91906116f3565b62ffffff90811691161490565b15610dc6576040516348c618db60e01b815260040160405180910390fd5b60045415610f1e5760048054610dde9060019061177f565b81548110610dee57610dee61176b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e83919061179e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ed5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef9919061179e565b11610f1e57604051633e614b6d60e11b815262ffffff84166004820152602401610523565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061101291906117b5565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561112e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111529190611731565b1561117e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610523565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156111d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111f49190611731565b61121c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610523565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561126e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129291906117d9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661130457604051631afcd79f60e31b815260040160405180910390fd5b565b61130e6112bb565b806001600160a01b03163b5f036113435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156113bd575060408051601f3d908101601f191682019092526113ba91810190611731565b60015b6113e55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b8061140e5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610523565b505b50565b61141b6112bb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061180083390190565b5f60208284031215611475575f80fd5b81356001600160e01b03198116811461148c575f80fd5b9392505050565b6001600160a01b0381168114611410575f80fd5b5f602082840312156114b7575f80fd5b813561148c81611493565b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126114e5575f80fd5b813567ffffffffffffffff8111156114ff576114ff6114c2565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561152e5761152e6114c2565b604052818152838201602001851015611545575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611573575f80fd5b833561157e81611493565b9250602084013567ffffffffffffffff811115611599575f80fd5b6115a5868287016114d6565b925050604084013590509250925092565b5f80604083850312156115c7575f80fd5b82356115d281611493565b9150602083013567ffffffffffffffff8111156115ed575f80fd5b6115f9858286016114d6565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61148c6020830184611603565b62ffffff81168114611410575f80fd5b5f60208284031215611663575f80fd5b813561148c81611643565b5f6020828403121561167e575f80fd5b813567ffffffffffffffff811115611694575f80fd5b6116a0848285016114d6565b949350505050565b5f602082840312156116b8575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906116ea90830184611603565b95945050505050565b5f60208284031215611703575f80fd5b815161148c81611643565b6001600160a01b03831681526040602082018190525f906116a090830184611603565b5f60208284031215611741575f80fd5b8151801515811461148c575f80fd5b5f60208284031215611760575f80fd5b815161148c81611493565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561074057634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117ae575f80fd5b5051919050565b5f602082840312156117c5575f80fd5b815164ffffffffff8116811461148c575f80fd5b5f602082840312156117e9575f80fd5b81516001600160601b038116811461148c575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212207c71148e76aef2ec60d4560963951d00c566fefc599eb8d5ed2b739e7c47f27b64736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6136d5806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610106575f3560e01c8063644c45e01161009e5780638fb360371161006e5780638fb3603714610276578063ada9652e14610297578063b68d1809146102ab578063bf7e214f146102ba578063f4bfe53a146102d7575f80fd5b8063644c45e01461021e5780636c741e781461023b5780637a9e5e4b1461025b578063893d20e81461026e575f80fd5b80631eff4b22116100d95780631eff4b221461019c578063329d6e74146101d157806349bb9e4b146101e65780635ab1bd53146101f9575f80fd5b806301ffc9a71461010a5780630d8e6e2c1461014b5780630fec111c14610167578063138461e01461017c575b5f80fd5b610136610118366004612856565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101536102f7565b60405162ffffff9091168152602001610142565b61016f61037e565b60405161014291906128ab565b61018461053c565b6040516001600160601b039091168152602001610142565b6101c37f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610142565b6101e46101df366004612a82565b610546565b005b6101e46101f4366004612ac7565b610690565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610142565b5f80516020613640833981519152546001600160601b0316610184565b61024361078c565b6040516001600160401b039091168152602001610142565b6101e4610269366004612b13565b610882565b610206610923565b61027e610a54565b6040516001600160e01b03199091168152602001610142565b6101c35f8051602061364083398151915281565b604051601a8152602001610142565b5f80516020613660833981519152546001600160a01b0316610206565b6102ea6102e5366004612b69565b610a89565b6040516101429190612c11565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610355573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103799190612e08565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561042e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104529190612e3a565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161049a610923565b6001600160a01b031681526020018260010180546104b790612e55565b80601f01602080910402602001604051908101604052809291908181526020018280546104e390612e55565b801561052e5780601f106105055761010080835404028352916020019161052e565b820191905f5260205f20905b81548152906001019060200180831161051157829003601f168201915b505050505081525091505090565b5f61037930610eea565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6105686102f7565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156105a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ca9190612ea1565b5f805160206136808339815191528054600160401b900460ff16806105fc575080546001600160401b03808416911610155b1561061a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610644836110e3565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206136808339815191528054600160401b810460ff1615906001600160401b03165f811580156106c15750825b90505f826001600160401b031660011480156106dc5750303b155b9050811580156106ea575080155b156107085760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561073257845460ff60401b1916600160401b1785555b61073c87876110eb565b831561078357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3601a604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156107f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081b9190612ed5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561085e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103799190612ea1565b336108a15f80516020613660833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146108e15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610916576040516361798f2f60e11b81526001600160a01b03831660048201526024016108d8565b61091f82611231565b5050565b5f805f8051602061364083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561098f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b39190612eff565b15610a3e576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a389190612f23565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061366083398151915280545f9190600160a01b900460ff16610a7b575f610a38565b638fb3603760e01b91505090565b610a916127c3565b5f808080610aa18c600c5f611291565b91509150806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ae1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b059190612f23565b6080830151604051633c5e741960e21b81529195506001600160a01b03169063f179d06490610b3e908d908f908e908e90600401612f3e565b602060405180830381865afa158015610b59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b7d9190612e3a565b6040516302d764c760e21b81526001600160601b038e1660048201529093505f92506001600160a01b0385169150630b5d931c9060240161020060405180830381865afa158015610bd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bf49190612fd4565b604051634793b4ab60e01b81526001600160601b03881660048201529091505f906001600160a01b03851690634793b4ab906024015f60405180830381865afa158015610c43573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610c6a91908101906130ef565b9050610c7d815f01518360200151611559565b15610cbd57805160208301516040516311db892d60e01b81526001600160601b03808b1660048301529283166024820152911660448201526064016108d8565b610cc88383836115e4565b9450610cd58583836118c0565b9450610ce385838887611ba3565b9450610cee85611ff9565b9450610d1b8560a00151610d16610d0c885f015189602001516120a3565b88604001516120a3565b612128565b15610d3957604051630f96c23560e01b815260040160405180910390fd5b60a0820151602001516101c086015160405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610d9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc391906131b3565b1015610e3a576101208501516101a08601516101c08701516101e08801516102008901516102208a0151604051630323722b60e51b81526001600160601b039687166004820152948616602486015292851660448501529084166064840152831660848301529190911660a482015260c4016108d8565b610e65856101a00151610d16610e5a886102200151896101e001516120a3565b8861020001516120a3565b15610edb576101208501516101a08601516101c08701516101e08801516102008901516102208a0151604051630323722b60e51b81526001600160601b039687166004820152948616602486015292851660448501529084166064840152831660848301529190911660a482015260c4016108d8565b50505050979650505050505050565b5f805f8051602061364083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7a9190612eff565b15610fa65780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108d8565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610ff8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061101c9190612eff565b6110445760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108d8565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611096573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ba9190612e3a565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101066121b4565b5f805160206136808339815191528054600160401b810460ff1615906001600160401b03165f8115801561111c5750825b90505f826001600160401b031660011480156111375750303b155b905081158015611145575080155b156111635760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561118d57845460ff60401b1916600160401b1785555b5f80878060200190518101906111a391906131ca565b92505091506111b382828b6121ec565b6111c3637a5ff29d60e11b612329565b6111cd600e612355565b600280546001600160a01b0319166001600160a01b03929092169190911790555050831561078357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161077a565b5f8051602061366083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082015260015490919081906001600160a01b03166040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015611325573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261134c9190810190613214565b925060ff8516600b146113aa57604083015160ff8681169116146113a557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016108d8565b611446565b6113c583604001516113ba600c90565b60ff90811691161490565b806113db57506113db83604001516113ba600f90565b806113f157506113f183604001516113ba600e90565b80611407575061140783604001516113ba600d90565b61144657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016108d8565b611453836020015161245c565b9150831561155057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611497573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114bb9190612f23565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611503573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115279190612eff565b1561155057604051637d71120960e11b81526001600160601b03871660048201526024016108d8565b50935093915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156115b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115dd9190612eff565b9392505050565b6115ec6127c3565b6001600160601b038416606082018190526080820152604080840151602001519051632620eecb60e11b81525f9173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd96916116469160040190815260200190565b602060405180830381865af4158015611661573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116859190612e3a565b6001600160601b03811660c084015260808301519091506116a690826120a3565b6001600160601b0316608083015260c084015160200151604051632620eecb60e11b8152600481019190915273__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af415801561170c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117309190612e3a565b6001600160601b03811660e0840152608083015190915061175190826120a3565b6001600160601b031660808301526020838101510151604051632620eecb60e11b8152600481019190915273__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af41580156117b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117da9190612e3a565b6001600160601b03811661010084015260808301519091506117fc90826120a3565b6001600160601b031660808381019190915284015160200151604051632620eecb60e11b8152600481019190915273__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af4158015611864573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118889190612e3a565b6001600160601b03811661012084015260808301519091506118aa90826120a3565b6001600160601b03166080830152509392505050565b6118c86127c3565b6060840151604084810151519051632c34efe560e11b81526001600160601b038316600482015260248101919091525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611933573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190612e3a565b6001600160601b038116610140880152608087015190915061197990826120a3565b6001600160601b03908116608088015260c086015151604051632c34efe560e11b81529184166004830152602482015273__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af41580156119e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a079190612e3a565b6001600160601b0381166101608801526080870151909150611a2990826120a3565b6001600160601b039081166080880152602085015151604051632c34efe560e11b81529184166004830152602482015273__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab79190612e3a565b6001600160601b0381166101808801526080870151909150611ad990826120a3565b6001600160601b0390811660808881019190915286015151604051632c34efe560e11b81529184166004830152602482015273__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611b45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b699190612e3a565b6001600160601b0381166101a08801526080870151909150611b8b90826120a3565b6001600160601b031660808701525093949350505050565b611bab6127c3565b60025484516040516309741ce160e21b81526001600160601b0390911660048201526001600160c01b0319851660248201526001600160a01b03909116906325d0738490604401602060405180830381865afa158015611c0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c319190612eff565b611c6c57506101208401516001600160601b039081166101c08601526101a085015181166101e086015260808501511660a085015283611ff1565b60a0840151604051631d3be47760e01b81526001600160c01b0319851660048201525f906001600160a01b03851690631d3be477906024015f60405180830381865afa158015611cbe573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611ce591908101906132f7565b80516040516313d8ebc960e11b81526001600160601b0390911660048201529091505f906001600160a01b038616906327b1d792906024015f60405180830381865afa158015611d37573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d5e91908101906133a2565b80516040516368322c6360e11b81526001600160c01b031990911660048201529091505f906001600160a01b0387169063d06458c6906024015f60405180830381865afa158015611db1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611dd89190810190613441565b6060808b015190820151604051632c34efe560e11b81526001600160601b03909216600483015260248201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611e43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e679190612e3a565b6001600160601b038181166102008d015260808c01516040878101519051632c34efe560e11b8152919092166004820152602481019190915290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611edd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f019190612e3a565b6001600160601b03166102208b01526020850151604051632620eecb60e11b8152600481019190915273__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af4158015611f64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f889190612e3a565b6001600160601b03166101c08b01526101a08a0151611fb690611fab90836124ec565b8b61022001516124ec565b6001600160601b03166101e08b015260808a01516102208b0151611fda91906124ec565b6001600160601b031660a08b015250889450505050505b949350505050565b6120016127c3565b6120148260c001518361014001516120a3565b6001600160601b031682526101208201516101e083015161204391612038916120a3565b8361020001516120a3565b6001600160601b03166020830152606082015160e0830151612091916120869161207b91612070916120a3565b8561016001516120a3565b8461010001516120a3565b8361018001516120a3565b6001600160601b031660408301525090565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612104573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115dd9190612e3a565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015612188573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ac9190612eff565b159392505050565b5f8051602061368083398151915254600160401b900460ff166121ea57604051631afcd79f60e31b815260040160405180910390fd5b565b6121f46121b4565b61227083846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612234573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122589190612e3a565b60085f8560405180602001604052805f815250612536565b6001600160a01b0382161561228d57612288826125db565b612304565b5f6122986002612355565b9050612302816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122fd9190612f23565b6125db565b505b612314634a531f3360e01b612329565b61232463daf9067160e01b612329565b505050565b6123316121b4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6123686001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156123cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ef9190612ed5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612432573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124569190612f23565b92915050565b5f61246f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156124bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124e29190810190613214565b6080015192915050565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044016120e9565b61253e6121b4565b61254882876125ef565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125d18382613585565b5050505050505050565b6125e36121b4565b6125ec81612665565b50565b6125f76121b4565b61260081612676565b61260861277e565b6001600160a01b03821661262f5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061364083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b61266d6121b4565b6125ec81611231565b61267e6121b4565b806001600160a01b03163b5f036126b35760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108d8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa92505050801561272d575060408051601f3d908101601f1916820190925261272a91810190612eff565b60015b6127555760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108d8565b8061091f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108d8565b6127866121b4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60408051610240810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810182905261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101829052610200810182905261022081019190915290565b5f60208284031215612866575f80fd5b81356001600160e01b0319811681146115dd575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516128f3608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ff161010084018261287d565b634e487b7160e01b5f52604160045260245ffd5b60405161012081016001600160401b038111828210171561296e5761296e612937565b60405290565b60405160c081016001600160401b038111828210171561296e5761296e612937565b60405160e081016001600160401b038111828210171561296e5761296e612937565b604051608081016001600160401b038111828210171561296e5761296e612937565b604051601f8201601f191681016001600160401b0381118282101715612a0257612a02612937565b604052919050565b5f6001600160401b03821115612a2257612a22612937565b50601f01601f191660200190565b5f82601f830112612a3f575f80fd5b8135612a52612a4d82612a0a565b6129da565b818152846020838601011115612a66575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612a92575f80fd5b81356001600160401b03811115612aa7575f80fd5b611ff184828501612a30565b6001600160a01b03811681146125ec575f80fd5b5f8060408385031215612ad8575f80fd5b8235612ae381612ab3565b915060208301356001600160401b03811115612afd575f80fd5b612b0985828601612a30565b9150509250929050565b5f60208284031215612b23575f80fd5b81356115dd81612ab3565b6001600160601b03811681146125ec575f80fd5b6001600160c01b0319811681146125ec575f80fd5b64ffffffffff811681146125ec575f80fd5b5f805f805f805f60e0888a031215612b7f575f80fd5b8735612b8a81612b2e565b96506020880135612b9a81612b42565b95506040880135612baa81612b2e565b94506060880135612bba81612b57565b935060808801356001600160401b03811115612bd4575f80fd5b612be08a828b01612a30565b93505060a0880135612bf181612b2e565b915060c0880135612c0181612b42565b8091505092959891949750929550565b81516001600160601b0316815261024081016020830151612c3d60208401826001600160601b03169052565b506040830151612c5860408401826001600160601b03169052565b506060830151612c7360608401826001600160601b03169052565b506080830151612c8e60808401826001600160601b03169052565b5060a0830151612ca960a08401826001600160601b03169052565b5060c0830151612cc460c08401826001600160601b03169052565b5060e0830151612cdf60e08401826001600160601b03169052565b50610100830151612cfc6101008401826001600160601b03169052565b50610120830151612d196101208401826001600160601b03169052565b50610140830151612d366101408401826001600160601b03169052565b50610160830151612d536101608401826001600160601b03169052565b50610180830151612d706101808401826001600160601b03169052565b506101a0830151612d8d6101a08401826001600160601b03169052565b506101c0830151612daa6101c08401826001600160601b03169052565b506101e0830151612dc76101e08401826001600160601b03169052565b50610200830151612de46102008401826001600160601b03169052565b50610220830151612e016102208401826001600160601b03169052565b5092915050565b5f60208284031215612e18575f80fd5b815162ffffff811681146115dd575f80fd5b8051612e3581612b2e565b919050565b5f60208284031215612e4a575f80fd5b81516115dd81612b2e565b600181811c90821680612e6957607f821691505b602082108103612e8757634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b03811681146125ec575f80fd5b5f60208284031215612eb1575f80fd5b81516115dd81612e8d565b60ff811681146125ec575f80fd5b8051612e3581612ebc565b5f60208284031215612ee5575f80fd5b81516115dd81612ebc565b80518015158114612e35575f80fd5b5f60208284031215612f0f575f80fd5b6115dd82612ef0565b8051612e3581612ab3565b5f60208284031215612f33575f80fd5b81516115dd81612ab3565b6001600160601b03851681526001600160401b0360c01b8416602082015264ffffffffff83166040820152608060608201525f612f7e608083018461287d565b9695505050505050565b5f60408284031215612f98575f80fd5b604080519081016001600160401b0381118282101715612fba57612fba612937565b604052825181526020928301519281019290925250919050565b5f610200828403128015612fe6575f80fd5b50612fef61294b565b612ff883612e2a565b815261300660208401612e2a565b60208201526130188460408501612f88565b604082015261302a8460808501612f88565b606082015261303c8460c08501612f88565b608082015261304f846101008501612f88565b60a0820152613062846101408501612f88565b60c0820152613075846101808501612f88565b60e0820152613088846101c08501612f88565b6101008201529392505050565b5f82601f8301126130a4575f80fd5b8151602083015f6130b7612a4d84612a0a565b90508281528583830111156130ca575f80fd5b8282602083015e5f92810160200192909252509392505050565b8051612e3581612b57565b5f602082840312156130ff575f80fd5b81516001600160401b03811115613114575f80fd5b820160e08185031215613125575f80fd5b61312d612974565b815161313881612b2e565b81526131478560208401612f88565b602082015260608201516001600160401b03811115613164575f80fd5b61317086828501613095565b604083015250608082015161318481612b57565b606082015261319560a083016130e4565b60808201526131a660c083016130e4565b60a0820152949350505050565b5f602082840312156131c3575f80fd5b5051919050565b5f805f606084860312156131dc575f80fd5b83516131e781612ab3565b60208501519093506131f881612ab3565b604085015190925061320981612ab3565b809150509250925092565b5f60208284031215613224575f80fd5b81516001600160401b03811115613239575f80fd5b820160e0818503121561324a575f80fd5b613252612996565b61325b82612e2a565b815261326960208301612e2a565b602082015261327a60408301612eca565b604082015261328b60608301612ef0565b606082015261329c60808301612f18565b60808201526132ad60a08301612f18565b60a082015260c08201516001600160401b038111156132ca575f80fd5b6132d686828501613095565b60c083015250949350505050565b805163ffffffff81168114612e35575f80fd5b5f60208284031215613307575f80fd5b81516001600160401b0381111561331c575f80fd5b820160e0818503121561332d575f80fd5b613335612996565b61333e82612e2a565b815260208201516001600160401b03811115613358575f80fd5b61336486828501613095565b60208301525060408281015190820152613380606083016132e4565b6060820152613391608083016132e4565b60808201526132ad60a083016130e4565b5f602082840312156133b2575f80fd5b81516001600160401b038111156133c7575f80fd5b8201608081850312156133d8575f80fd5b6133e06129b8565b81516133eb81612b42565b81526133f960208301612ef0565b602082015260408201516001600160401b03811115613416575f80fd5b61342286828501613095565b604083015250613434606083016132e4565b6060820152949350505050565b5f60208284031215613451575f80fd5b81516001600160401b03811115613466575f80fd5b82016101208185031215613478575f80fd5b61348061294b565b81516001600160401b03811115613495575f80fd5b6134a186828501613095565b8252506020828101519082015260408083015190820152606080830151908201526134ce608083016132e4565b60808201526134df60a083016132e4565b60a08201526134f060c08301612ef0565b60c082015261350160e08301612ef0565b60e08201526101008201516001600160401b0381111561351f575f80fd5b61352b86828501613095565b61010083015250949350505050565b601f82111561232457805f5260205f20601f840160051c8101602085101561355f5750805b601f840160051c820191505b8181101561357e575f815560010161356b565b5050505050565b81516001600160401b0381111561359e5761359e612937565b6135b2816135ac8454612e55565b8461353a565b6020601f8211600181146135e4575f83156135cd5750848201515b5f19600385901b1c1916600184901b17845561357e565b5f84815260208120601f198516915b8281101561361357878501518255602094850194600190920191016135f3565b508482101561363057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220378f404f5bdde20a50d480c241f669de38fe284b69224fbd2abed4ec9374eca464736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
|
512
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063893d20e8116100a9578063ada9652e1161006e578063ada9652e14610387578063b88da7591461039b578063c987336c146103ae578063e97fac05146103c1578063fd0c63d9146103d4575f80fd5b8063893d20e8146103385780638e9afce614610340578063933a9ce814610353578063946dfcfe146103645780639fe5970e14610376575f80fd5b8063138461e0116100ef578063138461e0146101bd5780631775564d146101dd5780634d459c90146101fd5780635ab1bd531461030a578063644c45e01461031b575f80fd5b806301ffc9a714610120578063058f7a971461016157806307484e80146101765780630d8e6e2c146101a1575b5f80fd5b61014c61012e366004611465565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114a7565b6103dc565b005b610189610184366004611561565b6104eb565b6040516001600160a01b039091168152602001610158565b6101a9610674565b60405162ffffff9091168152602001610158565b6101c56106e4565b6040516001600160601b039091168152602001610158565b6101f06101eb3660046115b6565b6106ee565b6040516101589190611631565b6102ad61020b366004611653565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610189565b5f8051602061264c833981519152546001600160601b03166101c5565b610189610746565b6101f061034e36600461166e565b610877565b6002546001600160a01b0316610189565b6004545b604051908152602001610158565b6005546001600160a01b0316610189565b6103685f8051602061264c83398151915281565b6101a96103a93660046116a8565b6108ca565b6101896103bc3660046115b6565b610908565b6101896103cf3660046115b6565b610b21565b6101c5610c9f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156104215750825b90505f8267ffffffffffffffff16600114801561043d5750303b155b90508115801561044b575080155b156104695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561049357845460ff60401b1916600160401b1785555b61049d3387610cb6565b83156104e357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6104f4610746565b6001600160a01b0316336001600160a01b03161461052c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561054d5760405163402b135f60e11b815260040160405180910390fd5b5f610556610746565b90503083868261056685896106ee565b60405161057290611458565b61057e939291906116bf565b8190604051809103905ff590508015801561059b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610627918591630d8e6e2c9160048083019260209291908290030181865afa1580156105fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062091906116f3565b8784610d2c565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156106bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106df91906116f3565b905090565b5f6106df306110c2565b60606349bb9e4b60e01b838360405160240161070b92919061170e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611731565b15610861576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610837573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085b9190611750565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016108929190611631565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108de576108de61176b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610911610746565b6001600160a01b0316336001600160a01b0316146109445760405163086391f760e31b8152336004820152602401610523565b6004545f036109665760405163366dfd2160e21b815260040160405180910390fd5b5f61096f610746565b90505f6109846002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156109c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e49190611750565b6002549091506001600160a01b03908116908216639623609d8288610a0889610877565b6040518463ffffffff1660e01b8152600401610a26939291906116bf565b5f604051808303815f87803b158015610a3d575f80fd5b505af1158015610a4f573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610ad4846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd91906116f3565b8785610d2c565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610b2a610746565b6001600160a01b0316336001600160a01b031614610b5d5760405163086391f760e31b8152336004820152602401610523565b60045415610b7e5760405163402b135f60e11b815260040160405180910390fd5b5f610b87610746565b9050308481610b9684876106ee565b604051610ba290611458565b610bae939291906116bf565b604051809103905ff080158015610bc7573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610c53918591630d8e6e2c9160048083019260209291908290030181865afa158015610c28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4c91906116f3565b8684610d2c565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6002545f906106df906001600160a01b03166110c2565b610cbe6112bb565b610cc781611306565b610ccf611413565b6001600160a01b038216610cf65760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061264c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b610da88373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d9b91906116f3565b62ffffff90811691161490565b15610dc6576040516348c618db60e01b815260040160405180910390fd5b60045415610f1e5760048054610dde9060019061177f565b81548110610dee57610dee61176b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e83919061179e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ed5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef9919061179e565b11610f1e57604051633e614b6d60e11b815262ffffff84166004820152602401610523565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061101291906117b5565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561112e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111529190611731565b1561117e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610523565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156111d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111f49190611731565b61121c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610523565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561126e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129291906117d9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661130457604051631afcd79f60e31b815260040160405180910390fd5b565b61130e6112bb565b806001600160a01b03163b5f036113435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156113bd575060408051601f3d908101601f191682019092526113ba91810190611731565b60015b6113e55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b8061140e5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610523565b505b50565b61141b6112bb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061180083390190565b5f60208284031215611475575f80fd5b81356001600160e01b03198116811461148c575f80fd5b9392505050565b6001600160a01b0381168114611410575f80fd5b5f602082840312156114b7575f80fd5b813561148c81611493565b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126114e5575f80fd5b813567ffffffffffffffff8111156114ff576114ff6114c2565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561152e5761152e6114c2565b604052818152838201602001851015611545575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611573575f80fd5b833561157e81611493565b9250602084013567ffffffffffffffff811115611599575f80fd5b6115a5868287016114d6565b925050604084013590509250925092565b5f80604083850312156115c7575f80fd5b82356115d281611493565b9150602083013567ffffffffffffffff8111156115ed575f80fd5b6115f9858286016114d6565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61148c6020830184611603565b62ffffff81168114611410575f80fd5b5f60208284031215611663575f80fd5b813561148c81611643565b5f6020828403121561167e575f80fd5b813567ffffffffffffffff811115611694575f80fd5b6116a0848285016114d6565b949350505050565b5f602082840312156116b8575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906116ea90830184611603565b95945050505050565b5f60208284031215611703575f80fd5b815161148c81611643565b6001600160a01b03831681526040602082018190525f906116a090830184611603565b5f60208284031215611741575f80fd5b8151801515811461148c575f80fd5b5f60208284031215611760575f80fd5b815161148c81611493565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561074057634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117ae575f80fd5b5051919050565b5f602082840312156117c5575f80fd5b815164ffffffffff8116811461148c575f80fd5b5f602082840312156117e9575f80fd5b81516001600160601b038116811461148c575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212207c71148e76aef2ec60d4560963951d00c566fefc599eb8d5ed2b739e7c47f27b64736f6c634300081a0033",
|
513
|
+
"linkReferences": {
|
514
|
+
"contracts/type/Amount.sol": {
|
515
|
+
"AmountLib": [
|
516
|
+
{
|
517
|
+
"length": 20,
|
518
|
+
"start": 16792
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"length": 20,
|
522
|
+
"start": 19021
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"length": 20,
|
526
|
+
"start": 19205
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"length": 20,
|
530
|
+
"start": 19375
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"length": 20,
|
534
|
+
"start": 19549
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"length": 20,
|
538
|
+
"start": 19756
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"length": 20,
|
542
|
+
"start": 19932
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"length": 20,
|
546
|
+
"start": 20108
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"length": 20,
|
550
|
+
"start": 20286
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"length": 20,
|
554
|
+
"start": 21052
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"length": 20,
|
558
|
+
"start": 21206
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"length": 20,
|
562
|
+
"start": 21341
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"length": 20,
|
566
|
+
"start": 21756
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"length": 20,
|
570
|
+
"start": 21889
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"length": 20,
|
574
|
+
"start": 22853
|
575
|
+
}
|
576
|
+
]
|
577
|
+
},
|
578
|
+
"contracts/type/NftId.sol": {
|
579
|
+
"NftIdLib": [
|
580
|
+
{
|
581
|
+
"length": 20,
|
582
|
+
"start": 1102
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"length": 20,
|
586
|
+
"start": 5172
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"length": 20,
|
590
|
+
"start": 7600
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"length": 20,
|
594
|
+
"start": 14362
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"length": 20,
|
598
|
+
"start": 15752
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"length": 20,
|
602
|
+
"start": 17231
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"length": 20,
|
606
|
+
"start": 18866
|
607
|
+
}
|
608
|
+
]
|
609
|
+
},
|
610
|
+
"contracts/type/RoleId.sol": {
|
611
|
+
"RoleIdLib": [
|
612
|
+
{
|
613
|
+
"length": 20,
|
614
|
+
"start": 15296
|
615
|
+
}
|
616
|
+
]
|
617
|
+
},
|
618
|
+
"contracts/type/Timestamp.sol": {
|
619
|
+
"TimestampLib": [
|
620
|
+
{
|
621
|
+
"length": 20,
|
622
|
+
"start": 2102
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"length": 20,
|
626
|
+
"start": 7280
|
627
|
+
}
|
628
|
+
]
|
629
|
+
},
|
630
|
+
"contracts/type/Version.sol": {
|
631
|
+
"VersionLib": [
|
632
|
+
{
|
633
|
+
"length": 20,
|
634
|
+
"start": 1458
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"length": 20,
|
638
|
+
"start": 1703
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"length": 20,
|
642
|
+
"start": 1821
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"length": 20,
|
646
|
+
"start": 6636
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"length": 20,
|
650
|
+
"start": 6881
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"length": 20,
|
654
|
+
"start": 6999
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"length": 20,
|
658
|
+
"start": 14158
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"length": 20,
|
662
|
+
"start": 14713
|
663
|
+
}
|
664
|
+
],
|
665
|
+
"VersionPartLib": [
|
666
|
+
{
|
667
|
+
"length": 20,
|
668
|
+
"start": 15344
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"length": 20,
|
672
|
+
"start": 22468
|
673
|
+
}
|
674
|
+
]
|
675
|
+
}
|
676
|
+
},
|
677
|
+
"deployedLinkReferences": {
|
678
|
+
"contracts/type/NftId.sol": {
|
679
|
+
"NftIdLib": [
|
680
|
+
{
|
681
|
+
"length": 20,
|
682
|
+
"start": 1914
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"length": 20,
|
686
|
+
"start": 4342
|
687
|
+
}
|
688
|
+
]
|
689
|
+
},
|
690
|
+
"contracts/type/Timestamp.sol": {
|
691
|
+
"TimestampLib": [
|
692
|
+
{
|
693
|
+
"length": 20,
|
694
|
+
"start": 4022
|
695
|
+
}
|
696
|
+
]
|
697
|
+
},
|
698
|
+
"contracts/type/Version.sol": {
|
699
|
+
"VersionLib": [
|
700
|
+
{
|
701
|
+
"length": 20,
|
702
|
+
"start": 3378
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"length": 20,
|
706
|
+
"start": 3623
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"length": 20,
|
710
|
+
"start": 3741
|
711
|
+
}
|
712
|
+
]
|
713
|
+
}
|
714
|
+
}
|
715
|
+
}
|