@etherisc/gif-next 0.0.2-fc8b370-882 → 0.0.2-fd2113c-488
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +250 -14
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1378 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +709 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +285 -1486
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +769 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +489 -1720
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1701 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1220 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +758 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → 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/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ModuleBase.sol/ModuleBase.json → oracle/IOracle.sol/IOracle.json} +2 -2
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +678 -77
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -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 +865 -107
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -138
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -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/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
- 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/shared/Service.sol/Service.json +507 -0
- 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 +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +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 +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/{types/ChainId.sol/ChainIdLib.json → type/UFixed.sol/MathLib.json} +4 -4
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/{types/UFixed.sol/UFixedMathLib.json → type/UFixed.sol/UFixedLib.json} +4 -4
- 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 +261 -0
- package/contracts/distribution/DistributionService.sol +297 -0
- package/contracts/distribution/DistributionServiceManager.sol +42 -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 +79 -44
- package/contracts/instance/IInstanceService.sol +97 -0
- package/contracts/instance/Instance.sol +247 -52
- package/contracts/instance/InstanceAdmin.sol +331 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
- package/contracts/instance/InstanceReader.sol +392 -0
- package/contracts/instance/InstanceService.sol +439 -0
- package/contracts/instance/InstanceServiceManager.sol +44 -0
- package/contracts/instance/InstanceStore.sol +269 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectManager.sol +80 -0
- package/contracts/instance/module/IAccess.sol +46 -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/{test/Usdc.sol → mock/Dip.sol} +5 -5
- package/contracts/oracle/IOracle.sol +20 -0
- package/contracts/oracle/IOracleComponent.sol +32 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +145 -0
- package/contracts/oracle/OracleService.sol +278 -0
- package/contracts/oracle/OracleServiceManager.sol +42 -0
- package/contracts/pool/BundleService.sol +296 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/pool/IBundleService.sol +106 -0
- package/contracts/pool/IPoolComponent.sol +112 -0
- package/contracts/pool/IPoolService.sol +150 -0
- package/contracts/pool/Pool.sol +299 -0
- package/contracts/pool/PoolService.sol +452 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +254 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/ClaimService.sol +442 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +99 -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 +475 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/product/Product.sol +377 -0
- package/contracts/product/ProductService.sol +124 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +95 -37
- package/contracts/registry/IRegistry.sol +95 -28
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/IServiceAuthorization.sol +35 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +482 -281
- package/contracts/registry/RegistryAdmin.sol +333 -0
- package/contracts/registry/RegistryService.sol +266 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseManager.sol +527 -0
- package/contracts/registry/ServiceAuthorization.sol +86 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/AccessAdmin.sol +759 -0
- package/contracts/shared/AccessManagerCustom.sol +741 -0
- package/contracts/shared/AccessManagerExtended.sol +481 -0
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
- package/contracts/shared/Component.sol +281 -0
- package/contracts/shared/ComponentService.sol +617 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/ERC165.sol +15 -9
- package/contracts/shared/IAccessAdmin.sol +168 -0
- package/contracts/shared/IAccessManagerExtended.sol +74 -0
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +102 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
- package/contracts/shared/IKeyValueStore.sol +53 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -4
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/IVersionable.sol +38 -37
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InstanceLinkedComponent.sol +144 -0
- package/contracts/shared/KeyValueStore.sol +127 -0
- package/contracts/shared/Lifecycle.sol +130 -0
- package/contracts/shared/NftIdSetManager.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +102 -0
- package/contracts/shared/ProxyManager.sol +199 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +83 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +38 -68
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +153 -0
- package/contracts/staking/StakeManagerLib.sol +231 -0
- package/contracts/staking/Staking.sol +513 -0
- package/contracts/staking/StakingManager.sol +54 -0
- package/contracts/staking/StakingReader.sol +187 -0
- package/contracts/staking/StakingService.sol +411 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +613 -0
- package/contracts/staking/TargetManagerLib.sol +207 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +128 -0
- package/contracts/{types → type}/Blocknumber.sol +21 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +241 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +201 -0
- package/contracts/type/Seconds.sol +81 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +39 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +27 -14
- package/contracts/{types → type}/UFixed.sol +129 -12
- package/contracts/{types → type}/Version.sol +15 -2
- package/package.json +8 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- 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/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
@@ -0,0 +1,1511 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "ComponentService",
|
4
|
+
"sourceName": "contracts/shared/ComponentService.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": "address",
|
48
|
+
"name": "component",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentServiceAlreadyRegistered",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "component",
|
60
|
+
"type": "address"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"name": "ErrorComponentServiceComponentLocked",
|
64
|
+
"type": "error"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"inputs": [
|
68
|
+
{
|
69
|
+
"internalType": "address",
|
70
|
+
"name": "component",
|
71
|
+
"type": "address"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"internalType": "ObjectType",
|
75
|
+
"name": "expectedType",
|
76
|
+
"type": "uint8"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"internalType": "ObjectType",
|
80
|
+
"name": "foundType",
|
81
|
+
"type": "uint8"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorComponentServiceComponentTypeInvalid",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "NftId",
|
91
|
+
"name": "instanceNftId",
|
92
|
+
"type": "uint96"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"internalType": "RoleId",
|
96
|
+
"name": "requiredRole",
|
97
|
+
"type": "uint64"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"internalType": "address",
|
101
|
+
"name": "sender",
|
102
|
+
"type": "address"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"name": "ErrorComponentServiceExpectedRoleMissing",
|
106
|
+
"type": "error"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"inputs": [
|
110
|
+
{
|
111
|
+
"internalType": "address",
|
112
|
+
"name": "component",
|
113
|
+
"type": "address"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"internalType": "ObjectType",
|
117
|
+
"name": "requiredType",
|
118
|
+
"type": "uint8"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"internalType": "ObjectType",
|
122
|
+
"name": "componentType",
|
123
|
+
"type": "uint8"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"name": "ErrorComponentServiceInvalidType",
|
127
|
+
"type": "error"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"inputs": [],
|
131
|
+
"name": "ErrorComponentServiceNewWalletAddressZero",
|
132
|
+
"type": "error"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"inputs": [
|
136
|
+
{
|
137
|
+
"internalType": "address",
|
138
|
+
"name": "component",
|
139
|
+
"type": "address"
|
140
|
+
}
|
141
|
+
],
|
142
|
+
"name": "ErrorComponentServiceNotComponent",
|
143
|
+
"type": "error"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"inputs": [
|
147
|
+
{
|
148
|
+
"internalType": "address",
|
149
|
+
"name": "component",
|
150
|
+
"type": "address"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"internalType": "address",
|
154
|
+
"name": "initialOwner",
|
155
|
+
"type": "address"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"internalType": "address",
|
159
|
+
"name": "sender",
|
160
|
+
"type": "address"
|
161
|
+
}
|
162
|
+
],
|
163
|
+
"name": "ErrorComponentServiceSenderNotOwner",
|
164
|
+
"type": "error"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"inputs": [
|
168
|
+
{
|
169
|
+
"internalType": "address",
|
170
|
+
"name": "sender",
|
171
|
+
"type": "address"
|
172
|
+
}
|
173
|
+
],
|
174
|
+
"name": "ErrorComponentServiceSenderNotService",
|
175
|
+
"type": "error"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"inputs": [],
|
179
|
+
"name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
|
180
|
+
"type": "error"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"inputs": [],
|
184
|
+
"name": "ErrorComponentServiceWalletAddressZero",
|
185
|
+
"type": "error"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"inputs": [
|
189
|
+
{
|
190
|
+
"internalType": "NftId",
|
191
|
+
"name": "componentNftId",
|
192
|
+
"type": "uint96"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"name": "ErrorComponentVerifyingServiceComponentIsLocked",
|
196
|
+
"type": "error"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"inputs": [
|
200
|
+
{
|
201
|
+
"internalType": "NftId",
|
202
|
+
"name": "componentNftId",
|
203
|
+
"type": "uint96"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"internalType": "ObjectType",
|
207
|
+
"name": "expectedType",
|
208
|
+
"type": "uint8"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"internalType": "ObjectType",
|
212
|
+
"name": "actualType",
|
213
|
+
"type": "uint8"
|
214
|
+
}
|
215
|
+
],
|
216
|
+
"name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
|
217
|
+
"type": "error"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"inputs": [
|
221
|
+
{
|
222
|
+
"internalType": "NftId",
|
223
|
+
"name": "nftId",
|
224
|
+
"type": "uint96"
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
228
|
+
"type": "error"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"inputs": [
|
232
|
+
{
|
233
|
+
"internalType": "address",
|
234
|
+
"name": "contractAddress",
|
235
|
+
"type": "address"
|
236
|
+
}
|
237
|
+
],
|
238
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
239
|
+
"type": "error"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"inputs": [],
|
243
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
244
|
+
"type": "error"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"inputs": [
|
248
|
+
{
|
249
|
+
"internalType": "address",
|
250
|
+
"name": "account",
|
251
|
+
"type": "address"
|
252
|
+
}
|
253
|
+
],
|
254
|
+
"name": "ErrorNftOwnableNotOwner",
|
255
|
+
"type": "error"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"inputs": [
|
259
|
+
{
|
260
|
+
"internalType": "address",
|
261
|
+
"name": "registryAddress",
|
262
|
+
"type": "address"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"name": "ErrorNotRegistry",
|
266
|
+
"type": "error"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"inputs": [],
|
270
|
+
"name": "ErrorServiceNotImplemented",
|
271
|
+
"type": "error"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"inputs": [],
|
275
|
+
"name": "InvalidInitialization",
|
276
|
+
"type": "error"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"inputs": [],
|
280
|
+
"name": "NotInitializing",
|
281
|
+
"type": "error"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"anonymous": false,
|
285
|
+
"inputs": [
|
286
|
+
{
|
287
|
+
"indexed": false,
|
288
|
+
"internalType": "address",
|
289
|
+
"name": "authority",
|
290
|
+
"type": "address"
|
291
|
+
}
|
292
|
+
],
|
293
|
+
"name": "AuthorityUpdated",
|
294
|
+
"type": "event"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"anonymous": false,
|
298
|
+
"inputs": [
|
299
|
+
{
|
300
|
+
"indexed": false,
|
301
|
+
"internalType": "uint64",
|
302
|
+
"name": "version",
|
303
|
+
"type": "uint64"
|
304
|
+
}
|
305
|
+
],
|
306
|
+
"name": "Initialized",
|
307
|
+
"type": "event"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"anonymous": false,
|
311
|
+
"inputs": [
|
312
|
+
{
|
313
|
+
"indexed": false,
|
314
|
+
"internalType": "NftId",
|
315
|
+
"name": "distributionNftId",
|
316
|
+
"type": "uint96"
|
317
|
+
}
|
318
|
+
],
|
319
|
+
"name": "LogComponentServiceDistributionFeesUpdated",
|
320
|
+
"type": "event"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"anonymous": false,
|
324
|
+
"inputs": [
|
325
|
+
{
|
326
|
+
"indexed": false,
|
327
|
+
"internalType": "NftId",
|
328
|
+
"name": "poolNftId",
|
329
|
+
"type": "uint96"
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"name": "LogComponentServicePoolFeesUpdated",
|
333
|
+
"type": "event"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"anonymous": false,
|
337
|
+
"inputs": [
|
338
|
+
{
|
339
|
+
"indexed": false,
|
340
|
+
"internalType": "NftId",
|
341
|
+
"name": "productNftId",
|
342
|
+
"type": "uint96"
|
343
|
+
}
|
344
|
+
],
|
345
|
+
"name": "LogComponentServiceProductFeesUpdated",
|
346
|
+
"type": "event"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"anonymous": false,
|
350
|
+
"inputs": [
|
351
|
+
{
|
352
|
+
"indexed": false,
|
353
|
+
"internalType": "NftId",
|
354
|
+
"name": "nftId",
|
355
|
+
"type": "uint96"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"indexed": false,
|
359
|
+
"internalType": "string",
|
360
|
+
"name": "feeName",
|
361
|
+
"type": "string"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"indexed": false,
|
365
|
+
"internalType": "UFixed",
|
366
|
+
"name": "previousFractionalFee",
|
367
|
+
"type": "uint256"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"indexed": false,
|
371
|
+
"internalType": "uint256",
|
372
|
+
"name": "previousFixedFee",
|
373
|
+
"type": "uint256"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"indexed": false,
|
377
|
+
"internalType": "UFixed",
|
378
|
+
"name": "newFractionalFee",
|
379
|
+
"type": "uint256"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"indexed": false,
|
383
|
+
"internalType": "uint256",
|
384
|
+
"name": "newFixedFee",
|
385
|
+
"type": "uint256"
|
386
|
+
}
|
387
|
+
],
|
388
|
+
"name": "LogComponentServiceUpdateFee",
|
389
|
+
"type": "event"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"anonymous": false,
|
393
|
+
"inputs": [
|
394
|
+
{
|
395
|
+
"indexed": false,
|
396
|
+
"internalType": "NftId",
|
397
|
+
"name": "componentNftId",
|
398
|
+
"type": "uint96"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"indexed": false,
|
402
|
+
"internalType": "address",
|
403
|
+
"name": "currentWallet",
|
404
|
+
"type": "address"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"indexed": false,
|
408
|
+
"internalType": "address",
|
409
|
+
"name": "newWallet",
|
410
|
+
"type": "address"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"name": "LogComponentServiceWalletAddressChanged",
|
414
|
+
"type": "event"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"inputs": [],
|
418
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
419
|
+
"outputs": [
|
420
|
+
{
|
421
|
+
"internalType": "bytes32",
|
422
|
+
"name": "",
|
423
|
+
"type": "bytes32"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"stateMutability": "view",
|
427
|
+
"type": "function"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"inputs": [],
|
431
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
432
|
+
"outputs": [
|
433
|
+
{
|
434
|
+
"internalType": "bytes32",
|
435
|
+
"name": "",
|
436
|
+
"type": "bytes32"
|
437
|
+
}
|
438
|
+
],
|
439
|
+
"stateMutability": "view",
|
440
|
+
"type": "function"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"inputs": [],
|
444
|
+
"name": "authority",
|
445
|
+
"outputs": [
|
446
|
+
{
|
447
|
+
"internalType": "address",
|
448
|
+
"name": "",
|
449
|
+
"type": "address"
|
450
|
+
}
|
451
|
+
],
|
452
|
+
"stateMutability": "view",
|
453
|
+
"type": "function"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"inputs": [
|
457
|
+
{
|
458
|
+
"internalType": "contract InstanceStore",
|
459
|
+
"name": "instanceStore",
|
460
|
+
"type": "address"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"internalType": "NftId",
|
464
|
+
"name": "bundleNftId",
|
465
|
+
"type": "uint96"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"internalType": "Amount",
|
469
|
+
"name": "amount",
|
470
|
+
"type": "uint96"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"internalType": "Amount",
|
474
|
+
"name": "feeAmount",
|
475
|
+
"type": "uint96"
|
476
|
+
}
|
477
|
+
],
|
478
|
+
"name": "decreaseBundleBalance",
|
479
|
+
"outputs": [],
|
480
|
+
"stateMutability": "nonpayable",
|
481
|
+
"type": "function"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"inputs": [
|
485
|
+
{
|
486
|
+
"internalType": "contract InstanceStore",
|
487
|
+
"name": "instanceStore",
|
488
|
+
"type": "address"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"internalType": "NftId",
|
492
|
+
"name": "distributionNftId",
|
493
|
+
"type": "uint96"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"internalType": "Amount",
|
497
|
+
"name": "amount",
|
498
|
+
"type": "uint96"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"internalType": "Amount",
|
502
|
+
"name": "feeAmount",
|
503
|
+
"type": "uint96"
|
504
|
+
}
|
505
|
+
],
|
506
|
+
"name": "decreaseDistributionBalance",
|
507
|
+
"outputs": [],
|
508
|
+
"stateMutability": "nonpayable",
|
509
|
+
"type": "function"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"inputs": [
|
513
|
+
{
|
514
|
+
"internalType": "contract InstanceStore",
|
515
|
+
"name": "instanceStore",
|
516
|
+
"type": "address"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"internalType": "NftId",
|
520
|
+
"name": "poolNftId",
|
521
|
+
"type": "uint96"
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"internalType": "Amount",
|
525
|
+
"name": "amount",
|
526
|
+
"type": "uint96"
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"internalType": "Amount",
|
530
|
+
"name": "feeAmount",
|
531
|
+
"type": "uint96"
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"name": "decreasePoolBalance",
|
535
|
+
"outputs": [],
|
536
|
+
"stateMutability": "nonpayable",
|
537
|
+
"type": "function"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"inputs": [
|
541
|
+
{
|
542
|
+
"internalType": "contract InstanceStore",
|
543
|
+
"name": "instanceStore",
|
544
|
+
"type": "address"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"internalType": "NftId",
|
548
|
+
"name": "productNftId",
|
549
|
+
"type": "uint96"
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"internalType": "Amount",
|
553
|
+
"name": "feeAmount",
|
554
|
+
"type": "uint96"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"name": "decreaseProductFees",
|
558
|
+
"outputs": [],
|
559
|
+
"stateMutability": "nonpayable",
|
560
|
+
"type": "function"
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"inputs": [],
|
564
|
+
"name": "getDomain",
|
565
|
+
"outputs": [
|
566
|
+
{
|
567
|
+
"internalType": "ObjectType",
|
568
|
+
"name": "serviceDomain",
|
569
|
+
"type": "uint8"
|
570
|
+
}
|
571
|
+
],
|
572
|
+
"stateMutability": "pure",
|
573
|
+
"type": "function"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"inputs": [],
|
577
|
+
"name": "getInitialInfo",
|
578
|
+
"outputs": [
|
579
|
+
{
|
580
|
+
"components": [
|
581
|
+
{
|
582
|
+
"internalType": "NftId",
|
583
|
+
"name": "nftId",
|
584
|
+
"type": "uint96"
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"internalType": "NftId",
|
588
|
+
"name": "parentNftId",
|
589
|
+
"type": "uint96"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"internalType": "ObjectType",
|
593
|
+
"name": "objectType",
|
594
|
+
"type": "uint8"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"internalType": "bool",
|
598
|
+
"name": "isInterceptor",
|
599
|
+
"type": "bool"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"internalType": "address",
|
603
|
+
"name": "objectAddress",
|
604
|
+
"type": "address"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"internalType": "address",
|
608
|
+
"name": "initialOwner",
|
609
|
+
"type": "address"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"internalType": "bytes",
|
613
|
+
"name": "data",
|
614
|
+
"type": "bytes"
|
615
|
+
}
|
616
|
+
],
|
617
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
618
|
+
"name": "info",
|
619
|
+
"type": "tuple"
|
620
|
+
}
|
621
|
+
],
|
622
|
+
"stateMutability": "view",
|
623
|
+
"type": "function"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"inputs": [],
|
627
|
+
"name": "getNftId",
|
628
|
+
"outputs": [
|
629
|
+
{
|
630
|
+
"internalType": "NftId",
|
631
|
+
"name": "",
|
632
|
+
"type": "uint96"
|
633
|
+
}
|
634
|
+
],
|
635
|
+
"stateMutability": "view",
|
636
|
+
"type": "function"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"inputs": [],
|
640
|
+
"name": "getOwner",
|
641
|
+
"outputs": [
|
642
|
+
{
|
643
|
+
"internalType": "address",
|
644
|
+
"name": "",
|
645
|
+
"type": "address"
|
646
|
+
}
|
647
|
+
],
|
648
|
+
"stateMutability": "view",
|
649
|
+
"type": "function"
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"inputs": [],
|
653
|
+
"name": "getRegistry",
|
654
|
+
"outputs": [
|
655
|
+
{
|
656
|
+
"internalType": "contract IRegistry",
|
657
|
+
"name": "",
|
658
|
+
"type": "address"
|
659
|
+
}
|
660
|
+
],
|
661
|
+
"stateMutability": "view",
|
662
|
+
"type": "function"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"inputs": [],
|
666
|
+
"name": "getRoleId",
|
667
|
+
"outputs": [
|
668
|
+
{
|
669
|
+
"internalType": "RoleId",
|
670
|
+
"name": "serviceRoleId",
|
671
|
+
"type": "uint64"
|
672
|
+
}
|
673
|
+
],
|
674
|
+
"stateMutability": "pure",
|
675
|
+
"type": "function"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"inputs": [],
|
679
|
+
"name": "getVersion",
|
680
|
+
"outputs": [
|
681
|
+
{
|
682
|
+
"internalType": "Version",
|
683
|
+
"name": "",
|
684
|
+
"type": "uint24"
|
685
|
+
}
|
686
|
+
],
|
687
|
+
"stateMutability": "pure",
|
688
|
+
"type": "function"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"inputs": [
|
692
|
+
{
|
693
|
+
"internalType": "contract InstanceStore",
|
694
|
+
"name": "instanceStore",
|
695
|
+
"type": "address"
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"internalType": "NftId",
|
699
|
+
"name": "bundleNftId",
|
700
|
+
"type": "uint96"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"internalType": "Amount",
|
704
|
+
"name": "amount",
|
705
|
+
"type": "uint96"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"internalType": "Amount",
|
709
|
+
"name": "feeAmount",
|
710
|
+
"type": "uint96"
|
711
|
+
}
|
712
|
+
],
|
713
|
+
"name": "increaseBundleBalance",
|
714
|
+
"outputs": [],
|
715
|
+
"stateMutability": "nonpayable",
|
716
|
+
"type": "function"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"inputs": [
|
720
|
+
{
|
721
|
+
"internalType": "contract InstanceStore",
|
722
|
+
"name": "instanceStore",
|
723
|
+
"type": "address"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"internalType": "NftId",
|
727
|
+
"name": "distributionNftId",
|
728
|
+
"type": "uint96"
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"internalType": "Amount",
|
732
|
+
"name": "amount",
|
733
|
+
"type": "uint96"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"internalType": "Amount",
|
737
|
+
"name": "feeAmount",
|
738
|
+
"type": "uint96"
|
739
|
+
}
|
740
|
+
],
|
741
|
+
"name": "increaseDistributionBalance",
|
742
|
+
"outputs": [],
|
743
|
+
"stateMutability": "nonpayable",
|
744
|
+
"type": "function"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"inputs": [
|
748
|
+
{
|
749
|
+
"internalType": "contract InstanceStore",
|
750
|
+
"name": "instanceStore",
|
751
|
+
"type": "address"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"internalType": "NftId",
|
755
|
+
"name": "poolNftId",
|
756
|
+
"type": "uint96"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"internalType": "Amount",
|
760
|
+
"name": "amount",
|
761
|
+
"type": "uint96"
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"internalType": "Amount",
|
765
|
+
"name": "feeAmount",
|
766
|
+
"type": "uint96"
|
767
|
+
}
|
768
|
+
],
|
769
|
+
"name": "increasePoolBalance",
|
770
|
+
"outputs": [],
|
771
|
+
"stateMutability": "nonpayable",
|
772
|
+
"type": "function"
|
773
|
+
},
|
774
|
+
{
|
775
|
+
"inputs": [
|
776
|
+
{
|
777
|
+
"internalType": "contract InstanceStore",
|
778
|
+
"name": "instanceStore",
|
779
|
+
"type": "address"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"internalType": "NftId",
|
783
|
+
"name": "productNftId",
|
784
|
+
"type": "uint96"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"internalType": "Amount",
|
788
|
+
"name": "feeAmount",
|
789
|
+
"type": "uint96"
|
790
|
+
}
|
791
|
+
],
|
792
|
+
"name": "increaseProductFees",
|
793
|
+
"outputs": [],
|
794
|
+
"stateMutability": "nonpayable",
|
795
|
+
"type": "function"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"inputs": [],
|
799
|
+
"name": "initializeERC165",
|
800
|
+
"outputs": [],
|
801
|
+
"stateMutability": "nonpayable",
|
802
|
+
"type": "function"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"inputs": [
|
806
|
+
{
|
807
|
+
"internalType": "address",
|
808
|
+
"name": "initialOwner",
|
809
|
+
"type": "address"
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"internalType": "address",
|
813
|
+
"name": "registryAddress",
|
814
|
+
"type": "address"
|
815
|
+
}
|
816
|
+
],
|
817
|
+
"name": "initializeNftOwnable",
|
818
|
+
"outputs": [],
|
819
|
+
"stateMutability": "nonpayable",
|
820
|
+
"type": "function"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"inputs": [
|
824
|
+
{
|
825
|
+
"internalType": "address",
|
826
|
+
"name": "registryAddress",
|
827
|
+
"type": "address"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"internalType": "NftId",
|
831
|
+
"name": "parentNftId",
|
832
|
+
"type": "uint96"
|
833
|
+
},
|
834
|
+
{
|
835
|
+
"internalType": "ObjectType",
|
836
|
+
"name": "objectType",
|
837
|
+
"type": "uint8"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"internalType": "bool",
|
841
|
+
"name": "isInterceptor",
|
842
|
+
"type": "bool"
|
843
|
+
},
|
844
|
+
{
|
845
|
+
"internalType": "address",
|
846
|
+
"name": "initialOwner",
|
847
|
+
"type": "address"
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"internalType": "bytes",
|
851
|
+
"name": "registryData",
|
852
|
+
"type": "bytes"
|
853
|
+
}
|
854
|
+
],
|
855
|
+
"name": "initializeRegisterable",
|
856
|
+
"outputs": [],
|
857
|
+
"stateMutability": "nonpayable",
|
858
|
+
"type": "function"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"inputs": [
|
862
|
+
{
|
863
|
+
"internalType": "address",
|
864
|
+
"name": "registryAddress",
|
865
|
+
"type": "address"
|
866
|
+
}
|
867
|
+
],
|
868
|
+
"name": "initializeRegistryLinked",
|
869
|
+
"outputs": [],
|
870
|
+
"stateMutability": "nonpayable",
|
871
|
+
"type": "function"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"inputs": [
|
875
|
+
{
|
876
|
+
"internalType": "address",
|
877
|
+
"name": "registry",
|
878
|
+
"type": "address"
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"internalType": "address",
|
882
|
+
"name": "authority",
|
883
|
+
"type": "address"
|
884
|
+
},
|
885
|
+
{
|
886
|
+
"internalType": "address",
|
887
|
+
"name": "initialOwner",
|
888
|
+
"type": "address"
|
889
|
+
}
|
890
|
+
],
|
891
|
+
"name": "initializeService",
|
892
|
+
"outputs": [],
|
893
|
+
"stateMutability": "nonpayable",
|
894
|
+
"type": "function"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"inputs": [
|
898
|
+
{
|
899
|
+
"internalType": "address",
|
900
|
+
"name": "activatedBy",
|
901
|
+
"type": "address"
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"internalType": "bytes",
|
905
|
+
"name": "data",
|
906
|
+
"type": "bytes"
|
907
|
+
}
|
908
|
+
],
|
909
|
+
"name": "initializeVersionable",
|
910
|
+
"outputs": [],
|
911
|
+
"stateMutability": "nonpayable",
|
912
|
+
"type": "function"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"inputs": [],
|
916
|
+
"name": "isConsumingScheduledOp",
|
917
|
+
"outputs": [
|
918
|
+
{
|
919
|
+
"internalType": "bytes4",
|
920
|
+
"name": "",
|
921
|
+
"type": "bytes4"
|
922
|
+
}
|
923
|
+
],
|
924
|
+
"stateMutability": "view",
|
925
|
+
"type": "function"
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"inputs": [],
|
929
|
+
"name": "linkToRegisteredNftId",
|
930
|
+
"outputs": [
|
931
|
+
{
|
932
|
+
"internalType": "NftId",
|
933
|
+
"name": "nftId",
|
934
|
+
"type": "uint96"
|
935
|
+
}
|
936
|
+
],
|
937
|
+
"stateMutability": "nonpayable",
|
938
|
+
"type": "function"
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"inputs": [],
|
942
|
+
"name": "lock",
|
943
|
+
"outputs": [],
|
944
|
+
"stateMutability": "nonpayable",
|
945
|
+
"type": "function"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"inputs": [],
|
949
|
+
"name": "registerDistribution",
|
950
|
+
"outputs": [],
|
951
|
+
"stateMutability": "nonpayable",
|
952
|
+
"type": "function"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"inputs": [
|
956
|
+
{
|
957
|
+
"internalType": "bytes4",
|
958
|
+
"name": "interfaceId",
|
959
|
+
"type": "bytes4"
|
960
|
+
}
|
961
|
+
],
|
962
|
+
"name": "registerInterface",
|
963
|
+
"outputs": [],
|
964
|
+
"stateMutability": "nonpayable",
|
965
|
+
"type": "function"
|
966
|
+
},
|
967
|
+
{
|
968
|
+
"inputs": [],
|
969
|
+
"name": "registerOracle",
|
970
|
+
"outputs": [],
|
971
|
+
"stateMutability": "nonpayable",
|
972
|
+
"type": "function"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"inputs": [],
|
976
|
+
"name": "registerPool",
|
977
|
+
"outputs": [],
|
978
|
+
"stateMutability": "nonpayable",
|
979
|
+
"type": "function"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"inputs": [],
|
983
|
+
"name": "registerProduct",
|
984
|
+
"outputs": [],
|
985
|
+
"stateMutability": "nonpayable",
|
986
|
+
"type": "function"
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"inputs": [
|
990
|
+
{
|
991
|
+
"internalType": "address",
|
992
|
+
"name": "newAuthority",
|
993
|
+
"type": "address"
|
994
|
+
}
|
995
|
+
],
|
996
|
+
"name": "setAuthority",
|
997
|
+
"outputs": [],
|
998
|
+
"stateMutability": "nonpayable",
|
999
|
+
"type": "function"
|
1000
|
+
},
|
1001
|
+
{
|
1002
|
+
"inputs": [
|
1003
|
+
{
|
1004
|
+
"components": [
|
1005
|
+
{
|
1006
|
+
"internalType": "UFixed",
|
1007
|
+
"name": "fractionalFee",
|
1008
|
+
"type": "uint256"
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"internalType": "uint256",
|
1012
|
+
"name": "fixedFee",
|
1013
|
+
"type": "uint256"
|
1014
|
+
}
|
1015
|
+
],
|
1016
|
+
"internalType": "struct Fee",
|
1017
|
+
"name": "distributionFee",
|
1018
|
+
"type": "tuple"
|
1019
|
+
},
|
1020
|
+
{
|
1021
|
+
"components": [
|
1022
|
+
{
|
1023
|
+
"internalType": "UFixed",
|
1024
|
+
"name": "fractionalFee",
|
1025
|
+
"type": "uint256"
|
1026
|
+
},
|
1027
|
+
{
|
1028
|
+
"internalType": "uint256",
|
1029
|
+
"name": "fixedFee",
|
1030
|
+
"type": "uint256"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"internalType": "struct Fee",
|
1034
|
+
"name": "minDistributionOwnerFee",
|
1035
|
+
"type": "tuple"
|
1036
|
+
}
|
1037
|
+
],
|
1038
|
+
"name": "setDistributionFees",
|
1039
|
+
"outputs": [],
|
1040
|
+
"stateMutability": "nonpayable",
|
1041
|
+
"type": "function"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"inputs": [
|
1045
|
+
{
|
1046
|
+
"components": [
|
1047
|
+
{
|
1048
|
+
"internalType": "UFixed",
|
1049
|
+
"name": "fractionalFee",
|
1050
|
+
"type": "uint256"
|
1051
|
+
},
|
1052
|
+
{
|
1053
|
+
"internalType": "uint256",
|
1054
|
+
"name": "fixedFee",
|
1055
|
+
"type": "uint256"
|
1056
|
+
}
|
1057
|
+
],
|
1058
|
+
"internalType": "struct Fee",
|
1059
|
+
"name": "poolFee",
|
1060
|
+
"type": "tuple"
|
1061
|
+
},
|
1062
|
+
{
|
1063
|
+
"components": [
|
1064
|
+
{
|
1065
|
+
"internalType": "UFixed",
|
1066
|
+
"name": "fractionalFee",
|
1067
|
+
"type": "uint256"
|
1068
|
+
},
|
1069
|
+
{
|
1070
|
+
"internalType": "uint256",
|
1071
|
+
"name": "fixedFee",
|
1072
|
+
"type": "uint256"
|
1073
|
+
}
|
1074
|
+
],
|
1075
|
+
"internalType": "struct Fee",
|
1076
|
+
"name": "stakingFee",
|
1077
|
+
"type": "tuple"
|
1078
|
+
},
|
1079
|
+
{
|
1080
|
+
"components": [
|
1081
|
+
{
|
1082
|
+
"internalType": "UFixed",
|
1083
|
+
"name": "fractionalFee",
|
1084
|
+
"type": "uint256"
|
1085
|
+
},
|
1086
|
+
{
|
1087
|
+
"internalType": "uint256",
|
1088
|
+
"name": "fixedFee",
|
1089
|
+
"type": "uint256"
|
1090
|
+
}
|
1091
|
+
],
|
1092
|
+
"internalType": "struct Fee",
|
1093
|
+
"name": "performanceFee",
|
1094
|
+
"type": "tuple"
|
1095
|
+
}
|
1096
|
+
],
|
1097
|
+
"name": "setPoolFees",
|
1098
|
+
"outputs": [],
|
1099
|
+
"stateMutability": "nonpayable",
|
1100
|
+
"type": "function"
|
1101
|
+
},
|
1102
|
+
{
|
1103
|
+
"inputs": [
|
1104
|
+
{
|
1105
|
+
"components": [
|
1106
|
+
{
|
1107
|
+
"internalType": "UFixed",
|
1108
|
+
"name": "fractionalFee",
|
1109
|
+
"type": "uint256"
|
1110
|
+
},
|
1111
|
+
{
|
1112
|
+
"internalType": "uint256",
|
1113
|
+
"name": "fixedFee",
|
1114
|
+
"type": "uint256"
|
1115
|
+
}
|
1116
|
+
],
|
1117
|
+
"internalType": "struct Fee",
|
1118
|
+
"name": "productFee",
|
1119
|
+
"type": "tuple"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"components": [
|
1123
|
+
{
|
1124
|
+
"internalType": "UFixed",
|
1125
|
+
"name": "fractionalFee",
|
1126
|
+
"type": "uint256"
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"internalType": "uint256",
|
1130
|
+
"name": "fixedFee",
|
1131
|
+
"type": "uint256"
|
1132
|
+
}
|
1133
|
+
],
|
1134
|
+
"internalType": "struct Fee",
|
1135
|
+
"name": "processingFee",
|
1136
|
+
"type": "tuple"
|
1137
|
+
}
|
1138
|
+
],
|
1139
|
+
"name": "setProductFees",
|
1140
|
+
"outputs": [],
|
1141
|
+
"stateMutability": "nonpayable",
|
1142
|
+
"type": "function"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"inputs": [
|
1146
|
+
{
|
1147
|
+
"internalType": "address",
|
1148
|
+
"name": "newWallet",
|
1149
|
+
"type": "address"
|
1150
|
+
}
|
1151
|
+
],
|
1152
|
+
"name": "setWallet",
|
1153
|
+
"outputs": [],
|
1154
|
+
"stateMutability": "nonpayable",
|
1155
|
+
"type": "function"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"inputs": [
|
1159
|
+
{
|
1160
|
+
"internalType": "bytes4",
|
1161
|
+
"name": "interfaceId",
|
1162
|
+
"type": "bytes4"
|
1163
|
+
}
|
1164
|
+
],
|
1165
|
+
"name": "supportsInterface",
|
1166
|
+
"outputs": [
|
1167
|
+
{
|
1168
|
+
"internalType": "bool",
|
1169
|
+
"name": "",
|
1170
|
+
"type": "bool"
|
1171
|
+
}
|
1172
|
+
],
|
1173
|
+
"stateMutability": "view",
|
1174
|
+
"type": "function"
|
1175
|
+
},
|
1176
|
+
{
|
1177
|
+
"inputs": [],
|
1178
|
+
"name": "unlock",
|
1179
|
+
"outputs": [],
|
1180
|
+
"stateMutability": "nonpayable",
|
1181
|
+
"type": "function"
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"inputs": [
|
1185
|
+
{
|
1186
|
+
"internalType": "bytes",
|
1187
|
+
"name": "data",
|
1188
|
+
"type": "bytes"
|
1189
|
+
}
|
1190
|
+
],
|
1191
|
+
"name": "upgradeVersionable",
|
1192
|
+
"outputs": [],
|
1193
|
+
"stateMutability": "nonpayable",
|
1194
|
+
"type": "function"
|
1195
|
+
}
|
1196
|
+
],
|
1197
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615ae180620000e66000396000f3fe60806040523480156200001157600080fd5b5060043610620002795760003560e01c80636e1728071162000155578063be495be511620000c7578063deaa59df1162000086578063deaa59df146200059f578063dfd92f8a14620005b6578063e618053f14620002fb578063f7c34ee014620005c0578063f83d08ba146200031257600080fd5b8063be495be51462000554578063bf7e214f146200055e578063c142a303146200057e578063d56cd3d51462000385578063d7740ee1146200059557600080fd5b80638e32e97911620001145780638e32e97914620004f25780638fb360371462000509578063a69df4b51462000312578063ada9652e146200052d578063b68d1809146200054457600080fd5b80636e17280714620004ba57806374933c2f14620003855780637a9e5e4b14620004d1578063893d20e814620004e857806389fad8a214620002fb57600080fd5b8063339d259011620001ef578063644c45e011620001ae578063644c45e0146200043257806367438c501462000452578063675393bf146200046957806367ba1c1014620004805780636c741e78146200049757600080fd5b8063339d259014620003ca57806336fc697e14620003d457806337a897ee14620003de57806349bb9e4b14620003f55780635ab1bd53146200040c57600080fd5b80631eff4b22116200023c5780631eff4b221462000337578063214cdb80146200036e57806325e451d3146200038557806327bb7a33146200039c578063329d6e7414620003b357600080fd5b806301ffc9a7146200027e5780630d8e6e2c14620002c35780630fec111c14620002e257806311a1467714620002fb578063138461e01462000314575b600080fd5b620002ae6200028f36600462004314565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620002cd620005d7565b60405162ffffff9091168152602001620002ba565b620002ec62000664565b604051620002ba919062004394565b620003126200030c3660046200444e565b62000804565b005b6200031e6200081a565b6040516001600160601b039091168152602001620002ba565b6200035f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001620002ba565b620003126200037f36600462004314565b62000827565b62000312620003963660046200444e565b62000856565b62000312620003ad36600462004662565b62000866565b62000312620003c436600462004708565b62000911565b6200031262000a68565b6200031262000abc565b62000312620003ef36600462004773565b62000b04565b6200031262000406366004620047a4565b62000e50565b6001546001600160a01b03165b6040516001600160a01b039091168152602001620002ba565b60008051602062005a4c833981519152546001600160601b03166200031e565b6200031262000463366004620047f9565b62000f4b565b620003126200047a3660046200484b565b62000fcf565b620003126200049136600462004773565b620010ec565b620004a16200148a565b6040516001600160401b039091168152602001620002ba565b62000312620004cb366004620047f9565b6200158c565b62000312620004e23660046200484b565b620015de565b6200041962001680565b62000312620005033660046200486b565b620017bf565b6200051362001914565b6040516001600160e01b03199091168152602001620002ba565b6200035f60008051602062005a4c83398151915281565b604051600b8152602001620002ba565b6200031262001951565b60008051602062005a6c833981519152546001600160a01b031662000419565b620003126200058f366004620048b2565b62001a9d565b6200031262001e6d565b62000312620005b03660046200484b565b62002089565b620003126200234c565b62000312620005d1366004620048ff565b6200252a565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801562000639573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200065f91906200493d565b905090565b6200066e620041a7565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015620006e8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200070e919062004976565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016200075862001680565b6001600160a01b03168152602001826001018054620007779062004996565b80601f0160208091040260200160405190810160405280929190818152602001828054620007a59062004996565b8015620007f65780601f10620007ca57610100808354040283529160200191620007f6565b820191906000526020600020905b815481529060010190602001808311620007d857829003601f168201915b505050505081525091505090565b62000814600085858585620025a9565b50505050565b60006200065f30620029d8565b6200083162002be7565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b62000814600185858585620025a9565b6200087062002be7565b6200087c82876200252a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30162000907838262004a1c565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c62000935620005d7565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801562000976573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200099c919062004b0b565b60008051602062005a8c8339815191528054600160401b900460ff1680620009d1575080546001600160401b03808416911610155b15620009f05760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815562000a1c8362002c20565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6040805160008082526020820181815282840190935233928162000a9d565b606081526020019060019003908162000a875790505b5090506000806200090785600d62000ab462002c2a565b878762002c66565b62000ac662002be7565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008062000b13600e6200314b565b925050915060008062000b8b836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000b5e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b84919062004b2b565b85620031f3565b91509150600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360800151896040518363ffffffff1660e01b815260040162000bd092919062004b4b565b602060405180830381865af415801562000bee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000c14919062004b7f565b62000c5d5762000c52836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084608001518a620032fc565b506080810186905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162000c9b91908a9060040162004b4b565b602060405180830381865af415801562000cb9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000cdf919062004b7f565b62000d365762000d2b836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460a0015189620032fc565b5060a0810185905260015b801562000e4757836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000d7c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000da2919062004b2b565b6001600160a01b031663b5b3d9f9848460ff6040518463ffffffff1660e01b815260040162000dd49392919062004c7e565b600060405180830381600087803b15801562000def57600080fd5b505af115801562000e04573d6000803e3d6000fd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b60008051602062005a8c8339815191528054600160401b810460ff1615906001600160401b031660008115801562000e855750825b90506000826001600160401b0316600114801562000ea25750303b155b90508115801562000eb1575080155b1562000ed05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831562000efb57845460ff60401b1916600160401b1785555b62000f07878762003351565b831562000e4757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200162000e3e565b62000fca6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801562000f9d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000fc3919062004976565b85620025a9565b505050565b62000fd962002be7565b806001600160a01b03163b600003620010155760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa92505050801562001092575060408051601f3d908101601f191682019092526200108f9181019062004b7f565b60015b620010bc5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200100c565b80620010e75760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200100c565b505b50565b600080620010fb600c6200314b565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562001141573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001167919062004b2b565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015620011b8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011de919062004ce3565b9050600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151886040518363ffffffff1660e01b81526004016200122192919062004b4b565b602060405180830381865af41580156200123f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001265919062004b7f565b620012a9576200129e846040518060400160405280600a81526020016950726f6475637446656560b01b815250846040015189620032fc565b506040810185905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091620012e79190899060040162004b4b565b602060405180830381865af415801562001305573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200132b919062004b7f565b620013725762001367846040518060400160405280600d81526020016c50726f63657373696e6746656560981b815250846060015188620032fc565b506060810184905260015b80156200148257826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015620013b8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013de919062004b2b565b6001600160a01b031663b5b3d9f9858460ff6040518463ffffffff1660e01b8152600401620014109392919062004c7e565b600060405180830381600087803b1580156200142b57600080fd5b505af115801562001440573d6000803e3d6000fd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015620014f9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200151f919062004dc5565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af415801562001566573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200065f919062004b0b565b62000fca6000848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801562000f9d573d6000803e3d6000fd5b336200160060008051602062005a6c833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146200163d5760405162d1953b60e31b81526001600160a01b03821660048201526024016200100c565b816001600160a01b03163b60000362001675576040516361798f2f60e11b81526001600160a01b03831660048201526024016200100c565b620010e782620034d8565b60008060008051602062005a4c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015620016f2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001718919062004b7f565b15620017a9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156200177d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620017a3919062004b2b565b91505090565b54600160601b90046001600160a01b0316919050565b620017c962002be7565b6200184e83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200180d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001833919062004976565b60096000856040518060200160405280600081525062000866565b6001600160a01b038216156200186f5762001869826200353a565b620018f0565b60006200187d60026200354f565b9050620018ee816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015620018c2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620018e8919062004b2b565b6200353a565b505b62001902634a531f3360e01b62000827565b62000fca63daf9067160e01b62000827565b60008051602062005a6c833981519152805460009190600160a01b900460ff1662001941576000620017a3565b638fb3603760e01b91505090565b565b604080516002808252606082018352339260009291906020830190803683375050604080516002808252606082019092529293506000929150602082015b60608152602001906001900390816200198f579050509050620019b162003662565b82600081518110620019c757620019c762004df2565b6001600160401b0390921660209283029190910190910152620019f1635b5a095d60e11b6200369e565b8160008151811062001a075762001a0762004df2565b602002602001018190525062001a1c620036f5565b8260018151811062001a325762001a3262004df2565b6001600160401b039092166020928302919091019091015262001a5c637c07103960e11b6200369e565b8160018151811062001a725762001a7262004df2565b6020026020010181905250620014828362001a8b600e90565b62001a9562003662565b858562002c66565b60008062001aac600f6200314b565b925050915060008062001af7836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000b5e573d6000803e3d6000fd5b91509150600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360c001518a6040518363ffffffff1660e01b815260040162001b3c92919062004b4b565b602060405180830381865af415801562001b5a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001b80919062004b7f565b62001bc15762001bb68360405180604001604052806007815260200166506f6f6c46656560c81b8152508460c001518b620032fc565b5060c0810187905260015b60e082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162001bff91908b9060040162004b4b565b602060405180830381865af415801562001c1d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001c43919062004b7f565b62001c875762001c7c836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460e001518a620032fc565b5060e0810186905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162001cc691908a9060040162004b4b565b602060405180830381865af415801562001ce4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001d0a919062004b7f565b62001d545762001d48836040518060400160405280600e81526020016d506572666f726d616e636546656560901b81525084610100015189620032fc565b50610100810185905260015b80156200090757836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562001d9a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001dc0919062004b2b565b6001600160a01b031663b5b3d9f9848460ff6040518463ffffffff1660e01b815260040162001df29392919062004c7e565b600060405180830381600087803b15801562001e0d57600080fd5b505af115801562001e22573d6000803e3d6000fd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15050505050505050565b604080516002808252606082018352339260009291906020830190803683375050604080516002808252606082019092529293506000929150602082015b606081526020019060019003908162001eab57905050905062001ecd62003732565b8260008151811062001ee35762001ee362004df2565b6001600160401b039092166020928302919091019091015262001f0d634133c3b360e11b6200369e565b8160008151811062001f235762001f2362004df2565b602002602001018190525062001f386200376e565b8260018151811062001f4e5762001f4e62004df2565b6001600160401b039092166020928302919091019091015262001f78639e2177a760e01b6200369e565b8160018151811062001f8e5762001f8e62004df2565b602002602001018190525060008062001fb48562001faa600f90565b62000ab462003732565b9250925050816001600160a01b0316637892982382876001600160a01b03166385ba83446040518163ffffffff1660e01b81526004016101c060405180830381865afa15801562002009573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200202f919062004e08565b6040518363ffffffff1660e01b81526004016200204e92919062004ee2565b600060405180830381600087803b1580156200206957600080fd5b505af11580156200207e573d6000803e3d6000fd5b505050505050505050565b60008062002098600b6200314b565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015620020de573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002104919062004b2b565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c390602401600060405180830381865afa15801562002154573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200217e91908101906200500e565b60808101519091506001600160a01b038516620021ae5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b038116620021d65760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b031603620022095760405163e5bf1f2160e01b815260040160405180910390fd5b8482608001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002266573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200228c919062004b2b565b6001600160a01b03166303c099ac858460ff6040518463ffffffff1660e01b8152600401620022be9392919062005171565b600060405180830381600087803b158015620022d957600080fd5b505af1158015620022ee573d6000803e3d6000fd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b6040805160018082528183019092523391600091906020808301908036833750506040805160018082528183019092529293506000929150602082015b606081526020019060019003908162002389579050509050620023ab620037ab565b82600081518110620023c157620023c162004df2565b6001600160401b0390921660209283029190910190910152620023eb635b5a095d60e11b6200369e565b8160008151811062002401576200240162004df2565b6020026020010181905250600080600062002431866200241f600c90565b62002429620037ab565b888862002c66565b9250925092506000866001600160a01b031663c108bd4c6040518163ffffffff1660e01b815260040161020060405180830381865afa15801562002479573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200249f919062004ce3565b60405163a6a67b1f60e01b81529091506001600160a01b0384169063a6a67b1f90620024d29085908590600401620051a8565b600060405180830381600087803b158015620024ed57600080fd5b505af115801562002502573d6000803e3d6000fd5b50505050620025188484836000015185620037e7565b62000e478484836020015185620037e7565b6200253462002be7565b6200253f8162000fcf565b6200254962000abc565b6001600160a01b038216620025715760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602062005a4c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6000620025b783836200392a565b90508515620027d0576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801562002619573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200263f919062004b7f565b15620026c557604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303816000875af11580156200269d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620026c3919062004976565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156200271e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002744919062004b7f565b15620027ca5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303816000875af1158015620027a2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620027c8919062004976565b505b62001482565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801562002829573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200284f919062004b7f565b15620028d55760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303816000875af1158015620028ad573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620028d3919062004976565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156200292e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002954919062004b7f565b1562001482576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303816000875af1158015620029b2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000e47919062004976565b60008060008051602062005a4c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562002a4a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002a70919062004b7f565b1562002a9e5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016200100c565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801562002af3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002b19919062004b7f565b62002b435760405163b9304b0d60e01b81526001600160a01b03841660048201526024016200100c565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa15801562002b98573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002bbe919062004976565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602062005a8c83398151915254600160401b900460ff166200194f57604051631afcd79f60e31b815260040160405180910390fd5b6200027962002be7565b6040516368aebf7b60e01b8152600c600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b60008060008060008062002c7c8b8b8b620039bb565b60025460405163d943342d60e01b815293965091945092506001600160a01b03169063d943342d9062002cd89085908e9086906004016001600160a01b03938416815260ff929092166020830152909116604082015260600190565b6000604051808303816000875af115801562002cf8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262002d229190810190620051c8565b600001519350816001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562002d69573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002d8f919062004976565b50826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002dcf573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002df5919062004b2b565b9550826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002e36573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002e5c919062004b2b565b94506000826001600160a01b03166390edbd356040518163ffffffff1660e01b8152600401600060405180830381865afa15801562002e9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262002ec991908101906200500e565b9050806040015160405162002ede90620041e5565b6001600160a01b039091168152602001604051809103906000f08015801562002f0b573d6000803e3d6000fd5b5081606001906001600160a01b031690816001600160a01b031681525050856001600160a01b0316634846003a846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002f77573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002f9d919062004976565b836040518363ffffffff1660e01b815260040162002fbd929190620052ae565b600060405180830381600087803b15801562002fd857600080fd5b505af115801562002fed573d6000803e3d6000fd5b50505050600360009054906101000a90046001600160a01b03166001600160a01b031663dd38b49e856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801562003054573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200307a919062004976565b8e866001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015620030ba573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620030e49190810190620052d2565b8c8e6040518663ffffffff1660e01b81526004016200310895949392919062005350565b600060405180830381600087803b1580156200312357600080fd5b505af115801562003138573d6000803e3d6000fd5b5050505050505050955095509592505050565b600062003157620041a7565b60006200316c6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015620031b3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620031d9919062004976565b9250620031e98385600162003e30565b9395909450915050565b6000620031ff620041f3565b60405163f0ea17c360e01b81526001600160601b03841660048201526001600160a01b0385169063f0ea17c390602401600060405180830381865afa1580156200324d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200327791908101906200500e565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c9060240161020060405180830381865afa158015620032cd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620032f3919062004ce3565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9462003343948a948a9492939092906200542c565b60405180910390a150505050565b60008051602062005a8c8339815191528054600160401b810460ff1615906001600160401b0316600081158015620033865750825b90506000826001600160401b03166001148015620033a35750303b155b905081158015620033b2575080155b15620033d15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315620033fc57845460ff60401b1916600160401b1785555b6000808780602001905181019062003415919062005475565b9092509050620034288260008b620017bf565b6200343460026200354f565b600280546001600160a01b0319166001600160a01b039290921691909117905562003460600a6200354f565b600380546001600160a01b0319166001600160a01b03929092169190911790556200349263672f53a760e01b62000827565b5050831562000e4757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200162000e3e565b60008051602062005a6c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6200354462002be7565b620010e981620040f9565b6000620035646001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015620035ca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620035f0919062004dc5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801562003636573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200365c919062004b2b565b92915050565b6040516368aebf7b60e01b8152600d600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b604080516001808252818301909252606091602080830190803683370190505090508181600081518110620036d757620036d762004df2565b6001600160e01b031990921660209283029190910190910152919050565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b8152600e600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b815261096a600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b8152600b600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b604051630a4d29dd60e31b81526001600160601b038316600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801562003840573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003866919062004b7f565b620008145760405163f0ea17c360e01b81526001600160601b03831660048201526000906001600160a01b0386169063f0ea17c390602401600060405180830381865afa158015620038bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620038e691908101906200500e565b6001600160601b038316602082015260405162f0266b60e21b81529091506001600160a01b038516906303c099ac906200204e908690859060ff9060040162005171565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156200398e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620039b4919062004976565b9392505050565b6040516301ffc9a760e01b8152639a29895960e01b6004820152600090849082906001600160a01b038316906301ffc9a790602401602060405180830381865afa15801562003a0e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003a34919062004b7f565b62003a5e576040516359bff0e360e11b81526001600160a01b03871660048201526024016200100c565b6000826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801562003a9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262003ac99190810190620051c8565b905062003ae181604001518760ff9081169116141590565b1562003b23576040808201519051634a2e948760e11b81526001600160a01b038916600482015260ff808916602483015290911660448201526064016200100c565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038981166004830152919091169063d272ac1e90602401602060405180830381865afa15801562003b78573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003b9e919062004976565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562003bf8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003c1e919062004b7f565b1562003c49576040516322e6526160e11b81526001600160a01b03881660048201526024016200100c565b62003c5881602001516200410e565b93508060a0015191506000846001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa15801562003ca2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003cc8919062004b2b565b604051631517388760e21b81526001600160401b03881660048201526001600160a01b03919091169063d1f856ee9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801562003d34573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003d5a919062004b0b565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b03861660248201526044016040805180830381865afa15801562003dad573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003dd39190620054a9565b5090508062003e25576020820151604051636af540d960e01b81526001600160601b0390911660048201526001600160401b03871660248201526001600160a01b03841660448201526064016200100c565b505093509350939050565b62003e3a620041a7565b60008062003e506001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa15801562003ea1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262003ecb9190810190620051c8565b925060ff8516600b1462003f2d57604083015160ff86811691161462003f2757604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016200100c565b62003fd6565b62003f4a836040015162003f3f600c90565b60ff90811691161490565b8062003f63575062003f63836040015162003f3f600f90565b8062003f7c575062003f7c836040015162003f3f600e90565b8062003f95575062003f95836040015162003f3f600d90565b62003fd657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016200100c565b62003fe583602001516200410e565b91508315620040f057816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200402d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062004053919062004b2b565b608084015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156200409f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620040c5919062004b7f565b15620040f057604051637d71120960e11b81526001600160601b03871660048201526024016200100c565b50935093915050565b6200410362002be7565b620010e981620034d8565b6000620041236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801562004173573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200419d9190810190620051c8565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b61056680620054e683390190565b60405180610120016040528060006001600160601b0316815260200160006001600160601b031681526020016200423d604051806040016040528060008152602001600081525090565b815260200162004260604051806040016040528060008152602001600081525090565b815260200162004283604051806040016040528060008152602001600081525090565b8152602001620042a6604051806040016040528060008152602001600081525090565b8152602001620042c9604051806040016040528060008152602001600081525090565b8152602001620042ec604051806040016040528060008152602001600081525090565b81526020016200430f604051806040016040528060008152602001600081525090565b905290565b6000602082840312156200432757600080fd5b81356001600160e01b031981168114620039b457600080fd5b60005b838110156200435d57818101518382015260200162004343565b50506000910152565b600081518084526200438081602086016020860162004340565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151620043fe60c08401826001600160a01b03169052565b5060c083015160e0808401526200441a61010084018262004366565b949350505050565b6001600160a01b0381168114620010e957600080fd5b6001600160601b0381168114620010e957600080fd5b600080600080608085870312156200446557600080fd5b8435620044728162004422565b93506020850135620044848162004438565b92506040850135620044968162004438565b91506060850135620044a88162004438565b939692955090935050565b60ff81168114620010e957600080fd5b8015158114620010e957600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156200450d576200450d620044d2565b60405290565b60405161012081016001600160401b03811182821017156200450d576200450d620044d2565b60405161016081016001600160401b03811182821017156200450d576200450d620044d2565b60405160c081016001600160401b03811182821017156200450d576200450d620044d2565b60405160e081016001600160401b03811182821017156200450d576200450d620044d2565b604051601f8201601f191681016001600160401b0381118282101715620045d457620045d4620044d2565b604052919050565b60006001600160401b03821115620045f857620045f8620044d2565b50601f01601f191660200190565b600082601f8301126200461857600080fd5b81356200462f6200462982620045dc565b620045a9565b8181528460208386010111156200464557600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156200467c57600080fd5b8635620046898162004422565b955060208701356200469b8162004438565b94506040870135620046ad81620044b3565b93506060870135620046bf81620044c3565b92506080870135620046d18162004422565b915060a08701356001600160401b03811115620046ed57600080fd5b620046fb89828a0162004606565b9150509295509295509295565b6000602082840312156200471b57600080fd5b81356001600160401b038111156200473257600080fd5b6200441a8482850162004606565b6000604082840312156200475357600080fd5b6200475d620044e8565b9050813581526020820135602082015292915050565b600080608083850312156200478757600080fd5b62004793848462004740565b9150620032f3846040850162004740565b60008060408385031215620047b857600080fd5b8235620047c58162004422565b915060208301356001600160401b03811115620047e157600080fd5b620047ef8582860162004606565b9150509250929050565b6000806000606084860312156200480f57600080fd5b83356200481c8162004422565b925060208401356200482e8162004438565b91506040840135620048408162004438565b809150509250925092565b6000602082840312156200485e57600080fd5b8135620039b48162004422565b6000806000606084860312156200488157600080fd5b83356200488e8162004422565b92506020840135620048a08162004422565b91506040840135620048408162004422565b600080600060c08486031215620048c857600080fd5b620048d4858562004740565b9250620048e5856040860162004740565b9150620048f6856080860162004740565b90509250925092565b600080604083850312156200491357600080fd5b8235620049208162004422565b91506020830135620049328162004422565b809150509250929050565b6000602082840312156200495057600080fd5b815162ffffff81168114620039b457600080fd5b8051620049718162004438565b919050565b6000602082840312156200498957600080fd5b8151620039b48162004438565b600181811c90821680620049ab57607f821691505b602082108103620049cc57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000fca57600081815260208120601f850160051c81016020861015620049fb5750805b601f850160051c820191505b81811015620014825782815560010162004a07565b81516001600160401b0381111562004a385762004a38620044d2565b62004a508162004a49845462004996565b84620049d2565b602080601f83116001811462004a88576000841562004a6f5750858301515b600019600386901b1c1916600185901b17855562001482565b600085815260208120601f198616915b8281101562004ab95788860151825594840194600190910190840162004a98565b508582101562004ad85787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114620010e957600080fd5b8051620049718162004ae8565b60006020828403121562004b1e57600080fd5b8151620039b48162004ae8565b60006020828403121562004b3e57600080fd5b8151620039b48162004422565b825181526020808401518183015282516040830152820151606082015260808101620039b4565b80516200497181620044c3565b60006020828403121562004b9257600080fd5b8151620039b481620044c3565b6001600160601b038151168252602081015162004bc760208401826001600160601b03169052565b50604081015162004be5604084018280518252602090810151910152565b50606081015180516080840152602081015160a0840152506080810151805160c0840152602081015160e08401525060a081015161010062004c338185018380518252602090810151910152565b60c0830151805161014086015260209081015161016086015260e084015180516101808701528101516101a086015292015180516101c0850152909101516101e09092019190915250565b6001600160601b0384168152610240810162004c9e602083018562004b9f565b60ff8316610220830152949350505050565b60006040828403121562004cc357600080fd5b62004ccd620044e8565b9050815181526020820151602082015292915050565b6000610200828403121562004cf757600080fd5b62004d0162004513565b62004d0c8362004964565b815262004d1c6020840162004964565b602082015262004d30846040850162004cb0565b604082015262004d44846080850162004cb0565b606082015262004d588460c0850162004cb0565b608082015261010062004d6e8582860162004cb0565b60a083015262004d8385610140860162004cb0565b60c083015262004d9885610180860162004cb0565b60e083015262004dad856101c0860162004cb0565b908201529392505050565b80516200497181620044b3565b60006020828403121562004dd857600080fd5b8151620039b481620044b3565b8051620049718162004422565b634e487b7160e01b600052603260045260246000fd5b60006101c0828403121562004e1c57600080fd5b62004e2662004539565b62004e318362004964565b815262004e416020840162004afe565b602082015262004e546040840162004964565b604082015262004e676060840162004b72565b606082015262004e7a6080840162004b72565b608082015262004e8d60a0840162004b72565b60a082015260c083015160c082015260e083015160e082015261010062004eb78582860162004cb0565b9082015261014062004ecc8585830162004cb0565b61012083015262004dad85610180860162004cb0565b6001600160601b03838116825282511660208201526101e0810160208301516001600160401b03811660408401525060408301516001600160601b0381166060840152506060830151801515608084015250608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e083015161010081818501528085015191505061012062004f888185018380518252602090810151910152565b8401518051610160850152602081015161018085015290505061014083015180516101a084015260208101516101c0840152509392505050565b600082601f83011262004fd457600080fd5b815162004fe56200462982620045dc565b81815284602083860101111562004ffb57600080fd5b6200441a82602083016020870162004340565b6000602082840312156200502157600080fd5b81516001600160401b03808211156200503957600080fd5b9083019060c082860312156200504e57600080fd5b620050586200455f565b8251828111156200506857600080fd5b620050768782860162004fc2565b825250620050876020840162004964565b60208201526200509a6040840162004de5565b6040820152620050ad6060840162004de5565b6060820152620050c06080840162004de5565b608082015260a083015182811115620050d857600080fd5b620050e68782860162004fc2565b60a08301525095945050505050565b6000815160c084526200510c60c085018262004366565b90506001600160601b036020840151166020850152604083015160018060a01b038082166040870152806060860151166060870152806080860151166080870152505060a083015184820360a086015262005168828262004366565b95945050505050565b6001600160601b0384168152606060208201526000620051956060830185620050f5565b905060ff83166040830152949350505050565b6001600160601b03831681526102208101620039b4602083018462004b9f565b600060208284031215620051db57600080fd5b81516001600160401b0380821115620051f357600080fd5b9083019060e082860312156200520857600080fd5b6200521262004584565b6200521d8362004964565b81526200522d6020840162004964565b6020820152620052406040840162004db8565b6040820152620052536060840162004b72565b6060820152620052666080840162004de5565b60808201526200527960a0840162004de5565b60a082015260c0830151828111156200529157600080fd5b6200529f8782860162004fc2565b60c08301525095945050505050565b6001600160601b03831681526040602082015260006200441a6040830184620050f5565b600060208284031215620052e557600080fd5b81516001600160401b03811115620052fc57600080fd5b6200441a8482850162004fc2565b600081518084526020808501945080840160005b83811015620053455781516001600160401b0316875295820195908201906001016200531e565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a060408401526200538360a084018762004366565b8381036060850152855180825282820190600581901b830184018489016000805b848110156200540557868403601f19018652825180518086529089019089860190845b81811015620053ef5783516001600160e01b0319168352928b0192918b0191600101620053c7565b50509689019694505091870191600101620053a4565b50505086810360808801526200541c81896200530a565b9c9b505050505050505050505050565b6001600160601b038716815260c0602082015260006200545060c083018862004366565b90508560408301528460608301528360808301528260a0830152979650505050505050565b600080604083850312156200548957600080fd5b8251620054968162004422565b6020840151909250620049328162004422565b60008060408385031215620054bd57600080fd5b8251620054ca81620044c3565b602084015190925063ffffffff811681146200493257600080fdfe608060405234801561001057600080fd5b5060405161056638038061056683398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6104d3806100936000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806321df0da7146100465780638d7271c314610065578063c661667d1461007a575b600080fd5b600054604080516001600160a01b039092168252519081900360200190f35b61007861007336600461039c565b61008d565b005b6100786100883660046103f0565b61011f565b60405163046e44af60e11b81526001600160601b03821660048201526101199085908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024015b602060405180830381865af41580156100f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101149190610433565b610179565b50505050565b60005460405163046e44af60e11b81526001600160601b0383166004820152610174916001600160a01b0316908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024016100d3565b505050565b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092019092526020810180516001600160e01b03166323b872dd60e01b179052610119918691906000906101df90841683610232565b90508051600014158015610204575080806020019051810190610202919061044c565b155b1561017457604051635274afe760e01b81526001600160a01b03841660048201526024015b60405180910390fd5b606061024083836000610247565b9392505050565b60608147101561026c5760405163cd78605960e01b8152306004820152602401610229565b600080856001600160a01b03168486604051610288919061046e565b60006040518083038185875af1925050503d80600081146102c5576040519150601f19603f3d011682016040523d82523d6000602084013e6102ca565b606091505b50915091506102da8683836102e4565b9695505050505050565b6060826102f9576102f482610340565b610240565b815115801561031057506001600160a01b0384163b155b1561033957604051639996b31560e01b81526001600160a01b0385166004820152602401610229565b5080610240565b8051156103505780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b80356001600160a01b038116811461038057600080fd5b919050565b80356001600160601b038116811461038057600080fd5b600080600080608085870312156103b257600080fd5b6103bb85610369565b93506103c960208601610369565b92506103d760408601610369565b91506103e560608601610385565b905092959194509250565b60008060006060848603121561040557600080fd5b61040e84610369565b925061041c60208501610369565b915061042a60408501610385565b90509250925092565b60006020828403121561044557600080fd5b5051919050565b60006020828403121561045e57600080fd5b8151801515811461024057600080fd5b6000825160005b8181101561048f5760208186018101518583015201610475565b50600092019182525091905056fea26469706673582212209807ba37f960191da7fc92045bb7e0c4e727926f77e78d1cce4b3e3395aa9c6864736f6c6343000814003307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212209055c836f30d08d49c1b1b07cf5a61dee0e819fa998a75b4e1b7f75b2dbc804064736f6c63430008140033",
|
1198
|
+
"deployedBytecode": "0x60806040523480156200001157600080fd5b5060043610620002795760003560e01c80636e1728071162000155578063be495be511620000c7578063deaa59df1162000086578063deaa59df146200059f578063dfd92f8a14620005b6578063e618053f14620002fb578063f7c34ee014620005c0578063f83d08ba146200031257600080fd5b8063be495be51462000554578063bf7e214f146200055e578063c142a303146200057e578063d56cd3d51462000385578063d7740ee1146200059557600080fd5b80638e32e97911620001145780638e32e97914620004f25780638fb360371462000509578063a69df4b51462000312578063ada9652e146200052d578063b68d1809146200054457600080fd5b80636e17280714620004ba57806374933c2f14620003855780637a9e5e4b14620004d1578063893d20e814620004e857806389fad8a214620002fb57600080fd5b8063339d259011620001ef578063644c45e011620001ae578063644c45e0146200043257806367438c501462000452578063675393bf146200046957806367ba1c1014620004805780636c741e78146200049757600080fd5b8063339d259014620003ca57806336fc697e14620003d457806337a897ee14620003de57806349bb9e4b14620003f55780635ab1bd53146200040c57600080fd5b80631eff4b22116200023c5780631eff4b221462000337578063214cdb80146200036e57806325e451d3146200038557806327bb7a33146200039c578063329d6e7414620003b357600080fd5b806301ffc9a7146200027e5780630d8e6e2c14620002c35780630fec111c14620002e257806311a1467714620002fb578063138461e01462000314575b600080fd5b620002ae6200028f36600462004314565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620002cd620005d7565b60405162ffffff9091168152602001620002ba565b620002ec62000664565b604051620002ba919062004394565b620003126200030c3660046200444e565b62000804565b005b6200031e6200081a565b6040516001600160601b039091168152602001620002ba565b6200035f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001620002ba565b620003126200037f36600462004314565b62000827565b62000312620003963660046200444e565b62000856565b62000312620003ad36600462004662565b62000866565b62000312620003c436600462004708565b62000911565b6200031262000a68565b6200031262000abc565b62000312620003ef36600462004773565b62000b04565b6200031262000406366004620047a4565b62000e50565b6001546001600160a01b03165b6040516001600160a01b039091168152602001620002ba565b60008051602062005a4c833981519152546001600160601b03166200031e565b6200031262000463366004620047f9565b62000f4b565b620003126200047a3660046200484b565b62000fcf565b620003126200049136600462004773565b620010ec565b620004a16200148a565b6040516001600160401b039091168152602001620002ba565b62000312620004cb366004620047f9565b6200158c565b62000312620004e23660046200484b565b620015de565b6200041962001680565b62000312620005033660046200486b565b620017bf565b6200051362001914565b6040516001600160e01b03199091168152602001620002ba565b6200035f60008051602062005a4c83398151915281565b604051600b8152602001620002ba565b6200031262001951565b60008051602062005a6c833981519152546001600160a01b031662000419565b620003126200058f366004620048b2565b62001a9d565b6200031262001e6d565b62000312620005b03660046200484b565b62002089565b620003126200234c565b62000312620005d1366004620048ff565b6200252a565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801562000639573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200065f91906200493d565b905090565b6200066e620041a7565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015620006e8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200070e919062004976565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016200075862001680565b6001600160a01b03168152602001826001018054620007779062004996565b80601f0160208091040260200160405190810160405280929190818152602001828054620007a59062004996565b8015620007f65780601f10620007ca57610100808354040283529160200191620007f6565b820191906000526020600020905b815481529060010190602001808311620007d857829003601f168201915b505050505081525091505090565b62000814600085858585620025a9565b50505050565b60006200065f30620029d8565b6200083162002be7565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b62000814600185858585620025a9565b6200087062002be7565b6200087c82876200252a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30162000907838262004a1c565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c62000935620005d7565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801562000976573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200099c919062004b0b565b60008051602062005a8c8339815191528054600160401b900460ff1680620009d1575080546001600160401b03808416911610155b15620009f05760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815562000a1c8362002c20565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6040805160008082526020820181815282840190935233928162000a9d565b606081526020019060019003908162000a875790505b5090506000806200090785600d62000ab462002c2a565b878762002c66565b62000ac662002be7565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008062000b13600e6200314b565b925050915060008062000b8b836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000b5e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b84919062004b2b565b85620031f3565b91509150600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360800151896040518363ffffffff1660e01b815260040162000bd092919062004b4b565b602060405180830381865af415801562000bee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000c14919062004b7f565b62000c5d5762000c52836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084608001518a620032fc565b506080810186905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162000c9b91908a9060040162004b4b565b602060405180830381865af415801562000cb9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000cdf919062004b7f565b62000d365762000d2b836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460a0015189620032fc565b5060a0810185905260015b801562000e4757836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000d7c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000da2919062004b2b565b6001600160a01b031663b5b3d9f9848460ff6040518463ffffffff1660e01b815260040162000dd49392919062004c7e565b600060405180830381600087803b15801562000def57600080fd5b505af115801562000e04573d6000803e3d6000fd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b60008051602062005a8c8339815191528054600160401b810460ff1615906001600160401b031660008115801562000e855750825b90506000826001600160401b0316600114801562000ea25750303b155b90508115801562000eb1575080155b1562000ed05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831562000efb57845460ff60401b1916600160401b1785555b62000f07878762003351565b831562000e4757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200162000e3e565b62000fca6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801562000f9d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000fc3919062004976565b85620025a9565b505050565b62000fd962002be7565b806001600160a01b03163b600003620010155760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa92505050801562001092575060408051601f3d908101601f191682019092526200108f9181019062004b7f565b60015b620010bc5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200100c565b80620010e75760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200100c565b505b50565b600080620010fb600c6200314b565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562001141573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001167919062004b2b565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015620011b8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011de919062004ce3565b9050600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151886040518363ffffffff1660e01b81526004016200122192919062004b4b565b602060405180830381865af41580156200123f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001265919062004b7f565b620012a9576200129e846040518060400160405280600a81526020016950726f6475637446656560b01b815250846040015189620032fc565b506040810185905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091620012e79190899060040162004b4b565b602060405180830381865af415801562001305573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200132b919062004b7f565b620013725762001367846040518060400160405280600d81526020016c50726f63657373696e6746656560981b815250846060015188620032fc565b506060810184905260015b80156200148257826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015620013b8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013de919062004b2b565b6001600160a01b031663b5b3d9f9858460ff6040518463ffffffff1660e01b8152600401620014109392919062004c7e565b600060405180830381600087803b1580156200142b57600080fd5b505af115801562001440573d6000803e3d6000fd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015620014f9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200151f919062004dc5565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af415801562001566573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200065f919062004b0b565b62000fca6000848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801562000f9d573d6000803e3d6000fd5b336200160060008051602062005a6c833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146200163d5760405162d1953b60e31b81526001600160a01b03821660048201526024016200100c565b816001600160a01b03163b60000362001675576040516361798f2f60e11b81526001600160a01b03831660048201526024016200100c565b620010e782620034d8565b60008060008051602062005a4c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015620016f2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001718919062004b7f565b15620017a9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156200177d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620017a3919062004b2b565b91505090565b54600160601b90046001600160a01b0316919050565b620017c962002be7565b6200184e83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200180d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001833919062004976565b60096000856040518060200160405280600081525062000866565b6001600160a01b038216156200186f5762001869826200353a565b620018f0565b60006200187d60026200354f565b9050620018ee816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015620018c2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620018e8919062004b2b565b6200353a565b505b62001902634a531f3360e01b62000827565b62000fca63daf9067160e01b62000827565b60008051602062005a6c833981519152805460009190600160a01b900460ff1662001941576000620017a3565b638fb3603760e01b91505090565b565b604080516002808252606082018352339260009291906020830190803683375050604080516002808252606082019092529293506000929150602082015b60608152602001906001900390816200198f579050509050620019b162003662565b82600081518110620019c757620019c762004df2565b6001600160401b0390921660209283029190910190910152620019f1635b5a095d60e11b6200369e565b8160008151811062001a075762001a0762004df2565b602002602001018190525062001a1c620036f5565b8260018151811062001a325762001a3262004df2565b6001600160401b039092166020928302919091019091015262001a5c637c07103960e11b6200369e565b8160018151811062001a725762001a7262004df2565b6020026020010181905250620014828362001a8b600e90565b62001a9562003662565b858562002c66565b60008062001aac600f6200314b565b925050915060008062001af7836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000b5e573d6000803e3d6000fd5b91509150600073__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360c001518a6040518363ffffffff1660e01b815260040162001b3c92919062004b4b565b602060405180830381865af415801562001b5a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001b80919062004b7f565b62001bc15762001bb68360405180604001604052806007815260200166506f6f6c46656560c81b8152508460c001518b620032fc565b5060c0810187905260015b60e082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162001bff91908b9060040162004b4b565b602060405180830381865af415801562001c1d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001c43919062004b7f565b62001c875762001c7c836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460e001518a620032fc565b5060e0810186905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09162001cc691908a9060040162004b4b565b602060405180830381865af415801562001ce4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001d0a919062004b7f565b62001d545762001d48836040518060400160405280600e81526020016d506572666f726d616e636546656560901b81525084610100015189620032fc565b50610100810185905260015b80156200090757836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562001d9a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001dc0919062004b2b565b6001600160a01b031663b5b3d9f9848460ff6040518463ffffffff1660e01b815260040162001df29392919062004c7e565b600060405180830381600087803b15801562001e0d57600080fd5b505af115801562001e22573d6000803e3d6000fd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15050505050505050565b604080516002808252606082018352339260009291906020830190803683375050604080516002808252606082019092529293506000929150602082015b606081526020019060019003908162001eab57905050905062001ecd62003732565b8260008151811062001ee35762001ee362004df2565b6001600160401b039092166020928302919091019091015262001f0d634133c3b360e11b6200369e565b8160008151811062001f235762001f2362004df2565b602002602001018190525062001f386200376e565b8260018151811062001f4e5762001f4e62004df2565b6001600160401b039092166020928302919091019091015262001f78639e2177a760e01b6200369e565b8160018151811062001f8e5762001f8e62004df2565b602002602001018190525060008062001fb48562001faa600f90565b62000ab462003732565b9250925050816001600160a01b0316637892982382876001600160a01b03166385ba83446040518163ffffffff1660e01b81526004016101c060405180830381865afa15801562002009573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200202f919062004e08565b6040518363ffffffff1660e01b81526004016200204e92919062004ee2565b600060405180830381600087803b1580156200206957600080fd5b505af11580156200207e573d6000803e3d6000fd5b505050505050505050565b60008062002098600b6200314b565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015620020de573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002104919062004b2b565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c390602401600060405180830381865afa15801562002154573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200217e91908101906200500e565b60808101519091506001600160a01b038516620021ae5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b038116620021d65760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b031603620022095760405163e5bf1f2160e01b815260040160405180910390fd5b8482608001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002266573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200228c919062004b2b565b6001600160a01b03166303c099ac858460ff6040518463ffffffff1660e01b8152600401620022be9392919062005171565b600060405180830381600087803b158015620022d957600080fd5b505af1158015620022ee573d6000803e3d6000fd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b6040805160018082528183019092523391600091906020808301908036833750506040805160018082528183019092529293506000929150602082015b606081526020019060019003908162002389579050509050620023ab620037ab565b82600081518110620023c157620023c162004df2565b6001600160401b0390921660209283029190910190910152620023eb635b5a095d60e11b6200369e565b8160008151811062002401576200240162004df2565b6020026020010181905250600080600062002431866200241f600c90565b62002429620037ab565b888862002c66565b9250925092506000866001600160a01b031663c108bd4c6040518163ffffffff1660e01b815260040161020060405180830381865afa15801562002479573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200249f919062004ce3565b60405163a6a67b1f60e01b81529091506001600160a01b0384169063a6a67b1f90620024d29085908590600401620051a8565b600060405180830381600087803b158015620024ed57600080fd5b505af115801562002502573d6000803e3d6000fd5b50505050620025188484836000015185620037e7565b62000e478484836020015185620037e7565b6200253462002be7565b6200253f8162000fcf565b6200254962000abc565b6001600160a01b038216620025715760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602062005a4c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6000620025b783836200392a565b90508515620027d0576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801562002619573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200263f919062004b7f565b15620026c557604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303816000875af11580156200269d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620026c3919062004976565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156200271e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002744919062004b7f565b15620027ca5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303816000875af1158015620027a2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620027c8919062004976565b505b62001482565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801562002829573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200284f919062004b7f565b15620028d55760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303816000875af1158015620028ad573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620028d3919062004976565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156200292e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002954919062004b7f565b1562001482576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303816000875af1158015620029b2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000e47919062004976565b60008060008051602062005a4c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562002a4a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002a70919062004b7f565b1562002a9e5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016200100c565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801562002af3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002b19919062004b7f565b62002b435760405163b9304b0d60e01b81526001600160a01b03841660048201526024016200100c565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa15801562002b98573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002bbe919062004976565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602062005a8c83398151915254600160401b900460ff166200194f57604051631afcd79f60e31b815260040160405180910390fd5b6200027962002be7565b6040516368aebf7b60e01b8152600c600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b60008060008060008062002c7c8b8b8b620039bb565b60025460405163d943342d60e01b815293965091945092506001600160a01b03169063d943342d9062002cd89085908e9086906004016001600160a01b03938416815260ff929092166020830152909116604082015260600190565b6000604051808303816000875af115801562002cf8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262002d229190810190620051c8565b600001519350816001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562002d69573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002d8f919062004976565b50826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002dcf573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002df5919062004b2b565b9550826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002e36573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002e5c919062004b2b565b94506000826001600160a01b03166390edbd356040518163ffffffff1660e01b8152600401600060405180830381865afa15801562002e9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262002ec991908101906200500e565b9050806040015160405162002ede90620041e5565b6001600160a01b039091168152602001604051809103906000f08015801562002f0b573d6000803e3d6000fd5b5081606001906001600160a01b031690816001600160a01b031681525050856001600160a01b0316634846003a846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801562002f77573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062002f9d919062004976565b836040518363ffffffff1660e01b815260040162002fbd929190620052ae565b600060405180830381600087803b15801562002fd857600080fd5b505af115801562002fed573d6000803e3d6000fd5b50505050600360009054906101000a90046001600160a01b03166001600160a01b031663dd38b49e856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801562003054573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200307a919062004976565b8e866001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015620030ba573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620030e49190810190620052d2565b8c8e6040518663ffffffff1660e01b81526004016200310895949392919062005350565b600060405180830381600087803b1580156200312357600080fd5b505af115801562003138573d6000803e3d6000fd5b5050505050505050955095509592505050565b600062003157620041a7565b60006200316c6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015620031b3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620031d9919062004976565b9250620031e98385600162003e30565b9395909450915050565b6000620031ff620041f3565b60405163f0ea17c360e01b81526001600160601b03841660048201526001600160a01b0385169063f0ea17c390602401600060405180830381865afa1580156200324d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200327791908101906200500e565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c9060240161020060405180830381865afa158015620032cd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620032f3919062004ce3565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9462003343948a948a9492939092906200542c565b60405180910390a150505050565b60008051602062005a8c8339815191528054600160401b810460ff1615906001600160401b0316600081158015620033865750825b90506000826001600160401b03166001148015620033a35750303b155b905081158015620033b2575080155b15620033d15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315620033fc57845460ff60401b1916600160401b1785555b6000808780602001905181019062003415919062005475565b9092509050620034288260008b620017bf565b6200343460026200354f565b600280546001600160a01b0319166001600160a01b039290921691909117905562003460600a6200354f565b600380546001600160a01b0319166001600160a01b03929092169190911790556200349263672f53a760e01b62000827565b5050831562000e4757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200162000e3e565b60008051602062005a6c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6200354462002be7565b620010e981620040f9565b6000620035646001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015620035ca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620035f0919062004dc5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801562003636573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200365c919062004b2b565b92915050565b6040516368aebf7b60e01b8152600d600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b604080516001808252818301909252606091602080830190803683370190505090508181600081518110620036d757620036d762004df2565b6001600160e01b031990921660209283029190910190910152919050565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b8152600e600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b815261096a600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b6040516368aebf7b60e01b8152600b600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240162001548565b604051630a4d29dd60e31b81526001600160601b038316600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801562003840573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003866919062004b7f565b620008145760405163f0ea17c360e01b81526001600160601b03831660048201526000906001600160a01b0386169063f0ea17c390602401600060405180830381865afa158015620038bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620038e691908101906200500e565b6001600160601b038316602082015260405162f0266b60e21b81529091506001600160a01b038516906303c099ac906200204e908690859060ff9060040162005171565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156200398e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620039b4919062004976565b9392505050565b6040516301ffc9a760e01b8152639a29895960e01b6004820152600090849082906001600160a01b038316906301ffc9a790602401602060405180830381865afa15801562003a0e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003a34919062004b7f565b62003a5e576040516359bff0e360e11b81526001600160a01b03871660048201526024016200100c565b6000826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801562003a9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262003ac99190810190620051c8565b905062003ae181604001518760ff9081169116141590565b1562003b23576040808201519051634a2e948760e11b81526001600160a01b038916600482015260ff808916602483015290911660448201526064016200100c565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038981166004830152919091169063d272ac1e90602401602060405180830381865afa15801562003b78573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003b9e919062004976565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562003bf8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003c1e919062004b7f565b1562003c49576040516322e6526160e11b81526001600160a01b03881660048201526024016200100c565b62003c5881602001516200410e565b93508060a0015191506000846001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa15801562003ca2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003cc8919062004b2b565b604051631517388760e21b81526001600160401b03881660048201526001600160a01b03919091169063d1f856ee9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801562003d34573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003d5a919062004b0b565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b03861660248201526044016040805180830381865afa15801562003dad573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062003dd39190620054a9565b5090508062003e25576020820151604051636af540d960e01b81526001600160601b0390911660048201526001600160401b03871660248201526001600160a01b03841660448201526064016200100c565b505093509350939050565b62003e3a620041a7565b60008062003e506001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa15801562003ea1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262003ecb9190810190620051c8565b925060ff8516600b1462003f2d57604083015160ff86811691161462003f2757604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016200100c565b62003fd6565b62003f4a836040015162003f3f600c90565b60ff90811691161490565b8062003f63575062003f63836040015162003f3f600f90565b8062003f7c575062003f7c836040015162003f3f600e90565b8062003f95575062003f95836040015162003f3f600d90565b62003fd657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016200100c565b62003fe583602001516200410e565b91508315620040f057816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200402d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062004053919062004b2b565b608084015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156200409f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620040c5919062004b7f565b15620040f057604051637d71120960e11b81526001600160601b03871660048201526024016200100c565b50935093915050565b6200410362002be7565b620010e981620034d8565b6000620041236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801562004173573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200419d9190810190620051c8565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b61056680620054e683390190565b60405180610120016040528060006001600160601b0316815260200160006001600160601b031681526020016200423d604051806040016040528060008152602001600081525090565b815260200162004260604051806040016040528060008152602001600081525090565b815260200162004283604051806040016040528060008152602001600081525090565b8152602001620042a6604051806040016040528060008152602001600081525090565b8152602001620042c9604051806040016040528060008152602001600081525090565b8152602001620042ec604051806040016040528060008152602001600081525090565b81526020016200430f604051806040016040528060008152602001600081525090565b905290565b6000602082840312156200432757600080fd5b81356001600160e01b031981168114620039b457600080fd5b60005b838110156200435d57818101518382015260200162004343565b50506000910152565b600081518084526200438081602086016020860162004340565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151620043fe60c08401826001600160a01b03169052565b5060c083015160e0808401526200441a61010084018262004366565b949350505050565b6001600160a01b0381168114620010e957600080fd5b6001600160601b0381168114620010e957600080fd5b600080600080608085870312156200446557600080fd5b8435620044728162004422565b93506020850135620044848162004438565b92506040850135620044968162004438565b91506060850135620044a88162004438565b939692955090935050565b60ff81168114620010e957600080fd5b8015158114620010e957600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156200450d576200450d620044d2565b60405290565b60405161012081016001600160401b03811182821017156200450d576200450d620044d2565b60405161016081016001600160401b03811182821017156200450d576200450d620044d2565b60405160c081016001600160401b03811182821017156200450d576200450d620044d2565b60405160e081016001600160401b03811182821017156200450d576200450d620044d2565b604051601f8201601f191681016001600160401b0381118282101715620045d457620045d4620044d2565b604052919050565b60006001600160401b03821115620045f857620045f8620044d2565b50601f01601f191660200190565b600082601f8301126200461857600080fd5b81356200462f6200462982620045dc565b620045a9565b8181528460208386010111156200464557600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156200467c57600080fd5b8635620046898162004422565b955060208701356200469b8162004438565b94506040870135620046ad81620044b3565b93506060870135620046bf81620044c3565b92506080870135620046d18162004422565b915060a08701356001600160401b03811115620046ed57600080fd5b620046fb89828a0162004606565b9150509295509295509295565b6000602082840312156200471b57600080fd5b81356001600160401b038111156200473257600080fd5b6200441a8482850162004606565b6000604082840312156200475357600080fd5b6200475d620044e8565b9050813581526020820135602082015292915050565b600080608083850312156200478757600080fd5b62004793848462004740565b9150620032f3846040850162004740565b60008060408385031215620047b857600080fd5b8235620047c58162004422565b915060208301356001600160401b03811115620047e157600080fd5b620047ef8582860162004606565b9150509250929050565b6000806000606084860312156200480f57600080fd5b83356200481c8162004422565b925060208401356200482e8162004438565b91506040840135620048408162004438565b809150509250925092565b6000602082840312156200485e57600080fd5b8135620039b48162004422565b6000806000606084860312156200488157600080fd5b83356200488e8162004422565b92506020840135620048a08162004422565b91506040840135620048408162004422565b600080600060c08486031215620048c857600080fd5b620048d4858562004740565b9250620048e5856040860162004740565b9150620048f6856080860162004740565b90509250925092565b600080604083850312156200491357600080fd5b8235620049208162004422565b91506020830135620049328162004422565b809150509250929050565b6000602082840312156200495057600080fd5b815162ffffff81168114620039b457600080fd5b8051620049718162004438565b919050565b6000602082840312156200498957600080fd5b8151620039b48162004438565b600181811c90821680620049ab57607f821691505b602082108103620049cc57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000fca57600081815260208120601f850160051c81016020861015620049fb5750805b601f850160051c820191505b81811015620014825782815560010162004a07565b81516001600160401b0381111562004a385762004a38620044d2565b62004a508162004a49845462004996565b84620049d2565b602080601f83116001811462004a88576000841562004a6f5750858301515b600019600386901b1c1916600185901b17855562001482565b600085815260208120601f198616915b8281101562004ab95788860151825594840194600190910190840162004a98565b508582101562004ad85787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114620010e957600080fd5b8051620049718162004ae8565b60006020828403121562004b1e57600080fd5b8151620039b48162004ae8565b60006020828403121562004b3e57600080fd5b8151620039b48162004422565b825181526020808401518183015282516040830152820151606082015260808101620039b4565b80516200497181620044c3565b60006020828403121562004b9257600080fd5b8151620039b481620044c3565b6001600160601b038151168252602081015162004bc760208401826001600160601b03169052565b50604081015162004be5604084018280518252602090810151910152565b50606081015180516080840152602081015160a0840152506080810151805160c0840152602081015160e08401525060a081015161010062004c338185018380518252602090810151910152565b60c0830151805161014086015260209081015161016086015260e084015180516101808701528101516101a086015292015180516101c0850152909101516101e09092019190915250565b6001600160601b0384168152610240810162004c9e602083018562004b9f565b60ff8316610220830152949350505050565b60006040828403121562004cc357600080fd5b62004ccd620044e8565b9050815181526020820151602082015292915050565b6000610200828403121562004cf757600080fd5b62004d0162004513565b62004d0c8362004964565b815262004d1c6020840162004964565b602082015262004d30846040850162004cb0565b604082015262004d44846080850162004cb0565b606082015262004d588460c0850162004cb0565b608082015261010062004d6e8582860162004cb0565b60a083015262004d8385610140860162004cb0565b60c083015262004d9885610180860162004cb0565b60e083015262004dad856101c0860162004cb0565b908201529392505050565b80516200497181620044b3565b60006020828403121562004dd857600080fd5b8151620039b481620044b3565b8051620049718162004422565b634e487b7160e01b600052603260045260246000fd5b60006101c0828403121562004e1c57600080fd5b62004e2662004539565b62004e318362004964565b815262004e416020840162004afe565b602082015262004e546040840162004964565b604082015262004e676060840162004b72565b606082015262004e7a6080840162004b72565b608082015262004e8d60a0840162004b72565b60a082015260c083015160c082015260e083015160e082015261010062004eb78582860162004cb0565b9082015261014062004ecc8585830162004cb0565b61012083015262004dad85610180860162004cb0565b6001600160601b03838116825282511660208201526101e0810160208301516001600160401b03811660408401525060408301516001600160601b0381166060840152506060830151801515608084015250608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e083015161010081818501528085015191505061012062004f888185018380518252602090810151910152565b8401518051610160850152602081015161018085015290505061014083015180516101a084015260208101516101c0840152509392505050565b600082601f83011262004fd457600080fd5b815162004fe56200462982620045dc565b81815284602083860101111562004ffb57600080fd5b6200441a82602083016020870162004340565b6000602082840312156200502157600080fd5b81516001600160401b03808211156200503957600080fd5b9083019060c082860312156200504e57600080fd5b620050586200455f565b8251828111156200506857600080fd5b620050768782860162004fc2565b825250620050876020840162004964565b60208201526200509a6040840162004de5565b6040820152620050ad6060840162004de5565b6060820152620050c06080840162004de5565b608082015260a083015182811115620050d857600080fd5b620050e68782860162004fc2565b60a08301525095945050505050565b6000815160c084526200510c60c085018262004366565b90506001600160601b036020840151166020850152604083015160018060a01b038082166040870152806060860151166060870152806080860151166080870152505060a083015184820360a086015262005168828262004366565b95945050505050565b6001600160601b0384168152606060208201526000620051956060830185620050f5565b905060ff83166040830152949350505050565b6001600160601b03831681526102208101620039b4602083018462004b9f565b600060208284031215620051db57600080fd5b81516001600160401b0380821115620051f357600080fd5b9083019060e082860312156200520857600080fd5b6200521262004584565b6200521d8362004964565b81526200522d6020840162004964565b6020820152620052406040840162004db8565b6040820152620052536060840162004b72565b6060820152620052666080840162004de5565b60808201526200527960a0840162004de5565b60a082015260c0830151828111156200529157600080fd5b6200529f8782860162004fc2565b60c08301525095945050505050565b6001600160601b03831681526040602082015260006200441a6040830184620050f5565b600060208284031215620052e557600080fd5b81516001600160401b03811115620052fc57600080fd5b6200441a8482850162004fc2565b600081518084526020808501945080840160005b83811015620053455781516001600160401b0316875295820195908201906001016200531e565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a060408401526200538360a084018762004366565b8381036060850152855180825282820190600581901b830184018489016000805b848110156200540557868403601f19018652825180518086529089019089860190845b81811015620053ef5783516001600160e01b0319168352928b0192918b0191600101620053c7565b50509689019694505091870191600101620053a4565b50505086810360808801526200541c81896200530a565b9c9b505050505050505050505050565b6001600160601b038716815260c0602082015260006200545060c083018862004366565b90508560408301528460608301528360808301528260a0830152979650505050505050565b600080604083850312156200548957600080fd5b8251620054968162004422565b6020840151909250620049328162004422565b60008060408385031215620054bd57600080fd5b8251620054ca81620044c3565b602084015190925063ffffffff811681146200493257600080fdfe608060405234801561001057600080fd5b5060405161056638038061056683398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6104d3806100936000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806321df0da7146100465780638d7271c314610065578063c661667d1461007a575b600080fd5b600054604080516001600160a01b039092168252519081900360200190f35b61007861007336600461039c565b61008d565b005b6100786100883660046103f0565b61011f565b60405163046e44af60e11b81526001600160601b03821660048201526101199085908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024015b602060405180830381865af41580156100f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101149190610433565b610179565b50505050565b60005460405163046e44af60e11b81526001600160601b0383166004820152610174916001600160a01b0316908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024016100d3565b505050565b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092019092526020810180516001600160e01b03166323b872dd60e01b179052610119918691906000906101df90841683610232565b90508051600014158015610204575080806020019051810190610202919061044c565b155b1561017457604051635274afe760e01b81526001600160a01b03841660048201526024015b60405180910390fd5b606061024083836000610247565b9392505050565b60608147101561026c5760405163cd78605960e01b8152306004820152602401610229565b600080856001600160a01b03168486604051610288919061046e565b60006040518083038185875af1925050503d80600081146102c5576040519150601f19603f3d011682016040523d82523d6000602084013e6102ca565b606091505b50915091506102da8683836102e4565b9695505050505050565b6060826102f9576102f482610340565b610240565b815115801561031057506001600160a01b0384163b155b1561033957604051639996b31560e01b81526001600160a01b0385166004820152602401610229565b5080610240565b8051156103505780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b80356001600160a01b038116811461038057600080fd5b919050565b80356001600160601b038116811461038057600080fd5b600080600080608085870312156103b257600080fd5b6103bb85610369565b93506103c960208601610369565b92506103d760408601610369565b91506103e560608601610385565b905092959194509250565b60008060006060848603121561040557600080fd5b61040e84610369565b925061041c60208501610369565b915061042a60408501610385565b90509250925092565b60006020828403121561044557600080fd5b5051919050565b60006020828403121561045e57600080fd5b8151801515811461024057600080fd5b6000825160005b8181101561048f5760208186018101518583015201610475565b50600092019182525091905056fea26469706673582212209807ba37f960191da7fc92045bb7e0c4e727926f77e78d1cce4b3e3395aa9c6864736f6c6343000814003307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212209055c836f30d08d49c1b1b07cf5a61dee0e819fa998a75b4e1b7f75b2dbc804064736f6c63430008140033",
|
1199
|
+
"linkReferences": {
|
1200
|
+
"contracts/type/Amount.sol": {
|
1201
|
+
"AmountLib": [
|
1202
|
+
{
|
1203
|
+
"length": 20,
|
1204
|
+
"start": 4155
|
1205
|
+
},
|
1206
|
+
{
|
1207
|
+
"length": 20,
|
1208
|
+
"start": 5756
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"length": 20,
|
1212
|
+
"start": 9924
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"length": 20,
|
1216
|
+
"start": 10185
|
1217
|
+
},
|
1218
|
+
{
|
1219
|
+
"length": 20,
|
1220
|
+
"start": 10452
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"length": 20,
|
1224
|
+
"start": 10713
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"length": 20,
|
1228
|
+
"start": 14905
|
1229
|
+
},
|
1230
|
+
{
|
1231
|
+
"length": 20,
|
1232
|
+
"start": 22292
|
1233
|
+
},
|
1234
|
+
{
|
1235
|
+
"length": 20,
|
1236
|
+
"start": 22449
|
1237
|
+
}
|
1238
|
+
]
|
1239
|
+
},
|
1240
|
+
"contracts/type/Fee.sol": {
|
1241
|
+
"FeeLib": [
|
1242
|
+
{
|
1243
|
+
"length": 20,
|
1244
|
+
"start": 3193
|
1245
|
+
},
|
1246
|
+
{
|
1247
|
+
"length": 20,
|
1248
|
+
"start": 3414
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"length": 20,
|
1252
|
+
"start": 4810
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"length": 20,
|
1256
|
+
"start": 5026
|
1257
|
+
},
|
1258
|
+
{
|
1259
|
+
"length": 20,
|
1260
|
+
"start": 7141
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"length": 20,
|
1264
|
+
"start": 7354
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"length": 20,
|
1268
|
+
"start": 7553
|
1269
|
+
}
|
1270
|
+
]
|
1271
|
+
},
|
1272
|
+
"contracts/type/NftId.sol": {
|
1273
|
+
"NftIdLib": [
|
1274
|
+
{
|
1275
|
+
"length": 20,
|
1276
|
+
"start": 1926
|
1277
|
+
},
|
1278
|
+
{
|
1279
|
+
"length": 20,
|
1280
|
+
"start": 6045
|
1281
|
+
},
|
1282
|
+
{
|
1283
|
+
"length": 20,
|
1284
|
+
"start": 10997
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"length": 20,
|
1288
|
+
"start": 14571
|
1289
|
+
},
|
1290
|
+
{
|
1291
|
+
"length": 20,
|
1292
|
+
"start": 15523
|
1293
|
+
}
|
1294
|
+
]
|
1295
|
+
},
|
1296
|
+
"contracts/type/RoleId.sol": {
|
1297
|
+
"RoleIdLib": [
|
1298
|
+
{
|
1299
|
+
"length": 20,
|
1300
|
+
"start": 5492
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"length": 20,
|
1304
|
+
"start": 11561
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"length": 20,
|
1308
|
+
"start": 14177
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"length": 20,
|
1312
|
+
"start": 14325
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"length": 20,
|
1316
|
+
"start": 14385
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"length": 20,
|
1320
|
+
"start": 14446
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
"length": 20,
|
1324
|
+
"start": 14506
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"length": 20,
|
1328
|
+
"start": 15839
|
1329
|
+
}
|
1330
|
+
]
|
1331
|
+
},
|
1332
|
+
"contracts/type/Version.sol": {
|
1333
|
+
"VersionLib": [
|
1334
|
+
{
|
1335
|
+
"length": 20,
|
1336
|
+
"start": 1764
|
1337
|
+
},
|
1338
|
+
{
|
1339
|
+
"length": 20,
|
1340
|
+
"start": 2553
|
1341
|
+
}
|
1342
|
+
],
|
1343
|
+
"VersionPartLib": [
|
1344
|
+
{
|
1345
|
+
"length": 20,
|
1346
|
+
"start": 5540
|
1347
|
+
},
|
1348
|
+
{
|
1349
|
+
"length": 20,
|
1350
|
+
"start": 13941
|
1351
|
+
}
|
1352
|
+
]
|
1353
|
+
}
|
1354
|
+
},
|
1355
|
+
"deployedLinkReferences": {
|
1356
|
+
"contracts/type/Amount.sol": {
|
1357
|
+
"AmountLib": [
|
1358
|
+
{
|
1359
|
+
"length": 20,
|
1360
|
+
"start": 3925
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"length": 20,
|
1364
|
+
"start": 5526
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"length": 20,
|
1368
|
+
"start": 9694
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"length": 20,
|
1372
|
+
"start": 9955
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
"length": 20,
|
1376
|
+
"start": 10222
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"length": 20,
|
1380
|
+
"start": 10483
|
1381
|
+
},
|
1382
|
+
{
|
1383
|
+
"length": 20,
|
1384
|
+
"start": 14675
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"length": 20,
|
1388
|
+
"start": 22062
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"length": 20,
|
1392
|
+
"start": 22219
|
1393
|
+
}
|
1394
|
+
]
|
1395
|
+
},
|
1396
|
+
"contracts/type/Fee.sol": {
|
1397
|
+
"FeeLib": [
|
1398
|
+
{
|
1399
|
+
"length": 20,
|
1400
|
+
"start": 2963
|
1401
|
+
},
|
1402
|
+
{
|
1403
|
+
"length": 20,
|
1404
|
+
"start": 3184
|
1405
|
+
},
|
1406
|
+
{
|
1407
|
+
"length": 20,
|
1408
|
+
"start": 4580
|
1409
|
+
},
|
1410
|
+
{
|
1411
|
+
"length": 20,
|
1412
|
+
"start": 4796
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"length": 20,
|
1416
|
+
"start": 6911
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"length": 20,
|
1420
|
+
"start": 7124
|
1421
|
+
},
|
1422
|
+
{
|
1423
|
+
"length": 20,
|
1424
|
+
"start": 7323
|
1425
|
+
}
|
1426
|
+
]
|
1427
|
+
},
|
1428
|
+
"contracts/type/NftId.sol": {
|
1429
|
+
"NftIdLib": [
|
1430
|
+
{
|
1431
|
+
"length": 20,
|
1432
|
+
"start": 1696
|
1433
|
+
},
|
1434
|
+
{
|
1435
|
+
"length": 20,
|
1436
|
+
"start": 5815
|
1437
|
+
},
|
1438
|
+
{
|
1439
|
+
"length": 20,
|
1440
|
+
"start": 10767
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"length": 20,
|
1444
|
+
"start": 14341
|
1445
|
+
},
|
1446
|
+
{
|
1447
|
+
"length": 20,
|
1448
|
+
"start": 15293
|
1449
|
+
}
|
1450
|
+
]
|
1451
|
+
},
|
1452
|
+
"contracts/type/RoleId.sol": {
|
1453
|
+
"RoleIdLib": [
|
1454
|
+
{
|
1455
|
+
"length": 20,
|
1456
|
+
"start": 5262
|
1457
|
+
},
|
1458
|
+
{
|
1459
|
+
"length": 20,
|
1460
|
+
"start": 11331
|
1461
|
+
},
|
1462
|
+
{
|
1463
|
+
"length": 20,
|
1464
|
+
"start": 13947
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"length": 20,
|
1468
|
+
"start": 14095
|
1469
|
+
},
|
1470
|
+
{
|
1471
|
+
"length": 20,
|
1472
|
+
"start": 14155
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"length": 20,
|
1476
|
+
"start": 14216
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"length": 20,
|
1480
|
+
"start": 14276
|
1481
|
+
},
|
1482
|
+
{
|
1483
|
+
"length": 20,
|
1484
|
+
"start": 15609
|
1485
|
+
}
|
1486
|
+
]
|
1487
|
+
},
|
1488
|
+
"contracts/type/Version.sol": {
|
1489
|
+
"VersionLib": [
|
1490
|
+
{
|
1491
|
+
"length": 20,
|
1492
|
+
"start": 1534
|
1493
|
+
},
|
1494
|
+
{
|
1495
|
+
"length": 20,
|
1496
|
+
"start": 2323
|
1497
|
+
}
|
1498
|
+
],
|
1499
|
+
"VersionPartLib": [
|
1500
|
+
{
|
1501
|
+
"length": 20,
|
1502
|
+
"start": 5310
|
1503
|
+
},
|
1504
|
+
{
|
1505
|
+
"length": 20,
|
1506
|
+
"start": 13711
|
1507
|
+
}
|
1508
|
+
]
|
1509
|
+
}
|
1510
|
+
}
|
1511
|
+
}
|