@etherisc/gif-next 0.0.2-eb13b47-989 → 0.0.2-eb4b6ab-521
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +146 -22
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1341 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +550 -540
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1501 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +860 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1475 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1479 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +470 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2408 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +470 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +616 -246
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +440 -161
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +378 -2982
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1800 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1630 -574
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +532 -262
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +389 -77
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +31 -8
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +959 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +774 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleService.sol/IOracleService.json} +347 -365
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1367 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +820 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +946 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1309 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1626 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +792 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1538 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +860 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IApplicationService.sol/IApplicationService.json} +287 -251
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1082 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +968 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +172 -185
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1320 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +632 -168
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +381 -210
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +973 -200
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +345 -337
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +349 -122
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1795 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1325 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +707 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1597 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +824 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +188 -184
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +353 -167
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1221 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1447 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1067 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +788 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1272 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +732 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +199 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +659 -0
- package/contracts/authorization/AccessManagerCloneable.sol +149 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +140 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +287 -0
- package/contracts/distribution/DistributionService.sol +357 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +100 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +90 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +438 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +107 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +370 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +55 -17
- package/contracts/instance/IInstanceService.sol +59 -17
- package/contracts/instance/Instance.sol +165 -372
- package/contracts/instance/InstanceAdmin.sol +326 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +225 -0
- package/contracts/instance/InstanceReader.sol +379 -73
- package/contracts/instance/InstanceService.sol +352 -86
- package/contracts/instance/InstanceServiceManager.sol +14 -31
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IAccess.sol +29 -21
- package/contracts/instance/module/IBundle.sol +8 -7
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +6 -4
- package/contracts/instance/module/IPolicy.sol +59 -19
- package/contracts/instance/module/IRisk.sol +4 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +68 -0
- package/contracts/pool/BundleService.sol +425 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +121 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +153 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +615 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +51 -0
- package/contracts/product/BasicProductAuthorization.sol +41 -0
- package/contracts/product/ClaimService.sol +708 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +66 -0
- package/contracts/product/IClaimService.sol +136 -0
- package/contracts/product/IPolicyService.sol +90 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +736 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +304 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +463 -0
- package/contracts/product/RiskService.sol +151 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +82 -35
- package/contracts/registry/IRegistry.sol +122 -48
- package/contracts/registry/IRegistryService.sol +44 -17
- package/contracts/registry/IRelease.sol +26 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +546 -288
- package/contracts/registry/RegistryAdmin.sol +344 -0
- package/contracts/registry/RegistryService.sol +123 -326
- package/contracts/registry/RegistryServiceManager.sol +27 -38
- package/contracts/registry/ReleaseAdmin.sol +245 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +511 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +242 -0
- package/contracts/registry/TokenRegistry.sol +313 -0
- package/contracts/shared/Component.sol +226 -0
- package/contracts/shared/ComponentService.sol +700 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +252 -0
- package/contracts/shared/IComponent.sol +61 -0
- package/contracts/shared/IComponentService.sol +116 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +15 -12
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +25 -5
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +13 -5
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +75 -84
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +57 -37
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +44 -33
- package/contracts/shared/TokenHandler.sol +374 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +173 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +526 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +439 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +290 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +74 -0
- package/contracts/type/RoleId.sol +165 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +52 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +33 -19
- package/contracts/{types → type}/UFixed.sol +41 -121
- package/contracts/{types → type}/Version.sol +20 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -314
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -610
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -267
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -774
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -754
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -930
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/BaseComponent.sol +0 -86
- package/contracts/components/Distribution.sol +0 -166
- package/contracts/components/IBaseComponent.sol +0 -24
- package/contracts/components/IDistributionComponent.sol +0 -43
- package/contracts/components/IPoolComponent.sol +0 -62
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -259
- package/contracts/components/Product.sol +0 -297
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagedSimple.sol +0 -122
- package/contracts/instance/AccessManagerSimple.sol +0 -692
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/InstanceAccessManager.sol +0 -288
- package/contracts/instance/base/ComponentServiceBase.sol +0 -49
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/ISetup.sol +0 -43
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPoolService.sol +0 -37
- package/contracts/instance/service/IProductService.sol +0 -107
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/ProxyManager.sol +0 -94
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/shared/Versionable.sol +0 -147
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -24
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -152
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -82
@@ -1,754 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "Product",
|
4
|
-
"sourceName": "contracts/components/Product.sol",
|
5
|
-
"abi": [
|
6
|
-
{
|
7
|
-
"inputs": [
|
8
|
-
{
|
9
|
-
"internalType": "address",
|
10
|
-
"name": "registry",
|
11
|
-
"type": "address"
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"internalType": "NftId",
|
15
|
-
"name": "instanceNftid",
|
16
|
-
"type": "uint96"
|
17
|
-
},
|
18
|
-
{
|
19
|
-
"internalType": "address",
|
20
|
-
"name": "token",
|
21
|
-
"type": "address"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"internalType": "bool",
|
25
|
-
"name": "isInterceptor",
|
26
|
-
"type": "bool"
|
27
|
-
},
|
28
|
-
{
|
29
|
-
"internalType": "address",
|
30
|
-
"name": "pool",
|
31
|
-
"type": "address"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"internalType": "address",
|
35
|
-
"name": "distribution",
|
36
|
-
"type": "address"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"components": [
|
40
|
-
{
|
41
|
-
"internalType": "UFixed",
|
42
|
-
"name": "fractionalFee",
|
43
|
-
"type": "uint256"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"internalType": "uint256",
|
47
|
-
"name": "fixedFee",
|
48
|
-
"type": "uint256"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"internalType": "struct Fee",
|
52
|
-
"name": "productFee",
|
53
|
-
"type": "tuple"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"components": [
|
57
|
-
{
|
58
|
-
"internalType": "UFixed",
|
59
|
-
"name": "fractionalFee",
|
60
|
-
"type": "uint256"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"internalType": "uint256",
|
64
|
-
"name": "fixedFee",
|
65
|
-
"type": "uint256"
|
66
|
-
}
|
67
|
-
],
|
68
|
-
"internalType": "struct Fee",
|
69
|
-
"name": "processingFee",
|
70
|
-
"type": "tuple"
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"internalType": "address",
|
74
|
-
"name": "initialOwner",
|
75
|
-
"type": "address"
|
76
|
-
}
|
77
|
-
],
|
78
|
-
"stateMutability": "nonpayable",
|
79
|
-
"type": "constructor"
|
80
|
-
},
|
81
|
-
{
|
82
|
-
"inputs": [
|
83
|
-
{
|
84
|
-
"internalType": "address",
|
85
|
-
"name": "registry",
|
86
|
-
"type": "address"
|
87
|
-
},
|
88
|
-
{
|
89
|
-
"internalType": "NftId",
|
90
|
-
"name": "nftId",
|
91
|
-
"type": "uint96"
|
92
|
-
}
|
93
|
-
],
|
94
|
-
"name": "ErrorAlreadyLinked",
|
95
|
-
"type": "error"
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"inputs": [
|
99
|
-
{
|
100
|
-
"internalType": "address",
|
101
|
-
"name": "contractAddress",
|
102
|
-
"type": "address"
|
103
|
-
}
|
104
|
-
],
|
105
|
-
"name": "ErrorContractNotRegistered",
|
106
|
-
"type": "error"
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"inputs": [
|
110
|
-
{
|
111
|
-
"internalType": "address",
|
112
|
-
"name": "account",
|
113
|
-
"type": "address"
|
114
|
-
}
|
115
|
-
],
|
116
|
-
"name": "ErrorNotOwner",
|
117
|
-
"type": "error"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"inputs": [
|
121
|
-
{
|
122
|
-
"internalType": "address",
|
123
|
-
"name": "registryAddress",
|
124
|
-
"type": "address"
|
125
|
-
}
|
126
|
-
],
|
127
|
-
"name": "ErrorNotRegistry",
|
128
|
-
"type": "error"
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"inputs": [
|
132
|
-
{
|
133
|
-
"internalType": "address",
|
134
|
-
"name": "registryAddress",
|
135
|
-
"type": "address"
|
136
|
-
}
|
137
|
-
],
|
138
|
-
"name": "ErrorRegisterableNotRegistry",
|
139
|
-
"type": "error"
|
140
|
-
},
|
141
|
-
{
|
142
|
-
"inputs": [],
|
143
|
-
"name": "ErrorRegistryAddressZero",
|
144
|
-
"type": "error"
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"inputs": [
|
148
|
-
{
|
149
|
-
"internalType": "address",
|
150
|
-
"name": "registry",
|
151
|
-
"type": "address"
|
152
|
-
}
|
153
|
-
],
|
154
|
-
"name": "ErrorRegistryAlreadyInitialized",
|
155
|
-
"type": "error"
|
156
|
-
},
|
157
|
-
{
|
158
|
-
"inputs": [],
|
159
|
-
"name": "ErrorRegistryNotInitialized",
|
160
|
-
"type": "error"
|
161
|
-
},
|
162
|
-
{
|
163
|
-
"inputs": [],
|
164
|
-
"name": "InvalidInitialization",
|
165
|
-
"type": "error"
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"inputs": [],
|
169
|
-
"name": "NotInitializing",
|
170
|
-
"type": "error"
|
171
|
-
},
|
172
|
-
{
|
173
|
-
"anonymous": false,
|
174
|
-
"inputs": [
|
175
|
-
{
|
176
|
-
"indexed": false,
|
177
|
-
"internalType": "uint64",
|
178
|
-
"name": "version",
|
179
|
-
"type": "uint64"
|
180
|
-
}
|
181
|
-
],
|
182
|
-
"name": "Initialized",
|
183
|
-
"type": "event"
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"inputs": [],
|
187
|
-
"name": "REGISTERABLE_LOCATION_V1",
|
188
|
-
"outputs": [
|
189
|
-
{
|
190
|
-
"internalType": "bytes32",
|
191
|
-
"name": "",
|
192
|
-
"type": "bytes32"
|
193
|
-
}
|
194
|
-
],
|
195
|
-
"stateMutability": "view",
|
196
|
-
"type": "function"
|
197
|
-
},
|
198
|
-
{
|
199
|
-
"inputs": [
|
200
|
-
{
|
201
|
-
"internalType": "uint256",
|
202
|
-
"name": "sumInsuredAmount",
|
203
|
-
"type": "uint256"
|
204
|
-
},
|
205
|
-
{
|
206
|
-
"internalType": "RiskId",
|
207
|
-
"name": "riskId",
|
208
|
-
"type": "bytes8"
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"internalType": "uint256",
|
212
|
-
"name": "lifetime",
|
213
|
-
"type": "uint256"
|
214
|
-
},
|
215
|
-
{
|
216
|
-
"internalType": "bytes",
|
217
|
-
"name": "applicationData",
|
218
|
-
"type": "bytes"
|
219
|
-
}
|
220
|
-
],
|
221
|
-
"name": "calculateNetPremium",
|
222
|
-
"outputs": [
|
223
|
-
{
|
224
|
-
"internalType": "uint256",
|
225
|
-
"name": "netPremiumAmount",
|
226
|
-
"type": "uint256"
|
227
|
-
}
|
228
|
-
],
|
229
|
-
"stateMutability": "view",
|
230
|
-
"type": "function"
|
231
|
-
},
|
232
|
-
{
|
233
|
-
"inputs": [
|
234
|
-
{
|
235
|
-
"internalType": "uint256",
|
236
|
-
"name": "sumInsuredAmount",
|
237
|
-
"type": "uint256"
|
238
|
-
},
|
239
|
-
{
|
240
|
-
"internalType": "RiskId",
|
241
|
-
"name": "riskId",
|
242
|
-
"type": "bytes8"
|
243
|
-
},
|
244
|
-
{
|
245
|
-
"internalType": "uint256",
|
246
|
-
"name": "lifetime",
|
247
|
-
"type": "uint256"
|
248
|
-
},
|
249
|
-
{
|
250
|
-
"internalType": "bytes",
|
251
|
-
"name": "applicationData",
|
252
|
-
"type": "bytes"
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"internalType": "ReferralId",
|
256
|
-
"name": "referralId",
|
257
|
-
"type": "bytes8"
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"internalType": "NftId",
|
261
|
-
"name": "bundleNftId",
|
262
|
-
"type": "uint96"
|
263
|
-
}
|
264
|
-
],
|
265
|
-
"name": "calculatePremium",
|
266
|
-
"outputs": [
|
267
|
-
{
|
268
|
-
"internalType": "uint256",
|
269
|
-
"name": "premiumAmount",
|
270
|
-
"type": "uint256"
|
271
|
-
}
|
272
|
-
],
|
273
|
-
"stateMutability": "view",
|
274
|
-
"type": "function"
|
275
|
-
},
|
276
|
-
{
|
277
|
-
"inputs": [],
|
278
|
-
"name": "getDistributionNftId",
|
279
|
-
"outputs": [
|
280
|
-
{
|
281
|
-
"internalType": "NftId",
|
282
|
-
"name": "distributionNftId",
|
283
|
-
"type": "uint96"
|
284
|
-
}
|
285
|
-
],
|
286
|
-
"stateMutability": "view",
|
287
|
-
"type": "function"
|
288
|
-
},
|
289
|
-
{
|
290
|
-
"inputs": [],
|
291
|
-
"name": "getInitialInfo",
|
292
|
-
"outputs": [
|
293
|
-
{
|
294
|
-
"components": [
|
295
|
-
{
|
296
|
-
"internalType": "NftId",
|
297
|
-
"name": "nftId",
|
298
|
-
"type": "uint96"
|
299
|
-
},
|
300
|
-
{
|
301
|
-
"internalType": "NftId",
|
302
|
-
"name": "parentNftId",
|
303
|
-
"type": "uint96"
|
304
|
-
},
|
305
|
-
{
|
306
|
-
"internalType": "ObjectType",
|
307
|
-
"name": "objectType",
|
308
|
-
"type": "uint8"
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"internalType": "bool",
|
312
|
-
"name": "isInterceptor",
|
313
|
-
"type": "bool"
|
314
|
-
},
|
315
|
-
{
|
316
|
-
"internalType": "address",
|
317
|
-
"name": "objectAddress",
|
318
|
-
"type": "address"
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"internalType": "address",
|
322
|
-
"name": "initialOwner",
|
323
|
-
"type": "address"
|
324
|
-
},
|
325
|
-
{
|
326
|
-
"internalType": "bytes",
|
327
|
-
"name": "data",
|
328
|
-
"type": "bytes"
|
329
|
-
}
|
330
|
-
],
|
331
|
-
"internalType": "struct IRegistry.ObjectInfo",
|
332
|
-
"name": "",
|
333
|
-
"type": "tuple"
|
334
|
-
},
|
335
|
-
{
|
336
|
-
"internalType": "bytes",
|
337
|
-
"name": "",
|
338
|
-
"type": "bytes"
|
339
|
-
}
|
340
|
-
],
|
341
|
-
"stateMutability": "view",
|
342
|
-
"type": "function"
|
343
|
-
},
|
344
|
-
{
|
345
|
-
"inputs": [],
|
346
|
-
"name": "getInstance",
|
347
|
-
"outputs": [
|
348
|
-
{
|
349
|
-
"internalType": "contract IInstance",
|
350
|
-
"name": "instance",
|
351
|
-
"type": "address"
|
352
|
-
}
|
353
|
-
],
|
354
|
-
"stateMutability": "view",
|
355
|
-
"type": "function"
|
356
|
-
},
|
357
|
-
{
|
358
|
-
"inputs": [],
|
359
|
-
"name": "getNftId",
|
360
|
-
"outputs": [
|
361
|
-
{
|
362
|
-
"internalType": "NftId",
|
363
|
-
"name": "",
|
364
|
-
"type": "uint96"
|
365
|
-
}
|
366
|
-
],
|
367
|
-
"stateMutability": "view",
|
368
|
-
"type": "function"
|
369
|
-
},
|
370
|
-
{
|
371
|
-
"inputs": [],
|
372
|
-
"name": "getOwner",
|
373
|
-
"outputs": [
|
374
|
-
{
|
375
|
-
"internalType": "address",
|
376
|
-
"name": "",
|
377
|
-
"type": "address"
|
378
|
-
}
|
379
|
-
],
|
380
|
-
"stateMutability": "view",
|
381
|
-
"type": "function"
|
382
|
-
},
|
383
|
-
{
|
384
|
-
"inputs": [],
|
385
|
-
"name": "getPoolNftId",
|
386
|
-
"outputs": [
|
387
|
-
{
|
388
|
-
"internalType": "NftId",
|
389
|
-
"name": "poolNftId",
|
390
|
-
"type": "uint96"
|
391
|
-
}
|
392
|
-
],
|
393
|
-
"stateMutability": "view",
|
394
|
-
"type": "function"
|
395
|
-
},
|
396
|
-
{
|
397
|
-
"inputs": [],
|
398
|
-
"name": "getProductNftId",
|
399
|
-
"outputs": [
|
400
|
-
{
|
401
|
-
"internalType": "NftId",
|
402
|
-
"name": "productNftId",
|
403
|
-
"type": "uint96"
|
404
|
-
}
|
405
|
-
],
|
406
|
-
"stateMutability": "view",
|
407
|
-
"type": "function"
|
408
|
-
},
|
409
|
-
{
|
410
|
-
"inputs": [],
|
411
|
-
"name": "getRegistry",
|
412
|
-
"outputs": [
|
413
|
-
{
|
414
|
-
"internalType": "contract IRegistry",
|
415
|
-
"name": "",
|
416
|
-
"type": "address"
|
417
|
-
}
|
418
|
-
],
|
419
|
-
"stateMutability": "view",
|
420
|
-
"type": "function"
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"inputs": [],
|
424
|
-
"name": "getSetupInfo",
|
425
|
-
"outputs": [
|
426
|
-
{
|
427
|
-
"components": [
|
428
|
-
{
|
429
|
-
"internalType": "contract IERC20Metadata",
|
430
|
-
"name": "token",
|
431
|
-
"type": "address"
|
432
|
-
},
|
433
|
-
{
|
434
|
-
"internalType": "contract TokenHandler",
|
435
|
-
"name": "tokenHandler",
|
436
|
-
"type": "address"
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"internalType": "NftId",
|
440
|
-
"name": "distributionNftId",
|
441
|
-
"type": "uint96"
|
442
|
-
},
|
443
|
-
{
|
444
|
-
"internalType": "NftId",
|
445
|
-
"name": "poolNftId",
|
446
|
-
"type": "uint96"
|
447
|
-
},
|
448
|
-
{
|
449
|
-
"components": [
|
450
|
-
{
|
451
|
-
"internalType": "UFixed",
|
452
|
-
"name": "fractionalFee",
|
453
|
-
"type": "uint256"
|
454
|
-
},
|
455
|
-
{
|
456
|
-
"internalType": "uint256",
|
457
|
-
"name": "fixedFee",
|
458
|
-
"type": "uint256"
|
459
|
-
}
|
460
|
-
],
|
461
|
-
"internalType": "struct Fee",
|
462
|
-
"name": "distributionFee",
|
463
|
-
"type": "tuple"
|
464
|
-
},
|
465
|
-
{
|
466
|
-
"components": [
|
467
|
-
{
|
468
|
-
"internalType": "UFixed",
|
469
|
-
"name": "fractionalFee",
|
470
|
-
"type": "uint256"
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"internalType": "uint256",
|
474
|
-
"name": "fixedFee",
|
475
|
-
"type": "uint256"
|
476
|
-
}
|
477
|
-
],
|
478
|
-
"internalType": "struct Fee",
|
479
|
-
"name": "productFee",
|
480
|
-
"type": "tuple"
|
481
|
-
},
|
482
|
-
{
|
483
|
-
"components": [
|
484
|
-
{
|
485
|
-
"internalType": "UFixed",
|
486
|
-
"name": "fractionalFee",
|
487
|
-
"type": "uint256"
|
488
|
-
},
|
489
|
-
{
|
490
|
-
"internalType": "uint256",
|
491
|
-
"name": "fixedFee",
|
492
|
-
"type": "uint256"
|
493
|
-
}
|
494
|
-
],
|
495
|
-
"internalType": "struct Fee",
|
496
|
-
"name": "processingFee",
|
497
|
-
"type": "tuple"
|
498
|
-
},
|
499
|
-
{
|
500
|
-
"components": [
|
501
|
-
{
|
502
|
-
"internalType": "UFixed",
|
503
|
-
"name": "fractionalFee",
|
504
|
-
"type": "uint256"
|
505
|
-
},
|
506
|
-
{
|
507
|
-
"internalType": "uint256",
|
508
|
-
"name": "fixedFee",
|
509
|
-
"type": "uint256"
|
510
|
-
}
|
511
|
-
],
|
512
|
-
"internalType": "struct Fee",
|
513
|
-
"name": "poolFee",
|
514
|
-
"type": "tuple"
|
515
|
-
},
|
516
|
-
{
|
517
|
-
"components": [
|
518
|
-
{
|
519
|
-
"internalType": "UFixed",
|
520
|
-
"name": "fractionalFee",
|
521
|
-
"type": "uint256"
|
522
|
-
},
|
523
|
-
{
|
524
|
-
"internalType": "uint256",
|
525
|
-
"name": "fixedFee",
|
526
|
-
"type": "uint256"
|
527
|
-
}
|
528
|
-
],
|
529
|
-
"internalType": "struct Fee",
|
530
|
-
"name": "stakingFee",
|
531
|
-
"type": "tuple"
|
532
|
-
},
|
533
|
-
{
|
534
|
-
"components": [
|
535
|
-
{
|
536
|
-
"internalType": "UFixed",
|
537
|
-
"name": "fractionalFee",
|
538
|
-
"type": "uint256"
|
539
|
-
},
|
540
|
-
{
|
541
|
-
"internalType": "uint256",
|
542
|
-
"name": "fixedFee",
|
543
|
-
"type": "uint256"
|
544
|
-
}
|
545
|
-
],
|
546
|
-
"internalType": "struct Fee",
|
547
|
-
"name": "performanceFee",
|
548
|
-
"type": "tuple"
|
549
|
-
}
|
550
|
-
],
|
551
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
552
|
-
"name": "setupInfo",
|
553
|
-
"type": "tuple"
|
554
|
-
}
|
555
|
-
],
|
556
|
-
"stateMutability": "view",
|
557
|
-
"type": "function"
|
558
|
-
},
|
559
|
-
{
|
560
|
-
"inputs": [],
|
561
|
-
"name": "getToken",
|
562
|
-
"outputs": [
|
563
|
-
{
|
564
|
-
"internalType": "contract IERC20Metadata",
|
565
|
-
"name": "token",
|
566
|
-
"type": "address"
|
567
|
-
}
|
568
|
-
],
|
569
|
-
"stateMutability": "view",
|
570
|
-
"type": "function"
|
571
|
-
},
|
572
|
-
{
|
573
|
-
"inputs": [],
|
574
|
-
"name": "getWallet",
|
575
|
-
"outputs": [
|
576
|
-
{
|
577
|
-
"internalType": "address",
|
578
|
-
"name": "walletAddress",
|
579
|
-
"type": "address"
|
580
|
-
}
|
581
|
-
],
|
582
|
-
"stateMutability": "view",
|
583
|
-
"type": "function"
|
584
|
-
},
|
585
|
-
{
|
586
|
-
"inputs": [],
|
587
|
-
"name": "linkToRegisteredNftId",
|
588
|
-
"outputs": [],
|
589
|
-
"stateMutability": "nonpayable",
|
590
|
-
"type": "function"
|
591
|
-
},
|
592
|
-
{
|
593
|
-
"inputs": [],
|
594
|
-
"name": "lock",
|
595
|
-
"outputs": [],
|
596
|
-
"stateMutability": "nonpayable",
|
597
|
-
"type": "function"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"inputs": [
|
601
|
-
{
|
602
|
-
"components": [
|
603
|
-
{
|
604
|
-
"internalType": "UFixed",
|
605
|
-
"name": "fractionalFee",
|
606
|
-
"type": "uint256"
|
607
|
-
},
|
608
|
-
{
|
609
|
-
"internalType": "uint256",
|
610
|
-
"name": "fixedFee",
|
611
|
-
"type": "uint256"
|
612
|
-
}
|
613
|
-
],
|
614
|
-
"internalType": "struct Fee",
|
615
|
-
"name": "productFee",
|
616
|
-
"type": "tuple"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"components": [
|
620
|
-
{
|
621
|
-
"internalType": "UFixed",
|
622
|
-
"name": "fractionalFee",
|
623
|
-
"type": "uint256"
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"internalType": "uint256",
|
627
|
-
"name": "fixedFee",
|
628
|
-
"type": "uint256"
|
629
|
-
}
|
630
|
-
],
|
631
|
-
"internalType": "struct Fee",
|
632
|
-
"name": "processingFee",
|
633
|
-
"type": "tuple"
|
634
|
-
}
|
635
|
-
],
|
636
|
-
"name": "setFees",
|
637
|
-
"outputs": [],
|
638
|
-
"stateMutability": "nonpayable",
|
639
|
-
"type": "function"
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"inputs": [
|
643
|
-
{
|
644
|
-
"internalType": "bytes4",
|
645
|
-
"name": "interfaceId",
|
646
|
-
"type": "bytes4"
|
647
|
-
}
|
648
|
-
],
|
649
|
-
"name": "supportsInterface",
|
650
|
-
"outputs": [
|
651
|
-
{
|
652
|
-
"internalType": "bool",
|
653
|
-
"name": "",
|
654
|
-
"type": "bool"
|
655
|
-
}
|
656
|
-
],
|
657
|
-
"stateMutability": "view",
|
658
|
-
"type": "function"
|
659
|
-
},
|
660
|
-
{
|
661
|
-
"inputs": [],
|
662
|
-
"name": "unlock",
|
663
|
-
"outputs": [],
|
664
|
-
"stateMutability": "nonpayable",
|
665
|
-
"type": "function"
|
666
|
-
}
|
667
|
-
],
|
668
|
-
"bytecode": "0x60806040523480156200001157600080fd5b50604051620028813803806200288183398101604081905262000034916200086a565b8888600089606e6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff191660011790558a86600280546001600160a01b03191633179055604080516020810190915260008152620000aa888886868686620004e8565b6000620000bf6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b038a1660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156200010f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620001399190810190620009d4565b6080810151600780546001600160a01b0319166001600160a01b0390921691821790556040516301ffc9a760e01b81526342e19e5f60e01b6004820152919250906301ffc9a790602401602060405180830381865afa158015620001a1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001c7919062000aba565b620001f35760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b600760009054906101000a90046001600160a01b03166001600160a01b0316636fa298536040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000247573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200026d919062000adf565b600380546001600160a01b03199081166001600160a01b039384161790915560058054309083161790556006805490911688831617905560078054909116600160a01b6001600160601b038a160217905563593e597960e11b60009081526020527fe5ff73b5268559916713b465b9aafbfc723fb1444fb210a355c8977973af6095805460ff191660011790555050600980546001600160a01b038e81166001600160a01b031992831617909255600a80548e841692169190911790558a51600b556020808c0151600c558a51600d558a0151600e556001541696506200035695505050505050565b600954604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e90602401602060405180830381865afa158015620003a0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003c6919062000aff565b600f80546001600160601b0319166001600160601b0392909216919091179055620003f96001546001600160a01b031690565b600a54604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e90602401602060405180830381865afa15801562000443573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000469919062000aff565b600f80546001600160601b03929092166c0100000000000000000000000002600160601b600160c01b0319909216919091179055633ad74e8160e01b60009081526020527f6d6f21c9f977ce279ee1b58c3ce3ac0b612bbc5256f6c821ab515558c7e6a0a8805460ff1916600117905550505050505050505062000c78565b620004f48287620005b9565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d01000000000000000000000000008615150217815590506001810162000573838262000bac565b506303fb044760e21b60009081526020527fb43e4f3791bfcdefa3a0fbe2a5555f8d6490b90e01de0ff40c66f18b49b562c5805460ff1916600117905550505050505050565b600280546001600160a01b0319166001600160a01b038416179055620005df81620005e3565b5050565b6001546001600160a01b0316156200061e5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401620001ea565b6001600160a01b038116620006465760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036200067e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001ea565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263aadfd86760e01b60048201526301ffc9a790602401602060405180830381865afa925050508015620006fb575060408051601f3d908101601f19168201909252620006f89181019062000aba565b60015b620007255760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001ea565b80620005df5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620001ea565b50565b6001600160a01b03811681146200075057600080fd5b8051620007768162000753565b919050565b80516001600160601b03811681146200077657600080fd5b805180151581146200077657600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715620007df57620007df620007a4565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620008105762000810620007a4565b604052919050565b6000604082840312156200082b57600080fd5b604080519081016001600160401b0381118282101715620008505762000850620007a4565b604052825181526020928301519281019290925250919050565b60008060008060008060008060006101608a8c0312156200088a57600080fd5b8951620008978162000753565b9850620008a760208b016200077b565b975060408a0151620008b98162000753565b9650620008c960608b0162000793565b955060808a0151620008db8162000753565b60a08b0151909550620008ee8162000753565b9350620008ff8b60c08c0162000818565b9250620009118b6101008c0162000818565b91506101408a0151620009248162000753565b809150509295985092959850929598565b805160ff811681146200077657600080fd5b600082601f8301126200095957600080fd5b81516001600160401b03811115620009755762000975620007a4565b60206200098b601f8301601f19168201620007e5565b8281528582848701011115620009a057600080fd5b60005b83811015620009c0578581018301518282018401528201620009a3565b506000928101909101919091529392505050565b600060208284031215620009e757600080fd5b81516001600160401b0380821115620009ff57600080fd5b9083019060e0828603121562000a1457600080fd5b62000a1e620007ba565b62000a29836200077b565b815262000a39602084016200077b565b602082015262000a4c6040840162000935565b604082015262000a5f6060840162000793565b606082015262000a726080840162000769565b608082015262000a8560a0840162000769565b60a082015260c08301518281111562000a9d57600080fd5b62000aab8782860162000947565b60c08301525095945050505050565b60006020828403121562000acd57600080fd5b62000ad88262000793565b9392505050565b60006020828403121562000af257600080fd5b815162000ad88162000753565b60006020828403121562000b1257600080fd5b62000ad8826200077b565b600181811c9082168062000b3257607f821691505b60208210810362000b5357634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000ba757600081815260208120601f850160051c8101602086101562000b825750805b601f850160051c820191505b8181101562000ba35782815560010162000b8e565b5050505b505050565b81516001600160401b0381111562000bc85762000bc8620007a4565b62000be08162000bd9845462000b1d565b8462000b59565b602080601f83116001811462000c18576000841562000bff5750858301515b600019600386901b1c1916600185901b17855562000ba3565b600085815260208120601f198616915b8281101562000c495788860151825594840194600190910190840162000c28565b508582101562000c685787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b611bf98062000c886000396000f3fe608060405234801561001057600080fd5b50600436106101205760003560e01c80635ab1bd53116100ad578063b6b412ba11610071578063b6b412ba14610285578063c200b80914610298578063db6dcc95146102ad578063de7b5d14146102b5578063f83d08ba146102c657600080fd5b80635ab1bd53146102395780635e78426b1461024a578063644c45e01461025d578063893d20e814610275578063a69df4b51461027d57600080fd5b806313299604116100f457806313299604146101ca578063138461e0146101ef5780631bdd6b76146101f95780631eff4b221461020157806321df0da71461022857600080fd5b806251884a1461012557806301ffc9a7146101565780630fec111c1461019357806312abb9b3146101a9575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b610183610164366004611195565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200161014d565b61019b6102ce565b60405161014d929190611216565b6101bc6101b736600461143b565b6104ed565b60405190815260200161014d565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161014d565b6101f7610579565b005b61013961079b565b6101bc7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6006546001600160a01b03166101d7565b6001546001600160a01b03166101d7565b6101bc6102583660046114c4565b610822565b600154600160a01b90046001600160601b0316610139565b6101d7610838565b6101f7610951565b6101f7610293366004611557565b6109ff565b6102a0610ab5565b60405161014d919061158c565b610139610f4d565b6007546001600160a01b03166101d7565b6101f7610f92565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290918061031261100f565b91509150600080600960009054906101000a90046001600160a01b03166001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561036c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610394919081019061172f565b915091506000806000838060200190518101906103b19190611858565b60408051610140810182526006546001600160a01b0316815260006020820152600f546001600160601b03600160601b82048116838501521660608201528151632bd182d360e01b81528251959b509399509197508d965090945060808501935073__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d39260048082019392918290030181865af415801561044f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104739190611968565b8152604080518082018252600b548152600c546020828101919091528084019190915281518083018352600d548152600e548183015282840152606083018890526080830187905260a0909201859052516104cf92910161158c565b60405160208183030381529060405298509850505050505050509091565b600854604051639cdaa7f960e01b81526000916001600160a01b031690639cdaa7f9906105289089908b908a908a9089908b90600401611984565b60a060405180830381865afa158015610545573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056991906119db565b50929a9950505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156105db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ff9190611a1b565b15610646576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b031661066f5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156106b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106dc9190611a1b565b610704576040516372657a5160e01b81526001600160a01b038216600482015260240161063d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561074e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107729190611a36565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60006107af6001546001600160a01b031690565b600954604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e906024015b602060405180830381865afa1580156107f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d9190611a36565b905090565b600061082f600a86611a53565b95945050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561089d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c19190611a1b565b1561094157600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561091d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d9190611a75565b506002546001600160a01b031690565b600061095b610838565b90506001600160a01b0381161580159061097e5750336001600160a01b03821614155b1561099e5760405163700dd81160e01b815233600482015260240161063d565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b1580156109e457600080fd5b505af11580156109f8573d6000803e3d6000fd5b5050505050565b6000610a09610838565b90506001600160a01b03811615801590610a2c5750336001600160a01b03821614155b15610a4c5760405163700dd81160e01b815233600482015260240161063d565b600854604051635b5a095d60e11b81526001600160a01b039091169063b6b412ba90610a7e9086908690600401611a92565b600060405180830381600087803b158015610a9857600080fd5b505af1158015610aac573d6000803e3d6000fd5b50505050505050565b610b5f604080516101408101825260008082526020808301829052828401829052606083018290528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b6001546040805163c4cade9d60e01b8152600160a01b9092046001600160601b03166004830152600060248301525173__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9163c4cade9d9160448083019260209291908290030181865af4158015610bce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf29190611a1b565b15610e455760408051610140810182526006546001600160a01b0316815260006020820152600f546001600160601b03600160601b82048116838501521660608201528151632bd182d360e01b815282519192608084019273__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d39260048083019391928290030181865af4158015610c87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cab9190611968565b8152604080518082018252600b548152600c546020828101919091528084019190915281518083018352600d548152600e5491810191909152818301528051632bd182d360e01b8152815160609093019273__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d392600480820193918290030181865af4158015610d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5c9190611968565b815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af4158015610da9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dcd9190611968565b815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af4158015610e1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e3e9190611968565b9052919050565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb39190611a75565b9050806001600160a01b03166390af7064610ede6001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161020060405180830381865afa158015610f23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f479190611ab8565b91505090565b6000610f616001546001600160a01b031690565b600a54604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e906024016107dc565b6000610f9c610838565b90506001600160a01b03811615801590610fbf5750336001600160a01b03821614155b15610fdf5760405163700dd81160e01b815233600482015260240161063d565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a7906024016109ca565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806110966001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016110de610838565b6001600160a01b031681526020018260010180546110fb90611b89565b80601f016020809104026020016040519081016040528092919081815260200182805461112790611b89565b80156111745780601f1061114957610100808354040283529160200191611174565b820191906000526020600020905b81548152906001019060200180831161115757829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6000602082840312156111a757600080fd5b81356001600160e01b0319811681146111bf57600080fd5b9392505050565b60005b838110156111e15781810151838201526020016111c9565b50506000910152565b600081518084526112028160208601602086016111c6565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161125a60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e06101008401526112a06101208401826111ea565b9050828103602084015261082f81856111ea565b6001600160c01b0319811681146112ca57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715611306576113066112cd565b60405290565b60405160e0810167ffffffffffffffff81118282101715611306576113066112cd565b604051610100810167ffffffffffffffff81118282101715611306576113066112cd565b604051610140810167ffffffffffffffff81118282101715611306576113066112cd565b604051601f8201601f1916810167ffffffffffffffff811182821017156113a0576113a06112cd565b604052919050565b600067ffffffffffffffff8211156113c2576113c26112cd565b50601f01601f191660200190565b600082601f8301126113e157600080fd5b81356113f46113ef826113a8565b611377565b81815284602083860101111561140957600080fd5b816020850160208301376000918101602001919091529392505050565b6001600160601b03811681146112ca57600080fd5b60008060008060008060c0878903121561145457600080fd5b863595506020870135611466816112b4565b945060408701359350606087013567ffffffffffffffff81111561148957600080fd5b61149589828a016113d0565b93505060808701356114a6816112b4565b915060a08701356114b681611426565b809150509295509295509295565b600080600080608085870312156114da57600080fd5b8435935060208501356114ec816112b4565b925060408501359150606085013567ffffffffffffffff81111561150f57600080fd5b61151b878288016113d0565b91505092959194509250565b60006040828403121561153957600080fd5b6115416112e3565b9050813581526020820135602082015292915050565b6000806080838503121561156a57600080fd5b6115748484611527565b91506115838460408501611527565b90509250929050565b81516001600160a01b03168152610200810160208301516115b860208401826001600160a01b03169052565b5060408301516115d360408401826001600160601b03169052565b5060608301516115ee60608401826001600160601b03169052565b50608083015161160b608084018280518252602090810151910152565b5060a0830151805160c0840152602081015160e08401525060c08301516101006116418185018380518252602090810151910152565b60e085015180516101408601526020908101516101608601529085015180516101808601528101516101a08501526101209094015180516101c0850152909301516101e090920191909152919050565b805161169c81611426565b919050565b805160ff8116811461169c57600080fd5b8051801515811461169c57600080fd5b6001600160a01b03811681146112ca57600080fd5b805161169c816116c2565b600082601f8301126116f357600080fd5b81516117016113ef826113a8565b81815284602083860101111561171657600080fd5b6117278260208301602087016111c6565b949350505050565b6000806040838503121561174257600080fd5b825167ffffffffffffffff8082111561175a57600080fd5b9084019060e0828703121561176e57600080fd5b61177661130c565b61177f83611691565b815261178d60208401611691565b602082015261179e604084016116a1565b60408201526117af606084016116b2565b60608201526117c0608084016116d7565b60808201526117d160a084016116d7565b60a082015260c0830151828111156117e857600080fd5b6117f4888286016116e2565b60c083015250602086015190945091508082111561181157600080fd5b5061181e858286016116e2565b9150509250929050565b60006040828403121561183a57600080fd5b6118426112e3565b9050815181526020820151602082015292915050565b60008060008060008086880361026081121561187357600080fd5b6101608082121561188357600080fd5b61188b61132f565b915061189689611691565b82526118a460208a016116d7565b6020830152604089015160408301526118c08a60608b01611828565b60608301526118d28a60a08b01611828565b60808301526118e48a60e08b01611828565b60a08301526118f66101208a016116b2565b60c08301526119086101408a016116d7565b60e083015281975061191b818a016116d7565b9650505061192c61018088016116d7565b935061193c886101a08901611828565b925061194c886101e08901611828565b915061195c886102208901611828565b90509295509295509295565b60006040828403121561197a57600080fd5b6111bf8383611828565b600067ffffffffffffffff60c01b808916835287602084015286604084015260c060608401526119b760c08401876111ea565b6001600160601b039590951660808401529290921660a09091015250949350505050565b600080600080600060a086880312156119f357600080fd5b5050835160208501516040860151606087015160809097015192989197509594509092509050565b600060208284031215611a2d57600080fd5b6111bf826116b2565b600060208284031215611a4857600080fd5b81516111bf81611426565b600082611a7057634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611a8757600080fd5b81516111bf816116c2565b8251815260208084015181830152825160408301528201516060820152608081016111bf565b60006102008284031215611acb57600080fd5b611ad3611353565b611adc836116d7565b8152611aea602084016116d7565b6020820152611afb60408401611691565b6040820152611b0c60608401611691565b6060820152611b1e8460808501611828565b6080820152611b308460c08501611828565b60a0820152610100611b4485828601611828565b60c0830152611b57856101408601611828565b60e0830152611b6a856101808601611828565b90820152611b7c846101c08501611828565b6101208201529392505050565b600181811c90821680611b9d57607f821691505b602082108103611bbd57634e487b7160e01b600052602260045260246000fd5b5091905056fea264697066735822122096ee2a6b61e1b94c95ad57757eecbed184332ddc577f3c85be135ad57689925064736f6c63430008140033",
|
669
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101205760003560e01c80635ab1bd53116100ad578063b6b412ba11610071578063b6b412ba14610285578063c200b80914610298578063db6dcc95146102ad578063de7b5d14146102b5578063f83d08ba146102c657600080fd5b80635ab1bd53146102395780635e78426b1461024a578063644c45e01461025d578063893d20e814610275578063a69df4b51461027d57600080fd5b806313299604116100f457806313299604146101ca578063138461e0146101ef5780631bdd6b76146101f95780631eff4b221461020157806321df0da71461022857600080fd5b806251884a1461012557806301ffc9a7146101565780630fec111c1461019357806312abb9b3146101a9575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b610183610164366004611195565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200161014d565b61019b6102ce565b60405161014d929190611216565b6101bc6101b736600461143b565b6104ed565b60405190815260200161014d565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161014d565b6101f7610579565b005b61013961079b565b6101bc7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6006546001600160a01b03166101d7565b6001546001600160a01b03166101d7565b6101bc6102583660046114c4565b610822565b600154600160a01b90046001600160601b0316610139565b6101d7610838565b6101f7610951565b6101f7610293366004611557565b6109ff565b6102a0610ab5565b60405161014d919061158c565b610139610f4d565b6007546001600160a01b03166101d7565b6101f7610f92565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290918061031261100f565b91509150600080600960009054906101000a90046001600160a01b03166001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561036c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610394919081019061172f565b915091506000806000838060200190518101906103b19190611858565b60408051610140810182526006546001600160a01b0316815260006020820152600f546001600160601b03600160601b82048116838501521660608201528151632bd182d360e01b81528251959b509399509197508d965090945060808501935073__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d39260048082019392918290030181865af415801561044f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104739190611968565b8152604080518082018252600b548152600c546020828101919091528084019190915281518083018352600d548152600e548183015282840152606083018890526080830187905260a0909201859052516104cf92910161158c565b60405160208183030381529060405298509850505050505050509091565b600854604051639cdaa7f960e01b81526000916001600160a01b031690639cdaa7f9906105289089908b908a908a9089908b90600401611984565b60a060405180830381865afa158015610545573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056991906119db565b50929a9950505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156105db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ff9190611a1b565b15610646576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b031661066f5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156106b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106dc9190611a1b565b610704576040516372657a5160e01b81526001600160a01b038216600482015260240161063d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561074e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107729190611a36565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60006107af6001546001600160a01b031690565b600954604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e906024015b602060405180830381865afa1580156107f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d9190611a36565b905090565b600061082f600a86611a53565b95945050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561089d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c19190611a1b565b1561094157600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561091d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d9190611a75565b506002546001600160a01b031690565b600061095b610838565b90506001600160a01b0381161580159061097e5750336001600160a01b03821614155b1561099e5760405163700dd81160e01b815233600482015260240161063d565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b1580156109e457600080fd5b505af11580156109f8573d6000803e3d6000fd5b5050505050565b6000610a09610838565b90506001600160a01b03811615801590610a2c5750336001600160a01b03821614155b15610a4c5760405163700dd81160e01b815233600482015260240161063d565b600854604051635b5a095d60e11b81526001600160a01b039091169063b6b412ba90610a7e9086908690600401611a92565b600060405180830381600087803b158015610a9857600080fd5b505af1158015610aac573d6000803e3d6000fd5b50505050505050565b610b5f604080516101408101825260008082526020808301829052828401829052606083018290528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b6001546040805163c4cade9d60e01b8152600160a01b9092046001600160601b03166004830152600060248301525173__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9163c4cade9d9160448083019260209291908290030181865af4158015610bce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf29190611a1b565b15610e455760408051610140810182526006546001600160a01b0316815260006020820152600f546001600160601b03600160601b82048116838501521660608201528151632bd182d360e01b815282519192608084019273__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d39260048083019391928290030181865af4158015610c87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cab9190611968565b8152604080518082018252600b548152600c546020828101919091528084019190915281518083018352600d548152600e5491810191909152818301528051632bd182d360e01b8152815160609093019273__$a23651848365a6a5ca15f07b4331037f48$__92632bd182d392600480820193918290030181865af4158015610d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5c9190611968565b815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af4158015610da9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dcd9190611968565b815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af4158015610e1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e3e9190611968565b9052919050565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb39190611a75565b9050806001600160a01b03166390af7064610ede6001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161020060405180830381865afa158015610f23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f479190611ab8565b91505090565b6000610f616001546001600160a01b031690565b600a54604051636939560f60e11b81526001600160a01b03918216600482015291169063d272ac1e906024016107dc565b6000610f9c610838565b90506001600160a01b03811615801590610fbf5750336001600160a01b03821614155b15610fdf5760405163700dd81160e01b815233600482015260240161063d565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a7906024016109ca565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806110966001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016110de610838565b6001600160a01b031681526020018260010180546110fb90611b89565b80601f016020809104026020016040519081016040528092919081815260200182805461112790611b89565b80156111745780601f1061114957610100808354040283529160200191611174565b820191906000526020600020905b81548152906001019060200180831161115757829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6000602082840312156111a757600080fd5b81356001600160e01b0319811681146111bf57600080fd5b9392505050565b60005b838110156111e15781810151838201526020016111c9565b50506000910152565b600081518084526112028160208601602086016111c6565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161125a60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e06101008401526112a06101208401826111ea565b9050828103602084015261082f81856111ea565b6001600160c01b0319811681146112ca57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715611306576113066112cd565b60405290565b60405160e0810167ffffffffffffffff81118282101715611306576113066112cd565b604051610100810167ffffffffffffffff81118282101715611306576113066112cd565b604051610140810167ffffffffffffffff81118282101715611306576113066112cd565b604051601f8201601f1916810167ffffffffffffffff811182821017156113a0576113a06112cd565b604052919050565b600067ffffffffffffffff8211156113c2576113c26112cd565b50601f01601f191660200190565b600082601f8301126113e157600080fd5b81356113f46113ef826113a8565b611377565b81815284602083860101111561140957600080fd5b816020850160208301376000918101602001919091529392505050565b6001600160601b03811681146112ca57600080fd5b60008060008060008060c0878903121561145457600080fd5b863595506020870135611466816112b4565b945060408701359350606087013567ffffffffffffffff81111561148957600080fd5b61149589828a016113d0565b93505060808701356114a6816112b4565b915060a08701356114b681611426565b809150509295509295509295565b600080600080608085870312156114da57600080fd5b8435935060208501356114ec816112b4565b925060408501359150606085013567ffffffffffffffff81111561150f57600080fd5b61151b878288016113d0565b91505092959194509250565b60006040828403121561153957600080fd5b6115416112e3565b9050813581526020820135602082015292915050565b6000806080838503121561156a57600080fd5b6115748484611527565b91506115838460408501611527565b90509250929050565b81516001600160a01b03168152610200810160208301516115b860208401826001600160a01b03169052565b5060408301516115d360408401826001600160601b03169052565b5060608301516115ee60608401826001600160601b03169052565b50608083015161160b608084018280518252602090810151910152565b5060a0830151805160c0840152602081015160e08401525060c08301516101006116418185018380518252602090810151910152565b60e085015180516101408601526020908101516101608601529085015180516101808601528101516101a08501526101209094015180516101c0850152909301516101e090920191909152919050565b805161169c81611426565b919050565b805160ff8116811461169c57600080fd5b8051801515811461169c57600080fd5b6001600160a01b03811681146112ca57600080fd5b805161169c816116c2565b600082601f8301126116f357600080fd5b81516117016113ef826113a8565b81815284602083860101111561171657600080fd5b6117278260208301602087016111c6565b949350505050565b6000806040838503121561174257600080fd5b825167ffffffffffffffff8082111561175a57600080fd5b9084019060e0828703121561176e57600080fd5b61177661130c565b61177f83611691565b815261178d60208401611691565b602082015261179e604084016116a1565b60408201526117af606084016116b2565b60608201526117c0608084016116d7565b60808201526117d160a084016116d7565b60a082015260c0830151828111156117e857600080fd5b6117f4888286016116e2565b60c083015250602086015190945091508082111561181157600080fd5b5061181e858286016116e2565b9150509250929050565b60006040828403121561183a57600080fd5b6118426112e3565b9050815181526020820151602082015292915050565b60008060008060008086880361026081121561187357600080fd5b6101608082121561188357600080fd5b61188b61132f565b915061189689611691565b82526118a460208a016116d7565b6020830152604089015160408301526118c08a60608b01611828565b60608301526118d28a60a08b01611828565b60808301526118e48a60e08b01611828565b60a08301526118f66101208a016116b2565b60c08301526119086101408a016116d7565b60e083015281975061191b818a016116d7565b9650505061192c61018088016116d7565b935061193c886101a08901611828565b925061194c886101e08901611828565b915061195c886102208901611828565b90509295509295509295565b60006040828403121561197a57600080fd5b6111bf8383611828565b600067ffffffffffffffff60c01b808916835287602084015286604084015260c060608401526119b760c08401876111ea565b6001600160601b039590951660808401529290921660a09091015250949350505050565b600080600080600060a086880312156119f357600080fd5b5050835160208501516040860151606087015160809097015192989197509594509092509050565b600060208284031215611a2d57600080fd5b6111bf826116b2565b600060208284031215611a4857600080fd5b81516111bf81611426565b600082611a7057634e487b7160e01b600052601260045260246000fd5b500490565b600060208284031215611a8757600080fd5b81516111bf816116c2565b8251815260208084015181830152825160408301528201516060820152608081016111bf565b60006102008284031215611acb57600080fd5b611ad3611353565b611adc836116d7565b8152611aea602084016116d7565b6020820152611afb60408401611691565b6040820152611b0c60608401611691565b6060820152611b1e8460808501611828565b6080820152611b308460c08501611828565b60a0820152610100611b4485828601611828565b60c0830152611b57856101408601611828565b60e0830152611b6a856101808601611828565b90820152611b7c846101c08501611828565b6101208201529392505050565b600181811c90821680611b9d57607f821691505b602082108103611bbd57634e487b7160e01b600052602260045260246000fd5b5091905056fea264697066735822122096ee2a6b61e1b94c95ad57757eecbed184332ddc577f3c85be135ad57689925064736f6c63430008140033",
|
670
|
-
"linkReferences": {
|
671
|
-
"contracts/types/Fee.sol": {
|
672
|
-
"FeeLib": [
|
673
|
-
{
|
674
|
-
"length": 20,
|
675
|
-
"start": 4252
|
676
|
-
},
|
677
|
-
{
|
678
|
-
"length": 20,
|
679
|
-
"start": 6356
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"length": 20,
|
683
|
-
"start": 6534
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"length": 20,
|
687
|
-
"start": 6635
|
688
|
-
},
|
689
|
-
{
|
690
|
-
"length": 20,
|
691
|
-
"start": 6748
|
692
|
-
}
|
693
|
-
]
|
694
|
-
},
|
695
|
-
"contracts/types/NftId.sol": {
|
696
|
-
"NftIdLib": [
|
697
|
-
{
|
698
|
-
"length": 20,
|
699
|
-
"start": 4649
|
700
|
-
},
|
701
|
-
{
|
702
|
-
"length": 20,
|
703
|
-
"start": 5355
|
704
|
-
},
|
705
|
-
{
|
706
|
-
"length": 20,
|
707
|
-
"start": 6168
|
708
|
-
}
|
709
|
-
]
|
710
|
-
}
|
711
|
-
},
|
712
|
-
"deployedLinkReferences": {
|
713
|
-
"contracts/types/Fee.sol": {
|
714
|
-
"FeeLib": [
|
715
|
-
{
|
716
|
-
"length": 20,
|
717
|
-
"start": 1044
|
718
|
-
},
|
719
|
-
{
|
720
|
-
"length": 20,
|
721
|
-
"start": 3148
|
722
|
-
},
|
723
|
-
{
|
724
|
-
"length": 20,
|
725
|
-
"start": 3326
|
726
|
-
},
|
727
|
-
{
|
728
|
-
"length": 20,
|
729
|
-
"start": 3427
|
730
|
-
},
|
731
|
-
{
|
732
|
-
"length": 20,
|
733
|
-
"start": 3540
|
734
|
-
}
|
735
|
-
]
|
736
|
-
},
|
737
|
-
"contracts/types/NftId.sol": {
|
738
|
-
"NftIdLib": [
|
739
|
-
{
|
740
|
-
"length": 20,
|
741
|
-
"start": 1441
|
742
|
-
},
|
743
|
-
{
|
744
|
-
"length": 20,
|
745
|
-
"start": 2147
|
746
|
-
},
|
747
|
-
{
|
748
|
-
"length": 20,
|
749
|
-
"start": 2960
|
750
|
-
}
|
751
|
-
]
|
752
|
-
}
|
753
|
-
}
|
754
|
-
}
|