@etherisc/gif-next 0.0.2-ecbd488-936 → 0.0.2-ed3b1b0-046
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +71 -14
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1376 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1556 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +819 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1000 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +840 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +415 -776
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +314 -178
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +452 -3067
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +612 -181
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +443 -257
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +446 -398
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +319 -132
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2847 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +91 -2
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +49 -0
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +93 -14
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +38 -13
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +71 -45
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +735 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +332 -336
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +747 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +687 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +787 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +231 -204
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +237 -288
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +162 -166
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +779 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +727 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +679 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +319 -129
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +268 -255
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +339 -222
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +238 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +313 -354
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +323 -135
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +846 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +132 -57
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentService.sol/ComponentService.json} +271 -180
- 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/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +27 -29
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +8 -34
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +84 -178
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +109 -29
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +310 -61
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +118 -53
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +185 -165
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → staking/IStakingService.sol/IStakingService.json} +226 -145
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +767 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
- package/artifacts/contracts/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 +281 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Blocknumber.sol/BlocknumberLib.json +3 -3
- 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/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
- 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/{types → type}/Key32.sol/Key32Lib.json +3 -3
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -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/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +351 -0
- package/contracts/{instance/service → distribution}/DistributionServiceManager.sol +20 -20
- package/contracts/distribution/IDistributionComponent.sol +71 -0
- package/contracts/distribution/IDistributionService.sol +87 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +60 -31
- package/contracts/instance/IInstanceService.sol +56 -13
- package/contracts/instance/Instance.sol +149 -363
- package/contracts/instance/InstanceAccessManager.sol +432 -177
- package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
- package/contracts/instance/InstanceReader.sol +109 -47
- package/contracts/instance/InstanceService.sol +246 -140
- package/contracts/instance/InstanceServiceManager.sol +12 -25
- package/contracts/instance/InstanceStore.sol +211 -0
- package/contracts/instance/base/Cloneable.sol +51 -0
- package/contracts/instance/base/IKeyValueStore.sol +14 -10
- package/contracts/instance/base/ILifecycle.sol +3 -3
- package/contracts/instance/base/KeyValueStore.sol +44 -47
- package/contracts/instance/base/Lifecycle.sol +28 -7
- package/contracts/instance/base/ObjectManager.sol +82 -0
- package/contracts/instance/module/IAccess.sol +37 -21
- package/contracts/instance/module/IBundle.sol +11 -8
- package/contracts/instance/module/IComponents.sol +41 -0
- package/contracts/instance/module/IDistribution.sol +7 -4
- package/contracts/instance/module/IPolicy.sol +50 -17
- package/contracts/instance/module/IRisk.sol +1 -1
- package/contracts/instance/module/ISetup.sol +11 -22
- package/contracts/instance/module/ITreasury.sol +2 -2
- package/contracts/pool/BundleService.sol +384 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/pool/IBundleService.sol +118 -0
- package/contracts/pool/IPoolComponent.sol +114 -0
- package/contracts/pool/IPoolService.sol +114 -0
- package/contracts/pool/Pool.sol +302 -0
- package/contracts/pool/PoolService.sol +404 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +187 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/ClaimService.sol +443 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +93 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +37 -0
- package/contracts/product/IProductComponent.sol +41 -0
- package/contracts/product/IProductService.sol +40 -0
- package/contracts/product/PolicyService.sol +378 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +276 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/product/Product.sol +379 -0
- package/contracts/product/ProductService.sol +212 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +9 -1
- package/contracts/registry/IRegistry.sol +56 -27
- package/contracts/registry/IRegistryService.sol +36 -28
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +259 -232
- package/contracts/registry/RegistryAccessManager.sol +132 -0
- package/contracts/registry/RegistryService.sol +81 -208
- package/contracts/registry/RegistryServiceManager.sol +34 -42
- package/contracts/registry/ReleaseManager.sol +382 -0
- package/contracts/registry/TokenRegistry.sol +22 -17
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/shared/Component.sol +271 -0
- package/contracts/shared/ComponentService.sol +141 -0
- package/contracts/shared/ERC165.sol +14 -12
- package/contracts/shared/IComponent.sol +90 -0
- package/contracts/shared/INftOwnable.sol +12 -11
- package/contracts/shared/IPolicyHolder.sol +40 -0
- package/contracts/shared/IRegisterable.sol +4 -6
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +7 -4
- package/contracts/shared/IVersionable.sol +5 -48
- package/contracts/shared/NftOwnable.sol +64 -80
- package/contracts/shared/PolicyHolder.sol +94 -0
- package/contracts/shared/ProxyManager.sol +126 -25
- package/contracts/shared/Registerable.sol +26 -41
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +41 -24
- package/contracts/shared/TokenHandler.sol +14 -6
- package/contracts/shared/Versionable.sol +4 -92
- package/contracts/staking/IStakingService.sol +102 -0
- package/contracts/staking/StakingService.sol +169 -0
- package/contracts/staking/StakingServiceManager.sol +40 -0
- package/contracts/type/Amount.sol +109 -0
- package/contracts/{types → type}/Blocknumber.sol +1 -0
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +17 -8
- package/contracts/{types → type}/NftId.sol +8 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/{types → type}/ObjectType.sol +17 -7
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +4 -0
- package/contracts/type/RoleId.sol +139 -0
- package/contracts/type/Seconds.sol +54 -0
- package/contracts/{types → type}/StateId.sol +7 -2
- package/contracts/{types → type}/Timestamp.sol +18 -13
- package/contracts/{types → type}/UFixed.sol +1 -0
- package/contracts/{types → type}/Version.sol +1 -0
- package/package.json +3 -3
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -719
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/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/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1046
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- 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/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/contracts/components/BaseComponent.sol +0 -91
- package/contracts/components/Distribution.sol +0 -159
- package/contracts/components/IBaseComponent.sol +0 -25
- package/contracts/components/IDistributionComponent.sol +0 -44
- package/contracts/components/IPoolComponent.sol +0 -62
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -242
- package/contracts/components/Product.sol +0 -284
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagedSimple.sol +0 -115
- package/contracts/instance/AccessManagerSimple.sol +0 -692
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/base/ComponentServiceBase.sol +0 -124
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/DistributionService.sol +0 -88
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPoolService.sol +0 -37
- package/contracts/instance/service/IProductService.sol +0 -107
- package/contracts/instance/service/PoolService.sol +0 -194
- package/contracts/instance/service/PoolServiceManager.sol +0 -54
- package/contracts/instance/service/ProductService.sol +0 -543
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -24
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/test/Usdc.sol +0 -26
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/RoleId.sol +0 -90
- /package/contracts/{types → type}/AddressSet.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
- /package/contracts/{types → type}/RiskId.sol +0 -0
@@ -0,0 +1,1556 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "DistributionService",
|
4
|
+
"sourceName": "contracts/distribution/DistributionService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "component",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentServiceComponentLocked",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "component",
|
60
|
+
"type": "address"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"internalType": "ObjectType",
|
64
|
+
"name": "expectedType",
|
65
|
+
"type": "uint8"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "foundType",
|
70
|
+
"type": "uint8"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorComponentServiceComponentTypeInvalid",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "NftId",
|
80
|
+
"name": "instanceNftId",
|
81
|
+
"type": "uint96"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"internalType": "RoleId",
|
85
|
+
"name": "requiredRole",
|
86
|
+
"type": "uint64"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"internalType": "address",
|
90
|
+
"name": "sender",
|
91
|
+
"type": "address"
|
92
|
+
}
|
93
|
+
],
|
94
|
+
"name": "ErrorComponentServiceExpectedRoleMissing",
|
95
|
+
"type": "error"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [
|
99
|
+
{
|
100
|
+
"internalType": "address",
|
101
|
+
"name": "component",
|
102
|
+
"type": "address"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"internalType": "ObjectType",
|
106
|
+
"name": "requiredType",
|
107
|
+
"type": "uint8"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"internalType": "ObjectType",
|
111
|
+
"name": "componentType",
|
112
|
+
"type": "uint8"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"name": "ErrorComponentServiceInvalidType",
|
116
|
+
"type": "error"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"inputs": [
|
120
|
+
{
|
121
|
+
"internalType": "address",
|
122
|
+
"name": "component",
|
123
|
+
"type": "address"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"name": "ErrorComponentServiceNotComponent",
|
127
|
+
"type": "error"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"inputs": [
|
131
|
+
{
|
132
|
+
"internalType": "address",
|
133
|
+
"name": "component",
|
134
|
+
"type": "address"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"internalType": "address",
|
138
|
+
"name": "initialOwner",
|
139
|
+
"type": "address"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"internalType": "address",
|
143
|
+
"name": "sender",
|
144
|
+
"type": "address"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"name": "ErrorComponentServiceSenderNotOwner",
|
148
|
+
"type": "error"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"inputs": [
|
152
|
+
{
|
153
|
+
"internalType": "address",
|
154
|
+
"name": "sender",
|
155
|
+
"type": "address"
|
156
|
+
}
|
157
|
+
],
|
158
|
+
"name": "ErrorComponentServiceSenderNotService",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [
|
163
|
+
{
|
164
|
+
"internalType": "address",
|
165
|
+
"name": "caller",
|
166
|
+
"type": "address"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"name": "ErrorDistributionServiceCallerNotRegistered",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [
|
174
|
+
{
|
175
|
+
"internalType": "Amount",
|
176
|
+
"name": "transferredDistributionFeeAmount",
|
177
|
+
"type": "uint96"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"internalType": "Amount",
|
181
|
+
"name": "expectedDistributionFeeAmount",
|
182
|
+
"type": "uint96"
|
183
|
+
}
|
184
|
+
],
|
185
|
+
"name": "ErrorDistributionServiceInvalidFeeTransferred",
|
186
|
+
"type": "error"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"inputs": [
|
190
|
+
{
|
191
|
+
"internalType": "address",
|
192
|
+
"name": "target",
|
193
|
+
"type": "address"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"name": "ErrorIAccessTargetLocked",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "address",
|
203
|
+
"name": "caller",
|
204
|
+
"type": "address"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"name": "ErrorIDistributionServiceCallerNotDistributor",
|
208
|
+
"type": "error"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "uint256",
|
214
|
+
"name": "commissionPercentage",
|
215
|
+
"type": "uint256"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"internalType": "uint256",
|
219
|
+
"name": "maxCommissionPercentage",
|
220
|
+
"type": "uint256"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorIDistributionServiceCommissionTooHigh",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
228
|
+
{
|
229
|
+
"internalType": "uint256",
|
230
|
+
"name": "maxDiscountPercentage",
|
231
|
+
"type": "uint256"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "uint256",
|
235
|
+
"name": "discountPercentage",
|
236
|
+
"type": "uint256"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "ErrorIDistributionServiceDiscountTooHigh",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [
|
244
|
+
{
|
245
|
+
"internalType": "uint256",
|
246
|
+
"name": "minDiscountPercentage",
|
247
|
+
"type": "uint256"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"internalType": "uint256",
|
251
|
+
"name": "discountPercentage",
|
252
|
+
"type": "uint256"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"name": "ErrorIDistributionServiceDiscountTooLow",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"inputs": [
|
260
|
+
{
|
261
|
+
"internalType": "Timestamp",
|
262
|
+
"name": "expiryAt",
|
263
|
+
"type": "uint40"
|
264
|
+
}
|
265
|
+
],
|
266
|
+
"name": "ErrorIDistributionServiceExpirationInvalid",
|
267
|
+
"type": "error"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"inputs": [
|
271
|
+
{
|
272
|
+
"internalType": "uint256",
|
273
|
+
"name": "maxReferralLifetime",
|
274
|
+
"type": "uint256"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"internalType": "uint256",
|
278
|
+
"name": "expiryAt",
|
279
|
+
"type": "uint256"
|
280
|
+
}
|
281
|
+
],
|
282
|
+
"name": "ErrorIDistributionServiceExpiryTooLong",
|
283
|
+
"type": "error"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"inputs": [
|
287
|
+
{
|
288
|
+
"internalType": "string",
|
289
|
+
"name": "code",
|
290
|
+
"type": "string"
|
291
|
+
}
|
292
|
+
],
|
293
|
+
"name": "ErrorIDistributionServiceInvalidReferral",
|
294
|
+
"type": "error"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"inputs": [
|
298
|
+
{
|
299
|
+
"internalType": "ReferralId",
|
300
|
+
"name": "referralId",
|
301
|
+
"type": "bytes8"
|
302
|
+
}
|
303
|
+
],
|
304
|
+
"name": "ErrorIDistributionServiceInvalidReferralId",
|
305
|
+
"type": "error"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"inputs": [
|
309
|
+
{
|
310
|
+
"internalType": "uint256",
|
311
|
+
"name": "maxDiscountPercentage",
|
312
|
+
"type": "uint256"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"internalType": "uint256",
|
316
|
+
"name": "limit",
|
317
|
+
"type": "uint256"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"name": "ErrorIDistributionServiceMaxDiscountTooHigh",
|
321
|
+
"type": "error"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"inputs": [
|
325
|
+
{
|
326
|
+
"internalType": "uint256",
|
327
|
+
"name": "maxReferrals",
|
328
|
+
"type": "uint256"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"name": "ErrorIDistributionServiceMaxReferralsExceeded",
|
332
|
+
"type": "error"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"inputs": [
|
336
|
+
{
|
337
|
+
"internalType": "uint256",
|
338
|
+
"name": "minFee",
|
339
|
+
"type": "uint256"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"internalType": "uint256",
|
343
|
+
"name": "limit",
|
344
|
+
"type": "uint256"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"name": "ErrorIDistributionServiceMinFeeTooHigh",
|
348
|
+
"type": "error"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"inputs": [
|
352
|
+
{
|
353
|
+
"internalType": "NftId",
|
354
|
+
"name": "nftId",
|
355
|
+
"type": "uint96"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"internalType": "NftId",
|
359
|
+
"name": "parentNftId",
|
360
|
+
"type": "uint96"
|
361
|
+
}
|
362
|
+
],
|
363
|
+
"name": "ErrorIDistributionServiceParentNftIdNotInstance",
|
364
|
+
"type": "error"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"inputs": [
|
368
|
+
{
|
369
|
+
"internalType": "NftId",
|
370
|
+
"name": "distributionNftId",
|
371
|
+
"type": "uint96"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"internalType": "ReferralId",
|
375
|
+
"name": "referralId",
|
376
|
+
"type": "bytes8"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"name": "ErrorIDistributionServiceReferralInvalid",
|
380
|
+
"type": "error"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"inputs": [
|
384
|
+
{
|
385
|
+
"internalType": "NftId",
|
386
|
+
"name": "nftId",
|
387
|
+
"type": "uint96"
|
388
|
+
}
|
389
|
+
],
|
390
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
391
|
+
"type": "error"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"inputs": [
|
395
|
+
{
|
396
|
+
"internalType": "address",
|
397
|
+
"name": "contractAddress",
|
398
|
+
"type": "address"
|
399
|
+
}
|
400
|
+
],
|
401
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
402
|
+
"type": "error"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"inputs": [],
|
406
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
407
|
+
"type": "error"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"inputs": [
|
411
|
+
{
|
412
|
+
"internalType": "address",
|
413
|
+
"name": "account",
|
414
|
+
"type": "address"
|
415
|
+
}
|
416
|
+
],
|
417
|
+
"name": "ErrorNftOwnableNotOwner",
|
418
|
+
"type": "error"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"inputs": [
|
422
|
+
{
|
423
|
+
"internalType": "address",
|
424
|
+
"name": "registryAddress",
|
425
|
+
"type": "address"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"name": "ErrorNotRegistry",
|
429
|
+
"type": "error"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"inputs": [],
|
433
|
+
"name": "ErrorServiceNotImplemented",
|
434
|
+
"type": "error"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"inputs": [],
|
438
|
+
"name": "InvalidInitialization",
|
439
|
+
"type": "error"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"inputs": [],
|
443
|
+
"name": "NotInitializing",
|
444
|
+
"type": "error"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"anonymous": false,
|
448
|
+
"inputs": [
|
449
|
+
{
|
450
|
+
"indexed": false,
|
451
|
+
"internalType": "address",
|
452
|
+
"name": "authority",
|
453
|
+
"type": "address"
|
454
|
+
}
|
455
|
+
],
|
456
|
+
"name": "AuthorityUpdated",
|
457
|
+
"type": "event"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"anonymous": false,
|
461
|
+
"inputs": [
|
462
|
+
{
|
463
|
+
"indexed": false,
|
464
|
+
"internalType": "uint64",
|
465
|
+
"name": "version",
|
466
|
+
"type": "uint64"
|
467
|
+
}
|
468
|
+
],
|
469
|
+
"name": "Initialized",
|
470
|
+
"type": "event"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"inputs": [],
|
474
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
475
|
+
"outputs": [
|
476
|
+
{
|
477
|
+
"internalType": "bytes32",
|
478
|
+
"name": "",
|
479
|
+
"type": "bytes32"
|
480
|
+
}
|
481
|
+
],
|
482
|
+
"stateMutability": "view",
|
483
|
+
"type": "function"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"inputs": [],
|
487
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
488
|
+
"outputs": [
|
489
|
+
{
|
490
|
+
"internalType": "bytes32",
|
491
|
+
"name": "",
|
492
|
+
"type": "bytes32"
|
493
|
+
}
|
494
|
+
],
|
495
|
+
"stateMutability": "view",
|
496
|
+
"type": "function"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"inputs": [],
|
500
|
+
"name": "authority",
|
501
|
+
"outputs": [
|
502
|
+
{
|
503
|
+
"internalType": "address",
|
504
|
+
"name": "",
|
505
|
+
"type": "address"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"stateMutability": "view",
|
509
|
+
"type": "function"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"inputs": [
|
513
|
+
{
|
514
|
+
"internalType": "address",
|
515
|
+
"name": "distributor",
|
516
|
+
"type": "address"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"internalType": "DistributorType",
|
520
|
+
"name": "distributorType",
|
521
|
+
"type": "bytes8"
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"internalType": "bytes",
|
525
|
+
"name": "data",
|
526
|
+
"type": "bytes"
|
527
|
+
}
|
528
|
+
],
|
529
|
+
"name": "createDistributor",
|
530
|
+
"outputs": [
|
531
|
+
{
|
532
|
+
"internalType": "NftId",
|
533
|
+
"name": "distributorNftId",
|
534
|
+
"type": "uint96"
|
535
|
+
}
|
536
|
+
],
|
537
|
+
"stateMutability": "nonpayable",
|
538
|
+
"type": "function"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"inputs": [
|
542
|
+
{
|
543
|
+
"internalType": "string",
|
544
|
+
"name": "name",
|
545
|
+
"type": "string"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"internalType": "UFixed",
|
549
|
+
"name": "minDiscountPercentage",
|
550
|
+
"type": "uint256"
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"internalType": "UFixed",
|
554
|
+
"name": "maxDiscountPercentage",
|
555
|
+
"type": "uint256"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"internalType": "UFixed",
|
559
|
+
"name": "commissionPercentage",
|
560
|
+
"type": "uint256"
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"internalType": "uint32",
|
564
|
+
"name": "maxReferralCount",
|
565
|
+
"type": "uint32"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"internalType": "uint32",
|
569
|
+
"name": "maxReferralLifetime",
|
570
|
+
"type": "uint32"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"internalType": "bool",
|
574
|
+
"name": "allowSelfReferrals",
|
575
|
+
"type": "bool"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"internalType": "bool",
|
579
|
+
"name": "allowRenewals",
|
580
|
+
"type": "bool"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"internalType": "bytes",
|
584
|
+
"name": "data",
|
585
|
+
"type": "bytes"
|
586
|
+
}
|
587
|
+
],
|
588
|
+
"name": "createDistributorType",
|
589
|
+
"outputs": [
|
590
|
+
{
|
591
|
+
"internalType": "DistributorType",
|
592
|
+
"name": "distributorType",
|
593
|
+
"type": "bytes8"
|
594
|
+
}
|
595
|
+
],
|
596
|
+
"stateMutability": "nonpayable",
|
597
|
+
"type": "function"
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"inputs": [
|
601
|
+
{
|
602
|
+
"internalType": "NftId",
|
603
|
+
"name": "distributorNftId",
|
604
|
+
"type": "uint96"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"internalType": "string",
|
608
|
+
"name": "code",
|
609
|
+
"type": "string"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"internalType": "UFixed",
|
613
|
+
"name": "discountPercentage",
|
614
|
+
"type": "uint256"
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"internalType": "uint32",
|
618
|
+
"name": "maxReferrals",
|
619
|
+
"type": "uint32"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"internalType": "Timestamp",
|
623
|
+
"name": "expiryAt",
|
624
|
+
"type": "uint40"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"internalType": "bytes",
|
628
|
+
"name": "data",
|
629
|
+
"type": "bytes"
|
630
|
+
}
|
631
|
+
],
|
632
|
+
"name": "createReferral",
|
633
|
+
"outputs": [
|
634
|
+
{
|
635
|
+
"internalType": "ReferralId",
|
636
|
+
"name": "referralId",
|
637
|
+
"type": "bytes8"
|
638
|
+
}
|
639
|
+
],
|
640
|
+
"stateMutability": "nonpayable",
|
641
|
+
"type": "function"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"inputs": [],
|
645
|
+
"name": "getDomain",
|
646
|
+
"outputs": [
|
647
|
+
{
|
648
|
+
"internalType": "ObjectType",
|
649
|
+
"name": "",
|
650
|
+
"type": "uint8"
|
651
|
+
}
|
652
|
+
],
|
653
|
+
"stateMutability": "pure",
|
654
|
+
"type": "function"
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"inputs": [],
|
658
|
+
"name": "getInitialInfo",
|
659
|
+
"outputs": [
|
660
|
+
{
|
661
|
+
"components": [
|
662
|
+
{
|
663
|
+
"internalType": "NftId",
|
664
|
+
"name": "nftId",
|
665
|
+
"type": "uint96"
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"internalType": "NftId",
|
669
|
+
"name": "parentNftId",
|
670
|
+
"type": "uint96"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"internalType": "ObjectType",
|
674
|
+
"name": "objectType",
|
675
|
+
"type": "uint8"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"internalType": "bool",
|
679
|
+
"name": "isInterceptor",
|
680
|
+
"type": "bool"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"internalType": "address",
|
684
|
+
"name": "objectAddress",
|
685
|
+
"type": "address"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"internalType": "address",
|
689
|
+
"name": "initialOwner",
|
690
|
+
"type": "address"
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"internalType": "bytes",
|
694
|
+
"name": "data",
|
695
|
+
"type": "bytes"
|
696
|
+
}
|
697
|
+
],
|
698
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
699
|
+
"name": "info",
|
700
|
+
"type": "tuple"
|
701
|
+
}
|
702
|
+
],
|
703
|
+
"stateMutability": "view",
|
704
|
+
"type": "function"
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"inputs": [],
|
708
|
+
"name": "getInstanceService",
|
709
|
+
"outputs": [
|
710
|
+
{
|
711
|
+
"internalType": "contract InstanceService",
|
712
|
+
"name": "",
|
713
|
+
"type": "address"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"stateMutability": "view",
|
717
|
+
"type": "function"
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"inputs": [],
|
721
|
+
"name": "getNftId",
|
722
|
+
"outputs": [
|
723
|
+
{
|
724
|
+
"internalType": "NftId",
|
725
|
+
"name": "",
|
726
|
+
"type": "uint96"
|
727
|
+
}
|
728
|
+
],
|
729
|
+
"stateMutability": "view",
|
730
|
+
"type": "function"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"inputs": [],
|
734
|
+
"name": "getOwner",
|
735
|
+
"outputs": [
|
736
|
+
{
|
737
|
+
"internalType": "address",
|
738
|
+
"name": "",
|
739
|
+
"type": "address"
|
740
|
+
}
|
741
|
+
],
|
742
|
+
"stateMutability": "view",
|
743
|
+
"type": "function"
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"inputs": [],
|
747
|
+
"name": "getRegistry",
|
748
|
+
"outputs": [
|
749
|
+
{
|
750
|
+
"internalType": "contract IRegistry",
|
751
|
+
"name": "",
|
752
|
+
"type": "address"
|
753
|
+
}
|
754
|
+
],
|
755
|
+
"stateMutability": "view",
|
756
|
+
"type": "function"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"inputs": [],
|
760
|
+
"name": "getRegistryService",
|
761
|
+
"outputs": [
|
762
|
+
{
|
763
|
+
"internalType": "contract IRegistryService",
|
764
|
+
"name": "",
|
765
|
+
"type": "address"
|
766
|
+
}
|
767
|
+
],
|
768
|
+
"stateMutability": "view",
|
769
|
+
"type": "function"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"inputs": [],
|
773
|
+
"name": "getVersion",
|
774
|
+
"outputs": [
|
775
|
+
{
|
776
|
+
"internalType": "Version",
|
777
|
+
"name": "",
|
778
|
+
"type": "uint24"
|
779
|
+
}
|
780
|
+
],
|
781
|
+
"stateMutability": "pure",
|
782
|
+
"type": "function"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"inputs": [],
|
786
|
+
"name": "initializeERC165",
|
787
|
+
"outputs": [],
|
788
|
+
"stateMutability": "nonpayable",
|
789
|
+
"type": "function"
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"inputs": [
|
793
|
+
{
|
794
|
+
"internalType": "address",
|
795
|
+
"name": "initialOwner",
|
796
|
+
"type": "address"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"internalType": "address",
|
800
|
+
"name": "registryAddress",
|
801
|
+
"type": "address"
|
802
|
+
}
|
803
|
+
],
|
804
|
+
"name": "initializeNftOwnable",
|
805
|
+
"outputs": [],
|
806
|
+
"stateMutability": "nonpayable",
|
807
|
+
"type": "function"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"inputs": [
|
811
|
+
{
|
812
|
+
"internalType": "address",
|
813
|
+
"name": "registryAddress",
|
814
|
+
"type": "address"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"internalType": "NftId",
|
818
|
+
"name": "parentNftId",
|
819
|
+
"type": "uint96"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"internalType": "ObjectType",
|
823
|
+
"name": "objectType",
|
824
|
+
"type": "uint8"
|
825
|
+
},
|
826
|
+
{
|
827
|
+
"internalType": "bool",
|
828
|
+
"name": "isInterceptor",
|
829
|
+
"type": "bool"
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"internalType": "address",
|
833
|
+
"name": "initialOwner",
|
834
|
+
"type": "address"
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"internalType": "bytes",
|
838
|
+
"name": "registryData",
|
839
|
+
"type": "bytes"
|
840
|
+
}
|
841
|
+
],
|
842
|
+
"name": "initializeRegisterable",
|
843
|
+
"outputs": [],
|
844
|
+
"stateMutability": "nonpayable",
|
845
|
+
"type": "function"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"inputs": [
|
849
|
+
{
|
850
|
+
"internalType": "address",
|
851
|
+
"name": "registryAddress",
|
852
|
+
"type": "address"
|
853
|
+
}
|
854
|
+
],
|
855
|
+
"name": "initializeRegistryLinked",
|
856
|
+
"outputs": [],
|
857
|
+
"stateMutability": "nonpayable",
|
858
|
+
"type": "function"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"inputs": [
|
862
|
+
{
|
863
|
+
"internalType": "address",
|
864
|
+
"name": "registry",
|
865
|
+
"type": "address"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"internalType": "address",
|
869
|
+
"name": "authority",
|
870
|
+
"type": "address"
|
871
|
+
},
|
872
|
+
{
|
873
|
+
"internalType": "address",
|
874
|
+
"name": "initialOwner",
|
875
|
+
"type": "address"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"name": "initializeService",
|
879
|
+
"outputs": [],
|
880
|
+
"stateMutability": "nonpayable",
|
881
|
+
"type": "function"
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"inputs": [
|
885
|
+
{
|
886
|
+
"internalType": "address",
|
887
|
+
"name": "activatedBy",
|
888
|
+
"type": "address"
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"internalType": "bytes",
|
892
|
+
"name": "data",
|
893
|
+
"type": "bytes"
|
894
|
+
}
|
895
|
+
],
|
896
|
+
"name": "initializeVersionable",
|
897
|
+
"outputs": [],
|
898
|
+
"stateMutability": "nonpayable",
|
899
|
+
"type": "function"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"inputs": [],
|
903
|
+
"name": "isConsumingScheduledOp",
|
904
|
+
"outputs": [
|
905
|
+
{
|
906
|
+
"internalType": "bytes4",
|
907
|
+
"name": "",
|
908
|
+
"type": "bytes4"
|
909
|
+
}
|
910
|
+
],
|
911
|
+
"stateMutability": "view",
|
912
|
+
"type": "function"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"inputs": [],
|
916
|
+
"name": "linkToRegisteredNftId",
|
917
|
+
"outputs": [],
|
918
|
+
"stateMutability": "nonpayable",
|
919
|
+
"type": "function"
|
920
|
+
},
|
921
|
+
{
|
922
|
+
"inputs": [
|
923
|
+
{
|
924
|
+
"internalType": "NftId",
|
925
|
+
"name": "distributionNftId",
|
926
|
+
"type": "uint96"
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"internalType": "ReferralId",
|
930
|
+
"name": "referralId",
|
931
|
+
"type": "bytes8"
|
932
|
+
},
|
933
|
+
{
|
934
|
+
"components": [
|
935
|
+
{
|
936
|
+
"internalType": "uint256",
|
937
|
+
"name": "netPremiumAmount",
|
938
|
+
"type": "uint256"
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"internalType": "uint256",
|
942
|
+
"name": "fullPremiumAmount",
|
943
|
+
"type": "uint256"
|
944
|
+
},
|
945
|
+
{
|
946
|
+
"internalType": "uint256",
|
947
|
+
"name": "premiumAmount",
|
948
|
+
"type": "uint256"
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"internalType": "uint256",
|
952
|
+
"name": "productFeeFixAmount",
|
953
|
+
"type": "uint256"
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"internalType": "uint256",
|
957
|
+
"name": "poolFeeFixAmount",
|
958
|
+
"type": "uint256"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"internalType": "uint256",
|
962
|
+
"name": "bundleFeeFixAmount",
|
963
|
+
"type": "uint256"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"internalType": "uint256",
|
967
|
+
"name": "distributionFeeFixAmount",
|
968
|
+
"type": "uint256"
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"internalType": "uint256",
|
972
|
+
"name": "productFeeVarAmount",
|
973
|
+
"type": "uint256"
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"internalType": "uint256",
|
977
|
+
"name": "poolFeeVarAmount",
|
978
|
+
"type": "uint256"
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"internalType": "uint256",
|
982
|
+
"name": "bundleFeeVarAmount",
|
983
|
+
"type": "uint256"
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"internalType": "uint256",
|
987
|
+
"name": "distributionFeeVarAmount",
|
988
|
+
"type": "uint256"
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"internalType": "uint256",
|
992
|
+
"name": "distributionOwnerFeeFixAmount",
|
993
|
+
"type": "uint256"
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"internalType": "uint256",
|
997
|
+
"name": "distributionOwnerFeeVarAmount",
|
998
|
+
"type": "uint256"
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"internalType": "uint256",
|
1002
|
+
"name": "commissionAmount",
|
1003
|
+
"type": "uint256"
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"internalType": "uint256",
|
1007
|
+
"name": "discountAmount",
|
1008
|
+
"type": "uint256"
|
1009
|
+
}
|
1010
|
+
],
|
1011
|
+
"internalType": "struct IPolicy.Premium",
|
1012
|
+
"name": "premium",
|
1013
|
+
"type": "tuple"
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"internalType": "Amount",
|
1017
|
+
"name": "transferredDistributionFeeAmount",
|
1018
|
+
"type": "uint96"
|
1019
|
+
}
|
1020
|
+
],
|
1021
|
+
"name": "processSale",
|
1022
|
+
"outputs": [],
|
1023
|
+
"stateMutability": "nonpayable",
|
1024
|
+
"type": "function"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"inputs": [
|
1028
|
+
{
|
1029
|
+
"internalType": "NftId",
|
1030
|
+
"name": "distributionNftId",
|
1031
|
+
"type": "uint96"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"internalType": "ReferralId",
|
1035
|
+
"name": "referralId",
|
1036
|
+
"type": "bytes8"
|
1037
|
+
}
|
1038
|
+
],
|
1039
|
+
"name": "referralIsValid",
|
1040
|
+
"outputs": [
|
1041
|
+
{
|
1042
|
+
"internalType": "bool",
|
1043
|
+
"name": "isValid",
|
1044
|
+
"type": "bool"
|
1045
|
+
}
|
1046
|
+
],
|
1047
|
+
"stateMutability": "view",
|
1048
|
+
"type": "function"
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"inputs": [
|
1052
|
+
{
|
1053
|
+
"internalType": "address",
|
1054
|
+
"name": "distributionAddress",
|
1055
|
+
"type": "address"
|
1056
|
+
}
|
1057
|
+
],
|
1058
|
+
"name": "register",
|
1059
|
+
"outputs": [
|
1060
|
+
{
|
1061
|
+
"internalType": "NftId",
|
1062
|
+
"name": "distributionNftId",
|
1063
|
+
"type": "uint96"
|
1064
|
+
}
|
1065
|
+
],
|
1066
|
+
"stateMutability": "nonpayable",
|
1067
|
+
"type": "function"
|
1068
|
+
},
|
1069
|
+
{
|
1070
|
+
"inputs": [
|
1071
|
+
{
|
1072
|
+
"internalType": "bytes4",
|
1073
|
+
"name": "interfaceId",
|
1074
|
+
"type": "bytes4"
|
1075
|
+
}
|
1076
|
+
],
|
1077
|
+
"name": "registerInterface",
|
1078
|
+
"outputs": [],
|
1079
|
+
"stateMutability": "nonpayable",
|
1080
|
+
"type": "function"
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
"inputs": [
|
1084
|
+
{
|
1085
|
+
"internalType": "address",
|
1086
|
+
"name": "newAuthority",
|
1087
|
+
"type": "address"
|
1088
|
+
}
|
1089
|
+
],
|
1090
|
+
"name": "setAuthority",
|
1091
|
+
"outputs": [],
|
1092
|
+
"stateMutability": "nonpayable",
|
1093
|
+
"type": "function"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"inputs": [
|
1097
|
+
{
|
1098
|
+
"components": [
|
1099
|
+
{
|
1100
|
+
"internalType": "UFixed",
|
1101
|
+
"name": "fractionalFee",
|
1102
|
+
"type": "uint256"
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"internalType": "uint256",
|
1106
|
+
"name": "fixedFee",
|
1107
|
+
"type": "uint256"
|
1108
|
+
}
|
1109
|
+
],
|
1110
|
+
"internalType": "struct Fee",
|
1111
|
+
"name": "minDistributionOwnerFee",
|
1112
|
+
"type": "tuple"
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"components": [
|
1116
|
+
{
|
1117
|
+
"internalType": "UFixed",
|
1118
|
+
"name": "fractionalFee",
|
1119
|
+
"type": "uint256"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"internalType": "uint256",
|
1123
|
+
"name": "fixedFee",
|
1124
|
+
"type": "uint256"
|
1125
|
+
}
|
1126
|
+
],
|
1127
|
+
"internalType": "struct Fee",
|
1128
|
+
"name": "distributionFee",
|
1129
|
+
"type": "tuple"
|
1130
|
+
}
|
1131
|
+
],
|
1132
|
+
"name": "setFees",
|
1133
|
+
"outputs": [],
|
1134
|
+
"stateMutability": "nonpayable",
|
1135
|
+
"type": "function"
|
1136
|
+
},
|
1137
|
+
{
|
1138
|
+
"inputs": [
|
1139
|
+
{
|
1140
|
+
"internalType": "bytes4",
|
1141
|
+
"name": "interfaceId",
|
1142
|
+
"type": "bytes4"
|
1143
|
+
}
|
1144
|
+
],
|
1145
|
+
"name": "supportsInterface",
|
1146
|
+
"outputs": [
|
1147
|
+
{
|
1148
|
+
"internalType": "bool",
|
1149
|
+
"name": "",
|
1150
|
+
"type": "bool"
|
1151
|
+
}
|
1152
|
+
],
|
1153
|
+
"stateMutability": "view",
|
1154
|
+
"type": "function"
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"inputs": [
|
1158
|
+
{
|
1159
|
+
"internalType": "bytes",
|
1160
|
+
"name": "data",
|
1161
|
+
"type": "bytes"
|
1162
|
+
}
|
1163
|
+
],
|
1164
|
+
"name": "upgradeVersionable",
|
1165
|
+
"outputs": [],
|
1166
|
+
"stateMutability": "nonpayable",
|
1167
|
+
"type": "function"
|
1168
|
+
}
|
1169
|
+
],
|
1170
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6158b380620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c8063644c45e01161010457806392e5fab6116100a2578063bf7e214f11610071578063bf7e214f14610458578063caf4e3d414610460578063cc9fc59a14610468578063f7c34ee01461047057600080fd5b806392e5fab61461040e578063ada9652e14610421578063b68d180914610436578063b6b412ba1461044557600080fd5b8063893d20e8116100de578063893d20e8146103bf5780638dd2b781146103c75780638e32e979146103da5780638fb36037146103ed57600080fd5b8063644c45e01461037b578063675393bf146103995780637a9e5e4b146103ac57600080fd5b806327bb7a331161017c5780634420e4861161014b5780634420e4861461030557806349bb9e4b146103305780635ab1bd53146103435780635dcb3bae1461036857600080fd5b806327bb7a33146102b75780632b5198b1146102ca578063329d6e74146102ea57806336fc697e146102fd57600080fd5b8063138461e0116101b8578063138461e0146102525780631eff4b221461025c578063214cdb801461029157806325d07384146102a457600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed3660046142cb565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610483565b60405162ffffff9091168152602001610218565b61024561050d565b6040516102189190614345565b61025a61062e565b005b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61025a61029f3660046142cb565b610835565b61020c6102b236600461440b565b610862565b61025a6102c53660046145f6565b610b95565b6102dd6102d83660046146a0565b610c3a565b604051610218919061476c565b61025a6102f8366004614781565b611166565b61025a6112b3565b6103186103133660046147b5565b6112f9565b6040516001600160601b039091168152602001610218565b61025a61033e3660046147d2565b6117f6565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b610318610376366004614821565b6118f5565b60008051602061581e833981519152546001600160601b0316610318565b61025a6103a73660046147b5565b611b79565b61025a6103ba3660046147b5565b611c87565b610350611d0a565b6102dd6103d5366004614895565b611e41565b61025a6103e836600461492f565b6126ad565b6103f56128e6565b6040516001600160e01b03199091168152602001610218565b61025a61041c36600461497a565b61291e565b61028360008051602061581e83398151915281565b60405160788152602001610218565b61025a610453366004614abe565b6130d9565b6103506133c1565b6103506133dd565b6103506133e9565b61025a61047e366004614aea565b6133f5565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190614b18565b905090565b61051561428d565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a0810161058a611d0a565b6001600160a01b031681526020018260010180546105a790614b3d565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390614b3d565b80156106205780601f106105f557610100808354040283529160200191610620565b820191906000526020600020905b81548152906001019060200180831161060357829003601f168201915b505050505081525091505090565b600060008051602061581e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561069d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c19190614b82565b156106f25780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107056001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561074d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107719190614b82565b6107995760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106e9565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108119190614baa565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61083d61346c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b60008061086e846134a5565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d49190614bc7565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016108ff919061476c565b600060405180830381865afa15801561091c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109449190810190614c3f565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c69190614b82565b156109d657600092505050610b8f565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a569190614b82565b80610b68575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015610ab8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adc9190614b82565b8015610b685750610b6873__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b539190614d1d565b8260a0015164ffffffffff9081169116111590565b9250828015610b8a5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610b9d61346c565b610ba782876133f5565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610c308382614d80565b5050505050505050565b60008080610c4860786135ce565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb19190614bc7565b604051639ad69c6760e01b81526001600160601b03851660048201526001600160a01b039190911690639ad69c679060240161010060405180830381865afa158015610d01573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d259190614e7a565b60408181015151905163771602f760e01b81526004810191909152602481018c905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610d89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dad9190614f1b565b60608301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610e11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e359190614f1b565b6040516321e5749b60e01b8152600481018f90526024810182905290915073__$bf7bc340cbb9229ef1de2c568356e67902$__906321e5749b90604401602060405180830381865af4158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb39190614b82565b15610fc257604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f08573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f2c9190614f1b565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fa09190614f1b565b60405163e2ed03dd60e01b8152600481019290925260248201526044016106e9565b50505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b8152600401610ffe929190614f34565b602060405180830381865af415801561101b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103f9190614f56565b925060006040518061012001604052808e81526020018d81526020018c81526020018b81526020018a63ffffffff1681526020018963ffffffff16815260200188151581526020018715158152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f79190614bc7565b6001600160a01b03166330a130ba85836040518363ffffffff1660e01b8152600401611124929190614f73565b600060405180830381600087803b15801561113e57600080fd5b505af1158015611152573d6000803e3d6000fd5b505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611188610483565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111ec919061504b565b60008051602061585e8339815191528054600160401b900460ff168061121f575080546001600160401b03808416911610155b1561123d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561126783613770565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6112bb61346c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008080808061131286607861130d613778565b6137f0565b935093509350935060006113246133dd565b604051638fbc2d8160e01b81526001600160a01b03878116600483015286811660248301529190911690638fbc2d81906044016000604051808303816000875af1158015611376573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261139e9190810190615073565b90506000879050806001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156113e057600080fd5b505af11580156113f4573d6000803e3d6000fd5b5050505081600001519650836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114619190614bc7565b6001600160a01b0316639e90178c88836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161010060405180830381865afa1580156114af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114d39190614e7a565b6040518363ffffffff1660e01b81526004016114f092919061517d565b600060405180830381600087803b15801561150a57600080fd5b505af115801561151e573d6000803e3d6000fd5b50600092506002915061152e9050565b60405190808252806020026020018201604052801561156157816020015b606081526020019060019003908161154c5790505b506040805160018082528183019092529192506020808301908036833701905050816000815181106115955761159561519b565b6020908102919091010152604080516002808252606082019092529081602001602082028036833701905050816001815181106115d4576115d461519b565b602002602001018190525063b6b412ba60e01b816000815181106115fa576115fa61519b565b60200260200101516000815181106116145761161461519b565b6001600160e01b0319909216602092830291909101909101528051637c07103960e11b908290600190811061164b5761164b61519b565b60200260200101516000815181106116655761166561519b565b6001600160e01b03199290921660209283029190910182015260408051600280825260608201835260009391929091830190803683370190505090506116a9613778565b816000815181106116bc576116bc61519b565b60200260200101906001600160401b031690816001600160401b0316815250506116e4613ae1565b816001815181106116f7576116f761519b565b60200260200101906001600160401b031690816001600160401b03168152505061171f6133e9565b6001600160a01b0316636c6fbb28868c866001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561176d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261179591908101906151b1565b86866040518663ffffffff1660e01b81526004016117b7959493929190615229565b600060405180830381600087803b1580156117d157600080fd5b505af11580156117e5573d6000803e3d6000fd5b505050505050505050505050919050565b60008051602061585e8339815191528054600160401b810460ff1615906001600160401b03166000811580156118295750825b90506000826001600160401b031660011480156118455750303b155b905081158015611853575080155b156118715760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561189b57845460ff60401b1916600160401b1785555b6118a58787613b1d565b83156118ec57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000808061190360786135ce565b92505091506119106133dd565b6001600160a01b03166357a8fba76040518060e00160405280611931600090565b6001600160601b03168152602001856001600160601b03168152602001611956607a90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016119b59190614345565b6020604051808303816000875af11580156119d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f89190614baa565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a939190614baa565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aec573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b109190614bc7565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611b3d929190615363565b600060405180830381600087803b158015611b5757600080fd5b505af1158015611b6b573d6000803e3d6000fd5b505050505050509392505050565b611b8161346c565b806001600160a01b03163b600003611bb75760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106e9565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263530ca14960e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611c31575060408051601f3d908101601f19168201909252611c2e91810190614b82565b60015b611c595760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106e9565b80611c825760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106e9565b505b50565b33611c906133c1565b6001600160a01b0316816001600160a01b031614611ccb5760405162d1953b60e31b81526001600160a01b03821660048201526024016106e9565b816001600160a01b03163b600003611d01576040516361798f2f60e11b81526001600160a01b03831660048201526024016106e9565b611c8282613c3d565b60008060008051602061581e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d9e9190614b82565b15611e2b576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611e01573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e259190614bc7565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611e4f60786135ce565b92505091508751600003611e785787604051634fad6a5360e11b81526004016106e99190615385565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611ece573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef29190614b82565b15611f195760405163df85467b60e01b815264ffffffffff861660048201526024016106e9565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f59573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f7d9190614bc7565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611fd0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ff89190810190615398565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c69061202b90859060040161476c565b600060405180830381865afa158015612048573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120709190810190615457565b90508863ffffffff16816080015163ffffffff1610156120b1576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016106e9565b60208101518a10156121cd576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612113573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121379190614f1b565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612187573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ab9190614f1b565b6040516338a25a8b60e21b8152600481019290925260248201526044016106e9565b60408101518a11156122e9576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561222f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122539190614f1b565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156122a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122c79190614f1b565b604051631e1ea4f360e31b8152600481019290925260248201526044016106e9565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561233d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123619190614d1d565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156123b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123dc9190614f1b565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612432573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124569190614f1b565b6124609190615564565b111561250c5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156124c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124e59190614f1b565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016106e9565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906125459088908f90600401614f34565b602060405180830381865af4158015612562573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125869190614f56565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561261a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061263e9190614bc7565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161266b9291906155f3565b600060405180830381600087803b15801561268557600080fd5b505af1158015612699573d6000803e3d6000fd5b505050505050505050509695505050505050565b6126b561346c565b61273583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061271b9190614baa565b603c60008560405180602001604052806000815250610b95565b6001600160a01b038216156127525761274d82613c9e565b6128c1565b60006127666001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156127c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127ea9190615618565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561282f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128539190614bc7565b90506128bf816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128ba9190614bc7565b613c9e565b505b6128d1634a531f3360e01b610835565b6128e163b68d180960e01b610835565b505050565b60008051602061583e833981519152805460009190600160a01b900460ff16612910576000611e25565b638fb3603760e01b91505090565b61292a33600036613caf565b604051637bc32ecf60e01b815260009073__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061296e906001600160c01b031988169060040161476c565b602060405180830381865af415801561298b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129af9190614b82565b15905060006129be8686610862565b90508180156129cb575080155b15612a0457604051631cf73cd360e21b81526001600160601b03871660048201526001600160c01b0319861660248201526044016106e9565b6000612a0f876134a5565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a759190614bc7565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612adb9190614bc7565b90506000826001600160a01b0316631d3be4778a6040518263ffffffff1660e01b8152600401612b0b919061476c565b600060405180830381865afa158015612b28573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612b509190810190614c3f565b80516040516313d8ebc960e11b81526001600160601b0390911660048201529091506000906001600160a01b038516906327b1d79290602401600060405180830381865afa158015612ba6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bce9190810190615398565b604051639ad69c6760e01b81526001600160601b038d1660048201529091506000906001600160a01b03861690639ad69c679060240161010060405180830381865afa158015612c22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c469190614e7a565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968c61018001518d6101600151612c7a9190615635565b6040518263ffffffff1660e01b8152600401612c9891815260200190565b602060405180830381865af4158015612cb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd99190614baa565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968d6101a001516040518263ffffffff1660e01b8152600401612d1b91815260200190565b602060405180830381865af4158015612d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d5c9190614baa565b9050612d718b612d6c8484613db5565b613e43565b612daf578a612d808383613db5565b60405160016282bae560e01b031981526001600160601b039283166004820152911660248201526044016106e9565b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612e07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e2b9190614b82565b15612f245760405163046e44af60e11b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015612e88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eac9190614f1b565b8360a001818151612ebd9190615635565b9052506001600160a01b03861663f7b442d18f8560ff6040518463ffffffff1660e01b8152600401612ef193929190615648565b600060405180830381600087803b158015612f0b57600080fd5b505af1158015612f1f573d6000803e3d6000fd5b505050505b89156130c957600185608001818151612f3d9190615678565b63ffffffff169052506001600160a01b0386166361105e0e8e8760ff6040518463ffffffff1660e01b8152600401612f779392919061569c565b600060405180830381600087803b158015612f9157600080fd5b505af1158015612fa5573d6000803e3d6000fd5b50506040516330b8415f60e01b81526001600160601b038416600482015273__$3bac17678db7ae928afa209f2f44deec9c$__92506330b8415f9150602401602060405180830381865af4158015613001573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130259190614b82565b156130c957613038846060015182613db5565b6001600160601b031660608501526080840180516001919061305b908390615678565b63ffffffff169052508451604051631e40b36360e01b81526001600160a01b03881691631e40b363916130969190889060ff906004016156d4565b600060405180830381600087803b1580156130b057600080fd5b505af11580156130c4573d6000803e3d6000fd5b505050505b5050505050505050505050505050565b8151815110156131f3578151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015613136573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061315a9190614f1b565b8151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156131ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131d19190614f1b565b604051631a9c6b0960e01b8152600481019290925260248201526044016106e9565b60008061320060786135ce565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613245573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132699190614bc7565b604051639ad69c6760e01b81526001600160601b03851660048201529091506000906001600160a01b03831690639ad69c679060240161010060405180830381865afa1580156132bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132e19190614e7a565b9050858160400181905250848160600181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613333573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133579190614bc7565b6001600160a01b031663f7b442d1858360ff6040518463ffffffff1660e01b815260040161338793929190615648565b600060405180830381600087803b1580156133a157600080fd5b505af11580156133b5573d6000803e3d6000fd5b50505050505050505050565b60008051602061583e833981519152546001600160a01b031690565b60006105086028613eca565b60006105086046613eca565b6133fd61346c565b61340681611b79565b61340e6112b3565b6001600160a01b0382166134355760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061581e83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061585e83398151915254600160401b900460ff166134a357604051631afcd79f60e31b815260040160405180910390fd5b565b6000806134ba6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613509573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135319190810190615073565b602001519050600061354b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561359a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135c29190810190615073565b60800151949350505050565b60006135d861428d565b60006135ec6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015613632573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136569190614baa565b92506136628385613fd7565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136cc9190614bc7565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613716573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061373a9190614b82565b1561376957608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016106e9565b9193909250565b6101da61346c565b6040516368aebf7b60e01b81526002600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af41580156137cc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610508919061504b565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015613844573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138689190614b82565b613890576040516359bff0e360e11b81526001600160a01b03881660048201526024016106e9565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156138d0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526138f89190810190615073565b905061390f81604001518860ff9081169116141590565b1561394f576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016106e9565b60a08101516001600160a01b03858116908216146139a15760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016106e9565b816020015192506139b1836140db565b9350836001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a159190614bc7565b6040516368fc2b7760e11b81526001600160401b03891660048201526001600160a01b038781166024830152919091169063d1f856ee90604401602060405180830381865afa158015613a6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a909190614b82565b613ad657604051636af540d960e01b81526001600160601b03841660048201526001600160401b03881660248201526001600160a01b03861660448201526064016106e9565b505093509350935093565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024016137af565b60008051602061585e8339815191528054600160401b810460ff1615906001600160401b0316600081158015613b505750825b90506000826001600160401b03166001148015613b6c5750303b155b905081158015613b7a575080155b15613b985760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613bc257845460ff60401b1916600160401b1785555b60008087806020019051810190613bd991906156f6565b9250509150613be982828b6126ad565b613bf9637d64c78b60e11b610835565b505083156118ec57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016118e3565b60008051602061583e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613ca661346c565b611c8481614170565b60008051602061583e833981519152600080613cea613ccc6133c1565b8730613cdc600460008a8c615738565b613ce591615762565b614181565b9150915081613dad5763ffffffff811615613d8a57825460ff60a01b1916600160a01b178355613d186133c1565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613d4793929190615792565b600060405180830381600087803b158015613d6157600080fd5b505af1158015613d75573d6000803e3d6000fd5b5050845460ff60a01b1916855550613dad9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016106e9565b505050505050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e3c9190614baa565b9392505050565b60405163c4cade9d60e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015613ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e3c9190614b82565b6000613ede6001546001600160a01b031690565b6001600160a01b031663d39e604383613ef5610483565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015613f4a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f6e9190615618565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613fb3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8f9190614bc7565b613fdf61428d565b6000613ff36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015614042573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261406a9190810190615073565b915061408182604001518460ff9081169116141590565b156140c557608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016106e9565b6140d282602001516140db565b90509250929050565b60006140ef6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561413e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526141669190810190615073565b6080015192915050565b61417861346c565b611c8481613c3d565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516141f091906157d2565b600060405180830381855afa9150503d806000811461422b576040519150601f19603f3d011682016040523d82523d6000602084013e614230565b606091505b50915091508115614282576040815110614262578080602001905181019061425891906157ee565b9094509250614282565b6020815110614282578080602001905181019061427f9190614b82565b93505b505094509492505050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156142dd57600080fd5b81356001600160e01b031981168114613e3c57600080fd5b60005b838110156143105781810151838201526020016142f8565b50506000910152565b600081518084526143318160208601602086016142f5565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516143ae60c08401826001600160a01b03169052565b5060c083015160e0808401526143c8610100840182614319565b949350505050565b6001600160601b0381168114611c8457600080fd5b80356143f0816143d0565b919050565b6001600160c01b031981168114611c8457600080fd5b6000806040838503121561441e57600080fd5b8235614429816143d0565b91506020830135614439816143f5565b809150509250929050565b6001600160a01b0381168114611c8457600080fd5b60ff81168114611c8457600080fd5b8015158114611c8457600080fd5b80356143f081614468565b634e487b7160e01b600052604160045260246000fd5b6040516101e081016001600160401b03811182821017156144ba576144ba614481565b60405290565b604080519081016001600160401b03811182821017156144ba576144ba614481565b60405160e081016001600160401b03811182821017156144ba576144ba614481565b60405160a081016001600160401b03811182821017156144ba576144ba614481565b60405161012081016001600160401b03811182821017156144ba576144ba614481565b604051601f8201601f191681016001600160401b038111828210171561457157614571614481565b604052919050565b60006001600160401b0382111561459257614592614481565b50601f01601f191660200190565b600082601f8301126145b157600080fd5b81356145c46145bf82614579565b614549565b8181528460208386010111156145d957600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561460f57600080fd5b863561461a81614444565b9550602087013561462a816143d0565b9450604087013561463a81614459565b9350606087013561464a81614468565b9250608087013561465a81614444565b915060a08701356001600160401b0381111561467557600080fd5b61468189828a016145a0565b9150509295509295509295565b63ffffffff81168114611c8457600080fd5b60008060008060008060008060006101208a8c0312156146bf57600080fd5b89356001600160401b03808211156146d657600080fd5b6146e28d838e016145a0565b9a5060208c0135995060408c0135985060608c0135975060808c013591506147098261468e565b90955060a08b01359061471b8261468e565b81955061472a60c08d01614476565b945061473860e08d01614476565b93506101008c013591508082111561474f57600080fd5b5061475c8c828d016145a0565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b60006020828403121561479357600080fd5b81356001600160401b038111156147a957600080fd5b6143c8848285016145a0565b6000602082840312156147c757600080fd5b8135613e3c81614444565b600080604083850312156147e557600080fd5b82356147f081614444565b915060208301356001600160401b0381111561480b57600080fd5b614817858286016145a0565b9150509250929050565b60008060006060848603121561483657600080fd5b833561484181614444565b92506020840135614851816143f5565b915060408401356001600160401b0381111561486c57600080fd5b614878868287016145a0565b9150509250925092565b64ffffffffff81168114611c8457600080fd5b60008060008060008060c087890312156148ae57600080fd5b86356148b9816143d0565b955060208701356001600160401b03808211156148d557600080fd5b6148e18a838b016145a0565b965060408901359550606089013591506148fa8261468e565b90935060808801359061490c82614882565b90925060a0880135908082111561492257600080fd5b5061468189828a016145a0565b60008060006060848603121561494457600080fd5b833561494f81614444565b9250602084013561495f81614444565b9150604084013561496f81614444565b809150509250925092565b60008060008084860361024081121561499257600080fd5b853561499d816143d0565b945060208601356149ad816143f5565b93506101e0603f1982018113156149c357600080fd5b6149cb614497565b915060408701358252606087013560208301526080870135604083015260a0870135606083015260c0870135608083015260e087013560a08301526101008088013560c08401526101208089013560e0850152610140808a0135838601526101609250828a0135828601526101809150818a013581860152506101a0808a0135838601526101c09250828a013582860152838a013581860152505061020088013581840152505080925050614a8361022086016143e5565b905092959194509250565b600060408284031215614aa057600080fd5b614aa86144c0565b9050813581526020820135602082015292915050565b60008060808385031215614ad157600080fd5b614adb8484614a8e565b91506140d28460408501614a8e565b60008060408385031215614afd57600080fd5b8235614b0881614444565b9150602083013561443981614444565b600060208284031215614b2a57600080fd5b815162ffffff81168114613e3c57600080fd5b600181811c90821680614b5157607f821691505b602082108103614b7157634e487b7160e01b600052602260045260246000fd5b50919050565b80516143f081614468565b600060208284031215614b9457600080fd5b8151613e3c81614468565b80516143f0816143d0565b600060208284031215614bbc57600080fd5b8151613e3c816143d0565b600060208284031215614bd957600080fd5b8151613e3c81614444565b600082601f830112614bf557600080fd5b8151614c036145bf82614579565b818152846020838601011115614c1857600080fd5b6143c88260208301602087016142f5565b80516143f08161468e565b80516143f081614882565b600060208284031215614c5157600080fd5b81516001600160401b0380821115614c6857600080fd5b9083019060e08286031215614c7c57600080fd5b614c846144e2565b614c8d83614b9f565b8152602083015182811115614ca157600080fd5b614cad87828601614be4565b60208301525060408301516040820152614cc960608401614c29565b6060820152614cda60808401614c29565b6080820152614ceb60a08401614c34565b60a082015260c083015182811115614d0257600080fd5b614d0e87828601614be4565b60c08301525095945050505050565b600060208284031215614d2f57600080fd5b8151613e3c81614882565b601f8211156128e157600081815260208120601f850160051c81016020861015614d615750805b601f850160051c820191505b81811015613dad57828155600101614d6d565b81516001600160401b03811115614d9957614d99614481565b614dad81614da78454614b3d565b84614d3a565b602080601f831160018114614de25760008415614dca5750858301515b600019600386901b1c1916600185901b178555613dad565b600085815260208120601f198616915b82811015614e1157888601518255948401946001909101908401614df2565b5085821015614e2f5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060408284031215614e5157600080fd5b614e596144c0565b9050815181526020820151602082015292915050565b80516143f081614444565b60006101008284031215614e8d57600080fd5b60405160c081018181106001600160401b0382111715614eaf57614eaf614481565b6040528251614ebd816143d0565b81526020830151614ecd81614444565b6020820152614edf8460408501614e3f565b6040820152614ef18460808501614e3f565b606082015260c0830151614f0481614444565b608082015260e0929092015160a083015250919050565b600060208284031215614f2d57600080fd5b5051919050565b6001600160601b03831681526040602082015260006143c86040830184614319565b600060208284031215614f6857600080fd5b8151613e3c816143f5565b6001600160401b0360c01b831681526040602082015260008251610120806040850152614fa4610160850183614319565b91506020850151606085015260408501516080850152606085015160a08501526080850151614fdb60c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c08501516101006150038187018315159052565b60e087015115159286019290925250840151603f198483030161014085015261502c8282614319565b9695505050505050565b6001600160401b0381168114611c8457600080fd5b60006020828403121561505d57600080fd5b8151613e3c81615036565b80516143f081614459565b60006020828403121561508557600080fd5b81516001600160401b038082111561509c57600080fd5b9083019060e082860312156150b057600080fd5b6150b86144e2565b6150c183614b9f565b81526150cf60208401614b9f565b60208201526150e060408401615068565b60408201526150f160608401614b77565b606082015261510260808401614e6f565b6080820152614ceb60a08401614e6f565b80516001600160601b031682526020808201516001600160a01b0390811682850152604080840151805191860191909152918201516060850152606083015180516080860152602081015160a0860152915060808301511660c08401525060a0015160e090910152565b6001600160601b03831681526101208101613e3c6020830184615113565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156151c357600080fd5b81516001600160401b038111156151d957600080fd5b6143c884828501614be4565b600081518084526020808501945080840160005b8381101561521e5781516001600160401b0316875295820195908201906001016151f9565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a0604084015261525a60a0840187614319565b8381036060850152855180825282820190600581901b830184018489016000805b848110156152d857868403601f19018652825180518086529089019089860190845b818110156152c35783516001600160e01b0319168352928b0192918b019160010161529d565b5050968901969450509187019160010161527b565b50505086810360808801526152ed81896151e5565b9c9b505050505050505050505050565b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a0604085015261533460a0850182614319565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b03831681526040602082015260006143c860408301846152fd565b602081526000613e3c6020830184614319565b6000602082840312156153aa57600080fd5b81516001600160401b03808211156153c157600080fd5b9083019060a082860312156153d557600080fd5b6153dd614504565b82516153e8816143f5565b815260208301516153f881614468565b602082015260408301518281111561540f57600080fd5b61541b87828601614be4565b60408301525060608301519150615431826143d0565b816060820152608083015192506154478361468e565b6080810192909252509392505050565b60006020828403121561546957600080fd5b81516001600160401b038082111561548057600080fd5b90830190610120828603121561549557600080fd5b61549d614526565b8251828111156154ac57600080fd5b6154b887828601614be4565b8252506020830151602082015260408301516040820152606083015160608201526154e560808401614c29565b60808201526154f660a08401614c29565b60a082015261550760c08401614b77565b60c082015261551860e08401614b77565b60e0820152610100808401518381111561553157600080fd5b61553d88828701614be4565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610b8f57610b8f61554e565b6001600160601b0381511682526000602082015160e0602085015261559f60e0850182614319565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610b8a8282614319565b6001600160401b0360c01b831681526040602082015260006143c86040830184615577565b60006020828403121561562a57600080fd5b8151613e3c81614459565b80820180821115610b8f57610b8f61554e565b6001600160601b038416815261014081016156666020830185615113565b60ff8316610120830152949350505050565b63ffffffff8181168382160190808211156156955761569561554e565b5092915050565b6001600160401b0360c01b841681526060602082015260006156c16060830185615577565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006156c160608301856152fd565b60008060006060848603121561570b57600080fd5b835161571681614444565b602085015190935061572781614444565b604085015190925061496f81614444565b6000808585111561574857600080fd5b8386111561575557600080fd5b5050820193919092039150565b6001600160e01b0319813581811691600485101561578a5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516157e48184602087016142f5565b9190910192915050565b6000806040838503121561580157600080fd5b825161580c81614468565b60208401519092506144398161468e56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b2121351c9b9d0f95434cdae0309cf629e7035fcba0898ca53e3ed621fe8e79264736f6c63430008140033",
|
1171
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063644c45e01161010457806392e5fab6116100a2578063bf7e214f11610071578063bf7e214f14610458578063caf4e3d414610460578063cc9fc59a14610468578063f7c34ee01461047057600080fd5b806392e5fab61461040e578063ada9652e14610421578063b68d180914610436578063b6b412ba1461044557600080fd5b8063893d20e8116100de578063893d20e8146103bf5780638dd2b781146103c75780638e32e979146103da5780638fb36037146103ed57600080fd5b8063644c45e01461037b578063675393bf146103995780637a9e5e4b146103ac57600080fd5b806327bb7a331161017c5780634420e4861161014b5780634420e4861461030557806349bb9e4b146103305780635ab1bd53146103435780635dcb3bae1461036857600080fd5b806327bb7a33146102b75780632b5198b1146102ca578063329d6e74146102ea57806336fc697e146102fd57600080fd5b8063138461e0116101b8578063138461e0146102525780631eff4b221461025c578063214cdb801461029157806325d07384146102a457600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed3660046142cb565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610483565b60405162ffffff9091168152602001610218565b61024561050d565b6040516102189190614345565b61025a61062e565b005b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61025a61029f3660046142cb565b610835565b61020c6102b236600461440b565b610862565b61025a6102c53660046145f6565b610b95565b6102dd6102d83660046146a0565b610c3a565b604051610218919061476c565b61025a6102f8366004614781565b611166565b61025a6112b3565b6103186103133660046147b5565b6112f9565b6040516001600160601b039091168152602001610218565b61025a61033e3660046147d2565b6117f6565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b610318610376366004614821565b6118f5565b60008051602061581e833981519152546001600160601b0316610318565b61025a6103a73660046147b5565b611b79565b61025a6103ba3660046147b5565b611c87565b610350611d0a565b6102dd6103d5366004614895565b611e41565b61025a6103e836600461492f565b6126ad565b6103f56128e6565b6040516001600160e01b03199091168152602001610218565b61025a61041c36600461497a565b61291e565b61028360008051602061581e83398151915281565b60405160788152602001610218565b61025a610453366004614abe565b6130d9565b6103506133c1565b6103506133dd565b6103506133e9565b61025a61047e366004614aea565b6133f5565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190614b18565b905090565b61051561428d565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a0810161058a611d0a565b6001600160a01b031681526020018260010180546105a790614b3d565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390614b3d565b80156106205780601f106105f557610100808354040283529160200191610620565b820191906000526020600020905b81548152906001019060200180831161060357829003601f168201915b505050505081525091505090565b600060008051602061581e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561069d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c19190614b82565b156106f25780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107056001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561074d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107719190614b82565b6107995760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106e9565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108119190614baa565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61083d61346c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b60008061086e846134a5565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d49190614bc7565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016108ff919061476c565b600060405180830381865afa15801561091c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109449190810190614c3f565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c69190614b82565b156109d657600092505050610b8f565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a569190614b82565b80610b68575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015610ab8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adc9190614b82565b8015610b685750610b6873__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b539190614d1d565b8260a0015164ffffffffff9081169116111590565b9250828015610b8a5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610b9d61346c565b610ba782876133f5565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610c308382614d80565b5050505050505050565b60008080610c4860786135ce565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb19190614bc7565b604051639ad69c6760e01b81526001600160601b03851660048201526001600160a01b039190911690639ad69c679060240161010060405180830381865afa158015610d01573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d259190614e7a565b60408181015151905163771602f760e01b81526004810191909152602481018c905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610d89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dad9190614f1b565b60608301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610e11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e359190614f1b565b6040516321e5749b60e01b8152600481018f90526024810182905290915073__$bf7bc340cbb9229ef1de2c568356e67902$__906321e5749b90604401602060405180830381865af4158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb39190614b82565b15610fc257604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f08573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f2c9190614f1b565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fa09190614f1b565b60405163e2ed03dd60e01b8152600481019290925260248201526044016106e9565b50505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b8152600401610ffe929190614f34565b602060405180830381865af415801561101b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103f9190614f56565b925060006040518061012001604052808e81526020018d81526020018c81526020018b81526020018a63ffffffff1681526020018963ffffffff16815260200188151581526020018715158152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f79190614bc7565b6001600160a01b03166330a130ba85836040518363ffffffff1660e01b8152600401611124929190614f73565b600060405180830381600087803b15801561113e57600080fd5b505af1158015611152573d6000803e3d6000fd5b505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611188610483565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111ec919061504b565b60008051602061585e8339815191528054600160401b900460ff168061121f575080546001600160401b03808416911610155b1561123d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561126783613770565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6112bb61346c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008080808061131286607861130d613778565b6137f0565b935093509350935060006113246133dd565b604051638fbc2d8160e01b81526001600160a01b03878116600483015286811660248301529190911690638fbc2d81906044016000604051808303816000875af1158015611376573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261139e9190810190615073565b90506000879050806001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156113e057600080fd5b505af11580156113f4573d6000803e3d6000fd5b5050505081600001519650836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114619190614bc7565b6001600160a01b0316639e90178c88836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161010060405180830381865afa1580156114af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114d39190614e7a565b6040518363ffffffff1660e01b81526004016114f092919061517d565b600060405180830381600087803b15801561150a57600080fd5b505af115801561151e573d6000803e3d6000fd5b50600092506002915061152e9050565b60405190808252806020026020018201604052801561156157816020015b606081526020019060019003908161154c5790505b506040805160018082528183019092529192506020808301908036833701905050816000815181106115955761159561519b565b6020908102919091010152604080516002808252606082019092529081602001602082028036833701905050816001815181106115d4576115d461519b565b602002602001018190525063b6b412ba60e01b816000815181106115fa576115fa61519b565b60200260200101516000815181106116145761161461519b565b6001600160e01b0319909216602092830291909101909101528051637c07103960e11b908290600190811061164b5761164b61519b565b60200260200101516000815181106116655761166561519b565b6001600160e01b03199290921660209283029190910182015260408051600280825260608201835260009391929091830190803683370190505090506116a9613778565b816000815181106116bc576116bc61519b565b60200260200101906001600160401b031690816001600160401b0316815250506116e4613ae1565b816001815181106116f7576116f761519b565b60200260200101906001600160401b031690816001600160401b03168152505061171f6133e9565b6001600160a01b0316636c6fbb28868c866001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561176d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261179591908101906151b1565b86866040518663ffffffff1660e01b81526004016117b7959493929190615229565b600060405180830381600087803b1580156117d157600080fd5b505af11580156117e5573d6000803e3d6000fd5b505050505050505050505050919050565b60008051602061585e8339815191528054600160401b810460ff1615906001600160401b03166000811580156118295750825b90506000826001600160401b031660011480156118455750303b155b905081158015611853575080155b156118715760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561189b57845460ff60401b1916600160401b1785555b6118a58787613b1d565b83156118ec57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000808061190360786135ce565b92505091506119106133dd565b6001600160a01b03166357a8fba76040518060e00160405280611931600090565b6001600160601b03168152602001856001600160601b03168152602001611956607a90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016119b59190614345565b6020604051808303816000875af11580156119d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f89190614baa565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a939190614baa565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aec573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b109190614bc7565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611b3d929190615363565b600060405180830381600087803b158015611b5757600080fd5b505af1158015611b6b573d6000803e3d6000fd5b505050505050509392505050565b611b8161346c565b806001600160a01b03163b600003611bb75760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106e9565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263530ca14960e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611c31575060408051601f3d908101601f19168201909252611c2e91810190614b82565b60015b611c595760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106e9565b80611c825760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106e9565b505b50565b33611c906133c1565b6001600160a01b0316816001600160a01b031614611ccb5760405162d1953b60e31b81526001600160a01b03821660048201526024016106e9565b816001600160a01b03163b600003611d01576040516361798f2f60e11b81526001600160a01b03831660048201526024016106e9565b611c8282613c3d565b60008060008051602061581e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d9e9190614b82565b15611e2b576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611e01573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e259190614bc7565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611e4f60786135ce565b92505091508751600003611e785787604051634fad6a5360e11b81526004016106e99190615385565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611ece573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef29190614b82565b15611f195760405163df85467b60e01b815264ffffffffff861660048201526024016106e9565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f59573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f7d9190614bc7565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611fd0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ff89190810190615398565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c69061202b90859060040161476c565b600060405180830381865afa158015612048573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120709190810190615457565b90508863ffffffff16816080015163ffffffff1610156120b1576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016106e9565b60208101518a10156121cd576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612113573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121379190614f1b565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612187573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ab9190614f1b565b6040516338a25a8b60e21b8152600481019290925260248201526044016106e9565b60408101518a11156122e9576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561222f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122539190614f1b565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156122a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122c79190614f1b565b604051631e1ea4f360e31b8152600481019290925260248201526044016106e9565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561233d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123619190614d1d565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156123b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123dc9190614f1b565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612432573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124569190614f1b565b6124609190615564565b111561250c5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156124c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124e59190614f1b565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016106e9565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906125459088908f90600401614f34565b602060405180830381865af4158015612562573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125869190614f56565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561261a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061263e9190614bc7565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161266b9291906155f3565b600060405180830381600087803b15801561268557600080fd5b505af1158015612699573d6000803e3d6000fd5b505050505050505050509695505050505050565b6126b561346c565b61273583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061271b9190614baa565b603c60008560405180602001604052806000815250610b95565b6001600160a01b038216156127525761274d82613c9e565b6128c1565b60006127666001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156127c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127ea9190615618565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561282f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128539190614bc7565b90506128bf816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128ba9190614bc7565b613c9e565b505b6128d1634a531f3360e01b610835565b6128e163b68d180960e01b610835565b505050565b60008051602061583e833981519152805460009190600160a01b900460ff16612910576000611e25565b638fb3603760e01b91505090565b61292a33600036613caf565b604051637bc32ecf60e01b815260009073__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061296e906001600160c01b031988169060040161476c565b602060405180830381865af415801561298b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129af9190614b82565b15905060006129be8686610862565b90508180156129cb575080155b15612a0457604051631cf73cd360e21b81526001600160601b03871660048201526001600160c01b0319861660248201526044016106e9565b6000612a0f876134a5565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a759190614bc7565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612adb9190614bc7565b90506000826001600160a01b0316631d3be4778a6040518263ffffffff1660e01b8152600401612b0b919061476c565b600060405180830381865afa158015612b28573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612b509190810190614c3f565b80516040516313d8ebc960e11b81526001600160601b0390911660048201529091506000906001600160a01b038516906327b1d79290602401600060405180830381865afa158015612ba6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bce9190810190615398565b604051639ad69c6760e01b81526001600160601b038d1660048201529091506000906001600160a01b03861690639ad69c679060240161010060405180830381865afa158015612c22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c469190614e7a565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968c61018001518d6101600151612c7a9190615635565b6040518263ffffffff1660e01b8152600401612c9891815260200190565b602060405180830381865af4158015612cb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd99190614baa565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968d6101a001516040518263ffffffff1660e01b8152600401612d1b91815260200190565b602060405180830381865af4158015612d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d5c9190614baa565b9050612d718b612d6c8484613db5565b613e43565b612daf578a612d808383613db5565b60405160016282bae560e01b031981526001600160601b039283166004820152911660248201526044016106e9565b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612e07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e2b9190614b82565b15612f245760405163046e44af60e11b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015612e88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eac9190614f1b565b8360a001818151612ebd9190615635565b9052506001600160a01b03861663f7b442d18f8560ff6040518463ffffffff1660e01b8152600401612ef193929190615648565b600060405180830381600087803b158015612f0b57600080fd5b505af1158015612f1f573d6000803e3d6000fd5b505050505b89156130c957600185608001818151612f3d9190615678565b63ffffffff169052506001600160a01b0386166361105e0e8e8760ff6040518463ffffffff1660e01b8152600401612f779392919061569c565b600060405180830381600087803b158015612f9157600080fd5b505af1158015612fa5573d6000803e3d6000fd5b50506040516330b8415f60e01b81526001600160601b038416600482015273__$3bac17678db7ae928afa209f2f44deec9c$__92506330b8415f9150602401602060405180830381865af4158015613001573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130259190614b82565b156130c957613038846060015182613db5565b6001600160601b031660608501526080840180516001919061305b908390615678565b63ffffffff169052508451604051631e40b36360e01b81526001600160a01b03881691631e40b363916130969190889060ff906004016156d4565b600060405180830381600087803b1580156130b057600080fd5b505af11580156130c4573d6000803e3d6000fd5b505050505b5050505050505050505050505050565b8151815110156131f3578151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015613136573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061315a9190614f1b565b8151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156131ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131d19190614f1b565b604051631a9c6b0960e01b8152600481019290925260248201526044016106e9565b60008061320060786135ce565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613245573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132699190614bc7565b604051639ad69c6760e01b81526001600160601b03851660048201529091506000906001600160a01b03831690639ad69c679060240161010060405180830381865afa1580156132bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132e19190614e7a565b9050858160400181905250848160600181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613333573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133579190614bc7565b6001600160a01b031663f7b442d1858360ff6040518463ffffffff1660e01b815260040161338793929190615648565b600060405180830381600087803b1580156133a157600080fd5b505af11580156133b5573d6000803e3d6000fd5b50505050505050505050565b60008051602061583e833981519152546001600160a01b031690565b60006105086028613eca565b60006105086046613eca565b6133fd61346c565b61340681611b79565b61340e6112b3565b6001600160a01b0382166134355760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061581e83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061585e83398151915254600160401b900460ff166134a357604051631afcd79f60e31b815260040160405180910390fd5b565b6000806134ba6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613509573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135319190810190615073565b602001519050600061354b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561359a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135c29190810190615073565b60800151949350505050565b60006135d861428d565b60006135ec6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015613632573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136569190614baa565b92506136628385613fd7565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136cc9190614bc7565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613716573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061373a9190614b82565b1561376957608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016106e9565b9193909250565b6101da61346c565b6040516368aebf7b60e01b81526002600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af41580156137cc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610508919061504b565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015613844573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138689190614b82565b613890576040516359bff0e360e11b81526001600160a01b03881660048201526024016106e9565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156138d0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526138f89190810190615073565b905061390f81604001518860ff9081169116141590565b1561394f576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016106e9565b60a08101516001600160a01b03858116908216146139a15760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016106e9565b816020015192506139b1836140db565b9350836001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a159190614bc7565b6040516368fc2b7760e11b81526001600160401b03891660048201526001600160a01b038781166024830152919091169063d1f856ee90604401602060405180830381865afa158015613a6c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a909190614b82565b613ad657604051636af540d960e01b81526001600160601b03841660048201526001600160401b03881660248201526001600160a01b03861660448201526064016106e9565b505093509350935093565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024016137af565b60008051602061585e8339815191528054600160401b810460ff1615906001600160401b0316600081158015613b505750825b90506000826001600160401b03166001148015613b6c5750303b155b905081158015613b7a575080155b15613b985760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613bc257845460ff60401b1916600160401b1785555b60008087806020019051810190613bd991906156f6565b9250509150613be982828b6126ad565b613bf9637d64c78b60e11b610835565b505083156118ec57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016118e3565b60008051602061583e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613ca661346c565b611c8481614170565b60008051602061583e833981519152600080613cea613ccc6133c1565b8730613cdc600460008a8c615738565b613ce591615762565b614181565b9150915081613dad5763ffffffff811615613d8a57825460ff60a01b1916600160a01b178355613d186133c1565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613d4793929190615792565b600060405180830381600087803b158015613d6157600080fd5b505af1158015613d75573d6000803e3d6000fd5b5050845460ff60a01b1916855550613dad9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016106e9565b505050505050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e3c9190614baa565b9392505050565b60405163c4cade9d60e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015613ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e3c9190614b82565b6000613ede6001546001600160a01b031690565b6001600160a01b031663d39e604383613ef5610483565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015613f4a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f6e9190615618565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613fb3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8f9190614bc7565b613fdf61428d565b6000613ff36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015614042573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261406a9190810190615073565b915061408182604001518460ff9081169116141590565b156140c557608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016106e9565b6140d282602001516140db565b90509250929050565b60006140ef6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561413e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526141669190810190615073565b6080015192915050565b61417861346c565b611c8481613c3d565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516141f091906157d2565b600060405180830381855afa9150503d806000811461422b576040519150601f19603f3d011682016040523d82523d6000602084013e614230565b606091505b50915091508115614282576040815110614262578080602001905181019061425891906157ee565b9094509250614282565b6020815110614282578080602001905181019061427f9190614b82565b93505b505094509492505050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156142dd57600080fd5b81356001600160e01b031981168114613e3c57600080fd5b60005b838110156143105781810151838201526020016142f8565b50506000910152565b600081518084526143318160208601602086016142f5565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516143ae60c08401826001600160a01b03169052565b5060c083015160e0808401526143c8610100840182614319565b949350505050565b6001600160601b0381168114611c8457600080fd5b80356143f0816143d0565b919050565b6001600160c01b031981168114611c8457600080fd5b6000806040838503121561441e57600080fd5b8235614429816143d0565b91506020830135614439816143f5565b809150509250929050565b6001600160a01b0381168114611c8457600080fd5b60ff81168114611c8457600080fd5b8015158114611c8457600080fd5b80356143f081614468565b634e487b7160e01b600052604160045260246000fd5b6040516101e081016001600160401b03811182821017156144ba576144ba614481565b60405290565b604080519081016001600160401b03811182821017156144ba576144ba614481565b60405160e081016001600160401b03811182821017156144ba576144ba614481565b60405160a081016001600160401b03811182821017156144ba576144ba614481565b60405161012081016001600160401b03811182821017156144ba576144ba614481565b604051601f8201601f191681016001600160401b038111828210171561457157614571614481565b604052919050565b60006001600160401b0382111561459257614592614481565b50601f01601f191660200190565b600082601f8301126145b157600080fd5b81356145c46145bf82614579565b614549565b8181528460208386010111156145d957600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561460f57600080fd5b863561461a81614444565b9550602087013561462a816143d0565b9450604087013561463a81614459565b9350606087013561464a81614468565b9250608087013561465a81614444565b915060a08701356001600160401b0381111561467557600080fd5b61468189828a016145a0565b9150509295509295509295565b63ffffffff81168114611c8457600080fd5b60008060008060008060008060006101208a8c0312156146bf57600080fd5b89356001600160401b03808211156146d657600080fd5b6146e28d838e016145a0565b9a5060208c0135995060408c0135985060608c0135975060808c013591506147098261468e565b90955060a08b01359061471b8261468e565b81955061472a60c08d01614476565b945061473860e08d01614476565b93506101008c013591508082111561474f57600080fd5b5061475c8c828d016145a0565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b60006020828403121561479357600080fd5b81356001600160401b038111156147a957600080fd5b6143c8848285016145a0565b6000602082840312156147c757600080fd5b8135613e3c81614444565b600080604083850312156147e557600080fd5b82356147f081614444565b915060208301356001600160401b0381111561480b57600080fd5b614817858286016145a0565b9150509250929050565b60008060006060848603121561483657600080fd5b833561484181614444565b92506020840135614851816143f5565b915060408401356001600160401b0381111561486c57600080fd5b614878868287016145a0565b9150509250925092565b64ffffffffff81168114611c8457600080fd5b60008060008060008060c087890312156148ae57600080fd5b86356148b9816143d0565b955060208701356001600160401b03808211156148d557600080fd5b6148e18a838b016145a0565b965060408901359550606089013591506148fa8261468e565b90935060808801359061490c82614882565b90925060a0880135908082111561492257600080fd5b5061468189828a016145a0565b60008060006060848603121561494457600080fd5b833561494f81614444565b9250602084013561495f81614444565b9150604084013561496f81614444565b809150509250925092565b60008060008084860361024081121561499257600080fd5b853561499d816143d0565b945060208601356149ad816143f5565b93506101e0603f1982018113156149c357600080fd5b6149cb614497565b915060408701358252606087013560208301526080870135604083015260a0870135606083015260c0870135608083015260e087013560a08301526101008088013560c08401526101208089013560e0850152610140808a0135838601526101609250828a0135828601526101809150818a013581860152506101a0808a0135838601526101c09250828a013582860152838a013581860152505061020088013581840152505080925050614a8361022086016143e5565b905092959194509250565b600060408284031215614aa057600080fd5b614aa86144c0565b9050813581526020820135602082015292915050565b60008060808385031215614ad157600080fd5b614adb8484614a8e565b91506140d28460408501614a8e565b60008060408385031215614afd57600080fd5b8235614b0881614444565b9150602083013561443981614444565b600060208284031215614b2a57600080fd5b815162ffffff81168114613e3c57600080fd5b600181811c90821680614b5157607f821691505b602082108103614b7157634e487b7160e01b600052602260045260246000fd5b50919050565b80516143f081614468565b600060208284031215614b9457600080fd5b8151613e3c81614468565b80516143f0816143d0565b600060208284031215614bbc57600080fd5b8151613e3c816143d0565b600060208284031215614bd957600080fd5b8151613e3c81614444565b600082601f830112614bf557600080fd5b8151614c036145bf82614579565b818152846020838601011115614c1857600080fd5b6143c88260208301602087016142f5565b80516143f08161468e565b80516143f081614882565b600060208284031215614c5157600080fd5b81516001600160401b0380821115614c6857600080fd5b9083019060e08286031215614c7c57600080fd5b614c846144e2565b614c8d83614b9f565b8152602083015182811115614ca157600080fd5b614cad87828601614be4565b60208301525060408301516040820152614cc960608401614c29565b6060820152614cda60808401614c29565b6080820152614ceb60a08401614c34565b60a082015260c083015182811115614d0257600080fd5b614d0e87828601614be4565b60c08301525095945050505050565b600060208284031215614d2f57600080fd5b8151613e3c81614882565b601f8211156128e157600081815260208120601f850160051c81016020861015614d615750805b601f850160051c820191505b81811015613dad57828155600101614d6d565b81516001600160401b03811115614d9957614d99614481565b614dad81614da78454614b3d565b84614d3a565b602080601f831160018114614de25760008415614dca5750858301515b600019600386901b1c1916600185901b178555613dad565b600085815260208120601f198616915b82811015614e1157888601518255948401946001909101908401614df2565b5085821015614e2f5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060408284031215614e5157600080fd5b614e596144c0565b9050815181526020820151602082015292915050565b80516143f081614444565b60006101008284031215614e8d57600080fd5b60405160c081018181106001600160401b0382111715614eaf57614eaf614481565b6040528251614ebd816143d0565b81526020830151614ecd81614444565b6020820152614edf8460408501614e3f565b6040820152614ef18460808501614e3f565b606082015260c0830151614f0481614444565b608082015260e0929092015160a083015250919050565b600060208284031215614f2d57600080fd5b5051919050565b6001600160601b03831681526040602082015260006143c86040830184614319565b600060208284031215614f6857600080fd5b8151613e3c816143f5565b6001600160401b0360c01b831681526040602082015260008251610120806040850152614fa4610160850183614319565b91506020850151606085015260408501516080850152606085015160a08501526080850151614fdb60c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c08501516101006150038187018315159052565b60e087015115159286019290925250840151603f198483030161014085015261502c8282614319565b9695505050505050565b6001600160401b0381168114611c8457600080fd5b60006020828403121561505d57600080fd5b8151613e3c81615036565b80516143f081614459565b60006020828403121561508557600080fd5b81516001600160401b038082111561509c57600080fd5b9083019060e082860312156150b057600080fd5b6150b86144e2565b6150c183614b9f565b81526150cf60208401614b9f565b60208201526150e060408401615068565b60408201526150f160608401614b77565b606082015261510260808401614e6f565b6080820152614ceb60a08401614e6f565b80516001600160601b031682526020808201516001600160a01b0390811682850152604080840151805191860191909152918201516060850152606083015180516080860152602081015160a0860152915060808301511660c08401525060a0015160e090910152565b6001600160601b03831681526101208101613e3c6020830184615113565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156151c357600080fd5b81516001600160401b038111156151d957600080fd5b6143c884828501614be4565b600081518084526020808501945080840160005b8381101561521e5781516001600160401b0316875295820195908201906001016151f9565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a0604084015261525a60a0840187614319565b8381036060850152855180825282820190600581901b830184018489016000805b848110156152d857868403601f19018652825180518086529089019089860190845b818110156152c35783516001600160e01b0319168352928b0192918b019160010161529d565b5050968901969450509187019160010161527b565b50505086810360808801526152ed81896151e5565b9c9b505050505050505050505050565b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a0604085015261533460a0850182614319565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b03831681526040602082015260006143c860408301846152fd565b602081526000613e3c6020830184614319565b6000602082840312156153aa57600080fd5b81516001600160401b03808211156153c157600080fd5b9083019060a082860312156153d557600080fd5b6153dd614504565b82516153e8816143f5565b815260208301516153f881614468565b602082015260408301518281111561540f57600080fd5b61541b87828601614be4565b60408301525060608301519150615431826143d0565b816060820152608083015192506154478361468e565b6080810192909252509392505050565b60006020828403121561546957600080fd5b81516001600160401b038082111561548057600080fd5b90830190610120828603121561549557600080fd5b61549d614526565b8251828111156154ac57600080fd5b6154b887828601614be4565b8252506020830151602082015260408301516040820152606083015160608201526154e560808401614c29565b60808201526154f660a08401614c29565b60a082015261550760c08401614b77565b60c082015261551860e08401614b77565b60e0820152610100808401518381111561553157600080fd5b61553d88828701614be4565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610b8f57610b8f61554e565b6001600160601b0381511682526000602082015160e0602085015261559f60e0850182614319565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610b8a8282614319565b6001600160401b0360c01b831681526040602082015260006143c86040830184615577565b60006020828403121561562a57600080fd5b8151613e3c81614459565b80820180821115610b8f57610b8f61554e565b6001600160601b038416815261014081016156666020830185615113565b60ff8316610120830152949350505050565b63ffffffff8181168382160190808211156156955761569561554e565b5092915050565b6001600160401b0360c01b841681526060602082015260006156c16060830185615577565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006156c160608301856152fd565b60008060006060848603121561570b57600080fd5b835161571681614444565b602085015190935061572781614444565b604085015190925061496f81614444565b6000808585111561574857600080fd5b8386111561575557600080fd5b5050820193919092039150565b6001600160e01b0319813581811691600485101561578a5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516157e48184602087016142f5565b9190910192915050565b6000806040838503121561580157600080fd5b825161580c81614468565b60208401519092506144398161468e56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b2121351c9b9d0f95434cdae0309cf629e7035fcba0898ca53e3ed621fe8e79264736f6c63430008140033",
|
1172
|
+
"linkReferences": {
|
1173
|
+
"contracts/type/Amount.sol": {
|
1174
|
+
"AmountLib": [
|
1175
|
+
{
|
1176
|
+
"length": 20,
|
1177
|
+
"start": 6926
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"length": 20,
|
1181
|
+
"start": 11570
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"length": 20,
|
1185
|
+
"start": 11717
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"length": 20,
|
1189
|
+
"start": 11955
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
"length": 20,
|
1193
|
+
"start": 12084
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"length": 20,
|
1197
|
+
"start": 12459
|
1198
|
+
},
|
1199
|
+
{
|
1200
|
+
"length": 20,
|
1201
|
+
"start": 16068
|
1202
|
+
},
|
1203
|
+
{
|
1204
|
+
"length": 20,
|
1205
|
+
"start": 16210
|
1206
|
+
}
|
1207
|
+
]
|
1208
|
+
},
|
1209
|
+
"contracts/type/DistributorType.sol": {
|
1210
|
+
"DistributorTypeLib": [
|
1211
|
+
{
|
1212
|
+
"length": 20,
|
1213
|
+
"start": 4269
|
1214
|
+
}
|
1215
|
+
]
|
1216
|
+
},
|
1217
|
+
"contracts/type/NftId.sol": {
|
1218
|
+
"NftIdLib": [
|
1219
|
+
{
|
1220
|
+
"length": 20,
|
1221
|
+
"start": 1865
|
1222
|
+
},
|
1223
|
+
{
|
1224
|
+
"length": 20,
|
1225
|
+
"start": 2638
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"length": 20,
|
1229
|
+
"start": 7718
|
1230
|
+
}
|
1231
|
+
]
|
1232
|
+
},
|
1233
|
+
"contracts/type/Referral.sol": {
|
1234
|
+
"ReferralLib": [
|
1235
|
+
{
|
1236
|
+
"length": 20,
|
1237
|
+
"start": 9729
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"length": 20,
|
1241
|
+
"start": 10786
|
1242
|
+
}
|
1243
|
+
]
|
1244
|
+
},
|
1245
|
+
"contracts/type/RoleId.sol": {
|
1246
|
+
"RoleIdLib": [
|
1247
|
+
{
|
1248
|
+
"length": 20,
|
1249
|
+
"start": 14455
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"length": 20,
|
1253
|
+
"start": 15329
|
1254
|
+
}
|
1255
|
+
]
|
1256
|
+
},
|
1257
|
+
"contracts/type/Timestamp.sol": {
|
1258
|
+
"TimestampLib": [
|
1259
|
+
{
|
1260
|
+
"length": 20,
|
1261
|
+
"start": 2782
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"length": 20,
|
1265
|
+
"start": 2916
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"length": 20,
|
1269
|
+
"start": 3022
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"length": 20,
|
1273
|
+
"start": 8058
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"length": 20,
|
1277
|
+
"start": 9180
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"length": 20,
|
1281
|
+
"start": 9316
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"length": 20,
|
1285
|
+
"start": 9438
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"length": 20,
|
1289
|
+
"start": 9581
|
1290
|
+
}
|
1291
|
+
]
|
1292
|
+
},
|
1293
|
+
"contracts/type/UFixed.sol": {
|
1294
|
+
"UFixedLib": [
|
1295
|
+
{
|
1296
|
+
"length": 20,
|
1297
|
+
"start": 3637
|
1298
|
+
},
|
1299
|
+
{
|
1300
|
+
"length": 20,
|
1301
|
+
"start": 3773
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"length": 20,
|
1305
|
+
"start": 3899
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"length": 20,
|
1309
|
+
"start": 4020
|
1310
|
+
},
|
1311
|
+
{
|
1312
|
+
"length": 20,
|
1313
|
+
"start": 4136
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"length": 20,
|
1317
|
+
"start": 8639
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"length": 20,
|
1321
|
+
"start": 8755
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
"length": 20,
|
1325
|
+
"start": 8923
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"length": 20,
|
1329
|
+
"start": 9039
|
1330
|
+
},
|
1331
|
+
{
|
1332
|
+
"length": 20,
|
1333
|
+
"start": 12770
|
1334
|
+
},
|
1335
|
+
{
|
1336
|
+
"length": 20,
|
1337
|
+
"start": 12889
|
1338
|
+
}
|
1339
|
+
]
|
1340
|
+
},
|
1341
|
+
"contracts/type/Version.sol": {
|
1342
|
+
"VersionLib": [
|
1343
|
+
{
|
1344
|
+
"length": 20,
|
1345
|
+
"start": 1424
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"length": 20,
|
1349
|
+
"start": 4686
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
"length": 20,
|
1353
|
+
"start": 16374
|
1354
|
+
}
|
1355
|
+
],
|
1356
|
+
"VersionPartLib": [
|
1357
|
+
{
|
1358
|
+
"length": 20,
|
1359
|
+
"start": 10354
|
1360
|
+
}
|
1361
|
+
]
|
1362
|
+
}
|
1363
|
+
},
|
1364
|
+
"deployedLinkReferences": {
|
1365
|
+
"contracts/type/Amount.sol": {
|
1366
|
+
"AmountLib": [
|
1367
|
+
{
|
1368
|
+
"length": 20,
|
1369
|
+
"start": 6696
|
1370
|
+
},
|
1371
|
+
{
|
1372
|
+
"length": 20,
|
1373
|
+
"start": 11340
|
1374
|
+
},
|
1375
|
+
{
|
1376
|
+
"length": 20,
|
1377
|
+
"start": 11487
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"length": 20,
|
1381
|
+
"start": 11725
|
1382
|
+
},
|
1383
|
+
{
|
1384
|
+
"length": 20,
|
1385
|
+
"start": 11854
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"length": 20,
|
1389
|
+
"start": 12229
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"length": 20,
|
1393
|
+
"start": 15838
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"length": 20,
|
1397
|
+
"start": 15980
|
1398
|
+
}
|
1399
|
+
]
|
1400
|
+
},
|
1401
|
+
"contracts/type/DistributorType.sol": {
|
1402
|
+
"DistributorTypeLib": [
|
1403
|
+
{
|
1404
|
+
"length": 20,
|
1405
|
+
"start": 4039
|
1406
|
+
}
|
1407
|
+
]
|
1408
|
+
},
|
1409
|
+
"contracts/type/NftId.sol": {
|
1410
|
+
"NftIdLib": [
|
1411
|
+
{
|
1412
|
+
"length": 20,
|
1413
|
+
"start": 1635
|
1414
|
+
},
|
1415
|
+
{
|
1416
|
+
"length": 20,
|
1417
|
+
"start": 2408
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"length": 20,
|
1421
|
+
"start": 7488
|
1422
|
+
}
|
1423
|
+
]
|
1424
|
+
},
|
1425
|
+
"contracts/type/Referral.sol": {
|
1426
|
+
"ReferralLib": [
|
1427
|
+
{
|
1428
|
+
"length": 20,
|
1429
|
+
"start": 9499
|
1430
|
+
},
|
1431
|
+
{
|
1432
|
+
"length": 20,
|
1433
|
+
"start": 10556
|
1434
|
+
}
|
1435
|
+
]
|
1436
|
+
},
|
1437
|
+
"contracts/type/RoleId.sol": {
|
1438
|
+
"RoleIdLib": [
|
1439
|
+
{
|
1440
|
+
"length": 20,
|
1441
|
+
"start": 14225
|
1442
|
+
},
|
1443
|
+
{
|
1444
|
+
"length": 20,
|
1445
|
+
"start": 15099
|
1446
|
+
}
|
1447
|
+
]
|
1448
|
+
},
|
1449
|
+
"contracts/type/Timestamp.sol": {
|
1450
|
+
"TimestampLib": [
|
1451
|
+
{
|
1452
|
+
"length": 20,
|
1453
|
+
"start": 2552
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"length": 20,
|
1457
|
+
"start": 2686
|
1458
|
+
},
|
1459
|
+
{
|
1460
|
+
"length": 20,
|
1461
|
+
"start": 2792
|
1462
|
+
},
|
1463
|
+
{
|
1464
|
+
"length": 20,
|
1465
|
+
"start": 7828
|
1466
|
+
},
|
1467
|
+
{
|
1468
|
+
"length": 20,
|
1469
|
+
"start": 8950
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"length": 20,
|
1473
|
+
"start": 9086
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
"length": 20,
|
1477
|
+
"start": 9208
|
1478
|
+
},
|
1479
|
+
{
|
1480
|
+
"length": 20,
|
1481
|
+
"start": 9351
|
1482
|
+
}
|
1483
|
+
]
|
1484
|
+
},
|
1485
|
+
"contracts/type/UFixed.sol": {
|
1486
|
+
"UFixedLib": [
|
1487
|
+
{
|
1488
|
+
"length": 20,
|
1489
|
+
"start": 3407
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"length": 20,
|
1493
|
+
"start": 3543
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"length": 20,
|
1497
|
+
"start": 3669
|
1498
|
+
},
|
1499
|
+
{
|
1500
|
+
"length": 20,
|
1501
|
+
"start": 3790
|
1502
|
+
},
|
1503
|
+
{
|
1504
|
+
"length": 20,
|
1505
|
+
"start": 3906
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
"length": 20,
|
1509
|
+
"start": 8409
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"length": 20,
|
1513
|
+
"start": 8525
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"length": 20,
|
1517
|
+
"start": 8693
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"length": 20,
|
1521
|
+
"start": 8809
|
1522
|
+
},
|
1523
|
+
{
|
1524
|
+
"length": 20,
|
1525
|
+
"start": 12540
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
"length": 20,
|
1529
|
+
"start": 12659
|
1530
|
+
}
|
1531
|
+
]
|
1532
|
+
},
|
1533
|
+
"contracts/type/Version.sol": {
|
1534
|
+
"VersionLib": [
|
1535
|
+
{
|
1536
|
+
"length": 20,
|
1537
|
+
"start": 1194
|
1538
|
+
},
|
1539
|
+
{
|
1540
|
+
"length": 20,
|
1541
|
+
"start": 4456
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"length": 20,
|
1545
|
+
"start": 16144
|
1546
|
+
}
|
1547
|
+
],
|
1548
|
+
"VersionPartLib": [
|
1549
|
+
{
|
1550
|
+
"length": 20,
|
1551
|
+
"start": 10124
|
1552
|
+
}
|
1553
|
+
]
|
1554
|
+
}
|
1555
|
+
}
|
1556
|
+
}
|