@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,721 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "RegistryServiceManager",
|
4
|
+
"sourceName": "contracts/registry/RegistryServiceManager.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"internalType": "address",
|
15
|
+
"name": "registry",
|
16
|
+
"type": "address"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"internalType": "bytes32",
|
20
|
+
"name": "salt",
|
21
|
+
"type": "bytes32"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"stateMutability": "nonpayable",
|
25
|
+
"type": "constructor"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"inputs": [
|
29
|
+
{
|
30
|
+
"internalType": "NftId",
|
31
|
+
"name": "nftId",
|
32
|
+
"type": "uint96"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
36
|
+
"type": "error"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"inputs": [
|
40
|
+
{
|
41
|
+
"internalType": "address",
|
42
|
+
"name": "contractAddress",
|
43
|
+
"type": "address"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [],
|
51
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
52
|
+
"type": "error"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"inputs": [
|
56
|
+
{
|
57
|
+
"internalType": "address",
|
58
|
+
"name": "account",
|
59
|
+
"type": "address"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"name": "ErrorNftOwnableNotOwner",
|
63
|
+
"type": "error"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"inputs": [
|
67
|
+
{
|
68
|
+
"internalType": "address",
|
69
|
+
"name": "registryAddress",
|
70
|
+
"type": "address"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorNotRegistry",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [],
|
78
|
+
"name": "ErrorProxyManagerAlreadyDeployed",
|
79
|
+
"type": "error"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"inputs": [
|
83
|
+
{
|
84
|
+
"internalType": "Version",
|
85
|
+
"name": "nextVersion",
|
86
|
+
"type": "uint24"
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"name": "ErrorProxyManagerNextVersionNotIncreasing",
|
90
|
+
"type": "error"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"inputs": [],
|
94
|
+
"name": "ErrorProxyManagerNotYetDeployed",
|
95
|
+
"type": "error"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [],
|
99
|
+
"name": "ErrorProxyManagerZeroVersion",
|
100
|
+
"type": "error"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"inputs": [],
|
104
|
+
"name": "ErrorRegistryAccessManagerAuthorityZero",
|
105
|
+
"type": "error"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"inputs": [],
|
109
|
+
"name": "ErrorRegistryAccessManagerRegistryZero",
|
110
|
+
"type": "error"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"inputs": [],
|
114
|
+
"name": "InvalidInitialization",
|
115
|
+
"type": "error"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"inputs": [],
|
119
|
+
"name": "NotInitializing",
|
120
|
+
"type": "error"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"anonymous": false,
|
124
|
+
"inputs": [
|
125
|
+
{
|
126
|
+
"indexed": false,
|
127
|
+
"internalType": "uint64",
|
128
|
+
"name": "version",
|
129
|
+
"type": "uint64"
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"name": "Initialized",
|
133
|
+
"type": "event"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"anonymous": false,
|
137
|
+
"inputs": [
|
138
|
+
{
|
139
|
+
"indexed": true,
|
140
|
+
"internalType": "address",
|
141
|
+
"name": "proxy",
|
142
|
+
"type": "address"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"indexed": false,
|
146
|
+
"internalType": "address",
|
147
|
+
"name": "initialImplementation",
|
148
|
+
"type": "address"
|
149
|
+
}
|
150
|
+
],
|
151
|
+
"name": "LogProxyManagerVersionableDeployed",
|
152
|
+
"type": "event"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"anonymous": false,
|
156
|
+
"inputs": [
|
157
|
+
{
|
158
|
+
"indexed": true,
|
159
|
+
"internalType": "address",
|
160
|
+
"name": "proxy",
|
161
|
+
"type": "address"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"indexed": false,
|
165
|
+
"internalType": "address",
|
166
|
+
"name": "upgradedImplementation",
|
167
|
+
"type": "address"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "LogProxyManagerVersionableUpgraded",
|
171
|
+
"type": "event"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"inputs": [],
|
175
|
+
"name": "ACCESS_MANAGER_CREATION_CODE_HASH",
|
176
|
+
"outputs": [
|
177
|
+
{
|
178
|
+
"internalType": "bytes32",
|
179
|
+
"name": "",
|
180
|
+
"type": "bytes32"
|
181
|
+
}
|
182
|
+
],
|
183
|
+
"stateMutability": "view",
|
184
|
+
"type": "function"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"inputs": [],
|
188
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
189
|
+
"outputs": [
|
190
|
+
{
|
191
|
+
"internalType": "bytes32",
|
192
|
+
"name": "",
|
193
|
+
"type": "bytes32"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"stateMutability": "view",
|
197
|
+
"type": "function"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "address",
|
203
|
+
"name": "initialImplementation",
|
204
|
+
"type": "address"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"internalType": "bytes",
|
208
|
+
"name": "initializationData",
|
209
|
+
"type": "bytes"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"name": "deploy",
|
213
|
+
"outputs": [
|
214
|
+
{
|
215
|
+
"internalType": "contract IVersionable",
|
216
|
+
"name": "versionable",
|
217
|
+
"type": "address"
|
218
|
+
}
|
219
|
+
],
|
220
|
+
"stateMutability": "nonpayable",
|
221
|
+
"type": "function"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"inputs": [
|
225
|
+
{
|
226
|
+
"internalType": "address",
|
227
|
+
"name": "initialImplementation",
|
228
|
+
"type": "address"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"internalType": "bytes",
|
232
|
+
"name": "initializationData",
|
233
|
+
"type": "bytes"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"internalType": "bytes32",
|
237
|
+
"name": "salt",
|
238
|
+
"type": "bytes32"
|
239
|
+
}
|
240
|
+
],
|
241
|
+
"name": "deployDetermenistic",
|
242
|
+
"outputs": [
|
243
|
+
{
|
244
|
+
"internalType": "contract IVersionable",
|
245
|
+
"name": "versionable",
|
246
|
+
"type": "address"
|
247
|
+
}
|
248
|
+
],
|
249
|
+
"stateMutability": "nonpayable",
|
250
|
+
"type": "function"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"inputs": [
|
254
|
+
{
|
255
|
+
"internalType": "address",
|
256
|
+
"name": "proxyOwner",
|
257
|
+
"type": "address"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"internalType": "bytes",
|
261
|
+
"name": "deployData",
|
262
|
+
"type": "bytes"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"name": "getDeployData",
|
266
|
+
"outputs": [
|
267
|
+
{
|
268
|
+
"internalType": "bytes",
|
269
|
+
"name": "data",
|
270
|
+
"type": "bytes"
|
271
|
+
}
|
272
|
+
],
|
273
|
+
"stateMutability": "pure",
|
274
|
+
"type": "function"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"inputs": [],
|
278
|
+
"name": "getNftId",
|
279
|
+
"outputs": [
|
280
|
+
{
|
281
|
+
"internalType": "NftId",
|
282
|
+
"name": "",
|
283
|
+
"type": "uint96"
|
284
|
+
}
|
285
|
+
],
|
286
|
+
"stateMutability": "view",
|
287
|
+
"type": "function"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"inputs": [],
|
291
|
+
"name": "getOwner",
|
292
|
+
"outputs": [
|
293
|
+
{
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "",
|
296
|
+
"type": "address"
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"stateMutability": "view",
|
300
|
+
"type": "function"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"inputs": [],
|
304
|
+
"name": "getProxy",
|
305
|
+
"outputs": [
|
306
|
+
{
|
307
|
+
"internalType": "contract UpgradableProxyWithAdmin",
|
308
|
+
"name": "",
|
309
|
+
"type": "address"
|
310
|
+
}
|
311
|
+
],
|
312
|
+
"stateMutability": "view",
|
313
|
+
"type": "function"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"inputs": [],
|
317
|
+
"name": "getRegistry",
|
318
|
+
"outputs": [
|
319
|
+
{
|
320
|
+
"internalType": "contract IRegistry",
|
321
|
+
"name": "",
|
322
|
+
"type": "address"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"stateMutability": "view",
|
326
|
+
"type": "function"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"inputs": [],
|
330
|
+
"name": "getRegistryService",
|
331
|
+
"outputs": [
|
332
|
+
{
|
333
|
+
"internalType": "contract RegistryService",
|
334
|
+
"name": "registryService",
|
335
|
+
"type": "address"
|
336
|
+
}
|
337
|
+
],
|
338
|
+
"stateMutability": "view",
|
339
|
+
"type": "function"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"inputs": [
|
343
|
+
{
|
344
|
+
"internalType": "bytes",
|
345
|
+
"name": "upgradeData",
|
346
|
+
"type": "bytes"
|
347
|
+
}
|
348
|
+
],
|
349
|
+
"name": "getUpgradeData",
|
350
|
+
"outputs": [
|
351
|
+
{
|
352
|
+
"internalType": "bytes",
|
353
|
+
"name": "data",
|
354
|
+
"type": "bytes"
|
355
|
+
}
|
356
|
+
],
|
357
|
+
"stateMutability": "pure",
|
358
|
+
"type": "function"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"inputs": [],
|
362
|
+
"name": "getVersion",
|
363
|
+
"outputs": [
|
364
|
+
{
|
365
|
+
"internalType": "Version",
|
366
|
+
"name": "",
|
367
|
+
"type": "uint24"
|
368
|
+
}
|
369
|
+
],
|
370
|
+
"stateMutability": "view",
|
371
|
+
"type": "function"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"inputs": [
|
375
|
+
{
|
376
|
+
"internalType": "uint256",
|
377
|
+
"name": "idx",
|
378
|
+
"type": "uint256"
|
379
|
+
}
|
380
|
+
],
|
381
|
+
"name": "getVersion",
|
382
|
+
"outputs": [
|
383
|
+
{
|
384
|
+
"internalType": "Version",
|
385
|
+
"name": "",
|
386
|
+
"type": "uint24"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"stateMutability": "view",
|
390
|
+
"type": "function"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"inputs": [],
|
394
|
+
"name": "getVersionCount",
|
395
|
+
"outputs": [
|
396
|
+
{
|
397
|
+
"internalType": "uint256",
|
398
|
+
"name": "",
|
399
|
+
"type": "uint256"
|
400
|
+
}
|
401
|
+
],
|
402
|
+
"stateMutability": "view",
|
403
|
+
"type": "function"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"inputs": [
|
407
|
+
{
|
408
|
+
"internalType": "Version",
|
409
|
+
"name": "_version",
|
410
|
+
"type": "uint24"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"name": "getVersionInfo",
|
414
|
+
"outputs": [
|
415
|
+
{
|
416
|
+
"components": [
|
417
|
+
{
|
418
|
+
"internalType": "Version",
|
419
|
+
"name": "version",
|
420
|
+
"type": "uint24"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"internalType": "address",
|
424
|
+
"name": "implementation",
|
425
|
+
"type": "address"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "activatedBy",
|
430
|
+
"type": "address"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"internalType": "Timestamp",
|
434
|
+
"name": "activatedAt",
|
435
|
+
"type": "uint40"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"internalType": "Blocknumber",
|
439
|
+
"name": "activatedIn",
|
440
|
+
"type": "uint32"
|
441
|
+
}
|
442
|
+
],
|
443
|
+
"internalType": "struct ProxyManager.VersionInfo",
|
444
|
+
"name": "",
|
445
|
+
"type": "tuple"
|
446
|
+
}
|
447
|
+
],
|
448
|
+
"stateMutability": "view",
|
449
|
+
"type": "function"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"inputs": [],
|
453
|
+
"name": "initializeERC165",
|
454
|
+
"outputs": [],
|
455
|
+
"stateMutability": "nonpayable",
|
456
|
+
"type": "function"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"inputs": [
|
460
|
+
{
|
461
|
+
"internalType": "address",
|
462
|
+
"name": "initialOwner",
|
463
|
+
"type": "address"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"internalType": "address",
|
467
|
+
"name": "registryAddress",
|
468
|
+
"type": "address"
|
469
|
+
}
|
470
|
+
],
|
471
|
+
"name": "initializeNftOwnable",
|
472
|
+
"outputs": [],
|
473
|
+
"stateMutability": "nonpayable",
|
474
|
+
"type": "function"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"inputs": [
|
478
|
+
{
|
479
|
+
"internalType": "address",
|
480
|
+
"name": "registry",
|
481
|
+
"type": "address"
|
482
|
+
}
|
483
|
+
],
|
484
|
+
"name": "initializeProxyManager",
|
485
|
+
"outputs": [],
|
486
|
+
"stateMutability": "nonpayable",
|
487
|
+
"type": "function"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"inputs": [
|
491
|
+
{
|
492
|
+
"internalType": "address",
|
493
|
+
"name": "registryAddress",
|
494
|
+
"type": "address"
|
495
|
+
}
|
496
|
+
],
|
497
|
+
"name": "initializeRegistryLinked",
|
498
|
+
"outputs": [],
|
499
|
+
"stateMutability": "nonpayable",
|
500
|
+
"type": "function"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"inputs": [],
|
504
|
+
"name": "linkToProxy",
|
505
|
+
"outputs": [
|
506
|
+
{
|
507
|
+
"internalType": "NftId",
|
508
|
+
"name": "",
|
509
|
+
"type": "uint96"
|
510
|
+
}
|
511
|
+
],
|
512
|
+
"stateMutability": "nonpayable",
|
513
|
+
"type": "function"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"inputs": [],
|
517
|
+
"name": "linkToRegisteredNftId",
|
518
|
+
"outputs": [
|
519
|
+
{
|
520
|
+
"internalType": "NftId",
|
521
|
+
"name": "nftId",
|
522
|
+
"type": "uint96"
|
523
|
+
}
|
524
|
+
],
|
525
|
+
"stateMutability": "nonpayable",
|
526
|
+
"type": "function"
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"inputs": [
|
530
|
+
{
|
531
|
+
"internalType": "bytes4",
|
532
|
+
"name": "interfaceId",
|
533
|
+
"type": "bytes4"
|
534
|
+
}
|
535
|
+
],
|
536
|
+
"name": "registerInterface",
|
537
|
+
"outputs": [],
|
538
|
+
"stateMutability": "nonpayable",
|
539
|
+
"type": "function"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"inputs": [
|
543
|
+
{
|
544
|
+
"internalType": "bytes4",
|
545
|
+
"name": "interfaceId",
|
546
|
+
"type": "bytes4"
|
547
|
+
}
|
548
|
+
],
|
549
|
+
"name": "supportsInterface",
|
550
|
+
"outputs": [
|
551
|
+
{
|
552
|
+
"internalType": "bool",
|
553
|
+
"name": "",
|
554
|
+
"type": "bool"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"stateMutability": "view",
|
558
|
+
"type": "function"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"inputs": [
|
562
|
+
{
|
563
|
+
"internalType": "address",
|
564
|
+
"name": "newImplementation",
|
565
|
+
"type": "address"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"internalType": "bytes",
|
569
|
+
"name": "upgradeData",
|
570
|
+
"type": "bytes"
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"name": "upgrade",
|
574
|
+
"outputs": [
|
575
|
+
{
|
576
|
+
"internalType": "contract IVersionable",
|
577
|
+
"name": "versionable",
|
578
|
+
"type": "address"
|
579
|
+
}
|
580
|
+
],
|
581
|
+
"stateMutability": "nonpayable",
|
582
|
+
"type": "function"
|
583
|
+
}
|
584
|
+
],
|
585
|
+
"bytecode": "0x60a06040523480156200001157600080fd5b506040516200746638038062007466833981016040819052620000349162000bda565b8162000040816200012b565b506001600160a01b0383166200006957604051633946e55f60e11b815260040160405180910390fd5b6001600160a01b038216620000915760405163aecc746b60e01b815260040160405180910390fd5b600081604051620000a29062000ba1565b8190604051809103906000f5905080158015620000c3573d6000803e3d6000fd5b50905060008385604051602001620000f19291906001600160a01b0392831681529116602082015260400190565b60408051601f1981840301815291905290506000620001128383866200024b565b6001600160a01b03166080525062000db3945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b0316600081158015620001765750825b90506000826001600160401b03166001148015620001935750303b155b905081158015620001a2575080155b15620001c15760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b03191660011785558315620001f057845460ff60401b1916680100000000000000001785555b620001fc3387620003ed565b83156200024357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006200025762000486565b6001600160a01b0316336001600160a01b031614620002905760405163086391f760e31b81523360048201526024015b60405180910390fd5b60045415620002b25760405163402b135f60e11b815260040160405180910390fd5b6000620002be62000486565b905030838682620002d08589620005df565b604051620002de9062000baf565b620002ec9392919062000c63565b8190604051809103906000f59050801580156200030d573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450620003a0918591630d8e6e2c9160048083019260209291908290030181865afa15801562000372573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000398919062000c9a565b878462000639565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b620003f7620009f0565b620004028162000a41565b6200040c62000b59565b6001600160a01b038216620004345760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b6000807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000509573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200052f919062000cc8565b15620005c0576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000594573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005ba919062000cec565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b8383604051602401620005fe92919062000d0a565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620006bb8373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af415801562000688573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006ae919062000c9a565b62ffffff90811691161490565b15620006da576040516348c618db60e01b815260040160405180910390fd5b60045415620008455760048054620006f59060019062000d38565b8154811062000708576200070862000d5a565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156200077d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007a3919062000d70565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015620007f8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200081e919062000d70565b116200084557604051633e614b6d60e11b815262ffffff8416600482015260240162000287565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562000919573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200093f919062000d8a565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1662000a3f57604051631afcd79f60e31b815260040160405180910390fd5b565b62000a4b620009f0565b806001600160a01b03163b60000362000a835760405163fdeac91f60e01b81526001600160a01b038216600482015260240162000287565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa92505050801562000b00575060408051601f3d908101601f1916820190925262000afd9181019062000cc8565b60015b62000b2a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240162000287565b8062000b555760405163fdeac91f60e01b81526001600160a01b038316600482015260240162000287565b5050565b62000b63620009f0565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612d17806200382083390190565b610f2f806200653783390190565b80516001600160a01b038116811462000bd557600080fd5b919050565b60008060006060848603121562000bf057600080fd5b62000bfb8462000bbd565b925062000c0b6020850162000bbd565b9150604084015190509250925092565b6000815180845260005b8181101562000c435760208185018101518683018201520162000c25565b506000602082860101526020601f19601f83011685010191505092915050565b6001600160a01b0384811682528316602082015260606040820181905260009062000c919083018462000c1b565b95945050505050565b60006020828403121562000cad57600080fd5b815162ffffff8116811462000cc157600080fd5b9392505050565b60006020828403121562000cdb57600080fd5b8151801515811462000cc157600080fd5b60006020828403121562000cff57600080fd5b62000cc18262000bbd565b6001600160a01b038316815260406020820181905260009062000d309083018462000c1b565b949350505050565b818103818111156200063357634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60006020828403121562000d8357600080fd5b5051919050565b60006020828403121562000d9d57600080fd5b815164ffffffffff8116811462000cc157600080fd5b608051612a5162000dcf60003960006104880152612a516000f3fe60806040523480156200001157600080fd5b5060043610620001755760003560e01c80636bfc9c7311620000d3578063b88da7591162000086578063b88da7591462000458578063c987336c146200046f578063caf4e3d41462000486578063e97fac0514620004ad578063f7c34ee014620004c4578063fd0c63d914620004db57600080fd5b80636bfc9c7314620003ed578063893d20e814620004055780638e9afce6146200040f578063933a9ce81462000426578063946dfcfe1462000438578063ada9652e146200044157600080fd5b8063214cdb80116200012c578063214cdb80146200027057806336fc697e14620002875780634d459c9014620002915780635ab1bd5314620003a4578063644c45e014620003b6578063675393bf14620003d657600080fd5b806301ffc9a7146200017a578063058f7a9714620001bf57806307484e8014620001d85780630d8e6e2c1462000208578063138461e014620002275780631775564d146200024a575b600080fd5b620001aa6200018b36600462001674565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001d6620001d0366004620016bd565b620004e5565b005b620001ef620001e936600462001788565b620005fe565b6040516001600160a01b039091168152602001620001b6565b62000212620007a0565b60405162ffffff9091168152602001620001b6565b6200023162000816565b6040516001600160601b039091168152602001620001b6565b620002616200025b366004620017e7565b62000823565b604051620001b6919062001885565b620001d66200028136600462001674565b6200087d565b620001d6620008ac565b62000346620002a2366004620018ac565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001620001b6565b6001546001600160a01b0316620001ef565b600080516020620029fc833981519152546001600160601b031662000231565b620001d6620003e7366004620016bd565b620008f4565b620003f6600081565b604051908152602001620001b6565b620001ef62000a0d565b6200026162000420366004620018cc565b62000b4c565b6002546001600160a01b0316620001ef565b600454620003f6565b620003f6600080516020620029fc83398151915281565b62000212620004693660046200190d565b62000ba1565b620001ef62000480366004620017e7565b62000be5565b7f0000000000000000000000000000000000000000000000000000000000000000620001ef565b620001ef620004be366004620017e7565b62000e23565b620001d6620004d536600462001927565b62000fbb565b620002316200103a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156200052c5750825b905060008267ffffffffffffffff1660011480156200054a5750303b155b90508115801562000559575080155b15620005785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315620005a357845460ff60401b1916600160401b1785555b620005af338762000fbb565b8315620005f657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006200060a62000a0d565b6001600160a01b0316336001600160a01b031614620006435760405163086391f760e31b81523360048201526024015b60405180910390fd5b60045415620006655760405163402b135f60e11b815260040160405180910390fd5b60006200067162000a0d565b90503083868262000683858962000823565b604051620006919062001666565b6200069f9392919062001965565b8190604051809103906000f5905080158015620006c0573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000753918591630d8e6e2c9160048083019260209291908290030181865afa15801562000725573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200074b91906200199c565b878462001054565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015620007eb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200081191906200199c565b905090565b600062000811306200140b565b60606349bb9e4b60e01b838360405160240162000842929190620019bc565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620008876200161a565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b620008b66200161a565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b620008fe6200161a565b806001600160a01b03163b600003620009365760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200063a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015620009b3575060408051601f3d908101601f19168201909252620009b091810190620019e2565b60015b620009dd5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200063a565b8062000a085760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200063a565b505b50565b600080600080516020620029fc83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000a7f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000aa59190620019e2565b1562000b36576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000b0a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b30919062001a06565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b69919062001885565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b60006004828154811062000bb95762000bb962001a26565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000bf162000a0d565b6001600160a01b0316336001600160a01b03161462000c265760405163086391f760e31b81523360048201526024016200063a565b60045460000362000c4a5760405163366dfd2160e21b815260040160405180910390fd5b600062000c5662000a0d565b9050600062000c6d6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000cad573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000cd3919062001a06565b6002549091506001600160a01b03908116908216639623609d828862000cf98962000b4c565b6040518463ffffffff1660e01b815260040162000d199392919062001965565b600060405180830381600087803b15801562000d3457600080fd5b505af115801562000d49573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000dd6846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000da8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000dce91906200199c565b878562001054565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000e2f62000a0d565b6001600160a01b0316336001600160a01b03161462000e645760405163086391f760e31b81523360048201526024016200063a565b6004541562000e865760405163402b135f60e11b815260040160405180910390fd5b600062000e9262000a0d565b905030848162000ea3848762000823565b60405162000eb19062001666565b62000ebf9392919062001965565b604051809103906000f08015801562000edc573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000f6f918591630d8e6e2c9160048083019260209291908290030181865afa15801562000f41573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f6791906200199c565b868462001054565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b62000fc56200161a565b62000fd081620008f4565b62000fda620008ac565b6001600160a01b038216620010025760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020620029fc83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60025460009062000811906001600160a01b03166200140b565b620010d68373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015620010a3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620010c991906200199c565b62ffffff90811691161490565b15620010f5576040516348c618db60e01b815260040160405180910390fd5b60045415620012605760048054620011109060019062001a3c565b8154811062001123576200112362001a26565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001198573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011be919062001a5e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001213573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001239919062001a5e565b116200126057604051633e614b6d60e11b815262ffffff841660048201526024016200063a565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562001334573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200135a919062001a78565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b600080600080516020620029fc83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156200147d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620014a39190620019e2565b15620014d15780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016200063a565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801562001526573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200154c9190620019e2565b620015765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016200063a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015620015cb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620015f1919062001aa1565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200166457604051631afcd79f60e31b815260040160405180910390fd5b565b610f2f8062001acd83390190565b6000602082840312156200168757600080fd5b81356001600160e01b031981168114620016a057600080fd5b9392505050565b6001600160a01b038116811462000a0a57600080fd5b600060208284031215620016d057600080fd5b8135620016a081620016a7565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200170557600080fd5b813567ffffffffffffffff80821115620017235762001723620016dd565b604051601f8301601f19908116603f011681019082821181831017156200174e576200174e620016dd565b816040528381528660208588010111156200176857600080fd5b836020870160208301376000602085830101528094505050505092915050565b6000806000606084860312156200179e57600080fd5b8335620017ab81620016a7565b9250602084013567ffffffffffffffff811115620017c857600080fd5b620017d686828701620016f3565b925050604084013590509250925092565b60008060408385031215620017fb57600080fd5b82356200180881620016a7565b9150602083013567ffffffffffffffff8111156200182557600080fd5b6200183385828601620016f3565b9150509250929050565b6000815180845260005b81811015620018655760208185018101518683018201520162001847565b506000602082860101526020601f19601f83011685010191505092915050565b602081526000620016a060208301846200183d565b62ffffff8116811462000a0a57600080fd5b600060208284031215620018bf57600080fd5b8135620016a0816200189a565b600060208284031215620018df57600080fd5b813567ffffffffffffffff811115620018f757600080fd5b6200190584828501620016f3565b949350505050565b6000602082840312156200192057600080fd5b5035919050565b600080604083850312156200193b57600080fd5b82356200194881620016a7565b915060208301356200195a81620016a7565b809150509250929050565b6001600160a01b0384811682528316602082015260606040820181905260009062001993908301846200183d565b95945050505050565b600060208284031215620019af57600080fd5b8151620016a0816200189a565b6001600160a01b038316815260406020820181905260009062001905908301846200183d565b600060208284031215620019f557600080fd5b81518015158114620016a057600080fd5b60006020828403121562001a1957600080fd5b8151620016a081620016a7565b634e487b7160e01b600052603260045260246000fd5b818103818111156200087757634e487b7160e01b600052601160045260246000fd5b60006020828403121562001a7157600080fd5b5051919050565b60006020828403121562001a8b57600080fd5b815164ffffffffff81168114620016a057600080fd5b60006020828403121562001ab457600080fd5b81516001600160601b0381168114620016a057600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212207fc3be0b67ab5a6f6fd34205d4d385e237910f1b59dc83ca95e83dbffe6cde3f64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212203a3656b83c243dbebd298c80d5e1948be3aff113c9b2bfec45ac13ab81e18ef664736f6c6343000814003360806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612c3180620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101fb5760003560e01c8063675393bf1161011a5780638fbc2d81116100ad578063c2bf08c81161007c578063c2bf08c814610488578063c4c79d8b1461049b578063d943342d146104ae578063ed841d0c146104c1578063f7c34ee0146104c957600080fd5b80638fbc2d8114610449578063ada9652e1461045c578063b68d180914610471578063bf7e214f1461048057600080fd5b80638105cc7f116100e95780638105cc7f14610406578063893d20e8146104195780638e32e979146104215780638fb360371461043457600080fd5b8063675393bf146103ad5780636c741e78146103c05780637286e5e5146103e05780637a9e5e4b146103f357600080fd5b8063329d6e74116101925780635ab1bd53116101615780635ab1bd53146103445780635c992fed146103695780635d9662891461037c578063644c45e01461038f57600080fd5b8063329d6e741461030357806336fc697e1461031657806349bb9e4b1461031e57806357a8fba71461033157600080fd5b8063138461e0116101ce578063138461e0146102865780631eff4b22146102a6578063214cdb80146102db57806327bb7a33146102f057600080fd5b806301ffc9a714610200578063026bc43b146102425780630d8e6e2c146102625780630fec111c1461027e575b600080fd5b61022d61020e3660046121fe565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610255610250366004612254565b6104dc565b60405161023991906122dd565b61026a61069d565b60405162ffffff9091168152602001610239565b610255610727565b61028e6108b8565b6040516001600160601b039091168152602001610239565b6102cd7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610239565b6102ee6102e93660046121fe565b6108c3565b005b6102ee6102fe3660046124a6565b6108f0565b6102ee61031136600461253e565b610995565b6102ee610ae2565b6102ee61032c366004612572565b610b28565b61028e61033f3660046125c1565b610c27565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610239565b61028e6103773660046125c1565b610cb6565b61025561038a366004612254565b610ccc565b600080516020612b9c833981519152546001600160601b031661028e565b6102ee6103bb366004612693565b610e17565b6103c8610f2a565b6040516001600160401b039091168152602001610239565b6102556103ee366004612254565b611025565b6102ee610401366004612693565b6110dd565b61028e6104143660046125c1565b611160565b610351611176565b6102ee61042f3660046126b0565b6112ad565b61043c6113f1565b60405161023991906126fb565b610255610457366004612254565b611429565b6102cd600080516020612b9c83398151915281565b60405160028152602001610239565b6103516114e1565b61028e6104963660046125c1565b6114fd565b6102556104a9366004612254565b611513565b6102556104bc366004612710565b61152f565b6102cd600081565b6102ee6104d7366004612254565b61167b565b6104e46121c0565b6104f1335b6000366116f2565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906105249063bfe7f23560e01b906004016126fb565b602060405180830381865afa158015610541573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610565919061274b565b61059257604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b61059f83600a5b846117f8565b90506105b36001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105de91906122dd565b6020604051808303816000875af11580156105fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106219190612773565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301816000875af1158015610672573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106969190612773565b5092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156106fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107229190612790565b905090565b61072f6121c0565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107cc9190612773565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610814611176565b6001600160a01b03168152602001826001018054610831906127b5565b80601f016020809104026020016040519081016040528092919081815260200182805461085d906127b5565b80156108aa5780601f1061087f576101008083540402835291602001916108aa565b820191906000526020600020905b81548152906001019060200180831161088d57829003601f168201915b505050505081525091505090565b600061072230611a6f565b6108cb611c70565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108f8611c70565b610902828761167b565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161098b8382612835565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6109b761069d565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109f7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1b9190612909565b600080516020612bdc8339815191528054600160401b900460ff1680610a4e575080546001600160401b03808416911610155b15610a6c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a9683611ca9565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610aea611c70565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020612bdc8339815191528054600160401b810460ff1615906001600160401b0316600081158015610b5b5750825b90506000826001600160401b03166001148015610b775750303b155b905081158015610b85575080155b15610ba35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610bcd57845460ff60401b1916600160401b1785555b610bd78787611cb1565b8315610c1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610c32336104e9565b610c3d82601c611dd0565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c6d9085906004016122dd565b6020604051808303816000875af1158015610c8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb09190612773565b92915050565b6000610cc1336104e9565b610c3d826015611dd0565b610cd46121c0565b610cdd336104e9565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d109063153c0ad960e01b906004016126fb565b602060405180830381865afa158015610d2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d51919061274b565b610d795760405163704b6c6d60e11b81526001600160a01b0384166004820152602401610589565b610d8483600c610599565b9050610d986001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610dc391906122dd565b6020604051808303816000875af1158015610de2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e069190612773565b6001600160601b0316815292915050565b610e1f611c70565b806001600160a01b03163b600003610e555760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610589565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610e9b9063e607072160e01b906004016126fb565b602060405180830381865afa925050508015610ed4575060408051601f3d908101601f19168201909252610ed19181019061274b565b60015b610efc5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610589565b80610f255760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610589565b505b50565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610f98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fbc9190612931565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611001573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107229190612909565b61102d6121c0565b611036336104e9565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061106990632363b9ed60e21b906004016126fb565b602060405180830381865afa158015611086573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110aa919061274b565b6110d2576040516304c983f360e41b81526001600160a01b0384166004820152602401610589565b610d8483600f610599565b336110e66114e1565b6001600160a01b0316816001600160a01b0316146111215760405162d1953b60e31b81526001600160a01b0382166004820152602401610589565b816001600160a01b03163b600003611157576040516361798f2f60e11b81526001600160a01b0383166004820152602401610589565b610f2582611f2b565b600061116b336104e9565b610c3d826020611dd0565b600080600080516020612b9c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156111e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061120a919061274b565b15611297576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561126d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112919190612959565b91505090565b54600160601b90046001600160a01b0316919050565b6112b5611c70565b61133583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061131b9190612773565b6009600085604051806020016040528060008152506108f0565b6001600160a01b038216156113525761134d82611f8c565b6113cc565b600061135e6002611f9d565b90506113ca816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113c59190612959565b611f8c565b505b6113dc634a531f3360e01b6108c3565b6113ec63daf9067160e01b6108c3565b505050565b600080516020612bbc833981519152805460009190600160a01b900460ff1661141b576000611291565b638fb3603760e01b91505090565b6114316121c0565b61143a336104e9565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061146d906363541cc160e11b906004016126fb565b602060405180830381865afa15801561148a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114ae919061274b565b6114d6576040516367237f5b60e11b81526001600160a01b0384166004820152602401610589565b610d8483600e610599565b600080516020612bbc833981519152546001600160a01b031690565b6000611508336104e9565b610c3d82601e611dd0565b61151b6121c0565b611524336104e9565b610d84836003610599565b6115376121c0565b611540336104e9565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061157390632986755f60e11b906004016126fb565b602060405180830381865afa158015611590573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115b4919061274b565b6115dc57604051632624ae7760e01b81526001600160a01b0385166004820152602401610589565b6115e78484846117f8565b90506115fb6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b815260040161162691906122dd565b6020604051808303816000875af1158015611645573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116699190612773565b6001600160601b031681529392505050565b611683611c70565b61168c81610e17565b611694610ae2565b6001600160a01b0382166116bb5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020612b9c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020612bbc83398151915260008061172d61170f6114e1565b873061171f600460008a8c612976565b611728916129a0565b6120a3565b91509150816117f05763ffffffff8116156117cd57825460ff60a01b1916600160a01b17835561175b6114e1565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161178a939291906129d0565b600060405180830381600087803b1580156117a457600080fd5b505af11580156117b8573d6000803e3d6000fd5b5050845460ff60a01b19168555506117f09050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610589565b505050505050565b6118006121c0565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561183e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118669190810190612a55565b9050836001600160a01b031681608001516001600160a01b0316146118b75760808101516040516306704ad960e11b81526001600160a01b0380871660048301529091166024820152604401610589565b604081015160ff84811691161461190357604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff80861660248301529091166044820152606401610589565b60a08101516001600160a01b038082169084161461194f576040516335ce70c360e21b81526001600160a01b038087166004830152808516602483015282166044820152606401610589565b846001600160a01b0316816001600160a01b03160361198c57604051638e80a3f960e01b81526001600160a01b0386166004820152602401610589565b6001600160a01b0381166119be576040516343e40cb560e01b81526001600160a01b0386166004820152602401610589565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611a12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a36919061274b565b15611a67576040516309ad872b60e41b81526001600160a01b03808716600483015282166024820152604401610589565b509392505050565b600080600080516020612b9c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611adf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b03919061274b565b15611b2f5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610589565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ba7919061274b565b611bcf5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610589565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c479190612773565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b600080516020612bdc83398151915254600160401b900460ff16611ca757604051631afcd79f60e31b815260040160405180910390fd5b565b6101fb611c70565b600080516020612bdc8339815191528054600160401b810460ff1615906001600160401b0316600081158015611ce45750825b90506000826001600160401b03166001148015611d005750303b155b905081158015611d0e575080155b15611d2c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d5657845460ff60401b1916600160401b1785555b60008087806020019051810190611d6d9190612b18565b91509150611d7c82828b6112ad565b611d8c631987a50360e11b6108c3565b50508315610c1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610c15565b60808201516001600160a01b031615611e075760408083015190516340fda83160e11b815260ff9091166004820152602401610589565b604082015160ff828116911614611e44576040808301519051632e5fbed960e21b815260ff80841660048301529091166024820152604401610589565b60a08201516001600160a01b038116611e7b576040808401519051633312954f60e21b815260ff9091166004820152602401610589565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef3919061274b565b156113ec57604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b0382166024820152604401610589565b600080516020612bbc83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611f94611c70565b610f27816121af565b6000611fb16001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015612016573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061203a9190612931565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561207f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb09190612959565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516121129190612b47565b600060405180830381855afa9150503d806000811461214d576040519150601f19603f3d011682016040523d82523d6000602084013e612152565b606091505b509150915081156121a4576040815110612184578080602001905181019061217a9190612b63565b90945092506121a4565b60208151106121a457808060200190518101906121a1919061274b565b93505b505094509492505050565b6121b7611c70565b610f2781611f2b565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561221057600080fd5b81356001600160e01b03198116811461222857600080fd5b9392505050565b6001600160a01b0381168114610f2757600080fd5b803561224f8161222f565b919050565b6000806040838503121561226757600080fd5b82356122728161222f565b915060208301356122828161222f565b809150509250929050565b60005b838110156122a8578181015183820152602001612290565b50506000910152565b600081518084526122c981602086016020860161228d565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161234660c08401826001600160a01b03169052565b5060c083015160e0808401526123606101008401826122b1565b949350505050565b6001600160601b0381168114610f2757600080fd5b803561224f81612368565b60ff81168114610f2757600080fd5b803561224f81612388565b8015158114610f2757600080fd5b803561224f816123a2565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156123f3576123f36123bb565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612421576124216123bb565b604052919050565b60006001600160401b03821115612442576124426123bb565b50601f01601f191660200190565b600082601f83011261246157600080fd5b813561247461246f82612429565b6123f9565b81815284602083860101111561248957600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156124bf57600080fd5b86356124ca8161222f565b955060208701356124da81612368565b945060408701356124ea81612388565b935060608701356124fa816123a2565b9250608087013561250a8161222f565b915060a08701356001600160401b0381111561252557600080fd5b61253189828a01612450565b9150509295509295509295565b60006020828403121561255057600080fd5b81356001600160401b0381111561256657600080fd5b61236084828501612450565b6000806040838503121561258557600080fd5b82356125908161222f565b915060208301356001600160401b038111156125ab57600080fd5b6125b785828601612450565b9150509250929050565b6000602082840312156125d357600080fd5b81356001600160401b03808211156125ea57600080fd5b9083019060e082860312156125fe57600080fd5b6126066123d1565b61260f8361237d565b815261261d6020840161237d565b602082015261262e60408401612397565b604082015261263f606084016123b0565b606082015261265060808401612244565b608082015261266160a08401612244565b60a082015260c08301358281111561267857600080fd5b61268487828601612450565b60c08301525095945050505050565b6000602082840312156126a557600080fd5b81356122288161222f565b6000806000606084860312156126c557600080fd5b83356126d08161222f565b925060208401356126e08161222f565b915060408401356126f08161222f565b809150509250925092565b6001600160e01b031991909116815260200190565b60008060006060848603121561272557600080fd5b83356127308161222f565b925060208401356126e081612388565b805161224f816123a2565b60006020828403121561275d57600080fd5b8151612228816123a2565b805161224f81612368565b60006020828403121561278557600080fd5b815161222881612368565b6000602082840312156127a257600080fd5b815162ffffff8116811461222857600080fd5b600181811c908216806127c957607f821691505b6020821081036127e957634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156113ec57600081815260208120601f850160051c810160208610156128165750805b601f850160051c820191505b818110156117f057828155600101612822565b81516001600160401b0381111561284e5761284e6123bb565b6128628161285c84546127b5565b846127ef565b602080601f831160018114612897576000841561287f5750858301515b600019600386901b1c1916600185901b1785556117f0565b600085815260208120601f198616915b828110156128c6578886015182559484019460019091019084016128a7565b50858210156128e45787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610f2757600080fd5b60006020828403121561291b57600080fd5b8151612228816128f4565b805161224f81612388565b60006020828403121561294357600080fd5b815161222881612388565b805161224f8161222f565b60006020828403121561296b57600080fd5b81516122288161222f565b6000808585111561298657600080fd5b8386111561299357600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156129c85780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612a2157600080fd5b8151612a2f61246f82612429565b818152846020838601011115612a4457600080fd5b61236082602083016020870161228d565b600060208284031215612a6757600080fd5b81516001600160401b0380821115612a7e57600080fd5b9083019060e08286031215612a9257600080fd5b612a9a6123d1565b612aa383612768565b8152612ab160208401612768565b6020820152612ac260408401612926565b6040820152612ad360608401612740565b6060820152612ae46080840161294e565b6080820152612af560a0840161294e565b60a082015260c083015182811115612b0c57600080fd5b61268487828601612a10565b60008060408385031215612b2b57600080fd5b8251612b368161222f565b60208401519092506122828161222f565b60008251612b5981846020870161228d565b9190910192915050565b60008060408385031215612b7657600080fd5b8251612b81816123a2565b602084015190925063ffffffff8116811461228257600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212208058f9c49e60122cc6d70d9d87acf01231f21063465d24b988c25742cc1dcd6264736f6c6343000814003360a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212207fc3be0b67ab5a6f6fd34205d4d385e237910f1b59dc83ca95e83dbffe6cde3f64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
|
586
|
+
"deployedBytecode": "0x60806040523480156200001157600080fd5b5060043610620001755760003560e01c80636bfc9c7311620000d3578063b88da7591162000086578063b88da7591462000458578063c987336c146200046f578063caf4e3d41462000486578063e97fac0514620004ad578063f7c34ee014620004c4578063fd0c63d914620004db57600080fd5b80636bfc9c7314620003ed578063893d20e814620004055780638e9afce6146200040f578063933a9ce81462000426578063946dfcfe1462000438578063ada9652e146200044157600080fd5b8063214cdb80116200012c578063214cdb80146200027057806336fc697e14620002875780634d459c9014620002915780635ab1bd5314620003a4578063644c45e014620003b6578063675393bf14620003d657600080fd5b806301ffc9a7146200017a578063058f7a9714620001bf57806307484e8014620001d85780630d8e6e2c1462000208578063138461e014620002275780631775564d146200024a575b600080fd5b620001aa6200018b36600462001674565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001d6620001d0366004620016bd565b620004e5565b005b620001ef620001e936600462001788565b620005fe565b6040516001600160a01b039091168152602001620001b6565b62000212620007a0565b60405162ffffff9091168152602001620001b6565b6200023162000816565b6040516001600160601b039091168152602001620001b6565b620002616200025b366004620017e7565b62000823565b604051620001b6919062001885565b620001d66200028136600462001674565b6200087d565b620001d6620008ac565b62000346620002a2366004620018ac565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001620001b6565b6001546001600160a01b0316620001ef565b600080516020620029fc833981519152546001600160601b031662000231565b620001d6620003e7366004620016bd565b620008f4565b620003f6600081565b604051908152602001620001b6565b620001ef62000a0d565b6200026162000420366004620018cc565b62000b4c565b6002546001600160a01b0316620001ef565b600454620003f6565b620003f6600080516020620029fc83398151915281565b62000212620004693660046200190d565b62000ba1565b620001ef62000480366004620017e7565b62000be5565b7f0000000000000000000000000000000000000000000000000000000000000000620001ef565b620001ef620004be366004620017e7565b62000e23565b620001d6620004d536600462001927565b62000fbb565b620002316200103a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156200052c5750825b905060008267ffffffffffffffff1660011480156200054a5750303b155b90508115801562000559575080155b15620005785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315620005a357845460ff60401b1916600160401b1785555b620005af338762000fbb565b8315620005f657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006200060a62000a0d565b6001600160a01b0316336001600160a01b031614620006435760405163086391f760e31b81523360048201526024015b60405180910390fd5b60045415620006655760405163402b135f60e11b815260040160405180910390fd5b60006200067162000a0d565b90503083868262000683858962000823565b604051620006919062001666565b6200069f9392919062001965565b8190604051809103906000f5905080158015620006c0573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000753918591630d8e6e2c9160048083019260209291908290030181865afa15801562000725573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200074b91906200199c565b878462001054565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015620007eb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200081191906200199c565b905090565b600062000811306200140b565b60606349bb9e4b60e01b838360405160240162000842929190620019bc565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620008876200161a565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b620008b66200161a565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b620008fe6200161a565b806001600160a01b03163b600003620009365760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200063a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015620009b3575060408051601f3d908101601f19168201909252620009b091810190620019e2565b60015b620009dd5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200063a565b8062000a085760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200063a565b505b50565b600080600080516020620029fc83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000a7f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000aa59190620019e2565b1562000b36576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000b0a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b30919062001a06565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b69919062001885565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b60006004828154811062000bb95762000bb962001a26565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000bf162000a0d565b6001600160a01b0316336001600160a01b03161462000c265760405163086391f760e31b81523360048201526024016200063a565b60045460000362000c4a5760405163366dfd2160e21b815260040160405180910390fd5b600062000c5662000a0d565b9050600062000c6d6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000cad573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000cd3919062001a06565b6002549091506001600160a01b03908116908216639623609d828862000cf98962000b4c565b6040518463ffffffff1660e01b815260040162000d199392919062001965565b600060405180830381600087803b15801562000d3457600080fd5b505af115801562000d49573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000dd6846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000da8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000dce91906200199c565b878562001054565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000e2f62000a0d565b6001600160a01b0316336001600160a01b03161462000e645760405163086391f760e31b81523360048201526024016200063a565b6004541562000e865760405163402b135f60e11b815260040160405180910390fd5b600062000e9262000a0d565b905030848162000ea3848762000823565b60405162000eb19062001666565b62000ebf9392919062001965565b604051809103906000f08015801562000edc573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000f6f918591630d8e6e2c9160048083019260209291908290030181865afa15801562000f41573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f6791906200199c565b868462001054565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b62000fc56200161a565b62000fd081620008f4565b62000fda620008ac565b6001600160a01b038216620010025760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020620029fc83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60025460009062000811906001600160a01b03166200140b565b620010d68373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015620010a3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620010c991906200199c565b62ffffff90811691161490565b15620010f5576040516348c618db60e01b815260040160405180910390fd5b60045415620012605760048054620011109060019062001a3c565b8154811062001123576200112362001a26565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001198573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011be919062001a5e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001213573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001239919062001a5e565b116200126057604051633e614b6d60e11b815262ffffff841660048201526024016200063a565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562001334573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200135a919062001a78565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b600080600080516020620029fc83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156200147d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620014a39190620019e2565b15620014d15780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016200063a565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801562001526573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200154c9190620019e2565b620015765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016200063a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015620015cb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620015f1919062001aa1565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200166457604051631afcd79f60e31b815260040160405180910390fd5b565b610f2f8062001acd83390190565b6000602082840312156200168757600080fd5b81356001600160e01b031981168114620016a057600080fd5b9392505050565b6001600160a01b038116811462000a0a57600080fd5b600060208284031215620016d057600080fd5b8135620016a081620016a7565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200170557600080fd5b813567ffffffffffffffff80821115620017235762001723620016dd565b604051601f8301601f19908116603f011681019082821181831017156200174e576200174e620016dd565b816040528381528660208588010111156200176857600080fd5b836020870160208301376000602085830101528094505050505092915050565b6000806000606084860312156200179e57600080fd5b8335620017ab81620016a7565b9250602084013567ffffffffffffffff811115620017c857600080fd5b620017d686828701620016f3565b925050604084013590509250925092565b60008060408385031215620017fb57600080fd5b82356200180881620016a7565b9150602083013567ffffffffffffffff8111156200182557600080fd5b6200183385828601620016f3565b9150509250929050565b6000815180845260005b81811015620018655760208185018101518683018201520162001847565b506000602082860101526020601f19601f83011685010191505092915050565b602081526000620016a060208301846200183d565b62ffffff8116811462000a0a57600080fd5b600060208284031215620018bf57600080fd5b8135620016a0816200189a565b600060208284031215620018df57600080fd5b813567ffffffffffffffff811115620018f757600080fd5b6200190584828501620016f3565b949350505050565b6000602082840312156200192057600080fd5b5035919050565b600080604083850312156200193b57600080fd5b82356200194881620016a7565b915060208301356200195a81620016a7565b809150509250929050565b6001600160a01b0384811682528316602082015260606040820181905260009062001993908301846200183d565b95945050505050565b600060208284031215620019af57600080fd5b8151620016a0816200189a565b6001600160a01b038316815260406020820181905260009062001905908301846200183d565b600060208284031215620019f557600080fd5b81518015158114620016a057600080fd5b60006020828403121562001a1957600080fd5b8151620016a081620016a7565b634e487b7160e01b600052603260045260246000fd5b818103818111156200087757634e487b7160e01b600052601160045260246000fd5b60006020828403121562001a7157600080fd5b5051919050565b60006020828403121562001a8b57600080fd5b815164ffffffffff81168114620016a057600080fd5b60006020828403121562001ab457600080fd5b81516001600160601b0381168114620016a057600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212207fc3be0b67ab5a6f6fd34205d4d385e237910f1b59dc83ca95e83dbffe6cde3f64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212203a3656b83c243dbebd298c80d5e1948be3aff113c9b2bfec45ac13ab81e18ef664736f6c63430008140033",
|
587
|
+
"linkReferences": {
|
588
|
+
"contracts/type/NftId.sol": {
|
589
|
+
"NftIdLib": [
|
590
|
+
{
|
591
|
+
"length": 20,
|
592
|
+
"start": 1230
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"length": 20,
|
596
|
+
"start": 6163
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"length": 20,
|
600
|
+
"start": 8721
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"length": 20,
|
604
|
+
"start": 16487
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"length": 20,
|
608
|
+
"start": 19122
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"length": 20,
|
612
|
+
"start": 21419
|
613
|
+
}
|
614
|
+
]
|
615
|
+
},
|
616
|
+
"contracts/type/RoleId.sol": {
|
617
|
+
"RoleIdLib": [
|
618
|
+
{
|
619
|
+
"length": 20,
|
620
|
+
"start": 18484
|
621
|
+
}
|
622
|
+
]
|
623
|
+
},
|
624
|
+
"contracts/type/Timestamp.sol": {
|
625
|
+
"TimestampLib": [
|
626
|
+
{
|
627
|
+
"length": 20,
|
628
|
+
"start": 2270
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"length": 20,
|
632
|
+
"start": 8392
|
633
|
+
}
|
634
|
+
]
|
635
|
+
},
|
636
|
+
"contracts/type/Version.sol": {
|
637
|
+
"VersionLib": [
|
638
|
+
{
|
639
|
+
"length": 20,
|
640
|
+
"start": 1600
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"length": 20,
|
644
|
+
"start": 1858
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"length": 20,
|
648
|
+
"start": 1981
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"length": 20,
|
652
|
+
"start": 7722
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"length": 20,
|
656
|
+
"start": 7980
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"length": 20,
|
660
|
+
"start": 8103
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"length": 20,
|
664
|
+
"start": 16330
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"length": 20,
|
668
|
+
"start": 17053
|
669
|
+
}
|
670
|
+
],
|
671
|
+
"VersionPartLib": [
|
672
|
+
{
|
673
|
+
"length": 20,
|
674
|
+
"start": 18532
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"length": 20,
|
678
|
+
"start": 22754
|
679
|
+
}
|
680
|
+
]
|
681
|
+
}
|
682
|
+
},
|
683
|
+
"deployedLinkReferences": {
|
684
|
+
"contracts/type/NftId.sol": {
|
685
|
+
"NftIdLib": [
|
686
|
+
{
|
687
|
+
"length": 20,
|
688
|
+
"start": 2628
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"length": 20,
|
692
|
+
"start": 5186
|
693
|
+
}
|
694
|
+
]
|
695
|
+
},
|
696
|
+
"contracts/type/Timestamp.sol": {
|
697
|
+
"TimestampLib": [
|
698
|
+
{
|
699
|
+
"length": 20,
|
700
|
+
"start": 4857
|
701
|
+
}
|
702
|
+
]
|
703
|
+
},
|
704
|
+
"contracts/type/Version.sol": {
|
705
|
+
"VersionLib": [
|
706
|
+
{
|
707
|
+
"length": 20,
|
708
|
+
"start": 4187
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"length": 20,
|
712
|
+
"start": 4445
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"length": 20,
|
716
|
+
"start": 4568
|
717
|
+
}
|
718
|
+
]
|
719
|
+
}
|
720
|
+
}
|
721
|
+
}
|