@etherisc/gif-next 0.0.2-e6a90b9 → 0.0.2-e769e2e-077
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +359 -8
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1410 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1343 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +760 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +969 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +808 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -523
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +660 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +537 -601
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +1348 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +132 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1570 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1039 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +664 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3500 -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 +190 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +237 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{access/IAccess.sol/IAccess.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/{pool/IPoolModule.sol/IPool.json → module/IRisk.sol/IRisk.json} +2 -2
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1091 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +684 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +684 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1148 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1044 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1559 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1411 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +680 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +820 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +660 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1264 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +748 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +493 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +701 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +530 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +989 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.json +381 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1132 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +692 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +969 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +716 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1391 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +673 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +636 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +252 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +600 -70
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +990 -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 +777 -77
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +308 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1290 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +661 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +688 -0
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +137 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +611 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +890 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1461 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +736 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +520 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +73 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +625 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +854 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +699 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +478 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +115 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +125 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +175 -0
- 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 +327 -0
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1030 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +581 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +238 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +569 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +347 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{registry/IChainNft.sol/IChainNft.json → shared/Service.sol/Service.json} +256 -220
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +78 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1607 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +545 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2074 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +676 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +805 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +636 -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 +281 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +187 -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 +312 -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 +185 -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 +92 -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/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 +156 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -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/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +280 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +479 -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 +49 -0
- package/contracts/distribution/Distribution.sol +263 -0
- package/contracts/distribution/DistributionService.sol +297 -0
- package/contracts/distribution/DistributionServiceManager.sol +51 -0
- package/contracts/distribution/IDistributionComponent.sol +66 -0
- package/contracts/distribution/IDistributionService.sol +81 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +72 -15
- package/contracts/instance/IInstanceService.sol +83 -0
- package/contracts/instance/Instance.sol +209 -44
- package/contracts/instance/InstanceAccessManager.sol +543 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +336 -0
- package/contracts/instance/InstanceReader.sol +366 -0
- package/contracts/instance/InstanceService.sol +348 -0
- package/contracts/instance/InstanceServiceManager.sol +54 -0
- package/contracts/instance/InstanceStore.sol +259 -0
- package/contracts/instance/base/BalanceStore.sol +118 -0
- package/contracts/instance/base/Cloneable.sol +51 -0
- package/contracts/instance/base/ObjectManager.sol +82 -0
- package/contracts/instance/module/IAccess.sol +54 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +52 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/pool/BundleService.sol +313 -0
- package/contracts/pool/BundleServiceManager.sol +51 -0
- package/contracts/pool/IBundleService.sol +106 -0
- package/contracts/pool/IPoolComponent.sol +112 -0
- package/contracts/pool/IPoolService.sol +147 -0
- package/contracts/pool/Pool.sol +299 -0
- package/contracts/pool/PoolService.sol +421 -0
- package/contracts/pool/PoolServiceManager.sol +51 -0
- package/contracts/product/ApplicationService.sol +253 -0
- package/contracts/product/ApplicationServiceManager.sol +35 -0
- package/contracts/product/ClaimService.sol +436 -0
- package/contracts/product/ClaimServiceManager.sol +35 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +93 -0
- package/contracts/product/IPolicyService.sol +78 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +42 -0
- package/contracts/product/IProductService.sol +33 -0
- package/contracts/product/PolicyService.sol +471 -0
- package/contracts/product/PolicyServiceManager.sol +54 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +51 -0
- package/contracts/product/Product.sol +377 -0
- package/contracts/product/ProductService.sol +122 -0
- package/contracts/product/ProductServiceManager.sol +54 -0
- package/contracts/registry/ChainNft.sol +151 -108
- package/contracts/registry/IRegistry.sol +91 -48
- package/contracts/registry/IRegistryService.sol +79 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +465 -112
- package/contracts/registry/RegistryAccessManager.sol +213 -0
- package/contracts/registry/RegistryService.sol +327 -0
- package/contracts/registry/RegistryServiceManager.sol +60 -0
- package/contracts/registry/ReleaseManager.sol +375 -0
- package/contracts/registry/ServiceAuthorizationsLib.sol +173 -0
- package/contracts/registry/TokenRegistry.sol +187 -0
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/shared/Component.sol +286 -0
- package/contracts/shared/ComponentService.sol +596 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +111 -0
- package/contracts/shared/ERC165.sol +27 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +91 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
- package/contracts/shared/IKeyValueStore.sol +53 -0
- package/contracts/shared/ILifecycle.sol +30 -0
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +40 -0
- package/contracts/shared/IRegisterable.sol +15 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +18 -0
- package/contracts/shared/IVersionable.sol +53 -0
- package/contracts/shared/InstanceLinkedComponent.sol +145 -0
- package/contracts/shared/KeyValueStore.sol +169 -0
- package/contracts/shared/Lifecycle.sol +121 -0
- package/contracts/shared/NftOwnable.sol +118 -0
- package/contracts/shared/PolicyHolder.sol +94 -0
- package/contracts/shared/ProxyManager.sol +169 -0
- package/contracts/shared/Registerable.sol +75 -0
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +77 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +59 -0
- package/contracts/staking/IStaking.sol +77 -0
- package/contracts/staking/IStakingService.sol +105 -0
- package/contracts/staking/Staking.sol +212 -0
- package/contracts/staking/StakingManager.sol +46 -0
- package/contracts/staking/StakingService.sol +200 -0
- package/contracts/staking/StakingServiceManager.sol +41 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +114 -0
- package/contracts/type/Blocknumber.sol +124 -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 +73 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +165 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +138 -0
- package/contracts/type/Seconds.sol +54 -0
- package/contracts/type/StateId.sol +110 -0
- package/contracts/type/Timestamp.sol +132 -0
- package/contracts/type/UFixed.sol +326 -0
- package/contracts/type/Version.sol +108 -0
- package/package.json +21 -6
- 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 -195
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -213
- 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 -105
- 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/pool/PoolModule.sol/PoolModule.json +0 -162
- 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 -125
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- 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/Registerable.json +0 -166
- 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/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 -10
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -11
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -65
- 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 -246
- package/contracts/instance/component/IComponent.sol +0 -94
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -106
- package/contracts/instance/pool/IPoolModule.sol +0 -40
- package/contracts/instance/pool/PoolModule.sol +0 -83
- package/contracts/instance/product/IProductService.sol +0 -45
- package/contracts/instance/product/ProductService.sol +0 -105
- package/contracts/registry/IChainNft.sol +0 -18
- package/contracts/types/ChainId.sol +0 -24
- package/contracts/types/NftId.sol +0 -25
@@ -0,0 +1,1343 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "DistributionService",
|
4
|
+
"sourceName": "contracts/distribution/DistributionService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "NftId",
|
48
|
+
"name": "componentNftId",
|
49
|
+
"type": "uint96"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentVerifyingServiceComponentIsLocked",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "NftId",
|
59
|
+
"name": "componentNftId",
|
60
|
+
"type": "uint96"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"internalType": "ObjectType",
|
64
|
+
"name": "expectedType",
|
65
|
+
"type": "uint8"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "actualType",
|
70
|
+
"type": "uint8"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "address",
|
80
|
+
"name": "caller",
|
81
|
+
"type": "address"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorDistributionServiceCallerNotRegistered",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "Amount",
|
91
|
+
"name": "transferredDistributionFeeAmount",
|
92
|
+
"type": "uint96"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"internalType": "Amount",
|
96
|
+
"name": "expectedDistributionFeeAmount",
|
97
|
+
"type": "uint96"
|
98
|
+
}
|
99
|
+
],
|
100
|
+
"name": "ErrorDistributionServiceInvalidFeeTransferred",
|
101
|
+
"type": "error"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"inputs": [
|
105
|
+
{
|
106
|
+
"internalType": "address",
|
107
|
+
"name": "caller",
|
108
|
+
"type": "address"
|
109
|
+
}
|
110
|
+
],
|
111
|
+
"name": "ErrorIDistributionServiceCallerNotDistributor",
|
112
|
+
"type": "error"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"inputs": [
|
116
|
+
{
|
117
|
+
"internalType": "uint256",
|
118
|
+
"name": "commissionPercentage",
|
119
|
+
"type": "uint256"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"internalType": "uint256",
|
123
|
+
"name": "maxCommissionPercentage",
|
124
|
+
"type": "uint256"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"name": "ErrorIDistributionServiceCommissionTooHigh",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"inputs": [
|
132
|
+
{
|
133
|
+
"internalType": "uint256",
|
134
|
+
"name": "maxDiscountPercentage",
|
135
|
+
"type": "uint256"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"internalType": "uint256",
|
139
|
+
"name": "discountPercentage",
|
140
|
+
"type": "uint256"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"name": "ErrorIDistributionServiceDiscountTooHigh",
|
144
|
+
"type": "error"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"inputs": [
|
148
|
+
{
|
149
|
+
"internalType": "uint256",
|
150
|
+
"name": "minDiscountPercentage",
|
151
|
+
"type": "uint256"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"internalType": "uint256",
|
155
|
+
"name": "discountPercentage",
|
156
|
+
"type": "uint256"
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"name": "ErrorIDistributionServiceDiscountTooLow",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [
|
164
|
+
{
|
165
|
+
"internalType": "Timestamp",
|
166
|
+
"name": "expiryAt",
|
167
|
+
"type": "uint40"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "ErrorIDistributionServiceExpirationInvalid",
|
171
|
+
"type": "error"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"inputs": [
|
175
|
+
{
|
176
|
+
"internalType": "uint256",
|
177
|
+
"name": "maxReferralLifetime",
|
178
|
+
"type": "uint256"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"internalType": "uint256",
|
182
|
+
"name": "expiryAt",
|
183
|
+
"type": "uint256"
|
184
|
+
}
|
185
|
+
],
|
186
|
+
"name": "ErrorIDistributionServiceExpiryTooLong",
|
187
|
+
"type": "error"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"inputs": [
|
191
|
+
{
|
192
|
+
"internalType": "string",
|
193
|
+
"name": "code",
|
194
|
+
"type": "string"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"name": "ErrorIDistributionServiceInvalidReferral",
|
198
|
+
"type": "error"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"inputs": [
|
202
|
+
{
|
203
|
+
"internalType": "ReferralId",
|
204
|
+
"name": "referralId",
|
205
|
+
"type": "bytes8"
|
206
|
+
}
|
207
|
+
],
|
208
|
+
"name": "ErrorIDistributionServiceInvalidReferralId",
|
209
|
+
"type": "error"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"inputs": [
|
213
|
+
{
|
214
|
+
"internalType": "uint256",
|
215
|
+
"name": "maxDiscountPercentage",
|
216
|
+
"type": "uint256"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"internalType": "uint256",
|
220
|
+
"name": "limit",
|
221
|
+
"type": "uint256"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"name": "ErrorIDistributionServiceMaxDiscountTooHigh",
|
225
|
+
"type": "error"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"inputs": [
|
229
|
+
{
|
230
|
+
"internalType": "uint256",
|
231
|
+
"name": "maxReferrals",
|
232
|
+
"type": "uint256"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"name": "ErrorIDistributionServiceMaxReferralsExceeded",
|
236
|
+
"type": "error"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"inputs": [
|
240
|
+
{
|
241
|
+
"internalType": "uint256",
|
242
|
+
"name": "minFee",
|
243
|
+
"type": "uint256"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"internalType": "uint256",
|
247
|
+
"name": "limit",
|
248
|
+
"type": "uint256"
|
249
|
+
}
|
250
|
+
],
|
251
|
+
"name": "ErrorIDistributionServiceMinFeeTooHigh",
|
252
|
+
"type": "error"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"inputs": [
|
256
|
+
{
|
257
|
+
"internalType": "NftId",
|
258
|
+
"name": "nftId",
|
259
|
+
"type": "uint96"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"internalType": "NftId",
|
263
|
+
"name": "parentNftId",
|
264
|
+
"type": "uint96"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"name": "ErrorIDistributionServiceParentNftIdNotInstance",
|
268
|
+
"type": "error"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"inputs": [
|
272
|
+
{
|
273
|
+
"internalType": "NftId",
|
274
|
+
"name": "distributionNftId",
|
275
|
+
"type": "uint96"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"internalType": "ReferralId",
|
279
|
+
"name": "referralId",
|
280
|
+
"type": "bytes8"
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"name": "ErrorIDistributionServiceReferralInvalid",
|
284
|
+
"type": "error"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"inputs": [
|
288
|
+
{
|
289
|
+
"internalType": "NftId",
|
290
|
+
"name": "nftId",
|
291
|
+
"type": "uint96"
|
292
|
+
}
|
293
|
+
],
|
294
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
295
|
+
"type": "error"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"inputs": [
|
299
|
+
{
|
300
|
+
"internalType": "address",
|
301
|
+
"name": "contractAddress",
|
302
|
+
"type": "address"
|
303
|
+
}
|
304
|
+
],
|
305
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
306
|
+
"type": "error"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"inputs": [],
|
310
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
311
|
+
"type": "error"
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"inputs": [
|
315
|
+
{
|
316
|
+
"internalType": "address",
|
317
|
+
"name": "account",
|
318
|
+
"type": "address"
|
319
|
+
}
|
320
|
+
],
|
321
|
+
"name": "ErrorNftOwnableNotOwner",
|
322
|
+
"type": "error"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"inputs": [
|
326
|
+
{
|
327
|
+
"internalType": "address",
|
328
|
+
"name": "registryAddress",
|
329
|
+
"type": "address"
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"name": "ErrorNotRegistry",
|
333
|
+
"type": "error"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"inputs": [],
|
337
|
+
"name": "ErrorServiceNotImplemented",
|
338
|
+
"type": "error"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"inputs": [],
|
342
|
+
"name": "InvalidInitialization",
|
343
|
+
"type": "error"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"inputs": [],
|
347
|
+
"name": "NotInitializing",
|
348
|
+
"type": "error"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"anonymous": false,
|
352
|
+
"inputs": [
|
353
|
+
{
|
354
|
+
"indexed": false,
|
355
|
+
"internalType": "address",
|
356
|
+
"name": "authority",
|
357
|
+
"type": "address"
|
358
|
+
}
|
359
|
+
],
|
360
|
+
"name": "AuthorityUpdated",
|
361
|
+
"type": "event"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"anonymous": false,
|
365
|
+
"inputs": [
|
366
|
+
{
|
367
|
+
"indexed": false,
|
368
|
+
"internalType": "uint64",
|
369
|
+
"name": "version",
|
370
|
+
"type": "uint64"
|
371
|
+
}
|
372
|
+
],
|
373
|
+
"name": "Initialized",
|
374
|
+
"type": "event"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"inputs": [],
|
378
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
379
|
+
"outputs": [
|
380
|
+
{
|
381
|
+
"internalType": "bytes32",
|
382
|
+
"name": "",
|
383
|
+
"type": "bytes32"
|
384
|
+
}
|
385
|
+
],
|
386
|
+
"stateMutability": "view",
|
387
|
+
"type": "function"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"inputs": [],
|
391
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
392
|
+
"outputs": [
|
393
|
+
{
|
394
|
+
"internalType": "bytes32",
|
395
|
+
"name": "",
|
396
|
+
"type": "bytes32"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"stateMutability": "view",
|
400
|
+
"type": "function"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"inputs": [],
|
404
|
+
"name": "authority",
|
405
|
+
"outputs": [
|
406
|
+
{
|
407
|
+
"internalType": "address",
|
408
|
+
"name": "",
|
409
|
+
"type": "address"
|
410
|
+
}
|
411
|
+
],
|
412
|
+
"stateMutability": "view",
|
413
|
+
"type": "function"
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"inputs": [
|
417
|
+
{
|
418
|
+
"internalType": "address",
|
419
|
+
"name": "distributor",
|
420
|
+
"type": "address"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"internalType": "DistributorType",
|
424
|
+
"name": "distributorType",
|
425
|
+
"type": "bytes8"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"internalType": "bytes",
|
429
|
+
"name": "data",
|
430
|
+
"type": "bytes"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"name": "createDistributor",
|
434
|
+
"outputs": [
|
435
|
+
{
|
436
|
+
"internalType": "NftId",
|
437
|
+
"name": "distributorNftId",
|
438
|
+
"type": "uint96"
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"stateMutability": "nonpayable",
|
442
|
+
"type": "function"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"inputs": [
|
446
|
+
{
|
447
|
+
"internalType": "string",
|
448
|
+
"name": "name",
|
449
|
+
"type": "string"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"internalType": "UFixed",
|
453
|
+
"name": "minDiscountPercentage",
|
454
|
+
"type": "uint256"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"internalType": "UFixed",
|
458
|
+
"name": "maxDiscountPercentage",
|
459
|
+
"type": "uint256"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"internalType": "UFixed",
|
463
|
+
"name": "commissionPercentage",
|
464
|
+
"type": "uint256"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"internalType": "uint32",
|
468
|
+
"name": "maxReferralCount",
|
469
|
+
"type": "uint32"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"internalType": "uint32",
|
473
|
+
"name": "maxReferralLifetime",
|
474
|
+
"type": "uint32"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"internalType": "bool",
|
478
|
+
"name": "allowSelfReferrals",
|
479
|
+
"type": "bool"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"internalType": "bool",
|
483
|
+
"name": "allowRenewals",
|
484
|
+
"type": "bool"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"internalType": "bytes",
|
488
|
+
"name": "data",
|
489
|
+
"type": "bytes"
|
490
|
+
}
|
491
|
+
],
|
492
|
+
"name": "createDistributorType",
|
493
|
+
"outputs": [
|
494
|
+
{
|
495
|
+
"internalType": "DistributorType",
|
496
|
+
"name": "distributorType",
|
497
|
+
"type": "bytes8"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"stateMutability": "nonpayable",
|
501
|
+
"type": "function"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"inputs": [
|
505
|
+
{
|
506
|
+
"internalType": "NftId",
|
507
|
+
"name": "distributorNftId",
|
508
|
+
"type": "uint96"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"internalType": "string",
|
512
|
+
"name": "code",
|
513
|
+
"type": "string"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"internalType": "UFixed",
|
517
|
+
"name": "discountPercentage",
|
518
|
+
"type": "uint256"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"internalType": "uint32",
|
522
|
+
"name": "maxReferrals",
|
523
|
+
"type": "uint32"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"internalType": "Timestamp",
|
527
|
+
"name": "expiryAt",
|
528
|
+
"type": "uint40"
|
529
|
+
},
|
530
|
+
{
|
531
|
+
"internalType": "bytes",
|
532
|
+
"name": "data",
|
533
|
+
"type": "bytes"
|
534
|
+
}
|
535
|
+
],
|
536
|
+
"name": "createReferral",
|
537
|
+
"outputs": [
|
538
|
+
{
|
539
|
+
"internalType": "ReferralId",
|
540
|
+
"name": "referralId",
|
541
|
+
"type": "bytes8"
|
542
|
+
}
|
543
|
+
],
|
544
|
+
"stateMutability": "nonpayable",
|
545
|
+
"type": "function"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"inputs": [],
|
549
|
+
"name": "getDomain",
|
550
|
+
"outputs": [
|
551
|
+
{
|
552
|
+
"internalType": "ObjectType",
|
553
|
+
"name": "",
|
554
|
+
"type": "uint8"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"stateMutability": "pure",
|
558
|
+
"type": "function"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"inputs": [],
|
562
|
+
"name": "getInitialInfo",
|
563
|
+
"outputs": [
|
564
|
+
{
|
565
|
+
"components": [
|
566
|
+
{
|
567
|
+
"internalType": "NftId",
|
568
|
+
"name": "nftId",
|
569
|
+
"type": "uint96"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"internalType": "NftId",
|
573
|
+
"name": "parentNftId",
|
574
|
+
"type": "uint96"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"internalType": "ObjectType",
|
578
|
+
"name": "objectType",
|
579
|
+
"type": "uint8"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"internalType": "bool",
|
583
|
+
"name": "isInterceptor",
|
584
|
+
"type": "bool"
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"internalType": "address",
|
588
|
+
"name": "objectAddress",
|
589
|
+
"type": "address"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"internalType": "address",
|
593
|
+
"name": "initialOwner",
|
594
|
+
"type": "address"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"internalType": "bytes",
|
598
|
+
"name": "data",
|
599
|
+
"type": "bytes"
|
600
|
+
}
|
601
|
+
],
|
602
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
603
|
+
"name": "info",
|
604
|
+
"type": "tuple"
|
605
|
+
}
|
606
|
+
],
|
607
|
+
"stateMutability": "view",
|
608
|
+
"type": "function"
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"inputs": [],
|
612
|
+
"name": "getNftId",
|
613
|
+
"outputs": [
|
614
|
+
{
|
615
|
+
"internalType": "NftId",
|
616
|
+
"name": "",
|
617
|
+
"type": "uint96"
|
618
|
+
}
|
619
|
+
],
|
620
|
+
"stateMutability": "view",
|
621
|
+
"type": "function"
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"inputs": [],
|
625
|
+
"name": "getOwner",
|
626
|
+
"outputs": [
|
627
|
+
{
|
628
|
+
"internalType": "address",
|
629
|
+
"name": "",
|
630
|
+
"type": "address"
|
631
|
+
}
|
632
|
+
],
|
633
|
+
"stateMutability": "view",
|
634
|
+
"type": "function"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"inputs": [],
|
638
|
+
"name": "getRegistry",
|
639
|
+
"outputs": [
|
640
|
+
{
|
641
|
+
"internalType": "contract IRegistry",
|
642
|
+
"name": "",
|
643
|
+
"type": "address"
|
644
|
+
}
|
645
|
+
],
|
646
|
+
"stateMutability": "view",
|
647
|
+
"type": "function"
|
648
|
+
},
|
649
|
+
{
|
650
|
+
"inputs": [],
|
651
|
+
"name": "getVersion",
|
652
|
+
"outputs": [
|
653
|
+
{
|
654
|
+
"internalType": "Version",
|
655
|
+
"name": "",
|
656
|
+
"type": "uint24"
|
657
|
+
}
|
658
|
+
],
|
659
|
+
"stateMutability": "pure",
|
660
|
+
"type": "function"
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"inputs": [],
|
664
|
+
"name": "initializeERC165",
|
665
|
+
"outputs": [],
|
666
|
+
"stateMutability": "nonpayable",
|
667
|
+
"type": "function"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"inputs": [
|
671
|
+
{
|
672
|
+
"internalType": "address",
|
673
|
+
"name": "initialOwner",
|
674
|
+
"type": "address"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"internalType": "address",
|
678
|
+
"name": "registryAddress",
|
679
|
+
"type": "address"
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"name": "initializeNftOwnable",
|
683
|
+
"outputs": [],
|
684
|
+
"stateMutability": "nonpayable",
|
685
|
+
"type": "function"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"inputs": [
|
689
|
+
{
|
690
|
+
"internalType": "address",
|
691
|
+
"name": "registryAddress",
|
692
|
+
"type": "address"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"internalType": "NftId",
|
696
|
+
"name": "parentNftId",
|
697
|
+
"type": "uint96"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"internalType": "ObjectType",
|
701
|
+
"name": "objectType",
|
702
|
+
"type": "uint8"
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"internalType": "bool",
|
706
|
+
"name": "isInterceptor",
|
707
|
+
"type": "bool"
|
708
|
+
},
|
709
|
+
{
|
710
|
+
"internalType": "address",
|
711
|
+
"name": "initialOwner",
|
712
|
+
"type": "address"
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"internalType": "bytes",
|
716
|
+
"name": "registryData",
|
717
|
+
"type": "bytes"
|
718
|
+
}
|
719
|
+
],
|
720
|
+
"name": "initializeRegisterable",
|
721
|
+
"outputs": [],
|
722
|
+
"stateMutability": "nonpayable",
|
723
|
+
"type": "function"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"inputs": [
|
727
|
+
{
|
728
|
+
"internalType": "address",
|
729
|
+
"name": "registryAddress",
|
730
|
+
"type": "address"
|
731
|
+
}
|
732
|
+
],
|
733
|
+
"name": "initializeRegistryLinked",
|
734
|
+
"outputs": [],
|
735
|
+
"stateMutability": "nonpayable",
|
736
|
+
"type": "function"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"inputs": [
|
740
|
+
{
|
741
|
+
"internalType": "address",
|
742
|
+
"name": "registry",
|
743
|
+
"type": "address"
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"internalType": "address",
|
747
|
+
"name": "authority",
|
748
|
+
"type": "address"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"internalType": "address",
|
752
|
+
"name": "initialOwner",
|
753
|
+
"type": "address"
|
754
|
+
}
|
755
|
+
],
|
756
|
+
"name": "initializeService",
|
757
|
+
"outputs": [],
|
758
|
+
"stateMutability": "nonpayable",
|
759
|
+
"type": "function"
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"inputs": [
|
763
|
+
{
|
764
|
+
"internalType": "address",
|
765
|
+
"name": "activatedBy",
|
766
|
+
"type": "address"
|
767
|
+
},
|
768
|
+
{
|
769
|
+
"internalType": "bytes",
|
770
|
+
"name": "data",
|
771
|
+
"type": "bytes"
|
772
|
+
}
|
773
|
+
],
|
774
|
+
"name": "initializeVersionable",
|
775
|
+
"outputs": [],
|
776
|
+
"stateMutability": "nonpayable",
|
777
|
+
"type": "function"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"inputs": [],
|
781
|
+
"name": "isConsumingScheduledOp",
|
782
|
+
"outputs": [
|
783
|
+
{
|
784
|
+
"internalType": "bytes4",
|
785
|
+
"name": "",
|
786
|
+
"type": "bytes4"
|
787
|
+
}
|
788
|
+
],
|
789
|
+
"stateMutability": "view",
|
790
|
+
"type": "function"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"inputs": [],
|
794
|
+
"name": "linkToRegisteredNftId",
|
795
|
+
"outputs": [],
|
796
|
+
"stateMutability": "nonpayable",
|
797
|
+
"type": "function"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"inputs": [
|
801
|
+
{
|
802
|
+
"internalType": "NftId",
|
803
|
+
"name": "distributionNftId",
|
804
|
+
"type": "uint96"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"internalType": "ReferralId",
|
808
|
+
"name": "referralId",
|
809
|
+
"type": "bytes8"
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"components": [
|
813
|
+
{
|
814
|
+
"internalType": "Amount",
|
815
|
+
"name": "productFeeAmount",
|
816
|
+
"type": "uint96"
|
817
|
+
},
|
818
|
+
{
|
819
|
+
"internalType": "Amount",
|
820
|
+
"name": "distributionFeeAndCommissionAmount",
|
821
|
+
"type": "uint96"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"internalType": "Amount",
|
825
|
+
"name": "poolPremiumAndFeeAmount",
|
826
|
+
"type": "uint96"
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"internalType": "uint256",
|
830
|
+
"name": "netPremiumAmount",
|
831
|
+
"type": "uint256"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"internalType": "uint256",
|
835
|
+
"name": "fullPremiumAmount",
|
836
|
+
"type": "uint256"
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"internalType": "uint256",
|
840
|
+
"name": "premiumAmount",
|
841
|
+
"type": "uint256"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"internalType": "uint256",
|
845
|
+
"name": "productFeeFixAmount",
|
846
|
+
"type": "uint256"
|
847
|
+
},
|
848
|
+
{
|
849
|
+
"internalType": "uint256",
|
850
|
+
"name": "poolFeeFixAmount",
|
851
|
+
"type": "uint256"
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"internalType": "uint256",
|
855
|
+
"name": "bundleFeeFixAmount",
|
856
|
+
"type": "uint256"
|
857
|
+
},
|
858
|
+
{
|
859
|
+
"internalType": "uint256",
|
860
|
+
"name": "distributionFeeFixAmount",
|
861
|
+
"type": "uint256"
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"internalType": "uint256",
|
865
|
+
"name": "productFeeVarAmount",
|
866
|
+
"type": "uint256"
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"internalType": "uint256",
|
870
|
+
"name": "poolFeeVarAmount",
|
871
|
+
"type": "uint256"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"internalType": "uint256",
|
875
|
+
"name": "bundleFeeVarAmount",
|
876
|
+
"type": "uint256"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"internalType": "uint256",
|
880
|
+
"name": "distributionFeeVarAmount",
|
881
|
+
"type": "uint256"
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"internalType": "uint256",
|
885
|
+
"name": "distributionOwnerFeeFixAmount",
|
886
|
+
"type": "uint256"
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"internalType": "uint256",
|
890
|
+
"name": "distributionOwnerFeeVarAmount",
|
891
|
+
"type": "uint256"
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"internalType": "uint256",
|
895
|
+
"name": "commissionAmount",
|
896
|
+
"type": "uint256"
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"internalType": "uint256",
|
900
|
+
"name": "discountAmount",
|
901
|
+
"type": "uint256"
|
902
|
+
}
|
903
|
+
],
|
904
|
+
"internalType": "struct IPolicy.Premium",
|
905
|
+
"name": "premium",
|
906
|
+
"type": "tuple"
|
907
|
+
}
|
908
|
+
],
|
909
|
+
"name": "processSale",
|
910
|
+
"outputs": [],
|
911
|
+
"stateMutability": "nonpayable",
|
912
|
+
"type": "function"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"inputs": [
|
916
|
+
{
|
917
|
+
"internalType": "NftId",
|
918
|
+
"name": "distributionNftId",
|
919
|
+
"type": "uint96"
|
920
|
+
},
|
921
|
+
{
|
922
|
+
"internalType": "ReferralId",
|
923
|
+
"name": "referralId",
|
924
|
+
"type": "bytes8"
|
925
|
+
}
|
926
|
+
],
|
927
|
+
"name": "referralIsValid",
|
928
|
+
"outputs": [
|
929
|
+
{
|
930
|
+
"internalType": "bool",
|
931
|
+
"name": "isValid",
|
932
|
+
"type": "bool"
|
933
|
+
}
|
934
|
+
],
|
935
|
+
"stateMutability": "view",
|
936
|
+
"type": "function"
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"inputs": [
|
940
|
+
{
|
941
|
+
"internalType": "bytes4",
|
942
|
+
"name": "interfaceId",
|
943
|
+
"type": "bytes4"
|
944
|
+
}
|
945
|
+
],
|
946
|
+
"name": "registerInterface",
|
947
|
+
"outputs": [],
|
948
|
+
"stateMutability": "nonpayable",
|
949
|
+
"type": "function"
|
950
|
+
},
|
951
|
+
{
|
952
|
+
"inputs": [
|
953
|
+
{
|
954
|
+
"internalType": "address",
|
955
|
+
"name": "newAuthority",
|
956
|
+
"type": "address"
|
957
|
+
}
|
958
|
+
],
|
959
|
+
"name": "setAuthority",
|
960
|
+
"outputs": [],
|
961
|
+
"stateMutability": "nonpayable",
|
962
|
+
"type": "function"
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"inputs": [
|
966
|
+
{
|
967
|
+
"internalType": "bytes4",
|
968
|
+
"name": "interfaceId",
|
969
|
+
"type": "bytes4"
|
970
|
+
}
|
971
|
+
],
|
972
|
+
"name": "supportsInterface",
|
973
|
+
"outputs": [
|
974
|
+
{
|
975
|
+
"internalType": "bool",
|
976
|
+
"name": "",
|
977
|
+
"type": "bool"
|
978
|
+
}
|
979
|
+
],
|
980
|
+
"stateMutability": "view",
|
981
|
+
"type": "function"
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"inputs": [
|
985
|
+
{
|
986
|
+
"internalType": "bytes",
|
987
|
+
"name": "data",
|
988
|
+
"type": "bytes"
|
989
|
+
}
|
990
|
+
],
|
991
|
+
"name": "upgradeVersionable",
|
992
|
+
"outputs": [],
|
993
|
+
"stateMutability": "nonpayable",
|
994
|
+
"type": "function"
|
995
|
+
}
|
996
|
+
],
|
997
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6149c180620000e66000396000f3fe608060405234801561001057600080fd5b506004361061018e5760003560e01c80635dcb3bae116100de5780638e32e97911610097578063ada9652e11610071578063ada9652e146103c2578063b68d1809146103d7578063bf7e214f146103e6578063f7c34ee01461040457600080fd5b80638e32e9791461037b5780638fb360371461038e578063ab54c545146103af57600080fd5b80635dcb3bae146102f1578063644c45e01461031c578063675393bf1461033a5780637a9e5e4b1461034d578063893d20e8146103605780638dd2b7811461036857600080fd5b806325d073841161014b578063329d6e7411610125578063329d6e741461029e57806336fc697e146102b157806349bb9e4b146102b95780635ab1bd53146102cc57600080fd5b806325d073841461025857806327bb7a331461026b5780632b5198b11461027e57600080fd5b806301ffc9a7146101935780630d8e6e2c146101d55780630fec111c146101f1578063138461e0146102065780631eff4b2214610210578063214cdb8014610245575b600080fd5b6101c06101a13660046135e6565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101dd610417565b60405162ffffff90911681526020016101cc565b6101f96104a1565b6040516101cc9190613660565b61020e610632565b005b6102377f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101cc565b61020e6102533660046135e6565b610839565b6101c0610266366004613726565b610866565b61020e610279366004613911565b610cac565b61029161028c3660046139bb565b610d51565b6040516101cc9190613a87565b61020e6102ac366004613a9c565b611304565b61020e611451565b61020e6102c7366004613ad0565b611497565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101cc565b6103046102ff366004613b15565b611596565b6040516001600160601b0390911681526020016101cc565b60008051602061492c833981519152546001600160601b0316610304565b61020e610348366004613b76565b611881565b61020e61035b366004613b76565b61198f565b6102d9611a29565b610291610376366004613ba6565b611b60565b61020e610389366004613c40565b6123cc565b610396612605565b6040516001600160e01b031990911681526020016101cc565b61020e6103bd366004613c8b565b61263d565b61023760008051602061492c83398151915281565b604051607881526020016101cc565b60008051602061494c833981519152546001600160a01b03166102d9565b61020e610412366004613dc8565b612baa565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610478573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049c9190613df6565b905090565b6104a96135a8565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610522573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105469190613e26565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058e611a29565b6001600160a01b031681526020018260010180546105ab90613e43565b80601f01602080910402602001604051908101604052809291908181526020018280546105d790613e43565b80156106245780601f106105f957610100808354040283529160200191610624565b820191906000526020600020905b81548152906001019060200180831161060757829003601f168201915b505050505081525091505090565b600060008051602061492c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c59190613e88565b156106f65780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107096001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610751573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107759190613e88565b61079d5760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106ed565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108159190613e26565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610841612c21565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b038316600482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156108c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108e59190613e88565b8061096d5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061092c906001600160c01b0319861690600401613a87565b602060405180830381865af4158015610949573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096d9190613e88565b1561097a57506000610ca6565b600061098584612c5a565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109c7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109eb9190613ea5565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b8152600401610a169190613a87565b600060405180830381865afa158015610a33573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610a5b9190810190613f1d565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610ab9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610add9190613e88565b15610aed57600092505050610ca6565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610b49573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b6d9190613e88565b80610c7f575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015610bcf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf39190613e88565b8015610c7f5750610c7f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c6a9190613ffb565b8260a0015164ffffffffff9081169116111590565b9250828015610ca15750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610cb4612c21565b610cbe8287612baa565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d478382614066565b5050505050505050565b60008080610d5f6078612d83565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc89190613ea5565b90506000610dd68285612f1f565b90506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e3c9190613ea5565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015610e8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb09190614173565b60a08101515160405163771602f760e01b81526004810191909152602481018e905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610f14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f389190614233565b60808301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610f9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc09190614233565b90508e73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611006929190918252602082015260400190565b602060405180830381865af4158015611023573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110479190613e88565b1561115e578e73__$bf7bc340cbb9229ef1de2c568356e67902$__6344aa683690916040518263ffffffff1660e01b815260040161108791815260200190565b602060405180830381865af41580156110a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c89190614233565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611118573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061113c9190614233565b60405163e2ed03dd60e01b8152600481019290925260248201526044016106ed565b5050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b815260040161119b92919061424c565b602060405180830381865af41580156111b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111dc919061426e565b935060006040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611270573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112949190613ea5565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016112c192919061428b565b600060405180830381600087803b1580156112db57600080fd5b505af11580156112ef573d6000803e3d6000fd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611326610417565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611366573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138a919061434e565b60008051602061496c8339815191528054600160401b900460ff16806113bd575080546001600160401b03808416911610155b156113db5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561140583612fa2565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611459612c21565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061496c8339815191528054600160401b810460ff1615906001600160401b03166000811580156114ca5750825b90506000826001600160401b031660011480156114e65750303b155b9050811580156114f4575080155b156115125760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561153c57845460ff60401b1916600160401b1785555b6115468787612faa565b831561158d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b600080806115a46078612d83565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611615573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116399190613e26565b6001600160601b03168152602001856001600160601b0316815260200161165e607a90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016116bd9190613660565b6020604051808303816000875af11580156116dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117009190613e26565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611777573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061179b9190613e26565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118189190613ea5565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b81526004016118459291906143dd565b600060405180830381600087803b15801561185f57600080fd5b505af1158015611873573d6000803e3d6000fd5b505050505050509392505050565b611889612c21565b806001600160a01b03163b6000036118bf5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ed565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263256dc24d60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611939575060408051601f3d908101601f1916820190925261193691810190613e88565b60015b6119615760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ed565b8061198a5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ed565b505b50565b336119af60008051602061494c833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146119ea5760405162d1953b60e31b81526001600160a01b03821660048201526024016106ed565b816001600160a01b03163b600003611a20576040516361798f2f60e11b81526001600160a01b03831660048201526024016106ed565b61198a8261314f565b60008060008051602061492c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611abd9190613e88565b15611b4a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b449190613ea5565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611b6e6078612d83565b92505091508751600003611b975787604051634fad6a5360e11b81526004016106ed919061440a565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611bed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c119190613e88565b15611c385760405163df85467b60e01b815264ffffffffff861660048201526024016106ed565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c9c9190613ea5565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611cef573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d17919081019061441d565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c690611d4a908590600401613a87565b600060405180830381865afa158015611d67573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d8f91908101906144dc565b90508863ffffffff16816080015163ffffffff161015611dd0576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016106ed565b60208101518a1015611eec576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e569190614233565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eca9190614233565b6040516338a25a8b60e21b8152600481019290925260248201526044016106ed565b60408101518a1115612008576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611f4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f729190614233565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611fc2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fe69190614233565b604051631e1ea4f360e31b8152600481019290925260248201526044016106ed565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561205c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120809190613ffb565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156120d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120fb9190614233565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612151573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121759190614233565b61217f91906145e9565b111561222b5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156121e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122049190614233565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016106ed565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906122649088908f9060040161424c565b602060405180830381865af4158015612281573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122a5919061426e565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612339573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235d9190613ea5565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161238a929190614678565b600060405180830381600087803b1580156123a457600080fd5b505af11580156123b8573d6000803e3d6000fd5b505050505050505050509695505050505050565b6123d4612c21565b61245483846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612416573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061243a9190613e26565b603c60008560405180602001604052806000815250610cac565b6001600160a01b038216156124715761246c826131b0565b6125e0565b60006124856001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156124e5573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250991906146a8565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561254e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125729190613ea5565b90506125de816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125d99190613ea5565b6131b0565b505b6125f0634a531f3360e01b610839565b61260063b68d180960e01b610839565b505050565b60008051602061494c833981519152805460009190600160a01b900460ff1661262f576000611b44565b638fb3603760e01b91505090565b600061264884612c5a565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561268a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ae9190613ea5565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127149190613ea5565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c0015161274891906146c5565b6040518263ffffffff1660e01b815260040161276691815260200190565b602060405180830381865af4158015612783573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127a79190613e26565b90506127b38787610866565b15612abc57610200850151604051632620eecb60e11b815260009173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd96916127fa9160040190815260200190565b602060405180830381865af4158015612817573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061283b9190613e26565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f906128729086908c90869088906004016146d8565b600060405180830381600087803b15801561288c57600080fd5b505af11580156128a0573d6000803e3d6000fd5b5050604051631d3be47760e01b8152600092506001600160a01b0387169150631d3be477906128d3908b90600401613a87565b600060405180830381865afa1580156128f0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129189190810190613f1d565b905060018160800181815161292d919061470a565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612967908b90859060ff9060040161472e565b600060405180830381600087803b15801561298157600080fd5b505af1158015612995573d6000803e3d6000fd5b505082516040516313d8ebc960e11b81526001600160601b039091166004820152600092506001600160a01b03881691506327b1d79290602401600060405180830381865afa1580156129ec573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a14919081019061441d565b9050612a248160600151846131c1565b6001600160601b0316606082015260808101805160019190612a4790839061470a565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b36391612a829190859060ff90600401614766565b600060405180830381600087803b158015612a9c57600080fd5b505af1158015612ab0573d6000803e3d6000fd5b5050505050505061158d565b600260009054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612b2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b4f9190613e26565b856040518563ffffffff1660e01b8152600401612b6f94939291906146d8565b600060405180830381600087803b158015612b8957600080fd5b505af1158015612b9d573d6000803e3d6000fd5b5050505050505050505050565b612bb2612c21565b612bbb81611881565b612bc3611451565b6001600160a01b038216612bea5760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061492c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061496c83398151915254600160401b900460ff16612c5857604051631afcd79f60e31b815260040160405180910390fd5b565b600080612c6f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612cbe573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ce69190810190614788565b6020015190506000612d006001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d4f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d779190810190614788565b60800151949350505050565b6000612d8d6135a8565b6000612da16001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612de7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e0b9190613e26565b9250612e17838561324f565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e819190613ea5565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015612ecb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eef9190613e88565b15612f1857604051637d71120960e11b81526001600160601b03841660048201526024016106ed565b9193909250565b60405163f0ea17c360e01b81526001600160601b03821660048201526000906001600160a01b0384169063f0ea17c390602401600060405180830381865afa158015612f6f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612f979190810190614828565b602001519392505050565b61018e612c21565b60008051602061496c8339815191528054600160401b810460ff1615906001600160401b0316600081158015612fdd5750825b90506000826001600160401b03166001148015612ff95750303b155b905081158015613007575080155b156130255760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561304f57845460ff60401b1916600160401b1785555b6000808780602001905181019061306691906148fc565b925090506130768160008b6123cc565b61308560646133f5565b6133f5565b600280546001600160a01b0319166001600160a01b03929092169190911790556130b0613080604690565b600380546001600160a01b0319166001600160a01b03929092169190911790556130db613080602890565b600480546001600160a01b0319166001600160a01b039290921691909117905561310b6375cca25f60e01b610839565b5050831561158d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611584565b60008051602061494c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6131b8612c21565b61198c81613502565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613224573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132489190613e26565b9392505050565b6132576135a8565b60008061326c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa1580156132bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132e49190810190614788565b925060ff841660641461334257604083015160ff85811691161461333d57604080840151905163b83d92cb60e01b81526001600160601b038716600482015260ff808716602483015290911660448201526064016106ed565b6133de565b61335d8360400151613352606e90565b60ff90811691161490565b8061337357506133738360400151613352608c90565b8061338957506133898360400151613352607890565b8061339f575061339f8360400151613352608290565b6133de57604080840151905163b83d92cb60e01b81526001600160601b038716600482015260ff808716602483015290911660448201526064016106ed565b6133eb8360200151613513565b9150509250929050565b60006134096001546001600160a01b031690565b6001600160a01b031663d39e604383613420610417565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015613475573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061349991906146a8565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156134de573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca69190613ea5565b61350a612c21565b61198c8161314f565b60006135276001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613576573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261359e9190810190614788565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156135f857600080fd5b81356001600160e01b03198116811461324857600080fd5b60005b8381101561362b578181015183820152602001613613565b50506000910152565b6000815180845261364c816020860160208601613610565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516136c960c08401826001600160a01b03169052565b5060c083015160e0808401526136e3610100840182613634565b949350505050565b6001600160601b038116811461198c57600080fd5b803561370b816136eb565b919050565b6001600160c01b03198116811461198c57600080fd5b6000806040838503121561373957600080fd5b8235613744816136eb565b9150602083013561375481613710565b809150509250929050565b6001600160a01b038116811461198c57600080fd5b60ff8116811461198c57600080fd5b801515811461198c57600080fd5b803561370b81613783565b634e487b7160e01b600052604160045260246000fd5b60405161024081016001600160401b03811182821017156137d5576137d561379c565b60405290565b60405160e081016001600160401b03811182821017156137d5576137d561379c565b60405161012081016001600160401b03811182821017156137d5576137d561379c565b60405160a081016001600160401b03811182821017156137d5576137d561379c565b60405160c081016001600160401b03811182821017156137d5576137d561379c565b604051601f8201601f191681016001600160401b038111828210171561388c5761388c61379c565b604052919050565b60006001600160401b038211156138ad576138ad61379c565b50601f01601f191660200190565b600082601f8301126138cc57600080fd5b81356138df6138da82613894565b613864565b8181528460208386010111156138f457600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561392a57600080fd5b86356139358161375f565b95506020870135613945816136eb565b9450604087013561395581613774565b9350606087013561396581613783565b925060808701356139758161375f565b915060a08701356001600160401b0381111561399057600080fd5b61399c89828a016138bb565b9150509295509295509295565b63ffffffff8116811461198c57600080fd5b60008060008060008060008060006101208a8c0312156139da57600080fd5b89356001600160401b03808211156139f157600080fd5b6139fd8d838e016138bb565b9a5060208c0135995060408c0135985060608c0135975060808c01359150613a24826139a9565b90955060a08b013590613a36826139a9565b819550613a4560c08d01613791565b9450613a5360e08d01613791565b93506101008c0135915080821115613a6a57600080fd5b50613a778c828d016138bb565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b600060208284031215613aae57600080fd5b81356001600160401b03811115613ac457600080fd5b6136e3848285016138bb565b60008060408385031215613ae357600080fd5b8235613aee8161375f565b915060208301356001600160401b03811115613b0957600080fd5b6133eb858286016138bb565b600080600060608486031215613b2a57600080fd5b8335613b358161375f565b92506020840135613b4581613710565b915060408401356001600160401b03811115613b6057600080fd5b613b6c868287016138bb565b9150509250925092565b600060208284031215613b8857600080fd5b81356132488161375f565b64ffffffffff8116811461198c57600080fd5b60008060008060008060c08789031215613bbf57600080fd5b8635613bca816136eb565b955060208701356001600160401b0380821115613be657600080fd5b613bf28a838b016138bb565b96506040890135955060608901359150613c0b826139a9565b909350608088013590613c1d82613b93565b90925060a08801359080821115613c3357600080fd5b5061399c89828a016138bb565b600080600060608486031215613c5557600080fd5b8335613c608161375f565b92506020840135613c708161375f565b91506040840135613c808161375f565b809150509250925092565b6000806000838503610280811215613ca257600080fd5b8435613cad816136eb565b93506020850135613cbd81613710565b9250610240603f198201811315613cd357600080fd5b613cdb6137b2565b9150613ce960408701613700565b8252613cf760608701613700565b6020830152613d0860808701613700565b604083015260a0860135606083015260c0860135608083015260e086013560a08301526101008087013560c08401526101208088013560e085015261014080890135838601526101609250828901358286015261018091508189013581860152506101a080890135838601526101c0925082890135828601526101e0915081890135818601525061020080890135838601526102209250828901358286015283890135818601525050610260870135818401525050809150509250925092565b60008060408385031215613ddb57600080fd5b8235613de68161375f565b915060208301356137548161375f565b600060208284031215613e0857600080fd5b815162ffffff8116811461324857600080fd5b805161370b816136eb565b600060208284031215613e3857600080fd5b8151613248816136eb565b600181811c90821680613e5757607f821691505b602082108103613e7757634e487b7160e01b600052602260045260246000fd5b50919050565b805161370b81613783565b600060208284031215613e9a57600080fd5b815161324881613783565b600060208284031215613eb757600080fd5b81516132488161375f565b600082601f830112613ed357600080fd5b8151613ee16138da82613894565b818152846020838601011115613ef657600080fd5b6136e3826020830160208701613610565b805161370b816139a9565b805161370b81613b93565b600060208284031215613f2f57600080fd5b81516001600160401b0380821115613f4657600080fd5b9083019060e08286031215613f5a57600080fd5b613f626137db565b613f6b83613e1b565b8152602083015182811115613f7f57600080fd5b613f8b87828601613ec2565b60208301525060408301516040820152613fa760608401613f07565b6060820152613fb860808401613f07565b6080820152613fc960a08401613f12565b60a082015260c083015182811115613fe057600080fd5b613fec87828601613ec2565b60c08301525095945050505050565b60006020828403121561400d57600080fd5b815161324881613b93565b601f82111561260057600081815260208120601f850160051c8101602086101561403f5750805b601f850160051c820191505b8181101561405e5782815560010161404b565b505050505050565b81516001600160401b0381111561407f5761407f61379c565b6140938161408d8454613e43565b84614018565b602080601f8311600181146140c857600084156140b05750858301515b600019600386901b1c1916600185901b17855561405e565b600085815260208120601f198616915b828110156140f7578886015182559484019460019091019084016140d8565b50858210156141155787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006040828403121561413757600080fd5b604051604081018181106001600160401b03821117156141595761415961379c565b604052825181526020928301519281019290925250919050565b6000610200828403121561418657600080fd5b61418e6137fd565b61419783613e1b565b81526141a560208401613e1b565b60208201526141b78460408501614125565b60408201526141c98460808501614125565b60608201526141db8460c08501614125565b60808201526101006141ef85828601614125565b60a0830152614202856101408601614125565b60c0830152614215856101808601614125565b60e0830152614228856101c08601614125565b908201529392505050565b60006020828403121561424557600080fd5b5051919050565b6001600160601b03831681526040602082015260006136e36040830184613634565b60006020828403121561428057600080fd5b815161324881613710565b6001600160401b0360c01b8316815260406020820152600082516101208060408501526142bc610160850183613634565b91506020850151606085015260408501516080850152606085015160a085015260808501516142f360c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c085015161010061431b8187018315159052565b60e087015115159286019290925250840151603f19848303016101408501526143448282613634565b9695505050505050565b60006020828403121561436057600080fd5b81516001600160401b038116811461324857600080fd5b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a060408501526143ae60a0850182613634565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b03831681526040602082015260006136e36040830184614377565b805161370b8161375f565b6020815260006132486020830184613634565b60006020828403121561442f57600080fd5b81516001600160401b038082111561444657600080fd5b9083019060a0828603121561445a57600080fd5b614462613820565b825161446d81613710565b8152602083015161447d81613783565b602082015260408301518281111561449457600080fd5b6144a087828601613ec2565b604083015250606083015191506144b6826136eb565b816060820152608083015192506144cc836139a9565b6080810192909252509392505050565b6000602082840312156144ee57600080fd5b81516001600160401b038082111561450557600080fd5b90830190610120828603121561451a57600080fd5b6145226137fd565b82518281111561453157600080fd5b61453d87828601613ec2565b82525060208301516020820152604083015160408201526060830151606082015261456a60808401613f07565b608082015261457b60a08401613f07565b60a082015261458c60c08401613e7d565b60c082015261459d60e08401613e7d565b60e082015261010080840151838111156145b657600080fd5b6145c288828701613ec2565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610ca657610ca66145d3565b6001600160601b0381511682526000602082015160e0602085015261462460e0850182613634565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610ca18282613634565b6001600160401b0360c01b831681526040602082015260006136e360408301846145fc565b805161370b81613774565b6000602082840312156146ba57600080fd5b815161324881613774565b80820180821115610ca657610ca66145d3565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b63ffffffff818116838216019080821115614727576147276145d3565b5092915050565b6001600160401b0360c01b8416815260606020820152600061475360608301856145fc565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006147536060830185614377565b60006020828403121561479a57600080fd5b81516001600160401b03808211156147b157600080fd5b9083019060e082860312156147c557600080fd5b6147cd6137db565b6147d683613e1b565b81526147e460208401613e1b565b60208201526147f56040840161469d565b604082015261480660608401613e7d565b6060820152614817608084016143ff565b6080820152613fc960a084016143ff565b60006020828403121561483a57600080fd5b81516001600160401b038082111561485157600080fd5b9083019060c0828603121561486557600080fd5b61486d613842565b82518281111561487c57600080fd5b61488887828601613ec2565b82525061489760208401613e1b565b60208201526148a8604084016143ff565b60408201526148b9606084016143ff565b60608201526148ca608084016143ff565b608082015260a0830151828111156148e157600080fd5b6148ed87828601613ec2565b60a08301525095945050505050565b6000806040838503121561490f57600080fd5b825161491a8161375f565b60208401519092506137548161375f56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ce3cac9f1c1cbbe734a1245570a5aeb2949a81c1fd62b583fb94f3b0592ed5ab64736f6c63430008140033",
|
998
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061018e5760003560e01c80635dcb3bae116100de5780638e32e97911610097578063ada9652e11610071578063ada9652e146103c2578063b68d1809146103d7578063bf7e214f146103e6578063f7c34ee01461040457600080fd5b80638e32e9791461037b5780638fb360371461038e578063ab54c545146103af57600080fd5b80635dcb3bae146102f1578063644c45e01461031c578063675393bf1461033a5780637a9e5e4b1461034d578063893d20e8146103605780638dd2b7811461036857600080fd5b806325d073841161014b578063329d6e7411610125578063329d6e741461029e57806336fc697e146102b157806349bb9e4b146102b95780635ab1bd53146102cc57600080fd5b806325d073841461025857806327bb7a331461026b5780632b5198b11461027e57600080fd5b806301ffc9a7146101935780630d8e6e2c146101d55780630fec111c146101f1578063138461e0146102065780631eff4b2214610210578063214cdb8014610245575b600080fd5b6101c06101a13660046135e6565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101dd610417565b60405162ffffff90911681526020016101cc565b6101f96104a1565b6040516101cc9190613660565b61020e610632565b005b6102377f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101cc565b61020e6102533660046135e6565b610839565b6101c0610266366004613726565b610866565b61020e610279366004613911565b610cac565b61029161028c3660046139bb565b610d51565b6040516101cc9190613a87565b61020e6102ac366004613a9c565b611304565b61020e611451565b61020e6102c7366004613ad0565b611497565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101cc565b6103046102ff366004613b15565b611596565b6040516001600160601b0390911681526020016101cc565b60008051602061492c833981519152546001600160601b0316610304565b61020e610348366004613b76565b611881565b61020e61035b366004613b76565b61198f565b6102d9611a29565b610291610376366004613ba6565b611b60565b61020e610389366004613c40565b6123cc565b610396612605565b6040516001600160e01b031990911681526020016101cc565b61020e6103bd366004613c8b565b61263d565b61023760008051602061492c83398151915281565b604051607881526020016101cc565b60008051602061494c833981519152546001600160a01b03166102d9565b61020e610412366004613dc8565b612baa565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610478573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049c9190613df6565b905090565b6104a96135a8565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610522573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105469190613e26565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058e611a29565b6001600160a01b031681526020018260010180546105ab90613e43565b80601f01602080910402602001604051908101604052809291908181526020018280546105d790613e43565b80156106245780601f106105f957610100808354040283529160200191610624565b820191906000526020600020905b81548152906001019060200180831161060757829003601f168201915b505050505081525091505090565b600060008051602061492c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c59190613e88565b156106f65780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107096001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610751573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107759190613e88565b61079d5760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106ed565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108159190613e26565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610841612c21565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b038316600482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156108c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108e59190613e88565b8061096d5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061092c906001600160c01b0319861690600401613a87565b602060405180830381865af4158015610949573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096d9190613e88565b1561097a57506000610ca6565b600061098584612c5a565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109c7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109eb9190613ea5565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b8152600401610a169190613a87565b600060405180830381865afa158015610a33573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610a5b9190810190613f1d565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610ab9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610add9190613e88565b15610aed57600092505050610ca6565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610b49573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b6d9190613e88565b80610c7f575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015610bcf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf39190613e88565b8015610c7f5750610c7f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c6a9190613ffb565b8260a0015164ffffffffff9081169116111590565b9250828015610ca15750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610cb4612c21565b610cbe8287612baa565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d478382614066565b5050505050505050565b60008080610d5f6078612d83565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc89190613ea5565b90506000610dd68285612f1f565b90506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e3c9190613ea5565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015610e8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb09190614173565b60a08101515160405163771602f760e01b81526004810191909152602481018e905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610f14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f389190614233565b60808301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610f9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc09190614233565b90508e73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611006929190918252602082015260400190565b602060405180830381865af4158015611023573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110479190613e88565b1561115e578e73__$bf7bc340cbb9229ef1de2c568356e67902$__6344aa683690916040518263ffffffff1660e01b815260040161108791815260200190565b602060405180830381865af41580156110a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c89190614233565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611118573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061113c9190614233565b60405163e2ed03dd60e01b8152600481019290925260248201526044016106ed565b5050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b815260040161119b92919061424c565b602060405180830381865af41580156111b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111dc919061426e565b935060006040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611270573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112949190613ea5565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016112c192919061428b565b600060405180830381600087803b1580156112db57600080fd5b505af11580156112ef573d6000803e3d6000fd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611326610417565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611366573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138a919061434e565b60008051602061496c8339815191528054600160401b900460ff16806113bd575080546001600160401b03808416911610155b156113db5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561140583612fa2565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611459612c21565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061496c8339815191528054600160401b810460ff1615906001600160401b03166000811580156114ca5750825b90506000826001600160401b031660011480156114e65750303b155b9050811580156114f4575080155b156115125760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561153c57845460ff60401b1916600160401b1785555b6115468787612faa565b831561158d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b600080806115a46078612d83565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611615573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116399190613e26565b6001600160601b03168152602001856001600160601b0316815260200161165e607a90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016116bd9190613660565b6020604051808303816000875af11580156116dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117009190613e26565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611777573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061179b9190613e26565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118189190613ea5565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b81526004016118459291906143dd565b600060405180830381600087803b15801561185f57600080fd5b505af1158015611873573d6000803e3d6000fd5b505050505050509392505050565b611889612c21565b806001600160a01b03163b6000036118bf5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ed565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263256dc24d60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611939575060408051601f3d908101601f1916820190925261193691810190613e88565b60015b6119615760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ed565b8061198a5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ed565b505b50565b336119af60008051602061494c833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146119ea5760405162d1953b60e31b81526001600160a01b03821660048201526024016106ed565b816001600160a01b03163b600003611a20576040516361798f2f60e11b81526001600160a01b03831660048201526024016106ed565b61198a8261314f565b60008060008051602061492c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611abd9190613e88565b15611b4a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b449190613ea5565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611b6e6078612d83565b92505091508751600003611b975787604051634fad6a5360e11b81526004016106ed919061440a565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611bed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c119190613e88565b15611c385760405163df85467b60e01b815264ffffffffff861660048201526024016106ed565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c9c9190613ea5565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611cef573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d17919081019061441d565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c690611d4a908590600401613a87565b600060405180830381865afa158015611d67573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d8f91908101906144dc565b90508863ffffffff16816080015163ffffffff161015611dd0576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016106ed565b60208101518a1015611eec576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e569190614233565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eca9190614233565b6040516338a25a8b60e21b8152600481019290925260248201526044016106ed565b60408101518a1115612008576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611f4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f729190614233565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611fc2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fe69190614233565b604051631e1ea4f360e31b8152600481019290925260248201526044016106ed565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561205c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120809190613ffb565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156120d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120fb9190614233565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612151573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121759190614233565b61217f91906145e9565b111561222b5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156121e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122049190614233565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016106ed565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906122649088908f9060040161424c565b602060405180830381865af4158015612281573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122a5919061426e565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612339573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235d9190613ea5565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161238a929190614678565b600060405180830381600087803b1580156123a457600080fd5b505af11580156123b8573d6000803e3d6000fd5b505050505050505050509695505050505050565b6123d4612c21565b61245483846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612416573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061243a9190613e26565b603c60008560405180602001604052806000815250610cac565b6001600160a01b038216156124715761246c826131b0565b6125e0565b60006124856001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156124e5573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250991906146a8565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561254e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125729190613ea5565b90506125de816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125d99190613ea5565b6131b0565b505b6125f0634a531f3360e01b610839565b61260063b68d180960e01b610839565b505050565b60008051602061494c833981519152805460009190600160a01b900460ff1661262f576000611b44565b638fb3603760e01b91505090565b600061264884612c5a565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561268a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ae9190613ea5565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127149190613ea5565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c0015161274891906146c5565b6040518263ffffffff1660e01b815260040161276691815260200190565b602060405180830381865af4158015612783573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127a79190613e26565b90506127b38787610866565b15612abc57610200850151604051632620eecb60e11b815260009173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd96916127fa9160040190815260200190565b602060405180830381865af4158015612817573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061283b9190613e26565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f906128729086908c90869088906004016146d8565b600060405180830381600087803b15801561288c57600080fd5b505af11580156128a0573d6000803e3d6000fd5b5050604051631d3be47760e01b8152600092506001600160a01b0387169150631d3be477906128d3908b90600401613a87565b600060405180830381865afa1580156128f0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129189190810190613f1d565b905060018160800181815161292d919061470a565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612967908b90859060ff9060040161472e565b600060405180830381600087803b15801561298157600080fd5b505af1158015612995573d6000803e3d6000fd5b505082516040516313d8ebc960e11b81526001600160601b039091166004820152600092506001600160a01b03881691506327b1d79290602401600060405180830381865afa1580156129ec573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a14919081019061441d565b9050612a248160600151846131c1565b6001600160601b0316606082015260808101805160019190612a4790839061470a565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b36391612a829190859060ff90600401614766565b600060405180830381600087803b158015612a9c57600080fd5b505af1158015612ab0573d6000803e3d6000fd5b5050505050505061158d565b600260009054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612b2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b4f9190613e26565b856040518563ffffffff1660e01b8152600401612b6f94939291906146d8565b600060405180830381600087803b158015612b8957600080fd5b505af1158015612b9d573d6000803e3d6000fd5b5050505050505050505050565b612bb2612c21565b612bbb81611881565b612bc3611451565b6001600160a01b038216612bea5760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061492c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061496c83398151915254600160401b900460ff16612c5857604051631afcd79f60e31b815260040160405180910390fd5b565b600080612c6f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612cbe573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ce69190810190614788565b6020015190506000612d006001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d4f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d779190810190614788565b60800151949350505050565b6000612d8d6135a8565b6000612da16001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612de7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e0b9190613e26565b9250612e17838561324f565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e819190613ea5565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015612ecb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eef9190613e88565b15612f1857604051637d71120960e11b81526001600160601b03841660048201526024016106ed565b9193909250565b60405163f0ea17c360e01b81526001600160601b03821660048201526000906001600160a01b0384169063f0ea17c390602401600060405180830381865afa158015612f6f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612f979190810190614828565b602001519392505050565b61018e612c21565b60008051602061496c8339815191528054600160401b810460ff1615906001600160401b0316600081158015612fdd5750825b90506000826001600160401b03166001148015612ff95750303b155b905081158015613007575080155b156130255760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561304f57845460ff60401b1916600160401b1785555b6000808780602001905181019061306691906148fc565b925090506130768160008b6123cc565b61308560646133f5565b6133f5565b600280546001600160a01b0319166001600160a01b03929092169190911790556130b0613080604690565b600380546001600160a01b0319166001600160a01b03929092169190911790556130db613080602890565b600480546001600160a01b0319166001600160a01b039290921691909117905561310b6375cca25f60e01b610839565b5050831561158d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611584565b60008051602061494c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6131b8612c21565b61198c81613502565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613224573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132489190613e26565b9392505050565b6132576135a8565b60008061326c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa1580156132bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132e49190810190614788565b925060ff841660641461334257604083015160ff85811691161461333d57604080840151905163b83d92cb60e01b81526001600160601b038716600482015260ff808716602483015290911660448201526064016106ed565b6133de565b61335d8360400151613352606e90565b60ff90811691161490565b8061337357506133738360400151613352608c90565b8061338957506133898360400151613352607890565b8061339f575061339f8360400151613352608290565b6133de57604080840151905163b83d92cb60e01b81526001600160601b038716600482015260ff808716602483015290911660448201526064016106ed565b6133eb8360200151613513565b9150509250929050565b60006134096001546001600160a01b031690565b6001600160a01b031663d39e604383613420610417565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015613475573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061349991906146a8565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156134de573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca69190613ea5565b61350a612c21565b61198c8161314f565b60006135276001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613576573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261359e9190810190614788565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156135f857600080fd5b81356001600160e01b03198116811461324857600080fd5b60005b8381101561362b578181015183820152602001613613565b50506000910152565b6000815180845261364c816020860160208601613610565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516136c960c08401826001600160a01b03169052565b5060c083015160e0808401526136e3610100840182613634565b949350505050565b6001600160601b038116811461198c57600080fd5b803561370b816136eb565b919050565b6001600160c01b03198116811461198c57600080fd5b6000806040838503121561373957600080fd5b8235613744816136eb565b9150602083013561375481613710565b809150509250929050565b6001600160a01b038116811461198c57600080fd5b60ff8116811461198c57600080fd5b801515811461198c57600080fd5b803561370b81613783565b634e487b7160e01b600052604160045260246000fd5b60405161024081016001600160401b03811182821017156137d5576137d561379c565b60405290565b60405160e081016001600160401b03811182821017156137d5576137d561379c565b60405161012081016001600160401b03811182821017156137d5576137d561379c565b60405160a081016001600160401b03811182821017156137d5576137d561379c565b60405160c081016001600160401b03811182821017156137d5576137d561379c565b604051601f8201601f191681016001600160401b038111828210171561388c5761388c61379c565b604052919050565b60006001600160401b038211156138ad576138ad61379c565b50601f01601f191660200190565b600082601f8301126138cc57600080fd5b81356138df6138da82613894565b613864565b8181528460208386010111156138f457600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561392a57600080fd5b86356139358161375f565b95506020870135613945816136eb565b9450604087013561395581613774565b9350606087013561396581613783565b925060808701356139758161375f565b915060a08701356001600160401b0381111561399057600080fd5b61399c89828a016138bb565b9150509295509295509295565b63ffffffff8116811461198c57600080fd5b60008060008060008060008060006101208a8c0312156139da57600080fd5b89356001600160401b03808211156139f157600080fd5b6139fd8d838e016138bb565b9a5060208c0135995060408c0135985060608c0135975060808c01359150613a24826139a9565b90955060a08b013590613a36826139a9565b819550613a4560c08d01613791565b9450613a5360e08d01613791565b93506101008c0135915080821115613a6a57600080fd5b50613a778c828d016138bb565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b600060208284031215613aae57600080fd5b81356001600160401b03811115613ac457600080fd5b6136e3848285016138bb565b60008060408385031215613ae357600080fd5b8235613aee8161375f565b915060208301356001600160401b03811115613b0957600080fd5b6133eb858286016138bb565b600080600060608486031215613b2a57600080fd5b8335613b358161375f565b92506020840135613b4581613710565b915060408401356001600160401b03811115613b6057600080fd5b613b6c868287016138bb565b9150509250925092565b600060208284031215613b8857600080fd5b81356132488161375f565b64ffffffffff8116811461198c57600080fd5b60008060008060008060c08789031215613bbf57600080fd5b8635613bca816136eb565b955060208701356001600160401b0380821115613be657600080fd5b613bf28a838b016138bb565b96506040890135955060608901359150613c0b826139a9565b909350608088013590613c1d82613b93565b90925060a08801359080821115613c3357600080fd5b5061399c89828a016138bb565b600080600060608486031215613c5557600080fd5b8335613c608161375f565b92506020840135613c708161375f565b91506040840135613c808161375f565b809150509250925092565b6000806000838503610280811215613ca257600080fd5b8435613cad816136eb565b93506020850135613cbd81613710565b9250610240603f198201811315613cd357600080fd5b613cdb6137b2565b9150613ce960408701613700565b8252613cf760608701613700565b6020830152613d0860808701613700565b604083015260a0860135606083015260c0860135608083015260e086013560a08301526101008087013560c08401526101208088013560e085015261014080890135838601526101609250828901358286015261018091508189013581860152506101a080890135838601526101c0925082890135828601526101e0915081890135818601525061020080890135838601526102209250828901358286015283890135818601525050610260870135818401525050809150509250925092565b60008060408385031215613ddb57600080fd5b8235613de68161375f565b915060208301356137548161375f565b600060208284031215613e0857600080fd5b815162ffffff8116811461324857600080fd5b805161370b816136eb565b600060208284031215613e3857600080fd5b8151613248816136eb565b600181811c90821680613e5757607f821691505b602082108103613e7757634e487b7160e01b600052602260045260246000fd5b50919050565b805161370b81613783565b600060208284031215613e9a57600080fd5b815161324881613783565b600060208284031215613eb757600080fd5b81516132488161375f565b600082601f830112613ed357600080fd5b8151613ee16138da82613894565b818152846020838601011115613ef657600080fd5b6136e3826020830160208701613610565b805161370b816139a9565b805161370b81613b93565b600060208284031215613f2f57600080fd5b81516001600160401b0380821115613f4657600080fd5b9083019060e08286031215613f5a57600080fd5b613f626137db565b613f6b83613e1b565b8152602083015182811115613f7f57600080fd5b613f8b87828601613ec2565b60208301525060408301516040820152613fa760608401613f07565b6060820152613fb860808401613f07565b6080820152613fc960a08401613f12565b60a082015260c083015182811115613fe057600080fd5b613fec87828601613ec2565b60c08301525095945050505050565b60006020828403121561400d57600080fd5b815161324881613b93565b601f82111561260057600081815260208120601f850160051c8101602086101561403f5750805b601f850160051c820191505b8181101561405e5782815560010161404b565b505050505050565b81516001600160401b0381111561407f5761407f61379c565b6140938161408d8454613e43565b84614018565b602080601f8311600181146140c857600084156140b05750858301515b600019600386901b1c1916600185901b17855561405e565b600085815260208120601f198616915b828110156140f7578886015182559484019460019091019084016140d8565b50858210156141155787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006040828403121561413757600080fd5b604051604081018181106001600160401b03821117156141595761415961379c565b604052825181526020928301519281019290925250919050565b6000610200828403121561418657600080fd5b61418e6137fd565b61419783613e1b565b81526141a560208401613e1b565b60208201526141b78460408501614125565b60408201526141c98460808501614125565b60608201526141db8460c08501614125565b60808201526101006141ef85828601614125565b60a0830152614202856101408601614125565b60c0830152614215856101808601614125565b60e0830152614228856101c08601614125565b908201529392505050565b60006020828403121561424557600080fd5b5051919050565b6001600160601b03831681526040602082015260006136e36040830184613634565b60006020828403121561428057600080fd5b815161324881613710565b6001600160401b0360c01b8316815260406020820152600082516101208060408501526142bc610160850183613634565b91506020850151606085015260408501516080850152606085015160a085015260808501516142f360c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c085015161010061431b8187018315159052565b60e087015115159286019290925250840151603f19848303016101408501526143448282613634565b9695505050505050565b60006020828403121561436057600080fd5b81516001600160401b038116811461324857600080fd5b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a060408501526143ae60a0850182613634565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b03831681526040602082015260006136e36040830184614377565b805161370b8161375f565b6020815260006132486020830184613634565b60006020828403121561442f57600080fd5b81516001600160401b038082111561444657600080fd5b9083019060a0828603121561445a57600080fd5b614462613820565b825161446d81613710565b8152602083015161447d81613783565b602082015260408301518281111561449457600080fd5b6144a087828601613ec2565b604083015250606083015191506144b6826136eb565b816060820152608083015192506144cc836139a9565b6080810192909252509392505050565b6000602082840312156144ee57600080fd5b81516001600160401b038082111561450557600080fd5b90830190610120828603121561451a57600080fd5b6145226137fd565b82518281111561453157600080fd5b61453d87828601613ec2565b82525060208301516020820152604083015160408201526060830151606082015261456a60808401613f07565b608082015261457b60a08401613f07565b60a082015261458c60c08401613e7d565b60c082015261459d60e08401613e7d565b60e082015261010080840151838111156145b657600080fd5b6145c288828701613ec2565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610ca657610ca66145d3565b6001600160601b0381511682526000602082015160e0602085015261462460e0850182613634565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610ca18282613634565b6001600160401b0360c01b831681526040602082015260006136e360408301846145fc565b805161370b81613774565b6000602082840312156146ba57600080fd5b815161324881613774565b80820180821115610ca657610ca66145d3565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b63ffffffff818116838216019080821115614727576147276145d3565b5092915050565b6001600160401b0360c01b8416815260606020820152600061475360608301856145fc565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006147536060830185614377565b60006020828403121561479a57600080fd5b81516001600160401b03808211156147b157600080fd5b9083019060e082860312156147c557600080fd5b6147cd6137db565b6147d683613e1b565b81526147e460208401613e1b565b60208201526147f56040840161469d565b604082015261480660608401613e7d565b6060820152614817608084016143ff565b6080820152613fc960a084016143ff565b60006020828403121561483a57600080fd5b81516001600160401b038082111561485157600080fd5b9083019060c0828603121561486557600080fd5b61486d613842565b82518281111561487c57600080fd5b61488887828601613ec2565b82525061489760208401613e1b565b60208201526148a8604084016143ff565b60408201526148b9606084016143ff565b60608201526148ca608084016143ff565b608082015260a0830151828111156148e157600080fd5b6148ed87828601613ec2565b60a08301525095945050505050565b6000806040838503121561490f57600080fd5b825161491a8161375f565b60208401519092506137548161375f56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ce3cac9f1c1cbbe734a1245570a5aeb2949a81c1fd62b583fb94f3b0592ed5ab64736f6c63430008140033",
|
999
|
+
"linkReferences": {
|
1000
|
+
"contracts/type/Amount.sol": {
|
1001
|
+
"AmountLib": [
|
1002
|
+
{
|
1003
|
+
"length": 20,
|
1004
|
+
"start": 6166
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"length": 20,
|
1008
|
+
"start": 10240
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"length": 20,
|
1012
|
+
"start": 10422
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"length": 20,
|
1016
|
+
"start": 11210
|
1017
|
+
},
|
1018
|
+
{
|
1019
|
+
"length": 20,
|
1020
|
+
"start": 13008
|
1021
|
+
}
|
1022
|
+
]
|
1023
|
+
},
|
1024
|
+
"contracts/type/DistributorType.sol": {
|
1025
|
+
"DistributorTypeLib": [
|
1026
|
+
{
|
1027
|
+
"length": 20,
|
1028
|
+
"start": 4682
|
1029
|
+
}
|
1030
|
+
]
|
1031
|
+
},
|
1032
|
+
"contracts/type/NftId.sol": {
|
1033
|
+
"NftIdLib": [
|
1034
|
+
{
|
1035
|
+
"length": 20,
|
1036
|
+
"start": 1473
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"length": 20,
|
1040
|
+
"start": 1869
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
"length": 20,
|
1044
|
+
"start": 2413
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"length": 20,
|
1048
|
+
"start": 2917
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"length": 20,
|
1052
|
+
"start": 5823
|
1053
|
+
},
|
1054
|
+
{
|
1055
|
+
"length": 20,
|
1056
|
+
"start": 6981
|
1057
|
+
}
|
1058
|
+
]
|
1059
|
+
},
|
1060
|
+
"contracts/type/Referral.sol": {
|
1061
|
+
"ReferralLib": [
|
1062
|
+
{
|
1063
|
+
"length": 20,
|
1064
|
+
"start": 2528
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"length": 20,
|
1068
|
+
"start": 8992
|
1069
|
+
}
|
1070
|
+
]
|
1071
|
+
},
|
1072
|
+
"contracts/type/Timestamp.sol": {
|
1073
|
+
"TimestampLib": [
|
1074
|
+
{
|
1075
|
+
"length": 20,
|
1076
|
+
"start": 3061
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"length": 20,
|
1080
|
+
"start": 3195
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
"length": 20,
|
1084
|
+
"start": 3301
|
1085
|
+
},
|
1086
|
+
{
|
1087
|
+
"length": 20,
|
1088
|
+
"start": 7321
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"length": 20,
|
1092
|
+
"start": 8443
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"length": 20,
|
1096
|
+
"start": 8579
|
1097
|
+
},
|
1098
|
+
{
|
1099
|
+
"length": 20,
|
1100
|
+
"start": 8701
|
1101
|
+
},
|
1102
|
+
{
|
1103
|
+
"length": 20,
|
1104
|
+
"start": 8844
|
1105
|
+
}
|
1106
|
+
]
|
1107
|
+
},
|
1108
|
+
"contracts/type/UFixed.sol": {
|
1109
|
+
"UFixedLib": [
|
1110
|
+
{
|
1111
|
+
"length": 20,
|
1112
|
+
"start": 4032
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"length": 20,
|
1116
|
+
"start": 4168
|
1117
|
+
},
|
1118
|
+
{
|
1119
|
+
"length": 20,
|
1120
|
+
"start": 4267
|
1121
|
+
},
|
1122
|
+
{
|
1123
|
+
"length": 20,
|
1124
|
+
"start": 4405
|
1125
|
+
},
|
1126
|
+
{
|
1127
|
+
"length": 20,
|
1128
|
+
"start": 4548
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"length": 20,
|
1132
|
+
"start": 7902
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"length": 20,
|
1136
|
+
"start": 8018
|
1137
|
+
},
|
1138
|
+
{
|
1139
|
+
"length": 20,
|
1140
|
+
"start": 8186
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"length": 20,
|
1144
|
+
"start": 8302
|
1145
|
+
}
|
1146
|
+
]
|
1147
|
+
},
|
1148
|
+
"contracts/type/Version.sol": {
|
1149
|
+
"VersionLib": [
|
1150
|
+
{
|
1151
|
+
"length": 20,
|
1152
|
+
"start": 1316
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
"length": 20,
|
1156
|
+
"start": 5100
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"length": 20,
|
1160
|
+
"start": 13601
|
1161
|
+
}
|
1162
|
+
],
|
1163
|
+
"VersionPartLib": [
|
1164
|
+
{
|
1165
|
+
"length": 20,
|
1166
|
+
"start": 9617
|
1167
|
+
}
|
1168
|
+
]
|
1169
|
+
}
|
1170
|
+
},
|
1171
|
+
"deployedLinkReferences": {
|
1172
|
+
"contracts/type/Amount.sol": {
|
1173
|
+
"AmountLib": [
|
1174
|
+
{
|
1175
|
+
"length": 20,
|
1176
|
+
"start": 5936
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"length": 20,
|
1180
|
+
"start": 10010
|
1181
|
+
},
|
1182
|
+
{
|
1183
|
+
"length": 20,
|
1184
|
+
"start": 10192
|
1185
|
+
},
|
1186
|
+
{
|
1187
|
+
"length": 20,
|
1188
|
+
"start": 10980
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"length": 20,
|
1192
|
+
"start": 12778
|
1193
|
+
}
|
1194
|
+
]
|
1195
|
+
},
|
1196
|
+
"contracts/type/DistributorType.sol": {
|
1197
|
+
"DistributorTypeLib": [
|
1198
|
+
{
|
1199
|
+
"length": 20,
|
1200
|
+
"start": 4452
|
1201
|
+
}
|
1202
|
+
]
|
1203
|
+
},
|
1204
|
+
"contracts/type/NftId.sol": {
|
1205
|
+
"NftIdLib": [
|
1206
|
+
{
|
1207
|
+
"length": 20,
|
1208
|
+
"start": 1243
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"length": 20,
|
1212
|
+
"start": 1639
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"length": 20,
|
1216
|
+
"start": 2183
|
1217
|
+
},
|
1218
|
+
{
|
1219
|
+
"length": 20,
|
1220
|
+
"start": 2687
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"length": 20,
|
1224
|
+
"start": 5593
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"length": 20,
|
1228
|
+
"start": 6751
|
1229
|
+
}
|
1230
|
+
]
|
1231
|
+
},
|
1232
|
+
"contracts/type/Referral.sol": {
|
1233
|
+
"ReferralLib": [
|
1234
|
+
{
|
1235
|
+
"length": 20,
|
1236
|
+
"start": 2298
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"length": 20,
|
1240
|
+
"start": 8762
|
1241
|
+
}
|
1242
|
+
]
|
1243
|
+
},
|
1244
|
+
"contracts/type/Timestamp.sol": {
|
1245
|
+
"TimestampLib": [
|
1246
|
+
{
|
1247
|
+
"length": 20,
|
1248
|
+
"start": 2831
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"length": 20,
|
1252
|
+
"start": 2965
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"length": 20,
|
1256
|
+
"start": 3071
|
1257
|
+
},
|
1258
|
+
{
|
1259
|
+
"length": 20,
|
1260
|
+
"start": 7091
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"length": 20,
|
1264
|
+
"start": 8213
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"length": 20,
|
1268
|
+
"start": 8349
|
1269
|
+
},
|
1270
|
+
{
|
1271
|
+
"length": 20,
|
1272
|
+
"start": 8471
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"length": 20,
|
1276
|
+
"start": 8614
|
1277
|
+
}
|
1278
|
+
]
|
1279
|
+
},
|
1280
|
+
"contracts/type/UFixed.sol": {
|
1281
|
+
"UFixedLib": [
|
1282
|
+
{
|
1283
|
+
"length": 20,
|
1284
|
+
"start": 3802
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"length": 20,
|
1288
|
+
"start": 3938
|
1289
|
+
},
|
1290
|
+
{
|
1291
|
+
"length": 20,
|
1292
|
+
"start": 4037
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"length": 20,
|
1296
|
+
"start": 4175
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"length": 20,
|
1300
|
+
"start": 4318
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"length": 20,
|
1304
|
+
"start": 7672
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"length": 20,
|
1308
|
+
"start": 7788
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"length": 20,
|
1312
|
+
"start": 7956
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"length": 20,
|
1316
|
+
"start": 8072
|
1317
|
+
}
|
1318
|
+
]
|
1319
|
+
},
|
1320
|
+
"contracts/type/Version.sol": {
|
1321
|
+
"VersionLib": [
|
1322
|
+
{
|
1323
|
+
"length": 20,
|
1324
|
+
"start": 1086
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"length": 20,
|
1328
|
+
"start": 4870
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"length": 20,
|
1332
|
+
"start": 13371
|
1333
|
+
}
|
1334
|
+
],
|
1335
|
+
"VersionPartLib": [
|
1336
|
+
{
|
1337
|
+
"length": 20,
|
1338
|
+
"start": 9387
|
1339
|
+
}
|
1340
|
+
]
|
1341
|
+
}
|
1342
|
+
}
|
1343
|
+
}
|