@etherisc/gif-next 0.0.2-bd7444a → 0.0.2-bdb6804-509
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/components/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/components/Component.sol/Component.json +694 -31
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +1329 -0
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/components/IComponent.sol/IComponent.json +605 -0
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +969 -0
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +1064 -0
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +830 -0
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +1250 -87
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +1026 -90
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -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/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.json +190 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +233 -552
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +654 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +410 -620
- 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 +1289 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1064 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +673 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2677 -0
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.json +639 -0
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +429 -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 +532 -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/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/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +860 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +641 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1263 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +721 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +849 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +641 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1539 -0
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +769 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +475 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +659 -0
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +475 -0
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +871 -0
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +606 -0
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +844 -0
- package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.json +518 -0
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +450 -0
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1124 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +697 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +1269 -0
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +661 -0
- package/artifacts/contracts/instance/service/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PricingService.sol/PricingService.json +988 -0
- package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.json +689 -0
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +872 -0
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +653 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +252 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +536 -59
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +866 -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 +583 -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 +1158 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +670 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +559 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +498 -0
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +107 -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/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +46 -74
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/{instance/product/IProductService.sol/IProductService.json → shared/IPolicyHolder.sol/IPolicyHolder.json} +68 -53
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/pool/PoolModule.sol/PoolModule.json → shared/IRegisterable.sol/IRegisterable.json} +106 -80
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +18 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +335 -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 +251 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +248 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +582 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +352 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +84 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{registry/IChainNft.sol/IChainNft.json → shared/Service.sol/Service.json} +261 -217
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +96 -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/test/TestFee.sol/TestFee.dbg.json +4 -0
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +119 -0
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +4 -0
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +383 -0
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +4 -0
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +116 -0
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +4 -0
- package/artifacts/contracts/test/TestService.sol/TestService.json +596 -0
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +4 -0
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +376 -0
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +4 -0
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +218 -0
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +4 -0
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +104 -0
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +4 -0
- package/artifacts/contracts/test/Usdc.sol/USDC.json +376 -0
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +161 -0
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +2 -2
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +100 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +288 -0
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +78 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +100 -0
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +92 -0
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +100 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +156 -0
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +92 -0
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +97 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +10 -0
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +479 -0
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/types/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +49 -0
- package/contracts/components/Component.sol +231 -40
- package/contracts/components/Distribution.sol +280 -0
- package/contracts/components/IComponent.sol +76 -0
- package/contracts/components/IDistributionComponent.sol +71 -0
- package/contracts/components/IPoolComponent.sol +113 -0
- package/contracts/components/IProductComponent.sol +40 -0
- package/contracts/components/Pool.sol +292 -18
- package/contracts/components/Product.sol +263 -33
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/instance/BundleManager.sol +127 -0
- package/contracts/instance/Cloneable.sol +51 -0
- package/contracts/instance/IInstance.sol +55 -15
- package/contracts/instance/IInstanceService.sol +84 -0
- package/contracts/instance/Instance.sol +180 -45
- package/contracts/instance/InstanceAccessManager.sol +540 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +299 -0
- package/contracts/instance/InstanceReader.sol +293 -0
- package/contracts/instance/InstanceService.sol +320 -0
- package/contracts/instance/InstanceServiceManager.sol +54 -0
- package/contracts/instance/InstanceStore.sol +219 -0
- package/contracts/instance/ObjectManager.sol +82 -0
- package/contracts/instance/base/ComponentService.sol +147 -0
- package/contracts/instance/base/IKeyValueStore.sol +49 -0
- package/contracts/instance/base/ILifecycle.sol +30 -0
- package/contracts/instance/base/KeyValueStore.sol +180 -0
- package/contracts/instance/base/Lifecycle.sol +109 -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 +41 -0
- package/contracts/instance/module/IPolicy.sol +72 -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/instance/service/ApplicationService.sol +183 -0
- package/contracts/instance/service/ApplicationServiceManager.sol +35 -0
- package/contracts/instance/service/BundleService.sol +431 -0
- package/contracts/instance/service/BundleServiceManager.sol +51 -0
- package/contracts/instance/service/ClaimService.sol +145 -0
- package/contracts/instance/service/ClaimServiceManager.sol +35 -0
- package/contracts/instance/service/DistributionService.sol +346 -0
- package/contracts/instance/service/DistributionServiceManager.sol +51 -0
- package/contracts/instance/service/IApplicationService.sol +64 -0
- package/contracts/instance/service/IBundleService.sol +93 -0
- package/contracts/instance/service/IClaimService.sol +61 -0
- package/contracts/instance/service/IDistributionService.sol +85 -0
- package/contracts/instance/service/IPolicyService.sol +72 -0
- package/contracts/instance/service/IPoolService.sol +99 -0
- package/contracts/instance/service/IPricingService.sol +36 -0
- package/contracts/instance/service/IProductService.sol +40 -0
- package/contracts/instance/service/PolicyService.sol +366 -0
- package/contracts/instance/service/PolicyServiceManager.sol +54 -0
- package/contracts/instance/service/PoolService.sol +303 -0
- package/contracts/instance/service/PoolServiceManager.sol +51 -0
- package/contracts/instance/service/PricingService.sol +275 -0
- package/contracts/instance/service/PricingServiceManager.sol +51 -0
- package/contracts/instance/service/ProductService.sol +210 -0
- package/contracts/instance/service/ProductServiceManager.sol +54 -0
- package/contracts/registry/ChainNft.sol +145 -108
- package/contracts/registry/IRegistry.sol +80 -49
- package/contracts/registry/IRegistryService.sol +68 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +404 -119
- package/contracts/registry/RegistryAccessManager.sol +216 -0
- package/contracts/registry/RegistryService.sol +286 -0
- package/contracts/registry/RegistryServiceManager.sol +62 -0
- package/contracts/registry/ReleaseManager.sol +324 -0
- package/contracts/registry/TokenRegistry.sol +116 -0
- package/contracts/shared/ContractDeployerLib.sol +72 -0
- package/contracts/shared/ERC165.sol +27 -0
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +26 -0
- package/contracts/shared/IRegisterable.sol +15 -0
- package/contracts/shared/IRegistryLinked.sol +12 -0
- package/contracts/shared/IService.sol +16 -0
- package/contracts/shared/IVersionable.sol +53 -0
- package/contracts/shared/NftOwnable.sol +120 -0
- package/contracts/shared/PolicyHolder.sol +81 -0
- package/contracts/shared/ProxyManager.sol +169 -0
- package/contracts/shared/Registerable.sol +74 -0
- package/contracts/shared/RegistryLinked.sol +48 -0
- package/contracts/shared/Service.sol +72 -0
- package/contracts/shared/TokenHandler.sol +33 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +59 -0
- package/contracts/test/TestFee.sol +25 -0
- package/contracts/test/TestRegisterable.sol +18 -0
- package/contracts/test/TestRoleId.sol +14 -0
- package/contracts/test/TestService.sol +25 -0
- package/contracts/test/TestToken.sol +26 -0
- package/contracts/test/TestVersion.sol +44 -0
- package/contracts/test/TestVersionable.sol +17 -0
- package/contracts/test/Usdc.sol +26 -0
- package/contracts/types/AddressSet.sol +58 -0
- package/contracts/types/Amount.sol +60 -0
- package/contracts/types/Blocknumber.sol +77 -18
- package/contracts/types/ChainId.sol +18 -10
- package/contracts/types/ClaimId.sol +52 -0
- package/contracts/types/DistributorType.sol +55 -0
- package/contracts/types/Fee.sol +64 -0
- package/contracts/types/Key32.sol +50 -0
- package/contracts/types/NftId.sol +56 -11
- package/contracts/types/NftIdSet.sol +62 -0
- package/contracts/types/NumberId.sol +52 -0
- package/contracts/types/ObjectType.sol +161 -0
- package/contracts/types/PayoutId.sol +54 -0
- package/contracts/types/Referral.sol +89 -0
- package/contracts/types/RiskId.sol +43 -0
- package/contracts/types/RoleId.sol +97 -0
- package/contracts/types/Seconds.sol +54 -0
- package/contracts/types/StateId.sol +106 -0
- package/contracts/types/Timestamp.sol +91 -19
- package/contracts/types/UFixed.sol +194 -75
- package/contracts/types/Version.sol +108 -0
- package/package.json +21 -6
- 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/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/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/IAccessCheckRole.json +0 -35
- 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 -147
- 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/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/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 -167
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- 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/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -440
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -12
- package/contracts/experiment/errors/Require.sol +0 -33
- package/contracts/experiment/errors/Revert.sol +0 -39
- package/contracts/experiment/inheritance/A.sol +0 -56
- package/contracts/experiment/inheritance/B.sol +0 -23
- package/contracts/experiment/inheritance/C.sol +0 -28
- package/contracts/experiment/inheritance/IA.sol +0 -18
- package/contracts/experiment/inheritance/IB.sol +0 -9
- package/contracts/experiment/inheritance/IC.sol +0 -11
- package/contracts/experiment/types/TypeA.sol +0 -42
- package/contracts/experiment/types/TypeB.sol +0 -24
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -248
- package/contracts/instance/component/IComponent.sol +0 -95
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -107
- package/contracts/instance/pool/IPoolModule.sol +0 -41
- package/contracts/instance/pool/PoolModule.sol +0 -86
- package/contracts/instance/product/IProductService.sol +0 -46
- package/contracts/instance/product/ProductService.sol +0 -108
- package/contracts/registry/IChainNft.sol +0 -18
@@ -0,0 +1,860 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "ApplicationService",
|
4
|
+
"sourceName": "contracts/instance/service/ApplicationService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "component",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentServiceComponentLocked",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "component",
|
60
|
+
"type": "address"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"internalType": "ObjectType",
|
64
|
+
"name": "expectedType",
|
65
|
+
"type": "uint8"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "foundType",
|
70
|
+
"type": "uint8"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorComponentServiceComponentTypeInvalid",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "NftId",
|
80
|
+
"name": "instanceNftId",
|
81
|
+
"type": "uint96"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"internalType": "RoleId",
|
85
|
+
"name": "requiredRole",
|
86
|
+
"type": "uint64"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"internalType": "address",
|
90
|
+
"name": "sender",
|
91
|
+
"type": "address"
|
92
|
+
}
|
93
|
+
],
|
94
|
+
"name": "ErrorComponentServiceExpectedRoleMissing",
|
95
|
+
"type": "error"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [
|
99
|
+
{
|
100
|
+
"internalType": "address",
|
101
|
+
"name": "component",
|
102
|
+
"type": "address"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"internalType": "ObjectType",
|
106
|
+
"name": "requiredType",
|
107
|
+
"type": "uint8"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"internalType": "ObjectType",
|
111
|
+
"name": "componentType",
|
112
|
+
"type": "uint8"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"name": "ErrorComponentServiceInvalidType",
|
116
|
+
"type": "error"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"inputs": [
|
120
|
+
{
|
121
|
+
"internalType": "address",
|
122
|
+
"name": "component",
|
123
|
+
"type": "address"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"name": "ErrorComponentServiceNotComponent",
|
127
|
+
"type": "error"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"inputs": [
|
131
|
+
{
|
132
|
+
"internalType": "address",
|
133
|
+
"name": "component",
|
134
|
+
"type": "address"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"internalType": "address",
|
138
|
+
"name": "initialOwner",
|
139
|
+
"type": "address"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"internalType": "address",
|
143
|
+
"name": "sender",
|
144
|
+
"type": "address"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"name": "ErrorComponentServiceSenderNotOwner",
|
148
|
+
"type": "error"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"inputs": [
|
152
|
+
{
|
153
|
+
"internalType": "address",
|
154
|
+
"name": "sender",
|
155
|
+
"type": "address"
|
156
|
+
}
|
157
|
+
],
|
158
|
+
"name": "ErrorComponentServiceSenderNotService",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [
|
163
|
+
{
|
164
|
+
"internalType": "address",
|
165
|
+
"name": "target",
|
166
|
+
"type": "address"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"name": "ErrorIAccessTargetLocked",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [
|
174
|
+
{
|
175
|
+
"internalType": "NftId",
|
176
|
+
"name": "nftId",
|
177
|
+
"type": "uint96"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
181
|
+
"type": "error"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"inputs": [
|
185
|
+
{
|
186
|
+
"internalType": "address",
|
187
|
+
"name": "contractAddress",
|
188
|
+
"type": "address"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
192
|
+
"type": "error"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"inputs": [],
|
196
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "address",
|
203
|
+
"name": "account",
|
204
|
+
"type": "address"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"name": "ErrorNftOwnableNotOwner",
|
208
|
+
"type": "error"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "address",
|
214
|
+
"name": "registryAddress",
|
215
|
+
"type": "address"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "ErrorNotRegistry",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [
|
223
|
+
{
|
224
|
+
"internalType": "NftId",
|
225
|
+
"name": "applicationNftId",
|
226
|
+
"type": "uint96"
|
227
|
+
}
|
228
|
+
],
|
229
|
+
"name": "IApplicationServicePolicyNotApplied",
|
230
|
+
"type": "error"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"inputs": [],
|
234
|
+
"name": "InvalidInitialization",
|
235
|
+
"type": "error"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"inputs": [],
|
239
|
+
"name": "NotInitializing",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"anonymous": false,
|
244
|
+
"inputs": [
|
245
|
+
{
|
246
|
+
"indexed": false,
|
247
|
+
"internalType": "address",
|
248
|
+
"name": "authority",
|
249
|
+
"type": "address"
|
250
|
+
}
|
251
|
+
],
|
252
|
+
"name": "AuthorityUpdated",
|
253
|
+
"type": "event"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"anonymous": false,
|
257
|
+
"inputs": [
|
258
|
+
{
|
259
|
+
"indexed": false,
|
260
|
+
"internalType": "uint64",
|
261
|
+
"name": "version",
|
262
|
+
"type": "uint64"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"name": "Initialized",
|
266
|
+
"type": "event"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"inputs": [],
|
270
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
271
|
+
"outputs": [
|
272
|
+
{
|
273
|
+
"internalType": "bytes32",
|
274
|
+
"name": "",
|
275
|
+
"type": "bytes32"
|
276
|
+
}
|
277
|
+
],
|
278
|
+
"stateMutability": "view",
|
279
|
+
"type": "function"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"inputs": [],
|
283
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
284
|
+
"outputs": [
|
285
|
+
{
|
286
|
+
"internalType": "bytes32",
|
287
|
+
"name": "",
|
288
|
+
"type": "bytes32"
|
289
|
+
}
|
290
|
+
],
|
291
|
+
"stateMutability": "view",
|
292
|
+
"type": "function"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"inputs": [
|
296
|
+
{
|
297
|
+
"internalType": "NftId",
|
298
|
+
"name": "applicationNftId",
|
299
|
+
"type": "uint96"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"internalType": "RiskId",
|
303
|
+
"name": "riskId",
|
304
|
+
"type": "bytes8"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"internalType": "NftId",
|
308
|
+
"name": "bundleNftId",
|
309
|
+
"type": "uint96"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"internalType": "ReferralId",
|
313
|
+
"name": "referralId",
|
314
|
+
"type": "bytes8"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"internalType": "uint256",
|
318
|
+
"name": "sumInsuredAmount",
|
319
|
+
"type": "uint256"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"internalType": "uint256",
|
323
|
+
"name": "lifetime",
|
324
|
+
"type": "uint256"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"internalType": "bytes",
|
328
|
+
"name": "applicationData",
|
329
|
+
"type": "bytes"
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"name": "adjust",
|
333
|
+
"outputs": [],
|
334
|
+
"stateMutability": "nonpayable",
|
335
|
+
"type": "function"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"inputs": [],
|
339
|
+
"name": "authority",
|
340
|
+
"outputs": [
|
341
|
+
{
|
342
|
+
"internalType": "address",
|
343
|
+
"name": "",
|
344
|
+
"type": "address"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"stateMutability": "view",
|
348
|
+
"type": "function"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"inputs": [
|
352
|
+
{
|
353
|
+
"internalType": "address",
|
354
|
+
"name": "applicationOwner",
|
355
|
+
"type": "address"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"internalType": "RiskId",
|
359
|
+
"name": "riskId",
|
360
|
+
"type": "bytes8"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"internalType": "uint256",
|
364
|
+
"name": "sumInsuredAmount",
|
365
|
+
"type": "uint256"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"internalType": "Seconds",
|
369
|
+
"name": "lifetime",
|
370
|
+
"type": "uint40"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"internalType": "NftId",
|
374
|
+
"name": "bundleNftId",
|
375
|
+
"type": "uint96"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"internalType": "ReferralId",
|
379
|
+
"name": "referralId",
|
380
|
+
"type": "bytes8"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"internalType": "bytes",
|
384
|
+
"name": "applicationData",
|
385
|
+
"type": "bytes"
|
386
|
+
}
|
387
|
+
],
|
388
|
+
"name": "create",
|
389
|
+
"outputs": [
|
390
|
+
{
|
391
|
+
"internalType": "NftId",
|
392
|
+
"name": "applicationNftId",
|
393
|
+
"type": "uint96"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"stateMutability": "nonpayable",
|
397
|
+
"type": "function"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"inputs": [],
|
401
|
+
"name": "getDomain",
|
402
|
+
"outputs": [
|
403
|
+
{
|
404
|
+
"internalType": "ObjectType",
|
405
|
+
"name": "",
|
406
|
+
"type": "uint8"
|
407
|
+
}
|
408
|
+
],
|
409
|
+
"stateMutability": "pure",
|
410
|
+
"type": "function"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"inputs": [],
|
414
|
+
"name": "getInitialInfo",
|
415
|
+
"outputs": [
|
416
|
+
{
|
417
|
+
"components": [
|
418
|
+
{
|
419
|
+
"internalType": "NftId",
|
420
|
+
"name": "nftId",
|
421
|
+
"type": "uint96"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"internalType": "NftId",
|
425
|
+
"name": "parentNftId",
|
426
|
+
"type": "uint96"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"internalType": "ObjectType",
|
430
|
+
"name": "objectType",
|
431
|
+
"type": "uint8"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"internalType": "bool",
|
435
|
+
"name": "isInterceptor",
|
436
|
+
"type": "bool"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"internalType": "address",
|
440
|
+
"name": "objectAddress",
|
441
|
+
"type": "address"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"internalType": "address",
|
445
|
+
"name": "initialOwner",
|
446
|
+
"type": "address"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"internalType": "bytes",
|
450
|
+
"name": "data",
|
451
|
+
"type": "bytes"
|
452
|
+
}
|
453
|
+
],
|
454
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
455
|
+
"name": "info",
|
456
|
+
"type": "tuple"
|
457
|
+
}
|
458
|
+
],
|
459
|
+
"stateMutability": "view",
|
460
|
+
"type": "function"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"inputs": [],
|
464
|
+
"name": "getInstanceService",
|
465
|
+
"outputs": [
|
466
|
+
{
|
467
|
+
"internalType": "contract InstanceService",
|
468
|
+
"name": "",
|
469
|
+
"type": "address"
|
470
|
+
}
|
471
|
+
],
|
472
|
+
"stateMutability": "view",
|
473
|
+
"type": "function"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"inputs": [],
|
477
|
+
"name": "getNftId",
|
478
|
+
"outputs": [
|
479
|
+
{
|
480
|
+
"internalType": "NftId",
|
481
|
+
"name": "",
|
482
|
+
"type": "uint96"
|
483
|
+
}
|
484
|
+
],
|
485
|
+
"stateMutability": "view",
|
486
|
+
"type": "function"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"inputs": [],
|
490
|
+
"name": "getOwner",
|
491
|
+
"outputs": [
|
492
|
+
{
|
493
|
+
"internalType": "address",
|
494
|
+
"name": "",
|
495
|
+
"type": "address"
|
496
|
+
}
|
497
|
+
],
|
498
|
+
"stateMutability": "view",
|
499
|
+
"type": "function"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"inputs": [],
|
503
|
+
"name": "getRegistry",
|
504
|
+
"outputs": [
|
505
|
+
{
|
506
|
+
"internalType": "contract IRegistry",
|
507
|
+
"name": "",
|
508
|
+
"type": "address"
|
509
|
+
}
|
510
|
+
],
|
511
|
+
"stateMutability": "view",
|
512
|
+
"type": "function"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"inputs": [],
|
516
|
+
"name": "getRegistryAddress",
|
517
|
+
"outputs": [
|
518
|
+
{
|
519
|
+
"internalType": "address",
|
520
|
+
"name": "",
|
521
|
+
"type": "address"
|
522
|
+
}
|
523
|
+
],
|
524
|
+
"stateMutability": "view",
|
525
|
+
"type": "function"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"inputs": [],
|
529
|
+
"name": "getRegistryService",
|
530
|
+
"outputs": [
|
531
|
+
{
|
532
|
+
"internalType": "contract IRegistryService",
|
533
|
+
"name": "",
|
534
|
+
"type": "address"
|
535
|
+
}
|
536
|
+
],
|
537
|
+
"stateMutability": "view",
|
538
|
+
"type": "function"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"inputs": [],
|
542
|
+
"name": "getVersion",
|
543
|
+
"outputs": [
|
544
|
+
{
|
545
|
+
"internalType": "Version",
|
546
|
+
"name": "",
|
547
|
+
"type": "uint24"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"stateMutability": "pure",
|
551
|
+
"type": "function"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"inputs": [],
|
555
|
+
"name": "initializeERC165",
|
556
|
+
"outputs": [],
|
557
|
+
"stateMutability": "nonpayable",
|
558
|
+
"type": "function"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"inputs": [
|
562
|
+
{
|
563
|
+
"internalType": "address",
|
564
|
+
"name": "initialOwner",
|
565
|
+
"type": "address"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"internalType": "address",
|
569
|
+
"name": "registryAddress",
|
570
|
+
"type": "address"
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"name": "initializeNftOwnable",
|
574
|
+
"outputs": [],
|
575
|
+
"stateMutability": "nonpayable",
|
576
|
+
"type": "function"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"inputs": [
|
580
|
+
{
|
581
|
+
"internalType": "address",
|
582
|
+
"name": "registryAddress",
|
583
|
+
"type": "address"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"internalType": "NftId",
|
587
|
+
"name": "parentNftId",
|
588
|
+
"type": "uint96"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"internalType": "ObjectType",
|
592
|
+
"name": "objectType",
|
593
|
+
"type": "uint8"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"internalType": "bool",
|
597
|
+
"name": "isInterceptor",
|
598
|
+
"type": "bool"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"internalType": "address",
|
602
|
+
"name": "initialOwner",
|
603
|
+
"type": "address"
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"internalType": "bytes",
|
607
|
+
"name": "registryData",
|
608
|
+
"type": "bytes"
|
609
|
+
}
|
610
|
+
],
|
611
|
+
"name": "initializeRegisterable",
|
612
|
+
"outputs": [],
|
613
|
+
"stateMutability": "nonpayable",
|
614
|
+
"type": "function"
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"inputs": [
|
618
|
+
{
|
619
|
+
"internalType": "address",
|
620
|
+
"name": "registryAddress",
|
621
|
+
"type": "address"
|
622
|
+
}
|
623
|
+
],
|
624
|
+
"name": "initializeRegistryLinked",
|
625
|
+
"outputs": [],
|
626
|
+
"stateMutability": "nonpayable",
|
627
|
+
"type": "function"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"inputs": [
|
631
|
+
{
|
632
|
+
"internalType": "address",
|
633
|
+
"name": "registry",
|
634
|
+
"type": "address"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"internalType": "address",
|
638
|
+
"name": "authority",
|
639
|
+
"type": "address"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"internalType": "address",
|
643
|
+
"name": "initialOwner",
|
644
|
+
"type": "address"
|
645
|
+
}
|
646
|
+
],
|
647
|
+
"name": "initializeService",
|
648
|
+
"outputs": [],
|
649
|
+
"stateMutability": "nonpayable",
|
650
|
+
"type": "function"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"inputs": [
|
654
|
+
{
|
655
|
+
"internalType": "address",
|
656
|
+
"name": "activatedBy",
|
657
|
+
"type": "address"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"internalType": "bytes",
|
661
|
+
"name": "data",
|
662
|
+
"type": "bytes"
|
663
|
+
}
|
664
|
+
],
|
665
|
+
"name": "initializeVersionable",
|
666
|
+
"outputs": [],
|
667
|
+
"stateMutability": "nonpayable",
|
668
|
+
"type": "function"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"inputs": [],
|
672
|
+
"name": "isConsumingScheduledOp",
|
673
|
+
"outputs": [
|
674
|
+
{
|
675
|
+
"internalType": "bytes4",
|
676
|
+
"name": "",
|
677
|
+
"type": "bytes4"
|
678
|
+
}
|
679
|
+
],
|
680
|
+
"stateMutability": "view",
|
681
|
+
"type": "function"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"inputs": [],
|
685
|
+
"name": "linkToRegisteredNftId",
|
686
|
+
"outputs": [],
|
687
|
+
"stateMutability": "nonpayable",
|
688
|
+
"type": "function"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"inputs": [
|
692
|
+
{
|
693
|
+
"internalType": "bytes4",
|
694
|
+
"name": "interfaceId",
|
695
|
+
"type": "bytes4"
|
696
|
+
}
|
697
|
+
],
|
698
|
+
"name": "registerInterface",
|
699
|
+
"outputs": [],
|
700
|
+
"stateMutability": "nonpayable",
|
701
|
+
"type": "function"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"inputs": [
|
705
|
+
{
|
706
|
+
"internalType": "NftId",
|
707
|
+
"name": "policyNftId",
|
708
|
+
"type": "uint96"
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"internalType": "NftId",
|
712
|
+
"name": "bundleNftId",
|
713
|
+
"type": "uint96"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"name": "renew",
|
717
|
+
"outputs": [
|
718
|
+
{
|
719
|
+
"internalType": "NftId",
|
720
|
+
"name": "applicationNftId",
|
721
|
+
"type": "uint96"
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"stateMutability": "nonpayable",
|
725
|
+
"type": "function"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"inputs": [
|
729
|
+
{
|
730
|
+
"internalType": "NftId",
|
731
|
+
"name": "applicationNftId",
|
732
|
+
"type": "uint96"
|
733
|
+
}
|
734
|
+
],
|
735
|
+
"name": "revoke",
|
736
|
+
"outputs": [],
|
737
|
+
"stateMutability": "nonpayable",
|
738
|
+
"type": "function"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"inputs": [
|
742
|
+
{
|
743
|
+
"internalType": "address",
|
744
|
+
"name": "newAuthority",
|
745
|
+
"type": "address"
|
746
|
+
}
|
747
|
+
],
|
748
|
+
"name": "setAuthority",
|
749
|
+
"outputs": [],
|
750
|
+
"stateMutability": "nonpayable",
|
751
|
+
"type": "function"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"inputs": [
|
755
|
+
{
|
756
|
+
"internalType": "bytes4",
|
757
|
+
"name": "interfaceId",
|
758
|
+
"type": "bytes4"
|
759
|
+
}
|
760
|
+
],
|
761
|
+
"name": "supportsInterface",
|
762
|
+
"outputs": [
|
763
|
+
{
|
764
|
+
"internalType": "bool",
|
765
|
+
"name": "",
|
766
|
+
"type": "bool"
|
767
|
+
}
|
768
|
+
],
|
769
|
+
"stateMutability": "view",
|
770
|
+
"type": "function"
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"inputs": [
|
774
|
+
{
|
775
|
+
"internalType": "bytes",
|
776
|
+
"name": "data",
|
777
|
+
"type": "bytes"
|
778
|
+
}
|
779
|
+
],
|
780
|
+
"name": "upgradeVersionable",
|
781
|
+
"outputs": [],
|
782
|
+
"stateMutability": "nonpayable",
|
783
|
+
"type": "function"
|
784
|
+
}
|
785
|
+
],
|
786
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6128db80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c8063675393bf116100f9578063bf7e214f11610097578063d8396c6b11610071578063d8396c6b14610407578063e6eea2c51461041a578063f21de1e8146102fd578063f7c34ee01461043157600080fd5b8063bf7e214f146103d9578063caf4e3d4146103f7578063cc9fc59a146103ff57600080fd5b80638e32e979116100d35780638e32e979146103815780638fb3603714610394578063ada9652e146103b5578063b68d1809146103ca57600080fd5b8063675393bf146103535780637a9e5e4b14610366578063893d20e81461037957600080fd5b8063329d6e7411610166578063536ef74b11610140578063536ef74b146102cf5780635ab1bd53146102fd578063603ccaad14610322578063644c45e01461033557600080fd5b8063329d6e74146102a157806336fc697e146102b457806349bb9e4b146102bc57600080fd5b8063138461e0116101a2578063138461e01461023c5780631eff4b2214610246578063214cdb801461027b57806327bb7a331461028e57600080fd5b806301ffc9a7146101c95780630d8e6e2c1461020b5780630fec111c14610227575b600080fd5b6101f66101d7366004611c8d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610444565b60405162ffffff9091168152602001610202565b61022f6104ce565b6040516102029190611d0e565b61024461066a565b005b61026d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b610244610289366004611c8d565b610871565b61024461029c366004611eee565b61089e565b6102446102af366004611f86565b61092a565b610244610a77565b6102446102ca366004611fba565b610abd565b6102e56102dd366004612009565b600092915050565b6040516001600160601b039091168152602001610202565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b610244610330366004612042565b610bbb565b600080516020612846833981519152546001600160601b03166102e5565b61024461036136600461205f565b610ca3565b61024461037436600461205f565b610db1565b61030a610e4b565b61024461038f36600461207c565b610f82565b61039c6111bb565b6040516001600160e01b03199091168152602001610202565b61026d60008051602061284683398151915281565b60405160d28152602001610202565b600080516020612866833981519152546001600160a01b031661030a565b61030a6111f3565b61030a611204565b6102e56104153660046120dd565b611210565b61024461042836600461218a565b50505050505050565b61024461043f366004612209565b611550565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c99190612237565b905090565b6104d6611c4f565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30180546000939160608401916105669061225c565b80601f01602080910402602001604051908101604052809291908181526020018280546105929061225c565b80156105df5780601f106105b4576101008083540402835291602001916105df565b820191906000526020600020905b8154815290600101906020018083116105c257829003601f168201915b50505050508152505090506040518060e001604052806105fd600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b0316815260200161064e610e4b565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061284683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156106d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106fd91906122a6565b1561072e5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107416001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610789573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107ad91906122a6565b6107d55760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610725565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610829573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084d91906122ce565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6108796115c7565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a66115c7565b6108b08287611550565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016109208382612331565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61094c610444565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561098c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b091906123f0565b6000805160206128868339815191528054600160401b900460ff16806109e3575080546001600160401b03808416911610155b15610a015760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a2b83611600565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a7f6115c7565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206128868339815191528054600160401b810460ff1615906001600160401b0316600081158015610af05750825b90506000826001600160401b03166001148015610b0c5750303b155b905081158015610b1a575080155b15610b385760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b6257845460ff60401b1916600160401b1785555b610b6c8787611608565b831561042857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a150505050505050565b6000610bc7606e61177e565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2d9190612419565b6001600160a01b0316630fad0eb18360146040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401600060405180830381600087803b158015610c8757600080fd5b505af1158015610c9b573d6000803e3d6000fd5b505050505050565b610cab6115c7565b806001600160a01b03163b600003610ce15760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610725565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610d5b575060408051601f3d908101601f19168201909252610d58918101906122a6565b60015b610d835760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610725565b80610dac5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610725565b505b50565b33610dd1600080516020612866833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e0c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610725565b816001600160a01b03163b600003610e42576040516361798f2f60e11b81526001600160a01b0383166004820152602401610725565b610dac82611920565b60008060008051602061284683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610ebb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edf91906122a6565b15610f6c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f669190612419565b91505090565b54600160601b90046001600160a01b0316919050565b610f8a6115c7565b61100a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fcc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff091906122ce565b603c6000856040518060200160405280600081525061089e565b6001600160a01b038216156110275761102282611981565b611196565b600061103b6001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af415801561109b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bf919061244c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611104573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111289190612419565b9050611194816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061118f9190612419565b611981565b505b6111a6634a531f3360e01b610871565b6111b663b68d180960e01b610871565b505050565b600080516020612866833981519152805460009190600160a01b900460ff166111e5576000610f66565b638fb3603760e01b91505090565b60006104c96028611992565b611992565b60006104c96046611992565b6000808061121e606e61177e565b925050915061122b6111f3565b6001600160a01b0316635c992fed6040518060e0016040528061124c600090565b6001600160601b03168152602001856001600160601b0316815260200161127160d390565b60ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016112d09190611d0e565b6020604051808303816000875af11580156112ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061131391906122ce565b92506000600360009054906101000a90046001600160a01b03166001600160a01b031663c7608d9684898d8a8e8e8c6040518863ffffffff1660e01b81526004016113649796959493929190612469565b6101e060405180830381865afa158015611382573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a691906124ce565b90506000604051806102000160405280856001600160601b03168152602001896001600160601b03168152602001886001600160c01b03191681526020018c6001600160c01b03191681526020018b815260200183604001518152602001600081526020018a64ffffffffff168152602001878152602001604051806020016040528060008152508152602001600061ffff168152602001600061ffff16815260200160008152602001611458600090565b64ffffffffff168152602001600064ffffffffff168152602001600064ffffffffff168152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114e29190612419565b6001600160a01b031663afcc743986836040518363ffffffff1660e01b815260040161150f929190612589565b600060405180830381600087803b15801561152957600080fd5b505af115801561153d573d6000803e3d6000fd5b5050505050505050979650505050505050565b6115586115c7565b61156181610ca3565b611569610a77565b6001600160a01b0382166115905760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061284683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061288683398151915254600160401b900460ff166115fe57604051631afcd79f60e31b815260040160405180910390fd5b565b6101c46115c7565b6000805160206128868339815191528054600160401b810460ff1615906001600160401b031660008115801561163b5750825b90506000826001600160401b031660011480156116575750303b155b905081158015611665575080155b156116835760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116ad57845460ff60401b1916600160401b1785555b600080878060200190518101906116c491906126ff565b90925090506116d58260008b610f82565b6116e56301b0be6960e31b610871565b6116ef6078611992565b600280546001600160a01b0319166001600160a01b039290921691909117905561171a6111ff60e690565b600380546001600160a01b0319166001600160a01b03929092169190911790555050831561042857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610baa565b6000611788611c4f565b600061179c6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156117e2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061180691906122ce565b92506118128385611aa5565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611858573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061187c9190612419565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156118c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118ea91906122a6565b1561191957608082015160405163d53987e560e01b81526001600160a01b039091166004820152602401610725565b9193909250565b60008051602061286683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6119896115c7565b610dae81611ba9565b60006119a66001546001600160a01b031690565b6001600160a01b031663d39e6043836119bd610444565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611a12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a36919061244c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611a7b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a9f9190612419565b92915050565b611aad611c4f565b6000611ac16001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611b10573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b389190810190612773565b9150611b4f82604001518460ff9081169116141590565b15611b9357608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff8086166024840152166044820152606401610725565b611ba08260200151611bba565b90509250929050565b611bb16115c7565b610dae81611920565b6000611bce6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611c1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c459190810190612773565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611c9f57600080fd5b81356001600160e01b031981168114611cb757600080fd5b9392505050565b60005b83811015611cd9578181015183820152602001611cc1565b50506000910152565b60008151808452611cfa816020860160208601611cbe565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151611d7760c08401826001600160a01b03169052565b5060c083015160e080840152611d91610100840182611ce2565b949350505050565b6001600160a01b0381168114610dae57600080fd5b6001600160601b0381168114610dae57600080fd5b60ff81168114610dae57600080fd5b8015158114610dae57600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516101e081016001600160401b0381118282101715611e1957611e19611de0565b60405290565b60405160e081016001600160401b0381118282101715611e1957611e19611de0565b604051601f8201601f191681016001600160401b0381118282101715611e6957611e69611de0565b604052919050565b60006001600160401b03821115611e8a57611e8a611de0565b50601f01601f191660200190565b600082601f830112611ea957600080fd5b8135611ebc611eb782611e71565b611e41565b818152846020838601011115611ed157600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215611f0757600080fd5b8635611f1281611d99565b95506020870135611f2281611dae565b94506040870135611f3281611dc3565b93506060870135611f4281611dd2565b92506080870135611f5281611d99565b915060a08701356001600160401b03811115611f6d57600080fd5b611f7989828a01611e98565b9150509295509295509295565b600060208284031215611f9857600080fd5b81356001600160401b03811115611fae57600080fd5b611d9184828501611e98565b60008060408385031215611fcd57600080fd5b8235611fd881611d99565b915060208301356001600160401b03811115611ff357600080fd5b611fff85828601611e98565b9150509250929050565b6000806040838503121561201c57600080fd5b823561202781611dae565b9150602083013561203781611dae565b809150509250929050565b60006020828403121561205457600080fd5b8135611cb781611dae565b60006020828403121561207157600080fd5b8135611cb781611d99565b60008060006060848603121561209157600080fd5b833561209c81611d99565b925060208401356120ac81611d99565b915060408401356120bc81611d99565b809150509250925092565b6001600160c01b031981168114610dae57600080fd5b600080600080600080600060e0888a0312156120f857600080fd5b873561210381611d99565b96506020880135612113816120c7565b955060408801359450606088013564ffffffffff8116811461213457600080fd5b9350608088013561214481611dae565b925060a0880135612154816120c7565b915060c08801356001600160401b0381111561216f57600080fd5b61217b8a828b01611e98565b91505092959891949750929550565b600080600080600080600060e0888a0312156121a557600080fd5b87356121b081611dae565b965060208801356121c0816120c7565b955060408801356121d081611dae565b945060608801356121e0816120c7565b93506080880135925060a0880135915060c08801356001600160401b0381111561216f57600080fd5b6000806040838503121561221c57600080fd5b823561222781611d99565b9150602083013561203781611d99565b60006020828403121561224957600080fd5b815162ffffff81168114611cb757600080fd5b600181811c9082168061227057607f821691505b60208210810361229057634e487b7160e01b600052602260045260246000fd5b50919050565b80516122a181611dd2565b919050565b6000602082840312156122b857600080fd5b8151611cb781611dd2565b80516122a181611dae565b6000602082840312156122e057600080fd5b8151611cb781611dae565b601f8211156111b657600081815260208120601f850160051c810160208610156123125750805b601f850160051c820191505b81811015610c9b5782815560010161231e565b81516001600160401b0381111561234a5761234a611de0565b61235e81612358845461225c565b846122eb565b602080601f831160018114612393576000841561237b5750858301515b600019600386901b1c1916600185901b178555610c9b565b600085815260208120601f198616915b828110156123c2578886015182559484019460019091019084016123a3565b50858210156123e05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561240257600080fd5b81516001600160401b0381168114611cb757600080fd5b60006020828403121561242b57600080fd5b8151611cb781611d99565b80516122a181611d99565b80516122a181611dc3565b60006020828403121561245e57600080fd5b8151611cb781611dc3565b6001600160601b038881168252871660208201526001600160c01b03198681166040830152851660608201526080810184905264ffffffffff831660a082015260e060c082018190526000906124c190830184611ce2565b9998505050505050505050565b60006101e082840312156124e157600080fd5b6124e9611df6565b825181526020808401519082015260408084015190820152606080840151908201526080808401519082015260a0808401519082015260c0808401519082015260e08084015190820152610100808401519082015261012080840151908201526101408084015190820152610160808401519082015261018080840151908201526101a080840151908201526101c0928301519281019290925250919050565b6001600160601b0383168152604060208201526125b26040820183516001600160601b03169052565b600060208301516125ce60608401826001600160601b03169052565b5060408301516001600160c01b0319811660808401525060608301516001600160c01b0319811660a084015250608083015160c083015260a083015160e083015260c0830151610100818185015260e085015191506101206126388186018464ffffffffff169052565b81860151925061020091506101408281870152612659610240870185611ce2565b9350818701519150610160603f1987860301818801526126798584611ce2565b945081880151925061018091506126958288018461ffff169052565b87015191506101a06126ac8782018461ffff169052565b908701516101c0878101919091529087015191506101e06126d58188018464ffffffffff169052565b9087015164ffffffffff908116938701939093528601519182166102208601525050949350505050565b6000806040838503121561271257600080fd5b825161271d81611d99565b602084015190925061203781611d99565b600082601f83011261273f57600080fd5b815161274d611eb782611e71565b81815284602083860101111561276257600080fd5b611d91826020830160208701611cbe565b60006020828403121561278557600080fd5b81516001600160401b038082111561279c57600080fd5b9083019060e082860312156127b057600080fd5b6127b8611e1f565b6127c1836122c3565b81526127cf602084016122c3565b60208201526127e060408401612441565b60408201526127f160608401612296565b606082015261280260808401612436565b608082015261281360a08401612436565b60a082015260c08301518281111561282a57600080fd5b6128368782860161272e565b60c0830152509594505050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c5fd936726d919f194fab24d9b8cd65f44453b81551d47768eba038609d3f45664736f6c63430008140033",
|
787
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063675393bf116100f9578063bf7e214f11610097578063d8396c6b11610071578063d8396c6b14610407578063e6eea2c51461041a578063f21de1e8146102fd578063f7c34ee01461043157600080fd5b8063bf7e214f146103d9578063caf4e3d4146103f7578063cc9fc59a146103ff57600080fd5b80638e32e979116100d35780638e32e979146103815780638fb3603714610394578063ada9652e146103b5578063b68d1809146103ca57600080fd5b8063675393bf146103535780637a9e5e4b14610366578063893d20e81461037957600080fd5b8063329d6e7411610166578063536ef74b11610140578063536ef74b146102cf5780635ab1bd53146102fd578063603ccaad14610322578063644c45e01461033557600080fd5b8063329d6e74146102a157806336fc697e146102b457806349bb9e4b146102bc57600080fd5b8063138461e0116101a2578063138461e01461023c5780631eff4b2214610246578063214cdb801461027b57806327bb7a331461028e57600080fd5b806301ffc9a7146101c95780630d8e6e2c1461020b5780630fec111c14610227575b600080fd5b6101f66101d7366004611c8d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610444565b60405162ffffff9091168152602001610202565b61022f6104ce565b6040516102029190611d0e565b61024461066a565b005b61026d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b610244610289366004611c8d565b610871565b61024461029c366004611eee565b61089e565b6102446102af366004611f86565b61092a565b610244610a77565b6102446102ca366004611fba565b610abd565b6102e56102dd366004612009565b600092915050565b6040516001600160601b039091168152602001610202565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b610244610330366004612042565b610bbb565b600080516020612846833981519152546001600160601b03166102e5565b61024461036136600461205f565b610ca3565b61024461037436600461205f565b610db1565b61030a610e4b565b61024461038f36600461207c565b610f82565b61039c6111bb565b6040516001600160e01b03199091168152602001610202565b61026d60008051602061284683398151915281565b60405160d28152602001610202565b600080516020612866833981519152546001600160a01b031661030a565b61030a6111f3565b61030a611204565b6102e56104153660046120dd565b611210565b61024461042836600461218a565b50505050505050565b61024461043f366004612209565b611550565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c99190612237565b905090565b6104d6611c4f565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30180546000939160608401916105669061225c565b80601f01602080910402602001604051908101604052809291908181526020018280546105929061225c565b80156105df5780601f106105b4576101008083540402835291602001916105df565b820191906000526020600020905b8154815290600101906020018083116105c257829003601f168201915b50505050508152505090506040518060e001604052806105fd600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b0316815260200161064e610e4b565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061284683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156106d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106fd91906122a6565b1561072e5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107416001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610789573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107ad91906122a6565b6107d55760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610725565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610829573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084d91906122ce565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6108796115c7565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a66115c7565b6108b08287611550565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016109208382612331565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61094c610444565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561098c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b091906123f0565b6000805160206128868339815191528054600160401b900460ff16806109e3575080546001600160401b03808416911610155b15610a015760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a2b83611600565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a7f6115c7565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206128868339815191528054600160401b810460ff1615906001600160401b0316600081158015610af05750825b90506000826001600160401b03166001148015610b0c5750303b155b905081158015610b1a575080155b15610b385760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b6257845460ff60401b1916600160401b1785555b610b6c8787611608565b831561042857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a150505050505050565b6000610bc7606e61177e565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2d9190612419565b6001600160a01b0316630fad0eb18360146040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401600060405180830381600087803b158015610c8757600080fd5b505af1158015610c9b573d6000803e3d6000fd5b505050505050565b610cab6115c7565b806001600160a01b03163b600003610ce15760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610725565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610d5b575060408051601f3d908101601f19168201909252610d58918101906122a6565b60015b610d835760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610725565b80610dac5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610725565b505b50565b33610dd1600080516020612866833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e0c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610725565b816001600160a01b03163b600003610e42576040516361798f2f60e11b81526001600160a01b0383166004820152602401610725565b610dac82611920565b60008060008051602061284683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610ebb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edf91906122a6565b15610f6c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f669190612419565b91505090565b54600160601b90046001600160a01b0316919050565b610f8a6115c7565b61100a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fcc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff091906122ce565b603c6000856040518060200160405280600081525061089e565b6001600160a01b038216156110275761102282611981565b611196565b600061103b6001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af415801561109b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bf919061244c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611104573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111289190612419565b9050611194816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061118f9190612419565b611981565b505b6111a6634a531f3360e01b610871565b6111b663b68d180960e01b610871565b505050565b600080516020612866833981519152805460009190600160a01b900460ff166111e5576000610f66565b638fb3603760e01b91505090565b60006104c96028611992565b611992565b60006104c96046611992565b6000808061121e606e61177e565b925050915061122b6111f3565b6001600160a01b0316635c992fed6040518060e0016040528061124c600090565b6001600160601b03168152602001856001600160601b0316815260200161127160d390565b60ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016112d09190611d0e565b6020604051808303816000875af11580156112ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061131391906122ce565b92506000600360009054906101000a90046001600160a01b03166001600160a01b031663c7608d9684898d8a8e8e8c6040518863ffffffff1660e01b81526004016113649796959493929190612469565b6101e060405180830381865afa158015611382573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a691906124ce565b90506000604051806102000160405280856001600160601b03168152602001896001600160601b03168152602001886001600160c01b03191681526020018c6001600160c01b03191681526020018b815260200183604001518152602001600081526020018a64ffffffffff168152602001878152602001604051806020016040528060008152508152602001600061ffff168152602001600061ffff16815260200160008152602001611458600090565b64ffffffffff168152602001600064ffffffffff168152602001600064ffffffffff168152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114e29190612419565b6001600160a01b031663afcc743986836040518363ffffffff1660e01b815260040161150f929190612589565b600060405180830381600087803b15801561152957600080fd5b505af115801561153d573d6000803e3d6000fd5b5050505050505050979650505050505050565b6115586115c7565b61156181610ca3565b611569610a77565b6001600160a01b0382166115905760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061284683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061288683398151915254600160401b900460ff166115fe57604051631afcd79f60e31b815260040160405180910390fd5b565b6101c46115c7565b6000805160206128868339815191528054600160401b810460ff1615906001600160401b031660008115801561163b5750825b90506000826001600160401b031660011480156116575750303b155b905081158015611665575080155b156116835760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116ad57845460ff60401b1916600160401b1785555b600080878060200190518101906116c491906126ff565b90925090506116d58260008b610f82565b6116e56301b0be6960e31b610871565b6116ef6078611992565b600280546001600160a01b0319166001600160a01b039290921691909117905561171a6111ff60e690565b600380546001600160a01b0319166001600160a01b03929092169190911790555050831561042857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610baa565b6000611788611c4f565b600061179c6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156117e2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061180691906122ce565b92506118128385611aa5565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611858573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061187c9190612419565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156118c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118ea91906122a6565b1561191957608082015160405163d53987e560e01b81526001600160a01b039091166004820152602401610725565b9193909250565b60008051602061286683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6119896115c7565b610dae81611ba9565b60006119a66001546001600160a01b031690565b6001600160a01b031663d39e6043836119bd610444565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611a12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a36919061244c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611a7b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a9f9190612419565b92915050565b611aad611c4f565b6000611ac16001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611b10573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b389190810190612773565b9150611b4f82604001518460ff9081169116141590565b15611b9357608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff8086166024840152166044820152606401610725565b611ba08260200151611bba565b90509250929050565b611bb16115c7565b610dae81611920565b6000611bce6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611c1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c459190810190612773565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611c9f57600080fd5b81356001600160e01b031981168114611cb757600080fd5b9392505050565b60005b83811015611cd9578181015183820152602001611cc1565b50506000910152565b60008151808452611cfa816020860160208601611cbe565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151611d7760c08401826001600160a01b03169052565b5060c083015160e080840152611d91610100840182611ce2565b949350505050565b6001600160a01b0381168114610dae57600080fd5b6001600160601b0381168114610dae57600080fd5b60ff81168114610dae57600080fd5b8015158114610dae57600080fd5b634e487b7160e01b600052604160045260246000fd5b6040516101e081016001600160401b0381118282101715611e1957611e19611de0565b60405290565b60405160e081016001600160401b0381118282101715611e1957611e19611de0565b604051601f8201601f191681016001600160401b0381118282101715611e6957611e69611de0565b604052919050565b60006001600160401b03821115611e8a57611e8a611de0565b50601f01601f191660200190565b600082601f830112611ea957600080fd5b8135611ebc611eb782611e71565b611e41565b818152846020838601011115611ed157600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215611f0757600080fd5b8635611f1281611d99565b95506020870135611f2281611dae565b94506040870135611f3281611dc3565b93506060870135611f4281611dd2565b92506080870135611f5281611d99565b915060a08701356001600160401b03811115611f6d57600080fd5b611f7989828a01611e98565b9150509295509295509295565b600060208284031215611f9857600080fd5b81356001600160401b03811115611fae57600080fd5b611d9184828501611e98565b60008060408385031215611fcd57600080fd5b8235611fd881611d99565b915060208301356001600160401b03811115611ff357600080fd5b611fff85828601611e98565b9150509250929050565b6000806040838503121561201c57600080fd5b823561202781611dae565b9150602083013561203781611dae565b809150509250929050565b60006020828403121561205457600080fd5b8135611cb781611dae565b60006020828403121561207157600080fd5b8135611cb781611d99565b60008060006060848603121561209157600080fd5b833561209c81611d99565b925060208401356120ac81611d99565b915060408401356120bc81611d99565b809150509250925092565b6001600160c01b031981168114610dae57600080fd5b600080600080600080600060e0888a0312156120f857600080fd5b873561210381611d99565b96506020880135612113816120c7565b955060408801359450606088013564ffffffffff8116811461213457600080fd5b9350608088013561214481611dae565b925060a0880135612154816120c7565b915060c08801356001600160401b0381111561216f57600080fd5b61217b8a828b01611e98565b91505092959891949750929550565b600080600080600080600060e0888a0312156121a557600080fd5b87356121b081611dae565b965060208801356121c0816120c7565b955060408801356121d081611dae565b945060608801356121e0816120c7565b93506080880135925060a0880135915060c08801356001600160401b0381111561216f57600080fd5b6000806040838503121561221c57600080fd5b823561222781611d99565b9150602083013561203781611d99565b60006020828403121561224957600080fd5b815162ffffff81168114611cb757600080fd5b600181811c9082168061227057607f821691505b60208210810361229057634e487b7160e01b600052602260045260246000fd5b50919050565b80516122a181611dd2565b919050565b6000602082840312156122b857600080fd5b8151611cb781611dd2565b80516122a181611dae565b6000602082840312156122e057600080fd5b8151611cb781611dae565b601f8211156111b657600081815260208120601f850160051c810160208610156123125750805b601f850160051c820191505b81811015610c9b5782815560010161231e565b81516001600160401b0381111561234a5761234a611de0565b61235e81612358845461225c565b846122eb565b602080601f831160018114612393576000841561237b5750858301515b600019600386901b1c1916600185901b178555610c9b565b600085815260208120601f198616915b828110156123c2578886015182559484019460019091019084016123a3565b50858210156123e05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561240257600080fd5b81516001600160401b0381168114611cb757600080fd5b60006020828403121561242b57600080fd5b8151611cb781611d99565b80516122a181611d99565b80516122a181611dc3565b60006020828403121561245e57600080fd5b8151611cb781611dc3565b6001600160601b038881168252871660208201526001600160c01b03198681166040830152851660608201526080810184905264ffffffffff831660a082015260e060c082018190526000906124c190830184611ce2565b9998505050505050505050565b60006101e082840312156124e157600080fd5b6124e9611df6565b825181526020808401519082015260408084015190820152606080840151908201526080808401519082015260a0808401519082015260c0808401519082015260e08084015190820152610100808401519082015261012080840151908201526101408084015190820152610160808401519082015261018080840151908201526101a080840151908201526101c0928301519281019290925250919050565b6001600160601b0383168152604060208201526125b26040820183516001600160601b03169052565b600060208301516125ce60608401826001600160601b03169052565b5060408301516001600160c01b0319811660808401525060608301516001600160c01b0319811660a084015250608083015160c083015260a083015160e083015260c0830151610100818185015260e085015191506101206126388186018464ffffffffff169052565b81860151925061020091506101408281870152612659610240870185611ce2565b9350818701519150610160603f1987860301818801526126798584611ce2565b945081880151925061018091506126958288018461ffff169052565b87015191506101a06126ac8782018461ffff169052565b908701516101c0878101919091529087015191506101e06126d58188018464ffffffffff169052565b9087015164ffffffffff908116938701939093528601519182166102208601525050949350505050565b6000806040838503121561271257600080fd5b825161271d81611d99565b602084015190925061203781611d99565b600082601f83011261273f57600080fd5b815161274d611eb782611e71565b81815284602083860101111561276257600080fd5b611d91826020830160208701611cbe565b60006020828403121561278557600080fd5b81516001600160401b038082111561279c57600080fd5b9083019060e082860312156127b057600080fd5b6127b8611e1f565b6127c1836122c3565b81526127cf602084016122c3565b60208201526127e060408401612441565b60408201526127f160608401612296565b606082015261280260808401612436565b608082015261281360a08401612436565b60a082015260c08301518281111561282a57600080fd5b6128368782860161272e565b60c0830152509594505050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c5fd936726d919f194fab24d9b8cd65f44453b81551d47768eba038609d3f45664736f6c63430008140033",
|
788
|
+
"linkReferences": {
|
789
|
+
"contracts/types/NftId.sol": {
|
790
|
+
"NftIdLib": [
|
791
|
+
{
|
792
|
+
"length": 20,
|
793
|
+
"start": 1925
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"length": 20,
|
797
|
+
"start": 3943
|
798
|
+
}
|
799
|
+
]
|
800
|
+
},
|
801
|
+
"contracts/types/Version.sol": {
|
802
|
+
"VersionLib": [
|
803
|
+
{
|
804
|
+
"length": 20,
|
805
|
+
"start": 1361
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"length": 20,
|
809
|
+
"start": 2578
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"length": 20,
|
813
|
+
"start": 6846
|
814
|
+
}
|
815
|
+
],
|
816
|
+
"VersionPartLib": [
|
817
|
+
{
|
818
|
+
"length": 20,
|
819
|
+
"start": 4423
|
820
|
+
}
|
821
|
+
]
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"deployedLinkReferences": {
|
825
|
+
"contracts/types/NftId.sol": {
|
826
|
+
"NftIdLib": [
|
827
|
+
{
|
828
|
+
"length": 20,
|
829
|
+
"start": 1695
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"length": 20,
|
833
|
+
"start": 3713
|
834
|
+
}
|
835
|
+
]
|
836
|
+
},
|
837
|
+
"contracts/types/Version.sol": {
|
838
|
+
"VersionLib": [
|
839
|
+
{
|
840
|
+
"length": 20,
|
841
|
+
"start": 1131
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"length": 20,
|
845
|
+
"start": 2348
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"length": 20,
|
849
|
+
"start": 6616
|
850
|
+
}
|
851
|
+
],
|
852
|
+
"VersionPartLib": [
|
853
|
+
{
|
854
|
+
"length": 20,
|
855
|
+
"start": 4193
|
856
|
+
}
|
857
|
+
]
|
858
|
+
}
|
859
|
+
}
|
860
|
+
}
|