@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,979 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceService",
|
4
|
+
"sourceName": "contracts/instance/InstanceService.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
|
+
"name": "ERC1167FailedCreateClone",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [],
|
51
|
+
"name": "ErrorInstanceServiceBundleManagerAuthorityMismatch",
|
52
|
+
"type": "error"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"inputs": [],
|
56
|
+
"name": "ErrorInstanceServiceBundleManagerZero",
|
57
|
+
"type": "error"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"inputs": [],
|
61
|
+
"name": "ErrorInstanceServiceBundleMangerInstanceMismatch",
|
62
|
+
"type": "error"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"inputs": [
|
66
|
+
{
|
67
|
+
"internalType": "address",
|
68
|
+
"name": "componentAddress",
|
69
|
+
"type": "address"
|
70
|
+
}
|
71
|
+
],
|
72
|
+
"name": "ErrorInstanceServiceComponentNotRegistered",
|
73
|
+
"type": "error"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"inputs": [],
|
77
|
+
"name": "ErrorInstanceServiceInstanceAccessManagerZero",
|
78
|
+
"type": "error"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"inputs": [],
|
82
|
+
"name": "ErrorInstanceServiceInstanceAddressZero",
|
83
|
+
"type": "error"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"inputs": [],
|
87
|
+
"name": "ErrorInstanceServiceInstanceAuthorityMismatch",
|
88
|
+
"type": "error"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"inputs": [
|
92
|
+
{
|
93
|
+
"internalType": "NftId",
|
94
|
+
"name": "instanceNftId",
|
95
|
+
"type": "uint96"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"internalType": "NftId",
|
99
|
+
"name": "componentNftId",
|
100
|
+
"type": "uint96"
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"name": "ErrorInstanceServiceInstanceComponentMismatch",
|
104
|
+
"type": "error"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"inputs": [],
|
108
|
+
"name": "ErrorInstanceServiceInstanceReaderAddressZero",
|
109
|
+
"type": "error"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"inputs": [],
|
113
|
+
"name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
|
114
|
+
"type": "error"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"inputs": [],
|
118
|
+
"name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
|
119
|
+
"type": "error"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"inputs": [],
|
123
|
+
"name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [],
|
128
|
+
"name": "ErrorInstanceServiceInstanceReaderZero",
|
129
|
+
"type": "error"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"inputs": [],
|
133
|
+
"name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
|
134
|
+
"type": "error"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"inputs": [],
|
138
|
+
"name": "ErrorInstanceServiceInstanceStoreZero",
|
139
|
+
"type": "error"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"inputs": [
|
143
|
+
{
|
144
|
+
"internalType": "address",
|
145
|
+
"name": "componentAddress",
|
146
|
+
"type": "address"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"internalType": "ObjectType",
|
150
|
+
"name": "expectedType",
|
151
|
+
"type": "uint8"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"internalType": "ObjectType",
|
155
|
+
"name": "componentType",
|
156
|
+
"type": "uint8"
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"name": "ErrorInstanceServiceInvalidComponentType",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [],
|
164
|
+
"name": "ErrorInstanceServiceMasterBundleManagerAlreadySet",
|
165
|
+
"type": "error"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"inputs": [],
|
169
|
+
"name": "ErrorInstanceServiceMasterInstanceAccessManagerAlreadySet",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [],
|
174
|
+
"name": "ErrorInstanceServiceMasterInstanceAlreadySet",
|
175
|
+
"type": "error"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"inputs": [],
|
179
|
+
"name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
|
180
|
+
"type": "error"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"inputs": [],
|
184
|
+
"name": "ErrorInstanceServiceMasterOzAccessManagerAlreadySet",
|
185
|
+
"type": "error"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"inputs": [
|
189
|
+
{
|
190
|
+
"internalType": "NftId",
|
191
|
+
"name": "nftId",
|
192
|
+
"type": "uint96"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"name": "ErrorInstanceServiceNotInstance",
|
196
|
+
"type": "error"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"inputs": [
|
200
|
+
{
|
201
|
+
"internalType": "address",
|
202
|
+
"name": "caller",
|
203
|
+
"type": "address"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"internalType": "NftId",
|
207
|
+
"name": "instanceNftId",
|
208
|
+
"type": "uint96"
|
209
|
+
}
|
210
|
+
],
|
211
|
+
"name": "ErrorInstanceServiceNotInstanceOwner",
|
212
|
+
"type": "error"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"inputs": [
|
216
|
+
{
|
217
|
+
"internalType": "address",
|
218
|
+
"name": "caller",
|
219
|
+
"type": "address"
|
220
|
+
}
|
221
|
+
],
|
222
|
+
"name": "ErrorInstanceServiceRequestUnauhorized",
|
223
|
+
"type": "error"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"inputs": [
|
227
|
+
{
|
228
|
+
"internalType": "NftId",
|
229
|
+
"name": "nftId",
|
230
|
+
"type": "uint96"
|
231
|
+
}
|
232
|
+
],
|
233
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
234
|
+
"type": "error"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"inputs": [
|
238
|
+
{
|
239
|
+
"internalType": "address",
|
240
|
+
"name": "contractAddress",
|
241
|
+
"type": "address"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [],
|
249
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
250
|
+
"type": "error"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"inputs": [
|
254
|
+
{
|
255
|
+
"internalType": "address",
|
256
|
+
"name": "account",
|
257
|
+
"type": "address"
|
258
|
+
}
|
259
|
+
],
|
260
|
+
"name": "ErrorNftOwnableNotOwner",
|
261
|
+
"type": "error"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"inputs": [
|
265
|
+
{
|
266
|
+
"internalType": "address",
|
267
|
+
"name": "registryAddress",
|
268
|
+
"type": "address"
|
269
|
+
}
|
270
|
+
],
|
271
|
+
"name": "ErrorNotRegistry",
|
272
|
+
"type": "error"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"inputs": [],
|
276
|
+
"name": "ErrorServiceNotImplemented",
|
277
|
+
"type": "error"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"inputs": [],
|
281
|
+
"name": "InvalidInitialization",
|
282
|
+
"type": "error"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"inputs": [],
|
286
|
+
"name": "NotInitializing",
|
287
|
+
"type": "error"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"anonymous": false,
|
291
|
+
"inputs": [
|
292
|
+
{
|
293
|
+
"indexed": false,
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "authority",
|
296
|
+
"type": "address"
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"name": "AuthorityUpdated",
|
300
|
+
"type": "event"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"anonymous": false,
|
304
|
+
"inputs": [
|
305
|
+
{
|
306
|
+
"indexed": false,
|
307
|
+
"internalType": "uint64",
|
308
|
+
"name": "version",
|
309
|
+
"type": "uint64"
|
310
|
+
}
|
311
|
+
],
|
312
|
+
"name": "Initialized",
|
313
|
+
"type": "event"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"anonymous": false,
|
317
|
+
"inputs": [
|
318
|
+
{
|
319
|
+
"indexed": false,
|
320
|
+
"internalType": "address",
|
321
|
+
"name": "clonedOzAccessManager",
|
322
|
+
"type": "address"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"indexed": false,
|
326
|
+
"internalType": "address",
|
327
|
+
"name": "clonedInstanceAccessManager",
|
328
|
+
"type": "address"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"indexed": false,
|
332
|
+
"internalType": "address",
|
333
|
+
"name": "clonedInstance",
|
334
|
+
"type": "address"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"indexed": false,
|
338
|
+
"internalType": "address",
|
339
|
+
"name": "clonedInstanceStore",
|
340
|
+
"type": "address"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"indexed": false,
|
344
|
+
"internalType": "address",
|
345
|
+
"name": "clonedBundleManager",
|
346
|
+
"type": "address"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"indexed": false,
|
350
|
+
"internalType": "address",
|
351
|
+
"name": "clonedInstanceReader",
|
352
|
+
"type": "address"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"indexed": false,
|
356
|
+
"internalType": "NftId",
|
357
|
+
"name": "clonedInstanceNftId",
|
358
|
+
"type": "uint96"
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"name": "LogInstanceCloned",
|
362
|
+
"type": "event"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"inputs": [],
|
366
|
+
"name": "INSTANCE_CREATION_CODE_HASH",
|
367
|
+
"outputs": [
|
368
|
+
{
|
369
|
+
"internalType": "bytes32",
|
370
|
+
"name": "",
|
371
|
+
"type": "bytes32"
|
372
|
+
}
|
373
|
+
],
|
374
|
+
"stateMutability": "view",
|
375
|
+
"type": "function"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"inputs": [],
|
379
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
380
|
+
"outputs": [
|
381
|
+
{
|
382
|
+
"internalType": "bytes32",
|
383
|
+
"name": "",
|
384
|
+
"type": "bytes32"
|
385
|
+
}
|
386
|
+
],
|
387
|
+
"stateMutability": "view",
|
388
|
+
"type": "function"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"inputs": [],
|
392
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
393
|
+
"outputs": [
|
394
|
+
{
|
395
|
+
"internalType": "bytes32",
|
396
|
+
"name": "",
|
397
|
+
"type": "bytes32"
|
398
|
+
}
|
399
|
+
],
|
400
|
+
"stateMutability": "view",
|
401
|
+
"type": "function"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"inputs": [],
|
405
|
+
"name": "authority",
|
406
|
+
"outputs": [
|
407
|
+
{
|
408
|
+
"internalType": "address",
|
409
|
+
"name": "",
|
410
|
+
"type": "address"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"stateMutability": "view",
|
414
|
+
"type": "function"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"inputs": [
|
418
|
+
{
|
419
|
+
"internalType": "NftId",
|
420
|
+
"name": "instanceNftId",
|
421
|
+
"type": "uint96"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"internalType": "address",
|
425
|
+
"name": "targetAddress",
|
426
|
+
"type": "address"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"internalType": "string",
|
430
|
+
"name": "targetName",
|
431
|
+
"type": "string"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"internalType": "bytes4[][]",
|
435
|
+
"name": "selectors",
|
436
|
+
"type": "bytes4[][]"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"internalType": "RoleId[]",
|
440
|
+
"name": "roles",
|
441
|
+
"type": "uint64[]"
|
442
|
+
}
|
443
|
+
],
|
444
|
+
"name": "createGifTarget",
|
445
|
+
"outputs": [],
|
446
|
+
"stateMutability": "nonpayable",
|
447
|
+
"type": "function"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"inputs": [],
|
451
|
+
"name": "createInstanceClone",
|
452
|
+
"outputs": [
|
453
|
+
{
|
454
|
+
"internalType": "contract Instance",
|
455
|
+
"name": "clonedInstance",
|
456
|
+
"type": "address"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"internalType": "NftId",
|
460
|
+
"name": "clonedInstanceNftId",
|
461
|
+
"type": "uint96"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"stateMutability": "nonpayable",
|
465
|
+
"type": "function"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"inputs": [],
|
469
|
+
"name": "getDomain",
|
470
|
+
"outputs": [
|
471
|
+
{
|
472
|
+
"internalType": "ObjectType",
|
473
|
+
"name": "",
|
474
|
+
"type": "uint8"
|
475
|
+
}
|
476
|
+
],
|
477
|
+
"stateMutability": "pure",
|
478
|
+
"type": "function"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"inputs": [],
|
482
|
+
"name": "getInitialInfo",
|
483
|
+
"outputs": [
|
484
|
+
{
|
485
|
+
"components": [
|
486
|
+
{
|
487
|
+
"internalType": "NftId",
|
488
|
+
"name": "nftId",
|
489
|
+
"type": "uint96"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"internalType": "NftId",
|
493
|
+
"name": "parentNftId",
|
494
|
+
"type": "uint96"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"internalType": "ObjectType",
|
498
|
+
"name": "objectType",
|
499
|
+
"type": "uint8"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"internalType": "bool",
|
503
|
+
"name": "isInterceptor",
|
504
|
+
"type": "bool"
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"internalType": "address",
|
508
|
+
"name": "objectAddress",
|
509
|
+
"type": "address"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"internalType": "address",
|
513
|
+
"name": "initialOwner",
|
514
|
+
"type": "address"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"internalType": "bytes",
|
518
|
+
"name": "data",
|
519
|
+
"type": "bytes"
|
520
|
+
}
|
521
|
+
],
|
522
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
523
|
+
"name": "info",
|
524
|
+
"type": "tuple"
|
525
|
+
}
|
526
|
+
],
|
527
|
+
"stateMutability": "view",
|
528
|
+
"type": "function"
|
529
|
+
},
|
530
|
+
{
|
531
|
+
"inputs": [],
|
532
|
+
"name": "getMasterInstanceReader",
|
533
|
+
"outputs": [
|
534
|
+
{
|
535
|
+
"internalType": "address",
|
536
|
+
"name": "",
|
537
|
+
"type": "address"
|
538
|
+
}
|
539
|
+
],
|
540
|
+
"stateMutability": "view",
|
541
|
+
"type": "function"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"inputs": [],
|
545
|
+
"name": "getNftId",
|
546
|
+
"outputs": [
|
547
|
+
{
|
548
|
+
"internalType": "NftId",
|
549
|
+
"name": "",
|
550
|
+
"type": "uint96"
|
551
|
+
}
|
552
|
+
],
|
553
|
+
"stateMutability": "view",
|
554
|
+
"type": "function"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"inputs": [],
|
558
|
+
"name": "getOwner",
|
559
|
+
"outputs": [
|
560
|
+
{
|
561
|
+
"internalType": "address",
|
562
|
+
"name": "",
|
563
|
+
"type": "address"
|
564
|
+
}
|
565
|
+
],
|
566
|
+
"stateMutability": "view",
|
567
|
+
"type": "function"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"inputs": [],
|
571
|
+
"name": "getRegistry",
|
572
|
+
"outputs": [
|
573
|
+
{
|
574
|
+
"internalType": "contract IRegistry",
|
575
|
+
"name": "",
|
576
|
+
"type": "address"
|
577
|
+
}
|
578
|
+
],
|
579
|
+
"stateMutability": "view",
|
580
|
+
"type": "function"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"inputs": [],
|
584
|
+
"name": "getVersion",
|
585
|
+
"outputs": [
|
586
|
+
{
|
587
|
+
"internalType": "Version",
|
588
|
+
"name": "",
|
589
|
+
"type": "uint24"
|
590
|
+
}
|
591
|
+
],
|
592
|
+
"stateMutability": "pure",
|
593
|
+
"type": "function"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"inputs": [],
|
597
|
+
"name": "initializeERC165",
|
598
|
+
"outputs": [],
|
599
|
+
"stateMutability": "nonpayable",
|
600
|
+
"type": "function"
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"inputs": [
|
604
|
+
{
|
605
|
+
"internalType": "address",
|
606
|
+
"name": "initialOwner",
|
607
|
+
"type": "address"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"internalType": "address",
|
611
|
+
"name": "registryAddress",
|
612
|
+
"type": "address"
|
613
|
+
}
|
614
|
+
],
|
615
|
+
"name": "initializeNftOwnable",
|
616
|
+
"outputs": [],
|
617
|
+
"stateMutability": "nonpayable",
|
618
|
+
"type": "function"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"inputs": [
|
622
|
+
{
|
623
|
+
"internalType": "address",
|
624
|
+
"name": "registryAddress",
|
625
|
+
"type": "address"
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"internalType": "NftId",
|
629
|
+
"name": "parentNftId",
|
630
|
+
"type": "uint96"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"internalType": "ObjectType",
|
634
|
+
"name": "objectType",
|
635
|
+
"type": "uint8"
|
636
|
+
},
|
637
|
+
{
|
638
|
+
"internalType": "bool",
|
639
|
+
"name": "isInterceptor",
|
640
|
+
"type": "bool"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"internalType": "address",
|
644
|
+
"name": "initialOwner",
|
645
|
+
"type": "address"
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"internalType": "bytes",
|
649
|
+
"name": "registryData",
|
650
|
+
"type": "bytes"
|
651
|
+
}
|
652
|
+
],
|
653
|
+
"name": "initializeRegisterable",
|
654
|
+
"outputs": [],
|
655
|
+
"stateMutability": "nonpayable",
|
656
|
+
"type": "function"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"inputs": [
|
660
|
+
{
|
661
|
+
"internalType": "address",
|
662
|
+
"name": "registryAddress",
|
663
|
+
"type": "address"
|
664
|
+
}
|
665
|
+
],
|
666
|
+
"name": "initializeRegistryLinked",
|
667
|
+
"outputs": [],
|
668
|
+
"stateMutability": "nonpayable",
|
669
|
+
"type": "function"
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"inputs": [
|
673
|
+
{
|
674
|
+
"internalType": "address",
|
675
|
+
"name": "registry",
|
676
|
+
"type": "address"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"internalType": "address",
|
680
|
+
"name": "authority",
|
681
|
+
"type": "address"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"internalType": "address",
|
685
|
+
"name": "initialOwner",
|
686
|
+
"type": "address"
|
687
|
+
}
|
688
|
+
],
|
689
|
+
"name": "initializeService",
|
690
|
+
"outputs": [],
|
691
|
+
"stateMutability": "nonpayable",
|
692
|
+
"type": "function"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"inputs": [
|
696
|
+
{
|
697
|
+
"internalType": "address",
|
698
|
+
"name": "activatedBy",
|
699
|
+
"type": "address"
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"internalType": "bytes",
|
703
|
+
"name": "data",
|
704
|
+
"type": "bytes"
|
705
|
+
}
|
706
|
+
],
|
707
|
+
"name": "initializeVersionable",
|
708
|
+
"outputs": [],
|
709
|
+
"stateMutability": "nonpayable",
|
710
|
+
"type": "function"
|
711
|
+
},
|
712
|
+
{
|
713
|
+
"inputs": [],
|
714
|
+
"name": "isConsumingScheduledOp",
|
715
|
+
"outputs": [
|
716
|
+
{
|
717
|
+
"internalType": "bytes4",
|
718
|
+
"name": "",
|
719
|
+
"type": "bytes4"
|
720
|
+
}
|
721
|
+
],
|
722
|
+
"stateMutability": "view",
|
723
|
+
"type": "function"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"inputs": [],
|
727
|
+
"name": "linkToRegisteredNftId",
|
728
|
+
"outputs": [],
|
729
|
+
"stateMutability": "nonpayable",
|
730
|
+
"type": "function"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"inputs": [
|
734
|
+
{
|
735
|
+
"internalType": "bytes4",
|
736
|
+
"name": "interfaceId",
|
737
|
+
"type": "bytes4"
|
738
|
+
}
|
739
|
+
],
|
740
|
+
"name": "registerInterface",
|
741
|
+
"outputs": [],
|
742
|
+
"stateMutability": "nonpayable",
|
743
|
+
"type": "function"
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"inputs": [
|
747
|
+
{
|
748
|
+
"internalType": "address",
|
749
|
+
"name": "instanceAddress",
|
750
|
+
"type": "address"
|
751
|
+
}
|
752
|
+
],
|
753
|
+
"name": "setAndRegisterMasterInstance",
|
754
|
+
"outputs": [
|
755
|
+
{
|
756
|
+
"internalType": "NftId",
|
757
|
+
"name": "masterInstanceNftId",
|
758
|
+
"type": "uint96"
|
759
|
+
}
|
760
|
+
],
|
761
|
+
"stateMutability": "nonpayable",
|
762
|
+
"type": "function"
|
763
|
+
},
|
764
|
+
{
|
765
|
+
"inputs": [
|
766
|
+
{
|
767
|
+
"internalType": "address",
|
768
|
+
"name": "newAuthority",
|
769
|
+
"type": "address"
|
770
|
+
}
|
771
|
+
],
|
772
|
+
"name": "setAuthority",
|
773
|
+
"outputs": [],
|
774
|
+
"stateMutability": "nonpayable",
|
775
|
+
"type": "function"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"inputs": [
|
779
|
+
{
|
780
|
+
"internalType": "bool",
|
781
|
+
"name": "locked",
|
782
|
+
"type": "bool"
|
783
|
+
}
|
784
|
+
],
|
785
|
+
"name": "setComponentLocked",
|
786
|
+
"outputs": [],
|
787
|
+
"stateMutability": "nonpayable",
|
788
|
+
"type": "function"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"inputs": [
|
792
|
+
{
|
793
|
+
"internalType": "address",
|
794
|
+
"name": "instanceReaderAddress",
|
795
|
+
"type": "address"
|
796
|
+
}
|
797
|
+
],
|
798
|
+
"name": "setMasterInstanceReader",
|
799
|
+
"outputs": [],
|
800
|
+
"stateMutability": "nonpayable",
|
801
|
+
"type": "function"
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"inputs": [
|
805
|
+
{
|
806
|
+
"internalType": "bytes4",
|
807
|
+
"name": "interfaceId",
|
808
|
+
"type": "bytes4"
|
809
|
+
}
|
810
|
+
],
|
811
|
+
"name": "supportsInterface",
|
812
|
+
"outputs": [
|
813
|
+
{
|
814
|
+
"internalType": "bool",
|
815
|
+
"name": "",
|
816
|
+
"type": "bool"
|
817
|
+
}
|
818
|
+
],
|
819
|
+
"stateMutability": "view",
|
820
|
+
"type": "function"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"inputs": [
|
824
|
+
{
|
825
|
+
"internalType": "NftId",
|
826
|
+
"name": "instanceNftId",
|
827
|
+
"type": "uint96"
|
828
|
+
}
|
829
|
+
],
|
830
|
+
"name": "upgradeInstanceReader",
|
831
|
+
"outputs": [],
|
832
|
+
"stateMutability": "nonpayable",
|
833
|
+
"type": "function"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"inputs": [
|
837
|
+
{
|
838
|
+
"internalType": "bytes",
|
839
|
+
"name": "data",
|
840
|
+
"type": "bytes"
|
841
|
+
}
|
842
|
+
],
|
843
|
+
"name": "upgradeVersionable",
|
844
|
+
"outputs": [],
|
845
|
+
"stateMutability": "nonpayable",
|
846
|
+
"type": "function"
|
847
|
+
}
|
848
|
+
],
|
849
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613c2a80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101cf5760003560e01c80636c6fbb2811610104578063b03d2a8e116100a2578063edabac0311610071578063edabac0314610429578063eeff428e1461043a578063f7c34ee014610469578063feec11901461047c57600080fd5b8063b03d2a8e146103d6578063b68d1809146103e9578063bf7e214f146103f8578063c22f980d1461041657600080fd5b8063893d20e8116100de578063893d20e8146103855780638e32e9791461038d5780638fb36037146103a0578063ada9652e146103c157600080fd5b80636c6fbb28146103575780637a9e5e4b1461036a578063872309c71461037d57600080fd5b8063329d6e74116101715780635ab1bd531161014b5780635ab1bd53146102da578063644c45e0146102ff578063675393bf146103315780636a778e731461034457600080fd5b8063329d6e74146102ac57806336fc697e146102bf57806349bb9e4b146102c757600080fd5b8063138461e0116101ad578063138461e0146102475780631eff4b2214610251578063214cdb801461028657806327bb7a331461029957600080fd5b806301ffc9a7146101d45780630d8e6e2c146102165780630fec111c14610232575b600080fd5b6102016101e23660046130d2565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e61048f565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613144565b61024f61066c565b005b6102787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b61024f6102943660046130d2565b610873565b61024f6102a7366004613309565b6108a0565b61024f6102ba3660046133a1565b610945565b61024f610a92565b61024f6102d53660046133d5565b610ad8565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b600080516020613b95833981519152546001600160601b03165b6040516001600160601b03909116815260200161020d565b61024f61033f366004613424565b610bd7565b610319610352366004613424565b610ce5565b61024f6103653660046135cf565b61159c565b61024f610378366004613424565b6117ba565b610278600081565b6102e7611854565b61024f61039b366004613693565b61198b565b6103a8611bc4565b6040516001600160e01b0319909116815260200161020d565b610278600080516020613b9583398151915281565b61024f6103e43660046136de565b611bfc565b6040516046815260200161020d565b600080516020613bb5833981519152546001600160a01b03166102e7565b61024f6104243660046136fb565b611e6d565b6006546001600160a01b03166102e7565b610442612098565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61024f610477366004613718565b61292d565b61024f61048a366004613424565b6129a4565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190613751565b905090565b6040805160e0808201835260008083526020830181905282840181905260608084018290526080840182905260a0840182905260c0840152835191820190935290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300919081906001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105c8611854565b6001600160a01b031681526020018260010180546105e590613776565b80601f016020809104026020016040519081016040528092919081815260200182805461061190613776565b801561065e5780601f106106335761010080835404028352916020019161065e565b820191906000526020600020905b81548152906001019060200180831161064157829003601f168201915b505050505081525091505090565b6000600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ff91906137bb565b156107305780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107436001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906137bb565b6107d75760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610727565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f91906137e3565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61087b612b1c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a8612b1c565b6108b2828761292d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161093b838261384e565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61096761048f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb919061390d565b600080516020613bd58339815191528054600160401b900460ff16806109fe575080546001600160401b03808416911610155b15610a1c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a4683612b55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a9a612b1c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015610b0b5750825b90506000826001600160401b03166001148015610b275750303b155b905081158015610b35575080155b15610b535760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b7d57845460ff60401b1916600160401b1785555b610b878787612b5d565b8315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610bdf612b1c565b806001600160a01b03163b600003610c155760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c8f575060408051601f3d908101601f19168201909252610c8c918101906137bb565b60015b610cb75760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b80610ce05760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610727565b505b50565b6000610cef611854565b6001600160a01b0316336001600160a01b031614610d225760405163086391f760e31b8152336004820152602401610727565b6005546001600160a01b031615610d4c57604051632c237de760e11b815260040160405180910390fd5b6003546001600160a01b031615610d7657604051636519f6b960e01b815260040160405180910390fd5b6004546001600160a01b031615610da057604051630157f74960e01b815260040160405180910390fd5b6007546001600160a01b031615610dca57604051637f405a2960e01b815260040160405180910390fd5b6001600160a01b038216610df1576040516309353e4560e11b815260040160405180910390fd5b60008290506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5a919061392a565b905060008190506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec5919061392a565b905060008190506000856001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f30919061392a565b905060008190506000876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b919061392a565b9050806001600160a01b038716610fc55760405163459e9b9760e01b815260040160405180910390fd5b6001600160a01b038516610fec5760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661101357604051630ddeaef560e11b815260040160405180910390fd5b6001600160a01b03811661103a576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109c919061392a565b6001600160a01b0316896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110e3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611107919061392a565b6001600160a01b03161461112e576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611190919061392a565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fb919061392a565b6001600160a01b031614611222576040516326c89a4160e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611260573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611284919061392a565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef919061392a565b6001600160a01b03161461131657604051631129422760e31b815260040160405180910390fd5b886001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611382919061392a565b6001600160a01b0316146113a957604051631b25e96d60e31b815260040160405180910390fd5b886001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611415919061392a565b6001600160a01b03161461143c576040516331783c7160e11b815260040160405180910390fd5b886001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561147a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061149e919061392a565b600380546001600160a01b03199081166001600160a01b03938416179091556004805482168a84161790556005805482168e8416908117909155600680548316898516179055600780548316878516179055600880549092168484161790915560025490916000911663026bc43b83611515611854565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016000604051808303816000875af1158015611562573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261158a91908101906139a2565b519d9c50505050505050505050505050565b6001546001600160a01b0316604051632b91e0a960e01b81523360048201526001600160a01b039190911690632b91e0a990602401602060405180830381865afa1580156115ee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061161291906137bb565b611631576040516302613e9f60e51b8152336004820152602401610727565b600061163d8686612d9e565b5090506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116a4919061392a565b60405163044ec4c360e41b81529091506001600160a01b038216906344ec4c30906116d59089908990600401613a74565b600060405180830381600087803b1580156116ef57600080fd5b505af1158015611703573d6000803e3d6000fd5b5050505060005b835181101561093b57816001600160a01b0316630c8ae53e8787848151811061173557611735613a98565b602002602001015187858151811061174f5761174f613a98565b60200260200101516040518463ffffffff1660e01b815260040161177593929190613aae565b600060405180830381600087803b15801561178f57600080fd5b505af11580156117a3573d6000803e3d6000fd5b5050505080806117b290613b21565b91505061170a565b336117da600080516020613bb5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118155760405162d1953b60e31b81526001600160a01b0382166004820152602401610727565b816001600160a01b03163b60000361184b576040516361798f2f60e11b81526001600160a01b0383166004820152602401610727565b610ce082612f4e565b600080600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156118c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e891906137bb565b15611975576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561194b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196f919061392a565b91505090565b54600160601b90046001600160a01b0316919050565b611993612b1c565b611a1383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f991906137e3565b603c600085604051806020016040528060008152506108a0565b6001600160a01b03821615611a3057611a2b82612faf565b611b9f565b6000611a446001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611aa4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac89190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611b0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b31919061392a565b9050611b9d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b74573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b98919061392a565b612faf565b505b611baf634a531f3360e01b610873565b611bbf63b68d180960e01b610873565b505050565b600080516020613bb5833981519152805460009190600160a01b900460ff16611bee57600061196f565b638fb3603760e01b91505090565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015611c4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c7291906137bb565b611c91576040516302613e9f60e51b8152336004820152602401610727565b336000611ca66001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b038481166004830152919250600091831690638b09a5f090602401600060405180830381865afa158015611cf2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d1a91908101906139a2565b602001516040516305247a1760e51b81526001600160601b03821660048201529091506000906001600160a01b0384169063a48f42e090602401600060405180830381865afa158015611d71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d9991908101906139a2565b608001519050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ddd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e01919061392a565b6040516313bfaf6360e31b81526001600160a01b03868116600483015287151560248301529190911690639dfd7b1890604401600060405180830381600087803b158015611e4e57600080fd5b505af1158015611e62573d6000803e3d6000fd5b505050505050505050565b80611e806001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef3919061392a565b6001600160a01b0316336001600160a01b031614611f26576040516302613e9f60e51b8152336004820152602401610727565b6000611f3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f8d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611fb591908101906139a2565b608081015160065491925090600090611fd6906001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561201d57600080fd5b505af1158015612031573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401600060405180830381600087803b15801561207857600080fd5b505af115801561208c573d6000803e3d6000fd5b50505050505050505050565b6003546000908190339082906120b6906001600160a01b0316612fc0565b60405163189acdbd60e31b81523060048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b1580156120fa57600080fd5b505af115801561210e573d6000803e3d6000fd5b505060055461212892506001600160a01b03169050612fc0565b9350836001600160a01b031663c0c53b8b8261214c6001546001600160a01b031690565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015290821660248201529085166044820152606401600060405180830381600087803b15801561219d57600080fd5b505af11580156121b1573d6000803e3d6000fd5b5050600854600092506121cd91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0387811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561221457600080fd5b505af1158015612228573d6000803e3d6000fd5b505060405163048935d560e31b81526001600160a01b03848116600483015288169250632449aea89150602401600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b50506006546000925061229f91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0388811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156122e657600080fd5b505af11580156122fa573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528916925063f7bc431c9150602401600060405180830381600087803b15801561234157600080fd5b505af1158015612355573d6000803e3d6000fd5b50506007546000925061237191506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0389811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156123b857600080fd5b505af11580156123cc573d6000803e3d6000fd5b505060405162422c9d60e81b81526001600160a01b0384811660048301528a16925063422c9d009150602401600060405180830381600087803b15801561241257600080fd5b505af1158015612426573d6000803e3d6000fd5b50506004546000925061244291506001600160a01b0316612fc0565b9050846001600160a01b03166325c471a061245b613032565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156124b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d8919061390d565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b15801561252f57600080fd5b505af1158015612543573d6000803e3d6000fd5b505060405163189acdbd60e31b81526001600160a01b038b811660048301528416925063c4d66de89150602401600060405180830381600087803b15801561258a57600080fd5b505af115801561259e573d6000803e3d6000fd5b5050604051630f749a8960e01b81526001600160a01b0384811660048301528b169250630f749a899150602401600060405180830381600087803b1580156125e557600080fd5b505af11580156125f9573d6000803e3d6000fd5b5050505073__$2a34b1f180a6bf22a62a9bc53ba8adfaf5$__63a1b61ad4828a85888b61262e6001546001600160a01b031690565b61263661048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561268b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126af9190613b48565b60405160e089901b6001600160e01b03191681526001600160a01b0397881660048201529587166024870152938616604486015291851660648501528416608484015290921660a482015260ff90911660c482015260e40160006040518083038186803b15801561271f57600080fd5b505af4158015612733573d6000803e3d6000fd5b50505050846001600160a01b031663fe0776f561274e613032565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156127a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127cb919061390d565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b15801561281257600080fd5b505af1158015612826573d6000803e3d6000fd5b505060025460405163026bc43b60e01b81526001600160a01b038c811660048301528a8116602483015260009450909116915063026bc43b906044016000604051808303816000875af1158015612881573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128a991908101906139a2565b8051604080516001600160a01b038a8116825286811660208301528d81168284015289811660608301528781166080830152881660a08201526001600160601b03831660c08201529051919a509192507eccc9e339dab7298ad32b43864beb3b1c0cf136971be26f1e67d90bf43ebd3d9181900360e00190a1505050505050509091565b612935612b1c565b61293e81610bd7565b612946610a92565b6001600160a01b03821661296d5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020613b9583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6129ac611854565b6001600160a01b0316336001600160a01b0316146129df5760405163086391f760e31b8152336004820152602401610727565b6006546001600160a01b0316612a08576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b038116612a2f57604051631aa1808560e31b815260040160405180910390fd5b6006546001600160a01b0390811690821603612a5e57604051630666e2a560e01b815260040160405180910390fd5b6005546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015612aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad2919061392a565b6001600160a01b031614612af95760405163f026367160e01b815260040160405180910390fd5b50600680546001600160a01b0319166001600160a01b0392909216919091179055565b600080516020613bd583398151915254600160401b900460ff16612b5357604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf612b1c565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015612b905750825b90506000826001600160401b03166001148015612bac5750303b155b905081158015612bba575080155b15612bd85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612c0257845460ff60401b1916600160401b1785555b60008087806020019051810190612c199190613b65565b91509150816001600160a01b031663d39e6043612c34602890565b612c3c61048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb59190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e919061392a565b600280546001600160a01b0319166001600160a01b0392909216919091179055612d4a8260008b61198b565b612d5a630655ba6560e31b610873565b50508315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bc5565b6000806000612db56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015612e08573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e3091908101906139a2565b9050612e4e8160400151612e42604690565b60ff9081169116141590565b15612e775760405163e3c2794960e01b81526001600160601b0387166004820152602401610727565b6040516308b09a5f60e41b81526001600160a01b03868116600483015260009190841690638b09a5f090602401600060405180830381865afa158015612ec1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee991908101906139a2565b9050612f068160200151886001600160601b039081169116141590565b15612f3a57805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610727565b608090910151905190969095509350505050565b600080516020613bb583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612fb7612b1c565b610ce2816130a9565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b03811661302d576040516330be1a3d60e21b815260040160405180910390fd5b919050565b6040516368aebf7b60e01b81526000600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af4158015613085573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610514919061390d565b6130b1612b1c565b610ce281612f4e565b80356001600160e01b03198116811461302d57600080fd5b6000602082840312156130e457600080fd5b6130ed826130ba565b9392505050565b60005b8381101561310f5781810151838201526020016130f7565b50506000910152565b600081518084526131308160208601602086016130f4565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516131ad60c08401826001600160a01b03169052565b5060c083015160e0808401526131c7610100840182613118565b949350505050565b6001600160a01b0381168114610ce257600080fd5b6001600160601b0381168114610ce257600080fd5b60ff81168114610ce257600080fd5b8015158114610ce257600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561324e5761324e613216565b60405290565b604051601f8201601f191681016001600160401b038111828210171561327c5761327c613216565b604052919050565b60006001600160401b0382111561329d5761329d613216565b50601f01601f191660200190565b60006132be6132b984613284565b613254565b90508281528383830111156132d257600080fd5b828260208301376000602084830101529392505050565b600082601f8301126132fa57600080fd5b6130ed838335602085016132ab565b60008060008060008060c0878903121561332257600080fd5b863561332d816131cf565b9550602087013561333d816131e4565b9450604087013561334d816131f9565b9350606087013561335d81613208565b9250608087013561336d816131cf565b915060a08701356001600160401b0381111561338857600080fd5b61339489828a016132e9565b9150509295509295509295565b6000602082840312156133b357600080fd5b81356001600160401b038111156133c957600080fd5b6131c7848285016132e9565b600080604083850312156133e857600080fd5b82356133f3816131cf565b915060208301356001600160401b0381111561340e57600080fd5b61341a858286016132e9565b9150509250929050565b60006020828403121561343657600080fd5b81356130ed816131cf565b60006001600160401b0382111561345a5761345a613216565b5060051b60200190565b600082601f83011261347557600080fd5b813560206134856132b983613441565b828152600592831b85018201928282019190878511156134a457600080fd5b8387015b8581101561353e5780356001600160401b038111156134c75760008081fd5b8801603f81018a136134d95760008081fd5b8581013560406134eb6132b983613441565b82815291851b8301810191888101908d8411156135085760008081fd5b938201935b8385101561352d5761351e856130ba565b8252938901939089019061350d565b8852505050938501935084016134a8565b5090979650505050505050565b6001600160401b0381168114610ce257600080fd5b600082601f83011261357157600080fd5b813560206135816132b983613441565b82815260059290921b840181019181810190868411156135a057600080fd5b8286015b848110156135c45780356135b78161354b565b83529183019183016135a4565b509695505050505050565b600080600080600060a086880312156135e757600080fd5b85356135f2816131e4565b94506020860135613602816131cf565b935060408601356001600160401b038082111561361e57600080fd5b818801915088601f83011261363257600080fd5b613641898335602085016132ab565b9450606088013591508082111561365757600080fd5b61366389838a01613464565b9350608088013591508082111561367957600080fd5b5061368688828901613560565b9150509295509295909350565b6000806000606084860312156136a857600080fd5b83356136b3816131cf565b925060208401356136c3816131cf565b915060408401356136d3816131cf565b809150509250925092565b6000602082840312156136f057600080fd5b81356130ed81613208565b60006020828403121561370d57600080fd5b81356130ed816131e4565b6000806040838503121561372b57600080fd5b8235613736816131cf565b91506020830135613746816131cf565b809150509250929050565b60006020828403121561376357600080fd5b815162ffffff811681146130ed57600080fd5b600181811c9082168061378a57607f821691505b6020821081036137aa57634e487b7160e01b600052602260045260246000fd5b50919050565b805161302d81613208565b6000602082840312156137cd57600080fd5b81516130ed81613208565b805161302d816131e4565b6000602082840312156137f557600080fd5b81516130ed816131e4565b601f821115611bbf57600081815260208120601f850160051c810160208610156138275750805b601f850160051c820191505b8181101561384657828155600101613833565b505050505050565b81516001600160401b0381111561386757613867613216565b61387b816138758454613776565b84613800565b602080601f8311600181146138b057600084156138985750858301515b600019600386901b1c1916600185901b178555613846565b600085815260208120601f198616915b828110156138df578886015182559484019460019091019084016138c0565b50858210156138fd5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561391f57600080fd5b81516130ed8161354b565b60006020828403121561393c57600080fd5b81516130ed816131cf565b805161302d816131cf565b805161302d816131f9565b600082601f83011261396e57600080fd5b815161397c6132b982613284565b81815284602083860101111561399157600080fd5b6131c78260208301602087016130f4565b6000602082840312156139b457600080fd5b81516001600160401b03808211156139cb57600080fd5b9083019060e082860312156139df57600080fd5b6139e761322c565b6139f0836137d8565b81526139fe602084016137d8565b6020820152613a0f60408401613952565b6040820152613a20606084016137b0565b6060820152613a3160808401613947565b6080820152613a4260a08401613947565b60a082015260c083015182811115613a5957600080fd5b613a658782860161395d565b60c08301525095945050505050565b6001600160a01b03831681526040602082018190526000906131c790830184613118565b634e487b7160e01b600052603260045260246000fd5b606081526000613ac16060830186613118565b82810360208481019190915285518083528682019282019060005b81811015613b025784516001600160e01b03191683529383019391830191600101613adc565b50508093505050506001600160401b0383166040830152949350505050565b600060018201613b4157634e487b7160e01b600052601160045260246000fd5b5060010190565b600060208284031215613b5a57600080fd5b81516130ed816131f9565b60008060408385031215613b7857600080fd5b8251613b83816131cf565b6020840151909250613746816131cf56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220de414236af48c956bb3cf75ed560fc660b856202b0741d2b571ab5f7f291265f64736f6c63430008140033",
|
850
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101cf5760003560e01c80636c6fbb2811610104578063b03d2a8e116100a2578063edabac0311610071578063edabac0314610429578063eeff428e1461043a578063f7c34ee014610469578063feec11901461047c57600080fd5b8063b03d2a8e146103d6578063b68d1809146103e9578063bf7e214f146103f8578063c22f980d1461041657600080fd5b8063893d20e8116100de578063893d20e8146103855780638e32e9791461038d5780638fb36037146103a0578063ada9652e146103c157600080fd5b80636c6fbb28146103575780637a9e5e4b1461036a578063872309c71461037d57600080fd5b8063329d6e74116101715780635ab1bd531161014b5780635ab1bd53146102da578063644c45e0146102ff578063675393bf146103315780636a778e731461034457600080fd5b8063329d6e74146102ac57806336fc697e146102bf57806349bb9e4b146102c757600080fd5b8063138461e0116101ad578063138461e0146102475780631eff4b2214610251578063214cdb801461028657806327bb7a331461029957600080fd5b806301ffc9a7146101d45780630d8e6e2c146102165780630fec111c14610232575b600080fd5b6102016101e23660046130d2565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e61048f565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613144565b61024f61066c565b005b6102787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b61024f6102943660046130d2565b610873565b61024f6102a7366004613309565b6108a0565b61024f6102ba3660046133a1565b610945565b61024f610a92565b61024f6102d53660046133d5565b610ad8565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b600080516020613b95833981519152546001600160601b03165b6040516001600160601b03909116815260200161020d565b61024f61033f366004613424565b610bd7565b610319610352366004613424565b610ce5565b61024f6103653660046135cf565b61159c565b61024f610378366004613424565b6117ba565b610278600081565b6102e7611854565b61024f61039b366004613693565b61198b565b6103a8611bc4565b6040516001600160e01b0319909116815260200161020d565b610278600080516020613b9583398151915281565b61024f6103e43660046136de565b611bfc565b6040516046815260200161020d565b600080516020613bb5833981519152546001600160a01b03166102e7565b61024f6104243660046136fb565b611e6d565b6006546001600160a01b03166102e7565b610442612098565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61024f610477366004613718565b61292d565b61024f61048a366004613424565b6129a4565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190613751565b905090565b6040805160e0808201835260008083526020830181905282840181905260608084018290526080840182905260a0840182905260c0840152835191820190935290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300919081906001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105c8611854565b6001600160a01b031681526020018260010180546105e590613776565b80601f016020809104026020016040519081016040528092919081815260200182805461061190613776565b801561065e5780601f106106335761010080835404028352916020019161065e565b820191906000526020600020905b81548152906001019060200180831161064157829003601f168201915b505050505081525091505090565b6000600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ff91906137bb565b156107305780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107436001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906137bb565b6107d75760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610727565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f91906137e3565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61087b612b1c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a8612b1c565b6108b2828761292d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161093b838261384e565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61096761048f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb919061390d565b600080516020613bd58339815191528054600160401b900460ff16806109fe575080546001600160401b03808416911610155b15610a1c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a4683612b55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a9a612b1c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015610b0b5750825b90506000826001600160401b03166001148015610b275750303b155b905081158015610b35575080155b15610b535760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b7d57845460ff60401b1916600160401b1785555b610b878787612b5d565b8315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610bdf612b1c565b806001600160a01b03163b600003610c155760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c8f575060408051601f3d908101601f19168201909252610c8c918101906137bb565b60015b610cb75760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b80610ce05760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610727565b505b50565b6000610cef611854565b6001600160a01b0316336001600160a01b031614610d225760405163086391f760e31b8152336004820152602401610727565b6005546001600160a01b031615610d4c57604051632c237de760e11b815260040160405180910390fd5b6003546001600160a01b031615610d7657604051636519f6b960e01b815260040160405180910390fd5b6004546001600160a01b031615610da057604051630157f74960e01b815260040160405180910390fd5b6007546001600160a01b031615610dca57604051637f405a2960e01b815260040160405180910390fd5b6001600160a01b038216610df1576040516309353e4560e11b815260040160405180910390fd5b60008290506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5a919061392a565b905060008190506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec5919061392a565b905060008190506000856001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f30919061392a565b905060008190506000876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b919061392a565b9050806001600160a01b038716610fc55760405163459e9b9760e01b815260040160405180910390fd5b6001600160a01b038516610fec5760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661101357604051630ddeaef560e11b815260040160405180910390fd5b6001600160a01b03811661103a576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109c919061392a565b6001600160a01b0316896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110e3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611107919061392a565b6001600160a01b03161461112e576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611190919061392a565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fb919061392a565b6001600160a01b031614611222576040516326c89a4160e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611260573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611284919061392a565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef919061392a565b6001600160a01b03161461131657604051631129422760e31b815260040160405180910390fd5b886001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611382919061392a565b6001600160a01b0316146113a957604051631b25e96d60e31b815260040160405180910390fd5b886001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611415919061392a565b6001600160a01b03161461143c576040516331783c7160e11b815260040160405180910390fd5b886001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561147a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061149e919061392a565b600380546001600160a01b03199081166001600160a01b03938416179091556004805482168a84161790556005805482168e8416908117909155600680548316898516179055600780548316878516179055600880549092168484161790915560025490916000911663026bc43b83611515611854565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016000604051808303816000875af1158015611562573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261158a91908101906139a2565b519d9c50505050505050505050505050565b6001546001600160a01b0316604051632b91e0a960e01b81523360048201526001600160a01b039190911690632b91e0a990602401602060405180830381865afa1580156115ee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061161291906137bb565b611631576040516302613e9f60e51b8152336004820152602401610727565b600061163d8686612d9e565b5090506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116a4919061392a565b60405163044ec4c360e41b81529091506001600160a01b038216906344ec4c30906116d59089908990600401613a74565b600060405180830381600087803b1580156116ef57600080fd5b505af1158015611703573d6000803e3d6000fd5b5050505060005b835181101561093b57816001600160a01b0316630c8ae53e8787848151811061173557611735613a98565b602002602001015187858151811061174f5761174f613a98565b60200260200101516040518463ffffffff1660e01b815260040161177593929190613aae565b600060405180830381600087803b15801561178f57600080fd5b505af11580156117a3573d6000803e3d6000fd5b5050505080806117b290613b21565b91505061170a565b336117da600080516020613bb5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118155760405162d1953b60e31b81526001600160a01b0382166004820152602401610727565b816001600160a01b03163b60000361184b576040516361798f2f60e11b81526001600160a01b0383166004820152602401610727565b610ce082612f4e565b600080600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156118c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e891906137bb565b15611975576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561194b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196f919061392a565b91505090565b54600160601b90046001600160a01b0316919050565b611993612b1c565b611a1383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f991906137e3565b603c600085604051806020016040528060008152506108a0565b6001600160a01b03821615611a3057611a2b82612faf565b611b9f565b6000611a446001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611aa4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac89190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611b0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b31919061392a565b9050611b9d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b74573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b98919061392a565b612faf565b505b611baf634a531f3360e01b610873565b611bbf63b68d180960e01b610873565b505050565b600080516020613bb5833981519152805460009190600160a01b900460ff16611bee57600061196f565b638fb3603760e01b91505090565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015611c4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c7291906137bb565b611c91576040516302613e9f60e51b8152336004820152602401610727565b336000611ca66001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b038481166004830152919250600091831690638b09a5f090602401600060405180830381865afa158015611cf2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d1a91908101906139a2565b602001516040516305247a1760e51b81526001600160601b03821660048201529091506000906001600160a01b0384169063a48f42e090602401600060405180830381865afa158015611d71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d9991908101906139a2565b608001519050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ddd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e01919061392a565b6040516313bfaf6360e31b81526001600160a01b03868116600483015287151560248301529190911690639dfd7b1890604401600060405180830381600087803b158015611e4e57600080fd5b505af1158015611e62573d6000803e3d6000fd5b505050505050505050565b80611e806001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef3919061392a565b6001600160a01b0316336001600160a01b031614611f26576040516302613e9f60e51b8152336004820152602401610727565b6000611f3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f8d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611fb591908101906139a2565b608081015160065491925090600090611fd6906001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561201d57600080fd5b505af1158015612031573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401600060405180830381600087803b15801561207857600080fd5b505af115801561208c573d6000803e3d6000fd5b50505050505050505050565b6003546000908190339082906120b6906001600160a01b0316612fc0565b60405163189acdbd60e31b81523060048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b1580156120fa57600080fd5b505af115801561210e573d6000803e3d6000fd5b505060055461212892506001600160a01b03169050612fc0565b9350836001600160a01b031663c0c53b8b8261214c6001546001600160a01b031690565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015290821660248201529085166044820152606401600060405180830381600087803b15801561219d57600080fd5b505af11580156121b1573d6000803e3d6000fd5b5050600854600092506121cd91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0387811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561221457600080fd5b505af1158015612228573d6000803e3d6000fd5b505060405163048935d560e31b81526001600160a01b03848116600483015288169250632449aea89150602401600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b50506006546000925061229f91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0388811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156122e657600080fd5b505af11580156122fa573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528916925063f7bc431c9150602401600060405180830381600087803b15801561234157600080fd5b505af1158015612355573d6000803e3d6000fd5b50506007546000925061237191506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0389811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156123b857600080fd5b505af11580156123cc573d6000803e3d6000fd5b505060405162422c9d60e81b81526001600160a01b0384811660048301528a16925063422c9d009150602401600060405180830381600087803b15801561241257600080fd5b505af1158015612426573d6000803e3d6000fd5b50506004546000925061244291506001600160a01b0316612fc0565b9050846001600160a01b03166325c471a061245b613032565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156124b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d8919061390d565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b15801561252f57600080fd5b505af1158015612543573d6000803e3d6000fd5b505060405163189acdbd60e31b81526001600160a01b038b811660048301528416925063c4d66de89150602401600060405180830381600087803b15801561258a57600080fd5b505af115801561259e573d6000803e3d6000fd5b5050604051630f749a8960e01b81526001600160a01b0384811660048301528b169250630f749a899150602401600060405180830381600087803b1580156125e557600080fd5b505af11580156125f9573d6000803e3d6000fd5b5050505073__$2a34b1f180a6bf22a62a9bc53ba8adfaf5$__63a1b61ad4828a85888b61262e6001546001600160a01b031690565b61263661048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561268b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126af9190613b48565b60405160e089901b6001600160e01b03191681526001600160a01b0397881660048201529587166024870152938616604486015291851660648501528416608484015290921660a482015260ff90911660c482015260e40160006040518083038186803b15801561271f57600080fd5b505af4158015612733573d6000803e3d6000fd5b50505050846001600160a01b031663fe0776f561274e613032565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156127a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127cb919061390d565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b15801561281257600080fd5b505af1158015612826573d6000803e3d6000fd5b505060025460405163026bc43b60e01b81526001600160a01b038c811660048301528a8116602483015260009450909116915063026bc43b906044016000604051808303816000875af1158015612881573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128a991908101906139a2565b8051604080516001600160a01b038a8116825286811660208301528d81168284015289811660608301528781166080830152881660a08201526001600160601b03831660c08201529051919a509192507eccc9e339dab7298ad32b43864beb3b1c0cf136971be26f1e67d90bf43ebd3d9181900360e00190a1505050505050509091565b612935612b1c565b61293e81610bd7565b612946610a92565b6001600160a01b03821661296d5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020613b9583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6129ac611854565b6001600160a01b0316336001600160a01b0316146129df5760405163086391f760e31b8152336004820152602401610727565b6006546001600160a01b0316612a08576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b038116612a2f57604051631aa1808560e31b815260040160405180910390fd5b6006546001600160a01b0390811690821603612a5e57604051630666e2a560e01b815260040160405180910390fd5b6005546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015612aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad2919061392a565b6001600160a01b031614612af95760405163f026367160e01b815260040160405180910390fd5b50600680546001600160a01b0319166001600160a01b0392909216919091179055565b600080516020613bd583398151915254600160401b900460ff16612b5357604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf612b1c565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015612b905750825b90506000826001600160401b03166001148015612bac5750303b155b905081158015612bba575080155b15612bd85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612c0257845460ff60401b1916600160401b1785555b60008087806020019051810190612c199190613b65565b91509150816001600160a01b031663d39e6043612c34602890565b612c3c61048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb59190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e919061392a565b600280546001600160a01b0319166001600160a01b0392909216919091179055612d4a8260008b61198b565b612d5a630655ba6560e31b610873565b50508315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bc5565b6000806000612db56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015612e08573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e3091908101906139a2565b9050612e4e8160400151612e42604690565b60ff9081169116141590565b15612e775760405163e3c2794960e01b81526001600160601b0387166004820152602401610727565b6040516308b09a5f60e41b81526001600160a01b03868116600483015260009190841690638b09a5f090602401600060405180830381865afa158015612ec1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee991908101906139a2565b9050612f068160200151886001600160601b039081169116141590565b15612f3a57805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610727565b608090910151905190969095509350505050565b600080516020613bb583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612fb7612b1c565b610ce2816130a9565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b03811661302d576040516330be1a3d60e21b815260040160405180910390fd5b919050565b6040516368aebf7b60e01b81526000600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af4158015613085573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610514919061390d565b6130b1612b1c565b610ce281612f4e565b80356001600160e01b03198116811461302d57600080fd5b6000602082840312156130e457600080fd5b6130ed826130ba565b9392505050565b60005b8381101561310f5781810151838201526020016130f7565b50506000910152565b600081518084526131308160208601602086016130f4565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516131ad60c08401826001600160a01b03169052565b5060c083015160e0808401526131c7610100840182613118565b949350505050565b6001600160a01b0381168114610ce257600080fd5b6001600160601b0381168114610ce257600080fd5b60ff81168114610ce257600080fd5b8015158114610ce257600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561324e5761324e613216565b60405290565b604051601f8201601f191681016001600160401b038111828210171561327c5761327c613216565b604052919050565b60006001600160401b0382111561329d5761329d613216565b50601f01601f191660200190565b60006132be6132b984613284565b613254565b90508281528383830111156132d257600080fd5b828260208301376000602084830101529392505050565b600082601f8301126132fa57600080fd5b6130ed838335602085016132ab565b60008060008060008060c0878903121561332257600080fd5b863561332d816131cf565b9550602087013561333d816131e4565b9450604087013561334d816131f9565b9350606087013561335d81613208565b9250608087013561336d816131cf565b915060a08701356001600160401b0381111561338857600080fd5b61339489828a016132e9565b9150509295509295509295565b6000602082840312156133b357600080fd5b81356001600160401b038111156133c957600080fd5b6131c7848285016132e9565b600080604083850312156133e857600080fd5b82356133f3816131cf565b915060208301356001600160401b0381111561340e57600080fd5b61341a858286016132e9565b9150509250929050565b60006020828403121561343657600080fd5b81356130ed816131cf565b60006001600160401b0382111561345a5761345a613216565b5060051b60200190565b600082601f83011261347557600080fd5b813560206134856132b983613441565b828152600592831b85018201928282019190878511156134a457600080fd5b8387015b8581101561353e5780356001600160401b038111156134c75760008081fd5b8801603f81018a136134d95760008081fd5b8581013560406134eb6132b983613441565b82815291851b8301810191888101908d8411156135085760008081fd5b938201935b8385101561352d5761351e856130ba565b8252938901939089019061350d565b8852505050938501935084016134a8565b5090979650505050505050565b6001600160401b0381168114610ce257600080fd5b600082601f83011261357157600080fd5b813560206135816132b983613441565b82815260059290921b840181019181810190868411156135a057600080fd5b8286015b848110156135c45780356135b78161354b565b83529183019183016135a4565b509695505050505050565b600080600080600060a086880312156135e757600080fd5b85356135f2816131e4565b94506020860135613602816131cf565b935060408601356001600160401b038082111561361e57600080fd5b818801915088601f83011261363257600080fd5b613641898335602085016132ab565b9450606088013591508082111561365757600080fd5b61366389838a01613464565b9350608088013591508082111561367957600080fd5b5061368688828901613560565b9150509295509295909350565b6000806000606084860312156136a857600080fd5b83356136b3816131cf565b925060208401356136c3816131cf565b915060408401356136d3816131cf565b809150509250925092565b6000602082840312156136f057600080fd5b81356130ed81613208565b60006020828403121561370d57600080fd5b81356130ed816131e4565b6000806040838503121561372b57600080fd5b8235613736816131cf565b91506020830135613746816131cf565b809150509250929050565b60006020828403121561376357600080fd5b815162ffffff811681146130ed57600080fd5b600181811c9082168061378a57607f821691505b6020821081036137aa57634e487b7160e01b600052602260045260246000fd5b50919050565b805161302d81613208565b6000602082840312156137cd57600080fd5b81516130ed81613208565b805161302d816131e4565b6000602082840312156137f557600080fd5b81516130ed816131e4565b601f821115611bbf57600081815260208120601f850160051c810160208610156138275750805b601f850160051c820191505b8181101561384657828155600101613833565b505050505050565b81516001600160401b0381111561386757613867613216565b61387b816138758454613776565b84613800565b602080601f8311600181146138b057600084156138985750858301515b600019600386901b1c1916600185901b178555613846565b600085815260208120601f198616915b828110156138df578886015182559484019460019091019084016138c0565b50858210156138fd5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561391f57600080fd5b81516130ed8161354b565b60006020828403121561393c57600080fd5b81516130ed816131cf565b805161302d816131cf565b805161302d816131f9565b600082601f83011261396e57600080fd5b815161397c6132b982613284565b81815284602083860101111561399157600080fd5b6131c78260208301602087016130f4565b6000602082840312156139b457600080fd5b81516001600160401b03808211156139cb57600080fd5b9083019060e082860312156139df57600080fd5b6139e761322c565b6139f0836137d8565b81526139fe602084016137d8565b6020820152613a0f60408401613952565b6040820152613a20606084016137b0565b6060820152613a3160808401613947565b6080820152613a4260a08401613947565b60a082015260c083015182811115613a5957600080fd5b613a658782860161395d565b60c08301525095945050505050565b6001600160a01b03831681526040602082018190526000906131c790830184613118565b634e487b7160e01b600052603260045260246000fd5b606081526000613ac16060830186613118565b82810360208481019190915285518083528682019282019060005b81811015613b025784516001600160e01b03191683529383019391830191600101613adc565b50508093505050506001600160401b0383166040830152949350505050565b600060018201613b4157634e487b7160e01b600052601160045260246000fd5b5060010190565b600060208284031215613b5a57600080fd5b81516130ed816131f9565b60008060408385031215613b7857600080fd5b8251613b83816131cf565b6020840151909250613746816131cf56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220de414236af48c956bb3cf75ed560fc660b856202b0741d2b571ab5f7f291265f64736f6c63430008140033",
|
851
|
+
"linkReferences": {
|
852
|
+
"contracts/instance/InstanceAuthorizationsLib.sol": {
|
853
|
+
"InstanceAuthorizationsLib": [
|
854
|
+
{
|
855
|
+
"length": 20,
|
856
|
+
"start": 9957
|
857
|
+
}
|
858
|
+
]
|
859
|
+
},
|
860
|
+
"contracts/type/NftId.sol": {
|
861
|
+
"NftIdLib": [
|
862
|
+
{
|
863
|
+
"length": 20,
|
864
|
+
"start": 1927
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"length": 20,
|
868
|
+
"start": 6512
|
869
|
+
}
|
870
|
+
]
|
871
|
+
},
|
872
|
+
"contracts/type/RoleId.sol": {
|
873
|
+
"RoleIdLib": [
|
874
|
+
{
|
875
|
+
"length": 20,
|
876
|
+
"start": 9568
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"length": 20,
|
880
|
+
"start": 10323
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"length": 20,
|
884
|
+
"start": 12593
|
885
|
+
}
|
886
|
+
]
|
887
|
+
},
|
888
|
+
"contracts/type/Version.sol": {
|
889
|
+
"VersionLib": [
|
890
|
+
{
|
891
|
+
"length": 20,
|
892
|
+
"start": 1436
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"length": 20,
|
896
|
+
"start": 2605
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"length": 20,
|
900
|
+
"start": 10039
|
901
|
+
},
|
902
|
+
{
|
903
|
+
"length": 20,
|
904
|
+
"start": 11581
|
905
|
+
}
|
906
|
+
],
|
907
|
+
"VersionPartLib": [
|
908
|
+
{
|
909
|
+
"length": 20,
|
910
|
+
"start": 6992
|
911
|
+
}
|
912
|
+
]
|
913
|
+
}
|
914
|
+
},
|
915
|
+
"deployedLinkReferences": {
|
916
|
+
"contracts/instance/InstanceAuthorizationsLib.sol": {
|
917
|
+
"InstanceAuthorizationsLib": [
|
918
|
+
{
|
919
|
+
"length": 20,
|
920
|
+
"start": 9727
|
921
|
+
}
|
922
|
+
]
|
923
|
+
},
|
924
|
+
"contracts/type/NftId.sol": {
|
925
|
+
"NftIdLib": [
|
926
|
+
{
|
927
|
+
"length": 20,
|
928
|
+
"start": 1697
|
929
|
+
},
|
930
|
+
{
|
931
|
+
"length": 20,
|
932
|
+
"start": 6282
|
933
|
+
}
|
934
|
+
]
|
935
|
+
},
|
936
|
+
"contracts/type/RoleId.sol": {
|
937
|
+
"RoleIdLib": [
|
938
|
+
{
|
939
|
+
"length": 20,
|
940
|
+
"start": 9338
|
941
|
+
},
|
942
|
+
{
|
943
|
+
"length": 20,
|
944
|
+
"start": 10093
|
945
|
+
},
|
946
|
+
{
|
947
|
+
"length": 20,
|
948
|
+
"start": 12363
|
949
|
+
}
|
950
|
+
]
|
951
|
+
},
|
952
|
+
"contracts/type/Version.sol": {
|
953
|
+
"VersionLib": [
|
954
|
+
{
|
955
|
+
"length": 20,
|
956
|
+
"start": 1206
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"length": 20,
|
960
|
+
"start": 2375
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"length": 20,
|
964
|
+
"start": 9809
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"length": 20,
|
968
|
+
"start": 11351
|
969
|
+
}
|
970
|
+
],
|
971
|
+
"VersionPartLib": [
|
972
|
+
{
|
973
|
+
"length": 20,
|
974
|
+
"start": 6762
|
975
|
+
}
|
976
|
+
]
|
977
|
+
}
|
978
|
+
}
|
979
|
+
}
|