@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-ff282a4-523
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +359 -8
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +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 +780 -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 +284 -523
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +616 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +529 -601
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +1348 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1574 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +979 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +656 -0
- 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/base/Cloneable.sol/Cloneable.json +190 -0
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +478 -0
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.json +115 -0
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +581 -0
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +194 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +237 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{access/IAccess.sol/IAccess.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IRisk.sol/IRisk.json} +2 -2
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.json +10 -0
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +10 -0
- 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 +696 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +735 -0
- 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 +708 -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 +648 -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 +748 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +493 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +510 -0
- 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/product/IProductService.sol/IProductService.json +442 -0
- 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 +740 -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 +688 -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 +640 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +784 -0
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +604 -71
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +919 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +702 -72
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1211 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +657 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +620 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +485 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +631 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +73 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +125 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +175 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +327 -0
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +238 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +569 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +339 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +488 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +114 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +78 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +309 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +545 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +497 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +623 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +797 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +632 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +174 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +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/type/ObjectType.sol/ObjectTypeLib.json +92 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +156 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +92 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +280 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +479 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +349 -0
- package/contracts/distribution/DistributionServiceManager.sol +51 -0
- 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 +72 -15
- package/contracts/instance/IInstanceService.sol +73 -0
- package/contracts/instance/Instance.sol +210 -44
- package/contracts/instance/InstanceAccessManager.sol +543 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
- package/contracts/instance/InstanceReader.sol +368 -0
- package/contracts/instance/InstanceService.sol +308 -0
- package/contracts/instance/InstanceServiceManager.sol +54 -0
- package/contracts/instance/InstanceStore.sol +211 -0
- package/contracts/instance/base/Cloneable.sol +51 -0
- package/contracts/instance/base/IKeyValueStore.sol +53 -0
- package/contracts/instance/base/ILifecycle.sol +30 -0
- package/contracts/instance/base/KeyValueStore.sol +169 -0
- package/contracts/instance/base/Lifecycle.sol +121 -0
- package/contracts/instance/base/ObjectManager.sol +82 -0
- package/contracts/instance/module/IAccess.sol +54 -0
- package/contracts/instance/module/IBundle.sol +23 -0
- package/contracts/instance/module/IComponents.sol +41 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +78 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/instance/module/ISetup.sol +33 -0
- package/contracts/instance/module/ITreasury.sol +23 -0
- package/contracts/pool/BundleService.sol +382 -0
- package/contracts/pool/BundleServiceManager.sol +51 -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 +403 -0
- package/contracts/pool/PoolServiceManager.sol +51 -0
- package/contracts/product/ApplicationService.sol +186 -0
- package/contracts/product/ApplicationServiceManager.sol +35 -0
- package/contracts/product/ClaimService.sol +442 -0
- package/contracts/product/ClaimServiceManager.sol +35 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +93 -0
- package/contracts/product/IPolicyService.sol +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 +376 -0
- package/contracts/product/PolicyServiceManager.sol +54 -0
- package/contracts/product/PricingService.sol +275 -0
- package/contracts/product/PricingServiceManager.sol +51 -0
- package/contracts/product/Product.sol +379 -0
- package/contracts/product/ProductService.sol +210 -0
- package/contracts/product/ProductServiceManager.sol +54 -0
- package/contracts/registry/ChainNft.sol +216 -0
- package/contracts/registry/IRegistry.sol +95 -51
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +436 -128
- package/contracts/registry/RegistryAccessManager.sol +207 -0
- package/contracts/registry/RegistryService.sol +304 -0
- package/contracts/registry/RegistryServiceManager.sol +60 -0
- package/contracts/registry/ReleaseManager.sol +360 -0
- package/contracts/registry/TokenRegistry.sol +116 -0
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/shared/Component.sol +271 -0
- package/contracts/shared/ComponentService.sol +150 -0
- package/contracts/shared/ERC165.sol +27 -0
- package/contracts/shared/IComponent.sol +90 -0
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +40 -0
- package/contracts/shared/IRegisterable.sol +15 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +18 -0
- package/contracts/shared/IVersionable.sol +53 -0
- package/contracts/shared/NftOwnable.sol +118 -0
- package/contracts/shared/PolicyHolder.sol +94 -0
- package/contracts/shared/ProxyManager.sol +169 -0
- package/contracts/shared/Registerable.sol +75 -0
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +72 -0
- package/contracts/shared/TokenHandler.sol +35 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +59 -0
- package/contracts/staking/IStaking.sol +15 -0
- package/contracts/staking/IStakingService.sol +105 -0
- package/contracts/staking/Staking.sol +64 -0
- package/contracts/staking/StakingManager.sol +44 -0
- package/contracts/staking/StakingService.sol +204 -0
- package/contracts/staking/StakingServiceManager.sol +41 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +109 -0
- package/contracts/type/Blocknumber.sol +119 -0
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +65 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +80 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +166 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +132 -0
- package/contracts/type/Seconds.sol +54 -0
- package/contracts/type/StateId.sol +110 -0
- package/contracts/type/Timestamp.sol +132 -0
- package/contracts/type/UFixed.sol +326 -0
- package/contracts/type/Version.sol +108 -0
- package/package.json +21 -6
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -213
- package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -11
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -65
- package/contracts/experiment/A.sol +0 -56
- package/contracts/experiment/B.sol +0 -23
- package/contracts/experiment/C.sol +0 -28
- package/contracts/experiment/IA.sol +0 -18
- package/contracts/experiment/IB.sol +0 -9
- package/contracts/experiment/IC.sol +0 -11
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -259
- package/contracts/instance/component/IComponent.sol +0 -94
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -106
- package/contracts/instance/pool/IPoolModule.sol +0 -40
- package/contracts/instance/pool/PoolModule.sol +0 -83
- package/contracts/instance/product/IProductService.sol +0 -45
- package/contracts/instance/product/ProductService.sol +0 -105
@@ -0,0 +1,864 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "ProductService",
|
4
|
+
"sourceName": "contracts/product/ProductService.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": "target",
|
166
|
+
"type": "address"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"name": "ErrorIAccessTargetLocked",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [
|
174
|
+
{
|
175
|
+
"internalType": "NftId",
|
176
|
+
"name": "nftId",
|
177
|
+
"type": "uint96"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
181
|
+
"type": "error"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"inputs": [
|
185
|
+
{
|
186
|
+
"internalType": "address",
|
187
|
+
"name": "contractAddress",
|
188
|
+
"type": "address"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
192
|
+
"type": "error"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"inputs": [],
|
196
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "address",
|
203
|
+
"name": "account",
|
204
|
+
"type": "address"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"name": "ErrorNftOwnableNotOwner",
|
208
|
+
"type": "error"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "address",
|
214
|
+
"name": "registryAddress",
|
215
|
+
"type": "address"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "ErrorNotRegistry",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [],
|
223
|
+
"name": "ErrorServiceNotImplemented",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [],
|
228
|
+
"name": "InvalidInitialization",
|
229
|
+
"type": "error"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"inputs": [],
|
233
|
+
"name": "NotInitializing",
|
234
|
+
"type": "error"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"anonymous": false,
|
238
|
+
"inputs": [
|
239
|
+
{
|
240
|
+
"indexed": false,
|
241
|
+
"internalType": "address",
|
242
|
+
"name": "authority",
|
243
|
+
"type": "address"
|
244
|
+
}
|
245
|
+
],
|
246
|
+
"name": "AuthorityUpdated",
|
247
|
+
"type": "event"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"anonymous": false,
|
251
|
+
"inputs": [
|
252
|
+
{
|
253
|
+
"indexed": false,
|
254
|
+
"internalType": "uint64",
|
255
|
+
"name": "version",
|
256
|
+
"type": "uint64"
|
257
|
+
}
|
258
|
+
],
|
259
|
+
"name": "Initialized",
|
260
|
+
"type": "event"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"anonymous": false,
|
264
|
+
"inputs": [
|
265
|
+
{
|
266
|
+
"indexed": false,
|
267
|
+
"internalType": "address",
|
268
|
+
"name": "sender",
|
269
|
+
"type": "address"
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"name": "LogProductServiceSender",
|
273
|
+
"type": "event"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"inputs": [],
|
277
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
278
|
+
"outputs": [
|
279
|
+
{
|
280
|
+
"internalType": "bytes32",
|
281
|
+
"name": "",
|
282
|
+
"type": "bytes32"
|
283
|
+
}
|
284
|
+
],
|
285
|
+
"stateMutability": "view",
|
286
|
+
"type": "function"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"inputs": [],
|
290
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
291
|
+
"outputs": [
|
292
|
+
{
|
293
|
+
"internalType": "bytes32",
|
294
|
+
"name": "",
|
295
|
+
"type": "bytes32"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"stateMutability": "view",
|
299
|
+
"type": "function"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"inputs": [],
|
303
|
+
"name": "authority",
|
304
|
+
"outputs": [
|
305
|
+
{
|
306
|
+
"internalType": "address",
|
307
|
+
"name": "",
|
308
|
+
"type": "address"
|
309
|
+
}
|
310
|
+
],
|
311
|
+
"stateMutability": "view",
|
312
|
+
"type": "function"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"inputs": [
|
316
|
+
{
|
317
|
+
"internalType": "RiskId",
|
318
|
+
"name": "riskId",
|
319
|
+
"type": "bytes8"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"internalType": "bytes",
|
323
|
+
"name": "data",
|
324
|
+
"type": "bytes"
|
325
|
+
}
|
326
|
+
],
|
327
|
+
"name": "createRisk",
|
328
|
+
"outputs": [],
|
329
|
+
"stateMutability": "nonpayable",
|
330
|
+
"type": "function"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"inputs": [],
|
334
|
+
"name": "getDomain",
|
335
|
+
"outputs": [
|
336
|
+
{
|
337
|
+
"internalType": "ObjectType",
|
338
|
+
"name": "",
|
339
|
+
"type": "uint8"
|
340
|
+
}
|
341
|
+
],
|
342
|
+
"stateMutability": "pure",
|
343
|
+
"type": "function"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"inputs": [],
|
347
|
+
"name": "getInitialInfo",
|
348
|
+
"outputs": [
|
349
|
+
{
|
350
|
+
"components": [
|
351
|
+
{
|
352
|
+
"internalType": "NftId",
|
353
|
+
"name": "nftId",
|
354
|
+
"type": "uint96"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"internalType": "NftId",
|
358
|
+
"name": "parentNftId",
|
359
|
+
"type": "uint96"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"internalType": "ObjectType",
|
363
|
+
"name": "objectType",
|
364
|
+
"type": "uint8"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"internalType": "bool",
|
368
|
+
"name": "isInterceptor",
|
369
|
+
"type": "bool"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"internalType": "address",
|
373
|
+
"name": "objectAddress",
|
374
|
+
"type": "address"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"internalType": "address",
|
378
|
+
"name": "initialOwner",
|
379
|
+
"type": "address"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"internalType": "bytes",
|
383
|
+
"name": "data",
|
384
|
+
"type": "bytes"
|
385
|
+
}
|
386
|
+
],
|
387
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
388
|
+
"name": "info",
|
389
|
+
"type": "tuple"
|
390
|
+
}
|
391
|
+
],
|
392
|
+
"stateMutability": "view",
|
393
|
+
"type": "function"
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"inputs": [],
|
397
|
+
"name": "getInstanceService",
|
398
|
+
"outputs": [
|
399
|
+
{
|
400
|
+
"internalType": "contract InstanceService",
|
401
|
+
"name": "",
|
402
|
+
"type": "address"
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"stateMutability": "view",
|
406
|
+
"type": "function"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"inputs": [],
|
410
|
+
"name": "getNftId",
|
411
|
+
"outputs": [
|
412
|
+
{
|
413
|
+
"internalType": "NftId",
|
414
|
+
"name": "",
|
415
|
+
"type": "uint96"
|
416
|
+
}
|
417
|
+
],
|
418
|
+
"stateMutability": "view",
|
419
|
+
"type": "function"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"inputs": [],
|
423
|
+
"name": "getOwner",
|
424
|
+
"outputs": [
|
425
|
+
{
|
426
|
+
"internalType": "address",
|
427
|
+
"name": "",
|
428
|
+
"type": "address"
|
429
|
+
}
|
430
|
+
],
|
431
|
+
"stateMutability": "view",
|
432
|
+
"type": "function"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"inputs": [],
|
436
|
+
"name": "getRegistry",
|
437
|
+
"outputs": [
|
438
|
+
{
|
439
|
+
"internalType": "contract IRegistry",
|
440
|
+
"name": "",
|
441
|
+
"type": "address"
|
442
|
+
}
|
443
|
+
],
|
444
|
+
"stateMutability": "view",
|
445
|
+
"type": "function"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"inputs": [],
|
449
|
+
"name": "getRegistryService",
|
450
|
+
"outputs": [
|
451
|
+
{
|
452
|
+
"internalType": "contract IRegistryService",
|
453
|
+
"name": "",
|
454
|
+
"type": "address"
|
455
|
+
}
|
456
|
+
],
|
457
|
+
"stateMutability": "view",
|
458
|
+
"type": "function"
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"inputs": [],
|
462
|
+
"name": "getVersion",
|
463
|
+
"outputs": [
|
464
|
+
{
|
465
|
+
"internalType": "Version",
|
466
|
+
"name": "",
|
467
|
+
"type": "uint24"
|
468
|
+
}
|
469
|
+
],
|
470
|
+
"stateMutability": "pure",
|
471
|
+
"type": "function"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"inputs": [],
|
475
|
+
"name": "initializeERC165",
|
476
|
+
"outputs": [],
|
477
|
+
"stateMutability": "nonpayable",
|
478
|
+
"type": "function"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"inputs": [
|
482
|
+
{
|
483
|
+
"internalType": "address",
|
484
|
+
"name": "initialOwner",
|
485
|
+
"type": "address"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"internalType": "address",
|
489
|
+
"name": "registryAddress",
|
490
|
+
"type": "address"
|
491
|
+
}
|
492
|
+
],
|
493
|
+
"name": "initializeNftOwnable",
|
494
|
+
"outputs": [],
|
495
|
+
"stateMutability": "nonpayable",
|
496
|
+
"type": "function"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"inputs": [
|
500
|
+
{
|
501
|
+
"internalType": "address",
|
502
|
+
"name": "registryAddress",
|
503
|
+
"type": "address"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"internalType": "NftId",
|
507
|
+
"name": "parentNftId",
|
508
|
+
"type": "uint96"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"internalType": "ObjectType",
|
512
|
+
"name": "objectType",
|
513
|
+
"type": "uint8"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"internalType": "bool",
|
517
|
+
"name": "isInterceptor",
|
518
|
+
"type": "bool"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"internalType": "address",
|
522
|
+
"name": "initialOwner",
|
523
|
+
"type": "address"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"internalType": "bytes",
|
527
|
+
"name": "registryData",
|
528
|
+
"type": "bytes"
|
529
|
+
}
|
530
|
+
],
|
531
|
+
"name": "initializeRegisterable",
|
532
|
+
"outputs": [],
|
533
|
+
"stateMutability": "nonpayable",
|
534
|
+
"type": "function"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"inputs": [
|
538
|
+
{
|
539
|
+
"internalType": "address",
|
540
|
+
"name": "registryAddress",
|
541
|
+
"type": "address"
|
542
|
+
}
|
543
|
+
],
|
544
|
+
"name": "initializeRegistryLinked",
|
545
|
+
"outputs": [],
|
546
|
+
"stateMutability": "nonpayable",
|
547
|
+
"type": "function"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"inputs": [
|
551
|
+
{
|
552
|
+
"internalType": "address",
|
553
|
+
"name": "registry",
|
554
|
+
"type": "address"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"internalType": "address",
|
558
|
+
"name": "authority",
|
559
|
+
"type": "address"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"internalType": "address",
|
563
|
+
"name": "initialOwner",
|
564
|
+
"type": "address"
|
565
|
+
}
|
566
|
+
],
|
567
|
+
"name": "initializeService",
|
568
|
+
"outputs": [],
|
569
|
+
"stateMutability": "nonpayable",
|
570
|
+
"type": "function"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"inputs": [
|
574
|
+
{
|
575
|
+
"internalType": "address",
|
576
|
+
"name": "activatedBy",
|
577
|
+
"type": "address"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"internalType": "bytes",
|
581
|
+
"name": "data",
|
582
|
+
"type": "bytes"
|
583
|
+
}
|
584
|
+
],
|
585
|
+
"name": "initializeVersionable",
|
586
|
+
"outputs": [],
|
587
|
+
"stateMutability": "nonpayable",
|
588
|
+
"type": "function"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"inputs": [],
|
592
|
+
"name": "isConsumingScheduledOp",
|
593
|
+
"outputs": [
|
594
|
+
{
|
595
|
+
"internalType": "bytes4",
|
596
|
+
"name": "",
|
597
|
+
"type": "bytes4"
|
598
|
+
}
|
599
|
+
],
|
600
|
+
"stateMutability": "view",
|
601
|
+
"type": "function"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"inputs": [],
|
605
|
+
"name": "linkToRegisteredNftId",
|
606
|
+
"outputs": [],
|
607
|
+
"stateMutability": "nonpayable",
|
608
|
+
"type": "function"
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"inputs": [
|
612
|
+
{
|
613
|
+
"internalType": "address",
|
614
|
+
"name": "productAddress",
|
615
|
+
"type": "address"
|
616
|
+
}
|
617
|
+
],
|
618
|
+
"name": "register",
|
619
|
+
"outputs": [
|
620
|
+
{
|
621
|
+
"internalType": "NftId",
|
622
|
+
"name": "productNftId",
|
623
|
+
"type": "uint96"
|
624
|
+
}
|
625
|
+
],
|
626
|
+
"stateMutability": "nonpayable",
|
627
|
+
"type": "function"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"inputs": [
|
631
|
+
{
|
632
|
+
"internalType": "bytes4",
|
633
|
+
"name": "interfaceId",
|
634
|
+
"type": "bytes4"
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"name": "registerInterface",
|
638
|
+
"outputs": [],
|
639
|
+
"stateMutability": "nonpayable",
|
640
|
+
"type": "function"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"inputs": [
|
644
|
+
{
|
645
|
+
"internalType": "address",
|
646
|
+
"name": "newAuthority",
|
647
|
+
"type": "address"
|
648
|
+
}
|
649
|
+
],
|
650
|
+
"name": "setAuthority",
|
651
|
+
"outputs": [],
|
652
|
+
"stateMutability": "nonpayable",
|
653
|
+
"type": "function"
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"inputs": [
|
657
|
+
{
|
658
|
+
"components": [
|
659
|
+
{
|
660
|
+
"internalType": "UFixed",
|
661
|
+
"name": "fractionalFee",
|
662
|
+
"type": "uint256"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"internalType": "uint256",
|
666
|
+
"name": "fixedFee",
|
667
|
+
"type": "uint256"
|
668
|
+
}
|
669
|
+
],
|
670
|
+
"internalType": "struct Fee",
|
671
|
+
"name": "productFee",
|
672
|
+
"type": "tuple"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"components": [
|
676
|
+
{
|
677
|
+
"internalType": "UFixed",
|
678
|
+
"name": "fractionalFee",
|
679
|
+
"type": "uint256"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"internalType": "uint256",
|
683
|
+
"name": "fixedFee",
|
684
|
+
"type": "uint256"
|
685
|
+
}
|
686
|
+
],
|
687
|
+
"internalType": "struct Fee",
|
688
|
+
"name": "processingFee",
|
689
|
+
"type": "tuple"
|
690
|
+
}
|
691
|
+
],
|
692
|
+
"name": "setFees",
|
693
|
+
"outputs": [],
|
694
|
+
"stateMutability": "nonpayable",
|
695
|
+
"type": "function"
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"inputs": [
|
699
|
+
{
|
700
|
+
"internalType": "bytes4",
|
701
|
+
"name": "interfaceId",
|
702
|
+
"type": "bytes4"
|
703
|
+
}
|
704
|
+
],
|
705
|
+
"name": "supportsInterface",
|
706
|
+
"outputs": [
|
707
|
+
{
|
708
|
+
"internalType": "bool",
|
709
|
+
"name": "",
|
710
|
+
"type": "bool"
|
711
|
+
}
|
712
|
+
],
|
713
|
+
"stateMutability": "view",
|
714
|
+
"type": "function"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"inputs": [
|
718
|
+
{
|
719
|
+
"internalType": "RiskId",
|
720
|
+
"name": "riskId",
|
721
|
+
"type": "bytes8"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"internalType": "bytes",
|
725
|
+
"name": "data",
|
726
|
+
"type": "bytes"
|
727
|
+
}
|
728
|
+
],
|
729
|
+
"name": "updateRisk",
|
730
|
+
"outputs": [],
|
731
|
+
"stateMutability": "nonpayable",
|
732
|
+
"type": "function"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"inputs": [
|
736
|
+
{
|
737
|
+
"internalType": "RiskId",
|
738
|
+
"name": "riskId",
|
739
|
+
"type": "bytes8"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"internalType": "StateId",
|
743
|
+
"name": "state",
|
744
|
+
"type": "uint8"
|
745
|
+
}
|
746
|
+
],
|
747
|
+
"name": "updateRiskState",
|
748
|
+
"outputs": [],
|
749
|
+
"stateMutability": "nonpayable",
|
750
|
+
"type": "function"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"inputs": [
|
754
|
+
{
|
755
|
+
"internalType": "bytes",
|
756
|
+
"name": "data",
|
757
|
+
"type": "bytes"
|
758
|
+
}
|
759
|
+
],
|
760
|
+
"name": "upgradeVersionable",
|
761
|
+
"outputs": [],
|
762
|
+
"stateMutability": "nonpayable",
|
763
|
+
"type": "function"
|
764
|
+
}
|
765
|
+
],
|
766
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61364780620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c8063675393bf116100f9578063ada9652e11610097578063bf7e214f11610071578063bf7e214f1461040f578063caf4e3d41461042d578063cc9fc59a14610435578063f7c34ee01461043d57600080fd5b8063ada9652e146103d8578063b68d1809146103ed578063b6b412ba146103fc57600080fd5b8063893d20e8116100d3578063893d20e8146103895780638e32e979146103915780638f997f6d146103a45780638fb36037146103b757600080fd5b8063675393bf146103505780637a9e5e4b146103635780637cef48421461037657600080fd5b806327bb7a33116101665780634420e486116101405780634420e486146102cf57806349bb9e4b146102fa5780635ab1bd531461030d578063644c45e01461033257600080fd5b806327bb7a33146102a1578063329d6e74146102b457806336fc697e146102c757600080fd5b80630fec111c116101a25780630fec111c1461023c578063138461e0146102515780631eff4b2214610259578063214cdb801461028e57600080fd5b806301ffc9a7146101c9578063095e2b721461020b5780630d8e6e2c14610220575b600080fd5b6101f66101d73660046128ee565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610219366004612a6c565b610450565b005b61022861054c565b60405162ffffff9091168152602001610202565b6102446105d6565b6040516102029190612b09565b61021e6106f7565b6102807f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b61021e61029c3660046128ee565b6108fe565b61021e6102af366004612bdb565b61092b565b61021e6102c2366004612c73565b6109d0565b61021e610b1d565b6102e26102dd366004612ca7565b610b63565b6040516001600160601b039091168152602001610202565b61021e610308366004612cc4565b610c28565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b6000805160206135b2833981519152546001600160601b03166102e2565b61021e61035e366004612ca7565b610d27565b61021e610371366004612ca7565b610e35565b61021e610384366004612ce2565b610ecf565b61031a610fab565b61021e61039f366004612d19565b6110e2565b61021e6103b2366004612a6c565b61131b565b6103bf6114a8565b6040516001600160e01b03199091168152602001610202565b6102806000805160206135b283398151915281565b604051606e8152602001610202565b61021e61040a366004612d94565b6114e0565b6000805160206135d2833981519152546001600160a01b031661031a565b61031a6116ae565b61031a6116ba565b61021e61044b366004612dc0565b6116c6565b60008061045d606e61173d565b925050915060006040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e69190612dee565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610513929190612e33565b600060405180830381600087803b15801561052d57600080fd5b505af1158015610541573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d19190612e58565b905090565b6105de6128b0565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a08101610653610fab565b6001600160a01b0316815260200182600101805461067090612e7d565b80601f016020809104026020016040519081016040528092919081815260200182805461069c90612e7d565b80156106e95780601f106106be576101008083540402835291602001916106e9565b820191906000526020600020905b8154815290600101906020018083116106cc57829003601f168201915b505050505081525091505090565b60006000805160206135b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610766573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078a9190612ec2565b156107bb5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107ce6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610816573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083a9190612ec2565b6108625760405163b9304b0d60e01b81526001600160a01b03821660048201526024016107b2565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156108b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108da9190612eea565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6109066118df565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6109336118df565b61093d82876116c6565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016109c68382612f55565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6109f261054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a569190613029565b6000805160206135f28339815191528054600160401b900460ff1680610a89575080546001600160401b03808416911610155b15610aa75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ad183611918565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610b256118df565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080808080610b7c86606e610b77611920565b611997565b92965090945092509050856000610b916116ae565b604051635d96628960e01b81526001600160a01b03848116600483015287811660248301529190911690635d966289906044016000604051808303816000875af1158015610be3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c0b91908101906130ac565b805197509050610c1c848389611c88565b50505050505050919050565b6000805160206135f28339815191528054600160401b810460ff1615906001600160401b0316600081158015610c5b5750825b90506000826001600160401b03166001148015610c775750303b155b905081158015610c85575080155b15610ca35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ccd57845460ff60401b1916600160401b1785555b610cd78787612343565b8315610d1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610d2f6118df565b806001600160a01b03163b600003610d655760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b2565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610ddf575060408051601f3d908101601f19168201909252610ddc91810190612ec2565b60015b610e075760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b2565b80610e305760405163fdeac91f60e01b81526001600160a01b03831660048201526024016107b2565b505b50565b33610e556000805160206135d2833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e905760405162d1953b60e31b81526001600160a01b03821660048201526024016107b2565b816001600160a01b03163b600003610ec6576040516361798f2f60e11b81526001600160a01b03831660048201526024016107b2565b610e3082612581565b6000610edb606e61173d565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f419190612dee565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef484290604401600060405180830381600087803b158015610f9757600080fd5b505af1158015610d1e573d6000803e3d6000fd5b6000806000805160206135b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561101b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103f9190612ec2565b156110cc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c69190612dee565b91505090565b54600160601b90046001600160a01b0316919050565b6110ea6118df565b61116a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561112c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111509190612eea565b603c6000856040518060200160405280600081525061092b565b6001600160a01b0382161561118757611182826125e2565b6112f6565b600061119b6001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156111fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061121f919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611264573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112889190612dee565b90506112f4816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef9190612dee565b6125e2565b505b611306634a531f3360e01b6108fe565b61131663b68d180960e01b6108fe565b505050565b6000611327606e61173d565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561136b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138f9190612dee565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa1580156113e3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261140b919081019061319b565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611454573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114789190612dee565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016105139392919061321a565b6000805160206135d2833981519152805460009190600160a01b900460ff166114d25760006110c6565b638fb3603760e01b91505090565b6000806114ed606e61173d565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611532573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115569190612dee565b60405163242bdc1960e21b81526001600160601b03851660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa1580156115aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115ce9190613282565b9050858160800181905250848160a00181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611620573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116449190612dee565b6001600160a01b0316630cbc6b89858360ff6040518463ffffffff1660e01b8152600401611674939291906133be565b600060405180830381600087803b15801561168e57600080fd5b505af11580156116a2573d6000803e3d6000fd5b50505050505050505050565b60006105d160286125f3565b60006105d160466125f3565b6116ce6118df565b6116d781610d27565b6116df610b1d565b6001600160a01b0382166117065760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206135b283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006117476128b0565b600061175b6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156117a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c59190612eea565b92506117d18385612706565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611817573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061183b9190612dee565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611885573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a99190612ec2565b156118d857608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016107b2565b9193909250565b6000805160206135f283398151915254600160401b900460ff1661191657604051631afcd79f60e31b815260040160405180910390fd5b565b6101c46118df565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af4158015611973573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d19190613029565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa1580156119eb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0f9190612ec2565b611a37576040516359bff0e360e11b81526001600160a01b03881660048201526024016107b2565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611a77573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611a9f91908101906130ac565b9050611ab681604001518860ff9081169116141590565b15611af6576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016107b2565b60a08101516001600160a01b0385811690821614611b485760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016107b2565b81602001519250611b588361280a565b9350836001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bbc9190612dee565b6040516368fc2b7760e11b81526001600160401b03891660048201526001600160a01b038781166024830152919091169063d1f856ee90604401602060405180830381865afa158015611c13573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c379190612ec2565b611c7d57604051636af540d960e01b81526001600160601b03841660048201526001600160401b03881660248201526001600160a01b03861660448201526064016107b2565b505093509350935093565b60606000836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015611ccb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cef9190613282565b90506000611d056001546001600160a01b031690565b60408084015190516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d8291908101906130ac565b6080015190506000611d9c6001546001600160a01b031690565b60608401516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611df1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e1991908101906130ac565b6080015160405163054cb8d160e31b81526001600160601b03871660048201529091506001600160a01b03831690632a65c68890602401600060405180830381600087803b158015611e6a57600080fd5b505af1158015611e7e573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0384169250632a65c6889150602401600060405180830381600087803b158015611ecc57600080fd5b505af1158015611ee0573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0389169250632a65c6889150602401600060405180830381600087803b158015611f2e57600080fd5b505af1158015611f42573d6000803e3d6000fd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b158015611f8157600080fd5b505af1158015611f95573d6000803e3d6000fd5b50505050866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fd7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ffb9190612dee565b6001600160a01b031663fbc1a3a086886001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015612049573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061206d9190613282565b6040518363ffffffff1660e01b815260040161208a9291906133ee565b600060405180830381600087803b1580156120a457600080fd5b505af11580156120b8573d6000803e3d6000fd5b5060009250600191506120c89050565b6040519080825280602002602001820160405280156120fb57816020015b60608152602001906001900390816120e65790505b5060408051600180825281830190925291925060208083019080368337019050508160008151811061212f5761212f61340c565b602002602001018190525063b6b412ba60e01b816000815181106121555761215561340c565b602002602001015160008151811061216f5761216f61340c565b6001600160e01b031992909216602092830291909101909101526040805160018082528183019092526000918160200160208202803683370190505090506121b5611920565b816000815181106121c8576121c861340c565b60200260200101906001600160401b031690816001600160401b0316815250506121f06116ba565b6001600160a01b0316636c6fbb286122106001546001600160a01b031690565b604051636939560f60e11b81526001600160a01b038d81166004830152919091169063d272ac1e90602401602060405180830381865afa158015612258573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061227c9190612eea565b8a8b6001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156122bb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122e39190810190613422565b86866040518663ffffffff1660e01b81526004016123059594939291906134ae565b600060405180830381600087803b15801561231f57600080fd5b505af1158015612333573d6000803e3d6000fd5b5050505050505050509392505050565b6000805160206135f28339815191528054600160401b810460ff1615906001600160401b03166000811580156123765750825b90506000826001600160401b031660011480156123925750303b155b9050811580156123a0575080155b156123be5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156123e857845460ff60401b1916600160401b1785555b600080878060200190518101906123ff9190613582565b90925090506124108260008b6110e2565b6001546001600160a01b031663d39e6043608c61242b61054c565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612480573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124a4919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156124e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250d9190612dee565b600280546001600160a01b0319166001600160a01b039290921691909117905561253d6308bcea6160e01b6108fe565b50508315610d1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610d15565b6000805160206135d283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6125ea6118df565b610e328161289f565b60006126076001546001600160a01b031690565b6001600160a01b031663d39e60438361261e61054c565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612673573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612697919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156126dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127009190612dee565b92915050565b61270e6128b0565b60006127226001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612771573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261279991908101906130ac565b91506127b082604001518460ff9081169116141590565b156127f457608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016107b2565b612801826020015161280a565b90509250929050565b600061281e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561286d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261289591908101906130ac565b6080015192915050565b6128a76118df565b610e3281612581565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561290057600080fd5b81356001600160e01b03198116811461291857600080fd5b9392505050565b80356001600160c01b03198116811461293757600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156129745761297461293c565b60405290565b60405160e081016001600160401b03811182821017156129745761297461293c565b60405161010081016001600160401b03811182821017156129745761297461293c565b604051601f8201601f191681016001600160401b03811182821017156129e7576129e761293c565b604052919050565b60006001600160401b03821115612a0857612a0861293c565b50601f01601f191660200190565b600082601f830112612a2757600080fd5b8135612a3a612a35826129ef565b6129bf565b818152846020838601011115612a4f57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612a7f57600080fd5b612a888361291f565b915060208301356001600160401b03811115612aa357600080fd5b612aaf85828601612a16565b9150509250929050565b60005b83811015612ad4578181015183820152602001612abc565b50506000910152565b60008151808452612af5816020860160208601612ab9565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612b7260c08401826001600160a01b03169052565b5060c083015160e080840152612b8c610100840182612add565b949350505050565b6001600160a01b0381168114610e3257600080fd5b6001600160601b0381168114610e3257600080fd5b60ff81168114610e3257600080fd5b8015158114610e3257600080fd5b60008060008060008060c08789031215612bf457600080fd5b8635612bff81612b94565b95506020870135612c0f81612ba9565b94506040870135612c1f81612bbe565b93506060870135612c2f81612bcd565b92506080870135612c3f81612b94565b915060a08701356001600160401b03811115612c5a57600080fd5b612c6689828a01612a16565b9150509295509295509295565b600060208284031215612c8557600080fd5b81356001600160401b03811115612c9b57600080fd5b612b8c84828501612a16565b600060208284031215612cb957600080fd5b813561291881612b94565b60008060408385031215612cd757600080fd5b8235612a8881612b94565b60008060408385031215612cf557600080fd5b612cfe8361291f565b91506020830135612d0e81612bbe565b809150509250929050565b600080600060608486031215612d2e57600080fd5b8335612d3981612b94565b92506020840135612d4981612b94565b91506040840135612d5981612b94565b809150509250925092565b600060408284031215612d7657600080fd5b612d7e612952565b9050813581526020820135602082015292915050565b60008060808385031215612da757600080fd5b612db18484612d64565b91506128018460408501612d64565b60008060408385031215612dd357600080fd5b8235612dde81612b94565b91506020830135612d0e81612b94565b600060208284031215612e0057600080fd5b815161291881612b94565b6001600160601b0381511682526000602082015160406020850152612b8c6040850182612add565b6001600160401b0360c01b83168152604060208201526000612b8c6040830184612e0b565b600060208284031215612e6a57600080fd5b815162ffffff8116811461291857600080fd5b600181811c90821680612e9157607f821691505b602082108103612eb157634e487b7160e01b600052602260045260246000fd5b50919050565b805161293781612bcd565b600060208284031215612ed457600080fd5b815161291881612bcd565b805161293781612ba9565b600060208284031215612efc57600080fd5b815161291881612ba9565b601f82111561131657600081815260208120601f850160051c81016020861015612f2e5750805b601f850160051c820191505b81811015612f4d57828155600101612f3a565b505050505050565b81516001600160401b03811115612f6e57612f6e61293c565b612f8281612f7c8454612e7d565b84612f07565b602080601f831160018114612fb75760008415612f9f5750858301515b600019600386901b1c1916600185901b178555612f4d565b600085815260208120601f198616915b82811015612fe657888601518255948401946001909101908401612fc7565b50858210156130045787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610e3257600080fd5b60006020828403121561303b57600080fd5b815161291881613014565b805161293781612bbe565b805161293781612b94565b600061306a612a35846129ef565b905082815283838301111561307e57600080fd5b612918836020830184612ab9565b600082601f83011261309d57600080fd5b6129188383516020850161305c565b6000602082840312156130be57600080fd5b81516001600160401b03808211156130d557600080fd5b9083019060e082860312156130e957600080fd5b6130f161297a565b6130fa83612edf565b815261310860208401612edf565b602082015261311960408401613046565b604082015261312a60608401612eb7565b606082015261313b60808401613051565b608082015261314c60a08401613051565b60a082015260c08301518281111561316357600080fd5b61316f8782860161308c565b60c08301525095945050505050565b60006020828403121561319057600080fd5b815161291881612bbe565b6000602082840312156131ad57600080fd5b81516001600160401b03808211156131c457600080fd5b90830190604082860312156131d857600080fd5b6131e0612952565b82516131eb81612ba9565b81526020830151828111156131ff57600080fd5b61320b8782860161308c565b60208301525095945050505050565b6001600160401b0360c01b8416815260606020820152600061323f6060830185612e0b565b905060ff83166040830152949350505050565b60006040828403121561326457600080fd5b61326c612952565b9050815181526020820151602082015292915050565b6000610140828403121561329557600080fd5b61329d61299c565b6132a683613051565b81526132b460208401613051565b60208201526132c560408401612edf565b60408201526132d660608401612edf565b60608201526132e88460808501613252565b60808201526132fa8460c08501613252565b60a082015261330c6101008401612eb7565b60c082015261331e6101208401613051565b60e08201529392505050565b60018060a01b038082511683528060208301511660208401525060408101516001600160601b03808216604085015280606084015116606085015250506080810151613383608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c0810151151561010083015260e001516001600160a01b031661012090910152565b6001600160601b038416815261018081016133dc602083018561332a565b60ff8316610160830152949350505050565b6001600160601b03831681526101608101612918602083018461332a565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561343457600080fd5b81516001600160401b0381111561344a57600080fd5b8201601f8101841361345b57600080fd5b612b8c8482516020840161305c565b600081518084526020808501945080840160005b838110156134a35781516001600160401b03168752958201959082019060010161347e565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a060408401526134df60a0840187612add565b8381036060850152855180825282820190600581901b830184018489016000805b8481101561355d57868403601f19018652825180518086529089019089860190845b818110156135485783516001600160e01b0319168352928b0192918b0191600101613522565b50509689019694505091870191600101613500565b5050508681036080880152613572818961346a565b9c9b505050505050505050505050565b6000806040838503121561359557600080fd5b82516135a081612b94565b6020840151909250612d0e81612b9456fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220d592d84454230d339b164a869fcb9b580f98e1051028dcee0a08a7eb7a402d4664736f6c63430008140033",
|
767
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063675393bf116100f9578063ada9652e11610097578063bf7e214f11610071578063bf7e214f1461040f578063caf4e3d41461042d578063cc9fc59a14610435578063f7c34ee01461043d57600080fd5b8063ada9652e146103d8578063b68d1809146103ed578063b6b412ba146103fc57600080fd5b8063893d20e8116100d3578063893d20e8146103895780638e32e979146103915780638f997f6d146103a45780638fb36037146103b757600080fd5b8063675393bf146103505780637a9e5e4b146103635780637cef48421461037657600080fd5b806327bb7a33116101665780634420e486116101405780634420e486146102cf57806349bb9e4b146102fa5780635ab1bd531461030d578063644c45e01461033257600080fd5b806327bb7a33146102a1578063329d6e74146102b457806336fc697e146102c757600080fd5b80630fec111c116101a25780630fec111c1461023c578063138461e0146102515780631eff4b2214610259578063214cdb801461028e57600080fd5b806301ffc9a7146101c9578063095e2b721461020b5780630d8e6e2c14610220575b600080fd5b6101f66101d73660046128ee565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610219366004612a6c565b610450565b005b61022861054c565b60405162ffffff9091168152602001610202565b6102446105d6565b6040516102029190612b09565b61021e6106f7565b6102807f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b61021e61029c3660046128ee565b6108fe565b61021e6102af366004612bdb565b61092b565b61021e6102c2366004612c73565b6109d0565b61021e610b1d565b6102e26102dd366004612ca7565b610b63565b6040516001600160601b039091168152602001610202565b61021e610308366004612cc4565b610c28565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b6000805160206135b2833981519152546001600160601b03166102e2565b61021e61035e366004612ca7565b610d27565b61021e610371366004612ca7565b610e35565b61021e610384366004612ce2565b610ecf565b61031a610fab565b61021e61039f366004612d19565b6110e2565b61021e6103b2366004612a6c565b61131b565b6103bf6114a8565b6040516001600160e01b03199091168152602001610202565b6102806000805160206135b283398151915281565b604051606e8152602001610202565b61021e61040a366004612d94565b6114e0565b6000805160206135d2833981519152546001600160a01b031661031a565b61031a6116ae565b61031a6116ba565b61021e61044b366004612dc0565b6116c6565b60008061045d606e61173d565b925050915060006040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e69190612dee565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610513929190612e33565b600060405180830381600087803b15801561052d57600080fd5b505af1158015610541573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d19190612e58565b905090565b6105de6128b0565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a08101610653610fab565b6001600160a01b0316815260200182600101805461067090612e7d565b80601f016020809104026020016040519081016040528092919081815260200182805461069c90612e7d565b80156106e95780601f106106be576101008083540402835291602001916106e9565b820191906000526020600020905b8154815290600101906020018083116106cc57829003601f168201915b505050505081525091505090565b60006000805160206135b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610766573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078a9190612ec2565b156107bb5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107ce6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610816573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083a9190612ec2565b6108625760405163b9304b0d60e01b81526001600160a01b03821660048201526024016107b2565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156108b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108da9190612eea565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6109066118df565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6109336118df565b61093d82876116c6565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016109c68382612f55565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6109f261054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a569190613029565b6000805160206135f28339815191528054600160401b900460ff1680610a89575080546001600160401b03808416911610155b15610aa75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ad183611918565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610b256118df565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080808080610b7c86606e610b77611920565b611997565b92965090945092509050856000610b916116ae565b604051635d96628960e01b81526001600160a01b03848116600483015287811660248301529190911690635d966289906044016000604051808303816000875af1158015610be3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c0b91908101906130ac565b805197509050610c1c848389611c88565b50505050505050919050565b6000805160206135f28339815191528054600160401b810460ff1615906001600160401b0316600081158015610c5b5750825b90506000826001600160401b03166001148015610c775750303b155b905081158015610c85575080155b15610ca35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ccd57845460ff60401b1916600160401b1785555b610cd78787612343565b8315610d1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610d2f6118df565b806001600160a01b03163b600003610d655760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b2565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610ddf575060408051601f3d908101601f19168201909252610ddc91810190612ec2565b60015b610e075760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b2565b80610e305760405163fdeac91f60e01b81526001600160a01b03831660048201526024016107b2565b505b50565b33610e556000805160206135d2833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e905760405162d1953b60e31b81526001600160a01b03821660048201526024016107b2565b816001600160a01b03163b600003610ec6576040516361798f2f60e11b81526001600160a01b03831660048201526024016107b2565b610e3082612581565b6000610edb606e61173d565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f419190612dee565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef484290604401600060405180830381600087803b158015610f9757600080fd5b505af1158015610d1e573d6000803e3d6000fd5b6000806000805160206135b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561101b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061103f9190612ec2565b156110cc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c69190612dee565b91505090565b54600160601b90046001600160a01b0316919050565b6110ea6118df565b61116a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561112c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111509190612eea565b603c6000856040518060200160405280600081525061092b565b6001600160a01b0382161561118757611182826125e2565b6112f6565b600061119b6001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156111fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061121f919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611264573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112889190612dee565b90506112f4816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef9190612dee565b6125e2565b505b611306634a531f3360e01b6108fe565b61131663b68d180960e01b6108fe565b505050565b6000611327606e61173d565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561136b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138f9190612dee565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa1580156113e3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261140b919081019061319b565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611454573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114789190612dee565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016105139392919061321a565b6000805160206135d2833981519152805460009190600160a01b900460ff166114d25760006110c6565b638fb3603760e01b91505090565b6000806114ed606e61173d565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611532573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115569190612dee565b60405163242bdc1960e21b81526001600160601b03851660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa1580156115aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115ce9190613282565b9050858160800181905250848160a00181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611620573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116449190612dee565b6001600160a01b0316630cbc6b89858360ff6040518463ffffffff1660e01b8152600401611674939291906133be565b600060405180830381600087803b15801561168e57600080fd5b505af11580156116a2573d6000803e3d6000fd5b50505050505050505050565b60006105d160286125f3565b60006105d160466125f3565b6116ce6118df565b6116d781610d27565b6116df610b1d565b6001600160a01b0382166117065760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206135b283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006117476128b0565b600061175b6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156117a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c59190612eea565b92506117d18385612706565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611817573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061183b9190612dee565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611885573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a99190612ec2565b156118d857608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016107b2565b9193909250565b6000805160206135f283398151915254600160401b900460ff1661191657604051631afcd79f60e31b815260040160405180910390fd5b565b6101c46118df565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af4158015611973573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d19190613029565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa1580156119eb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0f9190612ec2565b611a37576040516359bff0e360e11b81526001600160a01b03881660048201526024016107b2565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611a77573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611a9f91908101906130ac565b9050611ab681604001518860ff9081169116141590565b15611af6576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016107b2565b60a08101516001600160a01b0385811690821614611b485760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016107b2565b81602001519250611b588361280a565b9350836001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bbc9190612dee565b6040516368fc2b7760e11b81526001600160401b03891660048201526001600160a01b038781166024830152919091169063d1f856ee90604401602060405180830381865afa158015611c13573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c379190612ec2565b611c7d57604051636af540d960e01b81526001600160601b03841660048201526001600160401b03881660248201526001600160a01b03861660448201526064016107b2565b505093509350935093565b60606000836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015611ccb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cef9190613282565b90506000611d056001546001600160a01b031690565b60408084015190516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d8291908101906130ac565b6080015190506000611d9c6001546001600160a01b031690565b60608401516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611df1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e1991908101906130ac565b6080015160405163054cb8d160e31b81526001600160601b03871660048201529091506001600160a01b03831690632a65c68890602401600060405180830381600087803b158015611e6a57600080fd5b505af1158015611e7e573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0384169250632a65c6889150602401600060405180830381600087803b158015611ecc57600080fd5b505af1158015611ee0573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0389169250632a65c6889150602401600060405180830381600087803b158015611f2e57600080fd5b505af1158015611f42573d6000803e3d6000fd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b158015611f8157600080fd5b505af1158015611f95573d6000803e3d6000fd5b50505050866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fd7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ffb9190612dee565b6001600160a01b031663fbc1a3a086886001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015612049573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061206d9190613282565b6040518363ffffffff1660e01b815260040161208a9291906133ee565b600060405180830381600087803b1580156120a457600080fd5b505af11580156120b8573d6000803e3d6000fd5b5060009250600191506120c89050565b6040519080825280602002602001820160405280156120fb57816020015b60608152602001906001900390816120e65790505b5060408051600180825281830190925291925060208083019080368337019050508160008151811061212f5761212f61340c565b602002602001018190525063b6b412ba60e01b816000815181106121555761215561340c565b602002602001015160008151811061216f5761216f61340c565b6001600160e01b031992909216602092830291909101909101526040805160018082528183019092526000918160200160208202803683370190505090506121b5611920565b816000815181106121c8576121c861340c565b60200260200101906001600160401b031690816001600160401b0316815250506121f06116ba565b6001600160a01b0316636c6fbb286122106001546001600160a01b031690565b604051636939560f60e11b81526001600160a01b038d81166004830152919091169063d272ac1e90602401602060405180830381865afa158015612258573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061227c9190612eea565b8a8b6001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156122bb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122e39190810190613422565b86866040518663ffffffff1660e01b81526004016123059594939291906134ae565b600060405180830381600087803b15801561231f57600080fd5b505af1158015612333573d6000803e3d6000fd5b5050505050505050509392505050565b6000805160206135f28339815191528054600160401b810460ff1615906001600160401b03166000811580156123765750825b90506000826001600160401b031660011480156123925750303b155b9050811580156123a0575080155b156123be5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156123e857845460ff60401b1916600160401b1785555b600080878060200190518101906123ff9190613582565b90925090506124108260008b6110e2565b6001546001600160a01b031663d39e6043608c61242b61054c565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612480573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124a4919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156124e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250d9190612dee565b600280546001600160a01b0319166001600160a01b039290921691909117905561253d6308bcea6160e01b6108fe565b50508315610d1e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610d15565b6000805160206135d283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6125ea6118df565b610e328161289f565b60006126076001546001600160a01b031690565b6001600160a01b031663d39e60438361261e61054c565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612673573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612697919061317e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156126dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127009190612dee565b92915050565b61270e6128b0565b60006127226001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612771573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261279991908101906130ac565b91506127b082604001518460ff9081169116141590565b156127f457608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016107b2565b612801826020015161280a565b90509250929050565b600061281e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561286d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261289591908101906130ac565b6080015192915050565b6128a76118df565b610e3281612581565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561290057600080fd5b81356001600160e01b03198116811461291857600080fd5b9392505050565b80356001600160c01b03198116811461293757600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156129745761297461293c565b60405290565b60405160e081016001600160401b03811182821017156129745761297461293c565b60405161010081016001600160401b03811182821017156129745761297461293c565b604051601f8201601f191681016001600160401b03811182821017156129e7576129e761293c565b604052919050565b60006001600160401b03821115612a0857612a0861293c565b50601f01601f191660200190565b600082601f830112612a2757600080fd5b8135612a3a612a35826129ef565b6129bf565b818152846020838601011115612a4f57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612a7f57600080fd5b612a888361291f565b915060208301356001600160401b03811115612aa357600080fd5b612aaf85828601612a16565b9150509250929050565b60005b83811015612ad4578181015183820152602001612abc565b50506000910152565b60008151808452612af5816020860160208601612ab9565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612b7260c08401826001600160a01b03169052565b5060c083015160e080840152612b8c610100840182612add565b949350505050565b6001600160a01b0381168114610e3257600080fd5b6001600160601b0381168114610e3257600080fd5b60ff81168114610e3257600080fd5b8015158114610e3257600080fd5b60008060008060008060c08789031215612bf457600080fd5b8635612bff81612b94565b95506020870135612c0f81612ba9565b94506040870135612c1f81612bbe565b93506060870135612c2f81612bcd565b92506080870135612c3f81612b94565b915060a08701356001600160401b03811115612c5a57600080fd5b612c6689828a01612a16565b9150509295509295509295565b600060208284031215612c8557600080fd5b81356001600160401b03811115612c9b57600080fd5b612b8c84828501612a16565b600060208284031215612cb957600080fd5b813561291881612b94565b60008060408385031215612cd757600080fd5b8235612a8881612b94565b60008060408385031215612cf557600080fd5b612cfe8361291f565b91506020830135612d0e81612bbe565b809150509250929050565b600080600060608486031215612d2e57600080fd5b8335612d3981612b94565b92506020840135612d4981612b94565b91506040840135612d5981612b94565b809150509250925092565b600060408284031215612d7657600080fd5b612d7e612952565b9050813581526020820135602082015292915050565b60008060808385031215612da757600080fd5b612db18484612d64565b91506128018460408501612d64565b60008060408385031215612dd357600080fd5b8235612dde81612b94565b91506020830135612d0e81612b94565b600060208284031215612e0057600080fd5b815161291881612b94565b6001600160601b0381511682526000602082015160406020850152612b8c6040850182612add565b6001600160401b0360c01b83168152604060208201526000612b8c6040830184612e0b565b600060208284031215612e6a57600080fd5b815162ffffff8116811461291857600080fd5b600181811c90821680612e9157607f821691505b602082108103612eb157634e487b7160e01b600052602260045260246000fd5b50919050565b805161293781612bcd565b600060208284031215612ed457600080fd5b815161291881612bcd565b805161293781612ba9565b600060208284031215612efc57600080fd5b815161291881612ba9565b601f82111561131657600081815260208120601f850160051c81016020861015612f2e5750805b601f850160051c820191505b81811015612f4d57828155600101612f3a565b505050505050565b81516001600160401b03811115612f6e57612f6e61293c565b612f8281612f7c8454612e7d565b84612f07565b602080601f831160018114612fb75760008415612f9f5750858301515b600019600386901b1c1916600185901b178555612f4d565b600085815260208120601f198616915b82811015612fe657888601518255948401946001909101908401612fc7565b50858210156130045787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610e3257600080fd5b60006020828403121561303b57600080fd5b815161291881613014565b805161293781612bbe565b805161293781612b94565b600061306a612a35846129ef565b905082815283838301111561307e57600080fd5b612918836020830184612ab9565b600082601f83011261309d57600080fd5b6129188383516020850161305c565b6000602082840312156130be57600080fd5b81516001600160401b03808211156130d557600080fd5b9083019060e082860312156130e957600080fd5b6130f161297a565b6130fa83612edf565b815261310860208401612edf565b602082015261311960408401613046565b604082015261312a60608401612eb7565b606082015261313b60808401613051565b608082015261314c60a08401613051565b60a082015260c08301518281111561316357600080fd5b61316f8782860161308c565b60c08301525095945050505050565b60006020828403121561319057600080fd5b815161291881612bbe565b6000602082840312156131ad57600080fd5b81516001600160401b03808211156131c457600080fd5b90830190604082860312156131d857600080fd5b6131e0612952565b82516131eb81612ba9565b81526020830151828111156131ff57600080fd5b61320b8782860161308c565b60208301525095945050505050565b6001600160401b0360c01b8416815260606020820152600061323f6060830185612e0b565b905060ff83166040830152949350505050565b60006040828403121561326457600080fd5b61326c612952565b9050815181526020820151602082015292915050565b6000610140828403121561329557600080fd5b61329d61299c565b6132a683613051565b81526132b460208401613051565b60208201526132c560408401612edf565b60408201526132d660608401612edf565b60608201526132e88460808501613252565b60808201526132fa8460c08501613252565b60a082015261330c6101008401612eb7565b60c082015261331e6101208401613051565b60e08201529392505050565b60018060a01b038082511683528060208301511660208401525060408101516001600160601b03808216604085015280606084015116606085015250506080810151613383608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c0810151151561010083015260e001516001600160a01b031661012090910152565b6001600160601b038416815261018081016133dc602083018561332a565b60ff8316610160830152949350505050565b6001600160601b03831681526101608101612918602083018461332a565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561343457600080fd5b81516001600160401b0381111561344a57600080fd5b8201601f8101841361345b57600080fd5b612b8c8482516020840161305c565b600081518084526020808501945080840160005b838110156134a35781516001600160401b03168752958201959082019060010161347e565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a060408401526134df60a0840187612add565b8381036060850152855180825282820190600581901b830184018489016000805b8481101561355d57868403601f19018652825180518086529089019089860190845b818110156135485783516001600160e01b0319168352928b0192918b0191600101613522565b50509689019694505091870191600101613500565b5050508681036080880152613572818961346a565b9c9b505050505050505050505050565b6000806040838503121561359557600080fd5b82516135a081612b94565b6020840151909250612d0e81612b9456fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220d592d84454230d339b164a869fcb9b580f98e1051028dcee0a08a7eb7a402d4664736f6c63430008140033",
|
768
|
+
"linkReferences": {
|
769
|
+
"contracts/type/NftId.sol": {
|
770
|
+
"NftIdLib": [
|
771
|
+
{
|
772
|
+
"length": 20,
|
773
|
+
"start": 2066
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"length": 20,
|
777
|
+
"start": 4295
|
778
|
+
}
|
779
|
+
]
|
780
|
+
},
|
781
|
+
"contracts/type/RoleId.sol": {
|
782
|
+
"RoleIdLib": [
|
783
|
+
{
|
784
|
+
"length": 20,
|
785
|
+
"start": 6687
|
786
|
+
}
|
787
|
+
]
|
788
|
+
},
|
789
|
+
"contracts/type/Version.sol": {
|
790
|
+
"VersionLib": [
|
791
|
+
{
|
792
|
+
"length": 20,
|
793
|
+
"start": 1625
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"length": 20,
|
797
|
+
"start": 2744
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"length": 20,
|
801
|
+
"start": 9516
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"length": 20,
|
805
|
+
"start": 10015
|
806
|
+
}
|
807
|
+
],
|
808
|
+
"VersionPartLib": [
|
809
|
+
{
|
810
|
+
"length": 20,
|
811
|
+
"start": 4775
|
812
|
+
}
|
813
|
+
]
|
814
|
+
}
|
815
|
+
},
|
816
|
+
"deployedLinkReferences": {
|
817
|
+
"contracts/type/NftId.sol": {
|
818
|
+
"NftIdLib": [
|
819
|
+
{
|
820
|
+
"length": 20,
|
821
|
+
"start": 1836
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"length": 20,
|
825
|
+
"start": 4065
|
826
|
+
}
|
827
|
+
]
|
828
|
+
},
|
829
|
+
"contracts/type/RoleId.sol": {
|
830
|
+
"RoleIdLib": [
|
831
|
+
{
|
832
|
+
"length": 20,
|
833
|
+
"start": 6457
|
834
|
+
}
|
835
|
+
]
|
836
|
+
},
|
837
|
+
"contracts/type/Version.sol": {
|
838
|
+
"VersionLib": [
|
839
|
+
{
|
840
|
+
"length": 20,
|
841
|
+
"start": 1395
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"length": 20,
|
845
|
+
"start": 2514
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"length": 20,
|
849
|
+
"start": 9286
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"length": 20,
|
853
|
+
"start": 9785
|
854
|
+
}
|
855
|
+
],
|
856
|
+
"VersionPartLib": [
|
857
|
+
{
|
858
|
+
"length": 20,
|
859
|
+
"start": 4545
|
860
|
+
}
|
861
|
+
]
|
862
|
+
}
|
863
|
+
}
|
864
|
+
}
|