@etherisc/gif-next 0.0.2-d39f345-355 → 0.0.2-d3a9310-013
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +133 -10
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -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/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +304 -324
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +930 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → distribution/IDistributionComponent.sol/IDistributionComponent.json} +293 -275
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +534 -340
- 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 +1472 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2045 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -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 +1423 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1639 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2551 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -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 +569 -2034
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +517 -74
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +611 -2581
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1941 -698
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +529 -347
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +201 -170
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -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/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
- 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/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- 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 +957 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -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 +772 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → oracle/IOracleService.sol/IOracleService.json} +339 -179
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +272 -241
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +339 -473
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +866 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → pool/IBundleService.sol/IBundleService.json} +530 -457
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +384 -423
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +475 -483
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +886 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → product/IApplicationService.sol/IApplicationService.json} +311 -216
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +331 -264
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +202 -177
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → product/IRiskService.sol/IRiskService.json} +261 -203
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +854 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +496 -31
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +315 -109
- 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 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +984 -128
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +390 -250
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +212 -109
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -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 +1389 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +317 -154
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1535 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +854 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -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/{components → shared}/IComponent.sol/IComponent.json +156 -131
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IComponentService.sol/IComponentService.json} +573 -743
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -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 +38 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +163 -3
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +98 -5
- 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 +795 -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 +47 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +145 -100
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +95 -109
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -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 +1646 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1196 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2054 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -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 +842 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1425 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +782 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -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 +373 -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 +241 -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 +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -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 +180 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -7
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -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 +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +780 -0
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +169 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +27 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +320 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +247 -0
- package/contracts/distribution/DistributionService.sol +448 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +115 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +422 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +117 -74
- package/contracts/instance/IInstanceService.sol +83 -35
- package/contracts/instance/Instance.sol +245 -209
- package/contracts/instance/InstanceAdmin.sol +383 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +520 -205
- package/contracts/instance/InstanceService.sol +386 -365
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/base/BalanceStore.sol +121 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +109 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +9 -11
- package/contracts/instance/module/IComponents.sol +44 -23
- package/contracts/instance/module/IDistribution.sol +25 -12
- package/contracts/instance/module/IPolicy.sol +67 -39
- package/contracts/instance/module/IRisk.sol +6 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +41 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +162 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +386 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +116 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +170 -0
- package/contracts/pool/Pool.sol +333 -0
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +614 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +327 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +41 -31
- package/contracts/product/IClaimService.sol +136 -0
- package/contracts/product/IPolicyService.sol +102 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +645 -0
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +306 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +493 -0
- package/contracts/product/RiskService.sol +190 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -40
- package/contracts/registry/IRegistry.sol +104 -30
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +466 -197
- package/contracts/registry/RegistryAdmin.sol +188 -0
- package/contracts/registry/RegistryAuthorization.sol +284 -0
- package/contracts/registry/RegistryService.sol +90 -131
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +520 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +345 -0
- package/contracts/registry/TokenRegistry.sol +263 -65
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +679 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +311 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -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 +6 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +12 -5
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
- package/contracts/shared/InstanceLinkedComponent.sol +194 -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 +36 -27
- package/contracts/shared/PolicyHolder.sol +23 -41
- package/contracts/shared/Registerable.sol +52 -20
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +36 -41
- package/contracts/shared/TokenHandler.sol +322 -13
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +195 -0
- package/contracts/staking/IStakingService.sol +170 -0
- package/contracts/staking/Staking.sol +605 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +199 -0
- package/contracts/staking/StakingService.sol +468 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -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 +26 -3
- package/contracts/{types → type}/ClaimId.sol +6 -1
- package/contracts/{types → type}/Fee.sol +28 -26
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +21 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +307 -0
- package/contracts/{types → type}/PayoutId.sol +10 -10
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +105 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +41 -2
- package/contracts/type/String.sol +65 -0
- package/contracts/{types → type}/Timestamp.sol +16 -7
- package/contracts/type/UFixed.sol +262 -0
- package/contracts/{types → type}/Version.sol +58 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +4 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +118 -41
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +8 -4
- package/contracts/{shared → upgradeability}/Versionable.sol +9 -6
- package/package.json +12 -8
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- 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 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
- 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/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1060
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -681
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1289
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -725
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -1040
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -685
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1774
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -793
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -450
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1615
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -777
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1433
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -701
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- 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 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- 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/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 -383
- 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 -596
- 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 -104
- 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/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -209
- 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/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -179
- 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 -288
- 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 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- 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/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -209
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- 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/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- 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/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/Component.sol +0 -253
- package/contracts/components/Distribution.sol +0 -284
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -302
- package/contracts/components/Product.sol +0 -371
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/BundleManager.sol +0 -126
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/ObjectManager.sol +0 -82
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -117
- package/contracts/instance/module/IAccess.sol +0 -54
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -355
- package/contracts/instance/service/BundleService.sol +0 -443
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -239
- package/contracts/instance/service/DistributionService.sol +0 -431
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -102
- package/contracts/instance/service/IClaimService.sol +0 -92
- package/contracts/instance/service/IDistributionService.sol +0 -99
- package/contracts/instance/service/IPolicyService.sol +0 -139
- package/contracts/instance/service/IPoolService.sol +0 -102
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -575
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -336
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- 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 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/Amount.sol +0 -70
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- package/contracts/types/UFixed.sol +0 -326
- /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "
|
4
|
-
"sourceName": "contracts/
|
3
|
+
"contractName": "IComponentService",
|
4
|
+
"sourceName": "contracts/shared/IComponentService.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
7
|
"inputs": [
|
@@ -45,22 +45,22 @@
|
|
45
45
|
"inputs": [
|
46
46
|
{
|
47
47
|
"internalType": "address",
|
48
|
-
"name": "
|
48
|
+
"name": "authority",
|
49
49
|
"type": "address"
|
50
50
|
}
|
51
51
|
],
|
52
|
-
"name": "
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
53
|
"type": "error"
|
54
54
|
},
|
55
55
|
{
|
56
56
|
"inputs": [
|
57
57
|
{
|
58
58
|
"internalType": "address",
|
59
|
-
"name": "
|
59
|
+
"name": "caller",
|
60
60
|
"type": "address"
|
61
61
|
}
|
62
62
|
],
|
63
|
-
"name": "
|
63
|
+
"name": "ErrorComponentServiceCallerNotInstance",
|
64
64
|
"type": "error"
|
65
65
|
},
|
66
66
|
{
|
@@ -71,56 +71,147 @@
|
|
71
71
|
"type": "address"
|
72
72
|
}
|
73
73
|
],
|
74
|
-
"name": "
|
74
|
+
"name": "ErrorComponentServiceCallerNotProduct",
|
75
|
+
"type": "error"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"inputs": [
|
79
|
+
{
|
80
|
+
"internalType": "address",
|
81
|
+
"name": "component",
|
82
|
+
"type": "address"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"name": "ErrorComponentServiceComponentAlreadyRegistered",
|
75
86
|
"type": "error"
|
76
87
|
},
|
77
88
|
{
|
78
89
|
"inputs": [
|
90
|
+
{
|
91
|
+
"internalType": "address",
|
92
|
+
"name": "component",
|
93
|
+
"type": "address"
|
94
|
+
},
|
79
95
|
{
|
80
96
|
"internalType": "NftId",
|
81
|
-
"name": "
|
97
|
+
"name": "required",
|
98
|
+
"type": "uint96"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"internalType": "NftId",
|
102
|
+
"name": "actual",
|
82
103
|
"type": "uint96"
|
83
104
|
}
|
84
105
|
],
|
85
|
-
"name": "
|
106
|
+
"name": "ErrorComponentServiceComponentParentInvalid",
|
86
107
|
"type": "error"
|
87
108
|
},
|
88
109
|
{
|
89
110
|
"inputs": [
|
90
111
|
{
|
91
112
|
"internalType": "address",
|
92
|
-
"name": "
|
113
|
+
"name": "component",
|
114
|
+
"type": "address"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"internalType": "VersionPart",
|
118
|
+
"name": "serviceRelease",
|
119
|
+
"type": "uint8"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"internalType": "VersionPart",
|
123
|
+
"name": "componentRelease",
|
124
|
+
"type": "uint8"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"name": "ErrorComponentServiceComponentReleaseMismatch",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"inputs": [
|
132
|
+
{
|
133
|
+
"internalType": "address",
|
134
|
+
"name": "component",
|
93
135
|
"type": "address"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"internalType": "ObjectType",
|
139
|
+
"name": "invalid",
|
140
|
+
"type": "uint8"
|
94
141
|
}
|
95
142
|
],
|
96
|
-
"name": "
|
143
|
+
"name": "ErrorComponentServiceComponentTypeNotSupported",
|
97
144
|
"type": "error"
|
98
145
|
},
|
99
146
|
{
|
100
147
|
"inputs": [],
|
101
|
-
"name": "
|
148
|
+
"name": "ErrorComponentServiceNewWalletAddressZero",
|
149
|
+
"type": "error"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"inputs": [
|
153
|
+
{
|
154
|
+
"internalType": "address",
|
155
|
+
"name": "component",
|
156
|
+
"type": "address"
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"name": "ErrorComponentServiceNotComponent",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [
|
164
|
+
{
|
165
|
+
"internalType": "address",
|
166
|
+
"name": "component",
|
167
|
+
"type": "address"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "ErrorComponentServiceNotInstanceLinkedComponent",
|
171
|
+
"type": "error"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"inputs": [
|
175
|
+
{
|
176
|
+
"internalType": "address",
|
177
|
+
"name": "product",
|
178
|
+
"type": "address"
|
179
|
+
}
|
180
|
+
],
|
181
|
+
"name": "ErrorComponentServiceNotProduct",
|
182
|
+
"type": "error"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"inputs": [
|
186
|
+
{
|
187
|
+
"internalType": "address",
|
188
|
+
"name": "token",
|
189
|
+
"type": "address"
|
190
|
+
}
|
191
|
+
],
|
192
|
+
"name": "ErrorComponentServiceTokenInvalid",
|
102
193
|
"type": "error"
|
103
194
|
},
|
104
195
|
{
|
105
196
|
"inputs": [],
|
106
|
-
"name": "
|
197
|
+
"name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
|
107
198
|
"type": "error"
|
108
199
|
},
|
109
200
|
{
|
110
201
|
"inputs": [],
|
111
|
-
"name": "
|
202
|
+
"name": "ErrorComponentServiceWalletAddressZero",
|
112
203
|
"type": "error"
|
113
204
|
},
|
114
205
|
{
|
115
206
|
"inputs": [
|
116
207
|
{
|
117
208
|
"internalType": "address",
|
118
|
-
"name": "
|
209
|
+
"name": "wallet",
|
119
210
|
"type": "address"
|
120
211
|
},
|
121
212
|
{
|
122
213
|
"internalType": "address",
|
123
|
-
"name": "
|
214
|
+
"name": "spender",
|
124
215
|
"type": "address"
|
125
216
|
},
|
126
217
|
{
|
@@ -130,27 +221,32 @@
|
|
130
221
|
},
|
131
222
|
{
|
132
223
|
"internalType": "uint256",
|
133
|
-
"name": "
|
224
|
+
"name": "amount",
|
134
225
|
"type": "uint256"
|
135
226
|
}
|
136
227
|
],
|
137
|
-
"name": "
|
228
|
+
"name": "ErrorComponentServiceWalletAllowanceTooSmall",
|
138
229
|
"type": "error"
|
139
230
|
},
|
140
231
|
{
|
141
232
|
"inputs": [
|
142
233
|
{
|
143
|
-
"internalType": "
|
144
|
-
"name": "
|
145
|
-
"type": "
|
234
|
+
"internalType": "Amount",
|
235
|
+
"name": "withdrawnAmount",
|
236
|
+
"type": "uint96"
|
146
237
|
},
|
147
238
|
{
|
148
|
-
"internalType": "
|
149
|
-
"name": "
|
239
|
+
"internalType": "Amount",
|
240
|
+
"name": "withdrawLimit",
|
150
241
|
"type": "uint96"
|
151
242
|
}
|
152
243
|
],
|
153
|
-
"name": "
|
244
|
+
"name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [],
|
249
|
+
"name": "ErrorComponentServiceWithdrawAmountIsZero",
|
154
250
|
"type": "error"
|
155
251
|
},
|
156
252
|
{
|
@@ -180,6 +276,22 @@
|
|
180
276
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
181
277
|
"type": "error"
|
182
278
|
},
|
279
|
+
{
|
280
|
+
"inputs": [
|
281
|
+
{
|
282
|
+
"internalType": "NftId",
|
283
|
+
"name": "nftId",
|
284
|
+
"type": "uint96"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"internalType": "ObjectType",
|
288
|
+
"name": "expectedObjectType",
|
289
|
+
"type": "uint8"
|
290
|
+
}
|
291
|
+
],
|
292
|
+
"name": "ErrorNftOwnableInvalidType",
|
293
|
+
"type": "error"
|
294
|
+
},
|
183
295
|
{
|
184
296
|
"inputs": [
|
185
297
|
{
|
@@ -203,56 +315,89 @@
|
|
203
315
|
"type": "error"
|
204
316
|
},
|
205
317
|
{
|
206
|
-
"inputs": [
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
318
|
+
"inputs": [
|
319
|
+
{
|
320
|
+
"internalType": "NftId",
|
321
|
+
"name": "productNftId",
|
322
|
+
"type": "uint96"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"internalType": "NftId",
|
326
|
+
"name": "distributionNftId",
|
327
|
+
"type": "uint96"
|
328
|
+
}
|
329
|
+
],
|
330
|
+
"name": "ErrorProductServiceDistributionAlreadyRegistered",
|
213
331
|
"type": "error"
|
214
332
|
},
|
215
333
|
{
|
216
|
-
"inputs": [
|
217
|
-
|
334
|
+
"inputs": [
|
335
|
+
{
|
336
|
+
"internalType": "NftId",
|
337
|
+
"name": "productNftId",
|
338
|
+
"type": "uint96"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"name": "ErrorProductServiceNoDistributionExpected",
|
218
342
|
"type": "error"
|
219
343
|
},
|
220
344
|
{
|
221
345
|
"inputs": [
|
222
346
|
{
|
223
|
-
"internalType": "
|
224
|
-
"name": "
|
225
|
-
"type": "
|
347
|
+
"internalType": "NftId",
|
348
|
+
"name": "productNftId",
|
349
|
+
"type": "uint96"
|
226
350
|
}
|
227
351
|
],
|
228
|
-
"name": "
|
352
|
+
"name": "ErrorProductServiceNoOraclesExpected",
|
229
353
|
"type": "error"
|
230
354
|
},
|
231
355
|
{
|
232
|
-
"anonymous": false,
|
233
356
|
"inputs": [
|
234
357
|
{
|
235
|
-
"
|
236
|
-
"
|
237
|
-
"
|
238
|
-
|
358
|
+
"internalType": "NftId",
|
359
|
+
"name": "productNftId",
|
360
|
+
"type": "uint96"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"internalType": "uint8",
|
364
|
+
"name": "expectedOracles",
|
365
|
+
"type": "uint8"
|
239
366
|
}
|
240
367
|
],
|
241
|
-
"name": "
|
242
|
-
"type": "
|
368
|
+
"name": "ErrorProductServiceOraclesAlreadyRegistered",
|
369
|
+
"type": "error"
|
243
370
|
},
|
244
371
|
{
|
245
|
-
"anonymous": false,
|
246
372
|
"inputs": [
|
247
373
|
{
|
248
|
-
"
|
249
|
-
"
|
250
|
-
"
|
251
|
-
|
374
|
+
"internalType": "NftId",
|
375
|
+
"name": "productNftId",
|
376
|
+
"type": "uint96"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"internalType": "NftId",
|
380
|
+
"name": "poolNftId",
|
381
|
+
"type": "uint96"
|
252
382
|
}
|
253
383
|
],
|
254
|
-
"name": "
|
255
|
-
"type": "
|
384
|
+
"name": "ErrorProductServicePoolAlreadyRegistered",
|
385
|
+
"type": "error"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"inputs": [],
|
389
|
+
"name": "ErrorRegisterableNotActive",
|
390
|
+
"type": "error"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"inputs": [],
|
394
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
395
|
+
"type": "error"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"inputs": [],
|
399
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
400
|
+
"type": "error"
|
256
401
|
},
|
257
402
|
{
|
258
403
|
"anonymous": false,
|
@@ -260,42 +405,42 @@
|
|
260
405
|
{
|
261
406
|
"indexed": false,
|
262
407
|
"internalType": "address",
|
263
|
-
"name": "
|
264
|
-
"type": "address"
|
265
|
-
},
|
266
|
-
{
|
267
|
-
"indexed": false,
|
268
|
-
"internalType": "address",
|
269
|
-
"name": "newWallet",
|
408
|
+
"name": "authority",
|
270
409
|
"type": "address"
|
271
410
|
}
|
272
411
|
],
|
273
|
-
"name": "
|
412
|
+
"name": "AuthorityUpdated",
|
274
413
|
"type": "event"
|
275
414
|
},
|
276
415
|
{
|
277
416
|
"anonymous": false,
|
278
417
|
"inputs": [
|
418
|
+
{
|
419
|
+
"indexed": false,
|
420
|
+
"internalType": "NftId",
|
421
|
+
"name": "componentNftId",
|
422
|
+
"type": "uint96"
|
423
|
+
},
|
279
424
|
{
|
280
425
|
"indexed": false,
|
281
426
|
"internalType": "address",
|
282
|
-
"name": "
|
427
|
+
"name": "recipient",
|
283
428
|
"type": "address"
|
284
429
|
},
|
285
430
|
{
|
286
431
|
"indexed": false,
|
287
432
|
"internalType": "address",
|
288
|
-
"name": "
|
433
|
+
"name": "token",
|
289
434
|
"type": "address"
|
290
435
|
},
|
291
436
|
{
|
292
437
|
"indexed": false,
|
293
|
-
"internalType": "
|
294
|
-
"name": "
|
295
|
-
"type": "
|
438
|
+
"internalType": "Amount",
|
439
|
+
"name": "withdrawnAmount",
|
440
|
+
"type": "uint96"
|
296
441
|
}
|
297
442
|
],
|
298
|
-
"name": "
|
443
|
+
"name": "LogComponentServiceComponentFeesWithdrawn",
|
299
444
|
"type": "event"
|
300
445
|
},
|
301
446
|
{
|
@@ -304,454 +449,243 @@
|
|
304
449
|
{
|
305
450
|
"indexed": false,
|
306
451
|
"internalType": "address",
|
307
|
-
"name": "
|
452
|
+
"name": "component",
|
308
453
|
"type": "address"
|
309
454
|
},
|
310
455
|
{
|
311
456
|
"indexed": false,
|
312
|
-
"internalType": "
|
313
|
-
"name": "
|
314
|
-
"type": "
|
457
|
+
"internalType": "bool",
|
458
|
+
"name": "locked",
|
459
|
+
"type": "bool"
|
315
460
|
}
|
316
461
|
],
|
317
|
-
"name": "
|
462
|
+
"name": "LogComponentServiceComponentLocked",
|
318
463
|
"type": "event"
|
319
464
|
},
|
320
465
|
{
|
321
|
-
"
|
322
|
-
"
|
323
|
-
"outputs": [
|
324
|
-
{
|
325
|
-
"internalType": "bytes32",
|
326
|
-
"name": "",
|
327
|
-
"type": "bytes32"
|
328
|
-
}
|
329
|
-
],
|
330
|
-
"stateMutability": "view",
|
331
|
-
"type": "function"
|
332
|
-
},
|
333
|
-
{
|
334
|
-
"inputs": [],
|
335
|
-
"name": "DISTRIBUTION_STORAGE_LOCATION_V1",
|
336
|
-
"outputs": [
|
337
|
-
{
|
338
|
-
"internalType": "bytes32",
|
339
|
-
"name": "",
|
340
|
-
"type": "bytes32"
|
341
|
-
}
|
342
|
-
],
|
343
|
-
"stateMutability": "view",
|
344
|
-
"type": "function"
|
345
|
-
},
|
346
|
-
{
|
347
|
-
"inputs": [],
|
348
|
-
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
349
|
-
"outputs": [
|
466
|
+
"anonymous": false,
|
467
|
+
"inputs": [
|
350
468
|
{
|
351
|
-
"
|
352
|
-
"
|
353
|
-
"
|
469
|
+
"indexed": false,
|
470
|
+
"internalType": "NftId",
|
471
|
+
"name": "distributionNftId",
|
472
|
+
"type": "uint96"
|
354
473
|
}
|
355
474
|
],
|
356
|
-
"
|
357
|
-
"type": "
|
475
|
+
"name": "LogComponentServiceDistributionFeesUpdated",
|
476
|
+
"type": "event"
|
358
477
|
},
|
359
478
|
{
|
360
|
-
"
|
361
|
-
"
|
362
|
-
"outputs": [
|
479
|
+
"anonymous": false,
|
480
|
+
"inputs": [
|
363
481
|
{
|
364
|
-
"
|
365
|
-
"
|
366
|
-
"
|
482
|
+
"indexed": false,
|
483
|
+
"internalType": "NftId",
|
484
|
+
"name": "poolNftId",
|
485
|
+
"type": "uint96"
|
367
486
|
}
|
368
487
|
],
|
369
|
-
"
|
370
|
-
"type": "
|
488
|
+
"name": "LogComponentServicePoolFeesUpdated",
|
489
|
+
"type": "event"
|
371
490
|
},
|
372
491
|
{
|
373
|
-
"
|
374
|
-
"
|
375
|
-
"outputs": [
|
492
|
+
"anonymous": false,
|
493
|
+
"inputs": [
|
376
494
|
{
|
377
|
-
"
|
378
|
-
"
|
379
|
-
"
|
495
|
+
"indexed": false,
|
496
|
+
"internalType": "NftId",
|
497
|
+
"name": "productNftId",
|
498
|
+
"type": "uint96"
|
380
499
|
}
|
381
500
|
],
|
382
|
-
"
|
383
|
-
"type": "
|
501
|
+
"name": "LogComponentServiceProductFeesUpdated",
|
502
|
+
"type": "event"
|
384
503
|
},
|
385
504
|
{
|
505
|
+
"anonymous": false,
|
386
506
|
"inputs": [
|
387
507
|
{
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"
|
508
|
+
"indexed": false,
|
509
|
+
"internalType": "NftId",
|
510
|
+
"name": "instanceNftId",
|
511
|
+
"type": "uint96"
|
391
512
|
},
|
392
513
|
{
|
393
|
-
"
|
394
|
-
"
|
395
|
-
"
|
396
|
-
|
397
|
-
|
398
|
-
"name": "calculateRenewalFeeAmount",
|
399
|
-
"outputs": [
|
514
|
+
"indexed": false,
|
515
|
+
"internalType": "NftId",
|
516
|
+
"name": "componentNftId",
|
517
|
+
"type": "uint96"
|
518
|
+
},
|
400
519
|
{
|
401
|
-
"
|
402
|
-
"
|
403
|
-
"
|
404
|
-
|
405
|
-
|
406
|
-
"stateMutability": "view",
|
407
|
-
"type": "function"
|
408
|
-
},
|
409
|
-
{
|
410
|
-
"inputs": [
|
520
|
+
"indexed": false,
|
521
|
+
"internalType": "ObjectType",
|
522
|
+
"name": "componentType",
|
523
|
+
"type": "uint8"
|
524
|
+
},
|
411
525
|
{
|
526
|
+
"indexed": false,
|
412
527
|
"internalType": "address",
|
413
|
-
"name": "
|
528
|
+
"name": "component",
|
414
529
|
"type": "address"
|
415
530
|
},
|
416
531
|
{
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
532
|
+
"indexed": false,
|
533
|
+
"internalType": "address",
|
534
|
+
"name": "token",
|
535
|
+
"type": "address"
|
420
536
|
},
|
421
537
|
{
|
422
|
-
"
|
423
|
-
"
|
424
|
-
"
|
425
|
-
|
426
|
-
],
|
427
|
-
"name": "createDistributor",
|
428
|
-
"outputs": [
|
429
|
-
{
|
430
|
-
"internalType": "NftId",
|
431
|
-
"name": "distributorNftId",
|
432
|
-
"type": "uint96"
|
538
|
+
"indexed": false,
|
539
|
+
"internalType": "address",
|
540
|
+
"name": "initialOwner",
|
541
|
+
"type": "address"
|
433
542
|
}
|
434
543
|
],
|
435
|
-
"
|
436
|
-
"type": "
|
544
|
+
"name": "LogComponentServiceRegistered",
|
545
|
+
"type": "event"
|
437
546
|
},
|
438
547
|
{
|
548
|
+
"anonymous": false,
|
439
549
|
"inputs": [
|
440
550
|
{
|
551
|
+
"indexed": false,
|
552
|
+
"internalType": "NftId",
|
553
|
+
"name": "nftId",
|
554
|
+
"type": "uint96"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"indexed": false,
|
441
558
|
"internalType": "string",
|
442
|
-
"name": "
|
559
|
+
"name": "feeName",
|
443
560
|
"type": "string"
|
444
561
|
},
|
445
562
|
{
|
563
|
+
"indexed": false,
|
446
564
|
"internalType": "UFixed",
|
447
|
-
"name": "
|
448
|
-
"type": "
|
565
|
+
"name": "previousFractionalFee",
|
566
|
+
"type": "uint160"
|
449
567
|
},
|
450
568
|
{
|
451
|
-
"
|
452
|
-
"
|
453
|
-
"
|
569
|
+
"indexed": false,
|
570
|
+
"internalType": "Amount",
|
571
|
+
"name": "previousFixedFee",
|
572
|
+
"type": "uint96"
|
454
573
|
},
|
455
574
|
{
|
575
|
+
"indexed": false,
|
456
576
|
"internalType": "UFixed",
|
457
|
-
"name": "
|
458
|
-
"type": "
|
577
|
+
"name": "newFractionalFee",
|
578
|
+
"type": "uint160"
|
459
579
|
},
|
460
580
|
{
|
461
|
-
"
|
462
|
-
"
|
463
|
-
"
|
464
|
-
|
465
|
-
{
|
466
|
-
"internalType": "uint32",
|
467
|
-
"name": "maxReferralLifetime",
|
468
|
-
"type": "uint32"
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"internalType": "bool",
|
472
|
-
"name": "allowSelfReferrals",
|
473
|
-
"type": "bool"
|
474
|
-
},
|
475
|
-
{
|
476
|
-
"internalType": "bool",
|
477
|
-
"name": "allowRenewals",
|
478
|
-
"type": "bool"
|
479
|
-
},
|
480
|
-
{
|
481
|
-
"internalType": "bytes",
|
482
|
-
"name": "data",
|
483
|
-
"type": "bytes"
|
484
|
-
}
|
485
|
-
],
|
486
|
-
"name": "createDistributorType",
|
487
|
-
"outputs": [
|
488
|
-
{
|
489
|
-
"internalType": "DistributorType",
|
490
|
-
"name": "distributorType",
|
491
|
-
"type": "bytes8"
|
492
|
-
}
|
493
|
-
],
|
494
|
-
"stateMutability": "nonpayable",
|
495
|
-
"type": "function"
|
496
|
-
},
|
497
|
-
{
|
498
|
-
"inputs": [],
|
499
|
-
"name": "getComponentInfo",
|
500
|
-
"outputs": [
|
501
|
-
{
|
502
|
-
"components": [
|
503
|
-
{
|
504
|
-
"internalType": "string",
|
505
|
-
"name": "name",
|
506
|
-
"type": "string"
|
507
|
-
},
|
508
|
-
{
|
509
|
-
"internalType": "contract IERC20Metadata",
|
510
|
-
"name": "token",
|
511
|
-
"type": "address"
|
512
|
-
},
|
513
|
-
{
|
514
|
-
"internalType": "contract TokenHandler",
|
515
|
-
"name": "tokenHandler",
|
516
|
-
"type": "address"
|
517
|
-
},
|
518
|
-
{
|
519
|
-
"internalType": "address",
|
520
|
-
"name": "wallet",
|
521
|
-
"type": "address"
|
522
|
-
},
|
523
|
-
{
|
524
|
-
"internalType": "Amount",
|
525
|
-
"name": "balanceAmount",
|
526
|
-
"type": "uint96"
|
527
|
-
},
|
528
|
-
{
|
529
|
-
"internalType": "Amount",
|
530
|
-
"name": "feeAmount",
|
531
|
-
"type": "uint96"
|
532
|
-
},
|
533
|
-
{
|
534
|
-
"internalType": "bytes",
|
535
|
-
"name": "data",
|
536
|
-
"type": "bytes"
|
537
|
-
}
|
538
|
-
],
|
539
|
-
"internalType": "struct IComponents.ComponentInfo",
|
540
|
-
"name": "info",
|
541
|
-
"type": "tuple"
|
581
|
+
"indexed": false,
|
582
|
+
"internalType": "Amount",
|
583
|
+
"name": "newFixedFee",
|
584
|
+
"type": "uint96"
|
542
585
|
}
|
543
586
|
],
|
544
|
-
"
|
545
|
-
"type": "
|
587
|
+
"name": "LogComponentServiceUpdateFee",
|
588
|
+
"type": "event"
|
546
589
|
},
|
547
590
|
{
|
591
|
+
"anonymous": false,
|
548
592
|
"inputs": [
|
549
593
|
{
|
550
|
-
"
|
551
|
-
"
|
552
|
-
"
|
553
|
-
|
554
|
-
],
|
555
|
-
"name": "getDiscountPercentage",
|
556
|
-
"outputs": [
|
557
|
-
{
|
558
|
-
"internalType": "UFixed",
|
559
|
-
"name": "discountPercentage",
|
560
|
-
"type": "uint256"
|
594
|
+
"indexed": false,
|
595
|
+
"internalType": "NftId",
|
596
|
+
"name": "componentNftId",
|
597
|
+
"type": "uint96"
|
561
598
|
},
|
562
599
|
{
|
563
|
-
"
|
564
|
-
"
|
565
|
-
"
|
566
|
-
|
567
|
-
|
568
|
-
"stateMutability": "view",
|
569
|
-
"type": "function"
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"inputs": [],
|
573
|
-
"name": "getDistributionFee",
|
574
|
-
"outputs": [
|
600
|
+
"indexed": false,
|
601
|
+
"internalType": "address",
|
602
|
+
"name": "currentWallet",
|
603
|
+
"type": "address"
|
604
|
+
},
|
575
605
|
{
|
576
|
-
"
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
"type": "uint256"
|
581
|
-
},
|
582
|
-
{
|
583
|
-
"internalType": "uint256",
|
584
|
-
"name": "fixedFee",
|
585
|
-
"type": "uint256"
|
586
|
-
}
|
587
|
-
],
|
588
|
-
"internalType": "struct Fee",
|
589
|
-
"name": "distributionFee",
|
590
|
-
"type": "tuple"
|
606
|
+
"indexed": false,
|
607
|
+
"internalType": "address",
|
608
|
+
"name": "newWallet",
|
609
|
+
"type": "address"
|
591
610
|
}
|
592
611
|
],
|
593
|
-
"
|
594
|
-
"type": "
|
612
|
+
"name": "LogComponentServiceWalletAddressChanged",
|
613
|
+
"type": "event"
|
595
614
|
},
|
596
615
|
{
|
616
|
+
"anonymous": false,
|
597
617
|
"inputs": [
|
598
618
|
{
|
599
|
-
"
|
600
|
-
"name": "distributor",
|
601
|
-
"type": "address"
|
602
|
-
}
|
603
|
-
],
|
604
|
-
"name": "getDistributorNftId",
|
605
|
-
"outputs": [
|
606
|
-
{
|
619
|
+
"indexed": false,
|
607
620
|
"internalType": "NftId",
|
608
|
-
"name": "
|
621
|
+
"name": "componentNftId",
|
609
622
|
"type": "uint96"
|
610
|
-
}
|
611
|
-
],
|
612
|
-
"stateMutability": "view",
|
613
|
-
"type": "function"
|
614
|
-
},
|
615
|
-
{
|
616
|
-
"inputs": [],
|
617
|
-
"name": "getInitialInfo",
|
618
|
-
"outputs": [
|
623
|
+
},
|
619
624
|
{
|
620
|
-
"
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
},
|
626
|
-
{
|
627
|
-
"internalType": "NftId",
|
628
|
-
"name": "parentNftId",
|
629
|
-
"type": "uint96"
|
630
|
-
},
|
631
|
-
{
|
632
|
-
"internalType": "ObjectType",
|
633
|
-
"name": "objectType",
|
634
|
-
"type": "uint8"
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"internalType": "bool",
|
638
|
-
"name": "isInterceptor",
|
639
|
-
"type": "bool"
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"internalType": "address",
|
643
|
-
"name": "objectAddress",
|
644
|
-
"type": "address"
|
645
|
-
},
|
646
|
-
{
|
647
|
-
"internalType": "address",
|
648
|
-
"name": "initialOwner",
|
649
|
-
"type": "address"
|
650
|
-
},
|
651
|
-
{
|
652
|
-
"internalType": "bytes",
|
653
|
-
"name": "data",
|
654
|
-
"type": "bytes"
|
655
|
-
}
|
656
|
-
],
|
657
|
-
"internalType": "struct IRegistry.ObjectInfo",
|
658
|
-
"name": "info",
|
659
|
-
"type": "tuple"
|
660
|
-
}
|
661
|
-
],
|
662
|
-
"stateMutability": "view",
|
663
|
-
"type": "function"
|
664
|
-
},
|
665
|
-
{
|
666
|
-
"inputs": [],
|
667
|
-
"name": "getInstance",
|
668
|
-
"outputs": [
|
625
|
+
"indexed": false,
|
626
|
+
"internalType": "address",
|
627
|
+
"name": "currentWallet",
|
628
|
+
"type": "address"
|
629
|
+
},
|
669
630
|
{
|
670
|
-
"
|
671
|
-
"
|
631
|
+
"indexed": false,
|
632
|
+
"internalType": "address",
|
633
|
+
"name": "newWallet",
|
672
634
|
"type": "address"
|
673
|
-
}
|
674
|
-
],
|
675
|
-
"stateMutability": "view",
|
676
|
-
"type": "function"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"inputs": [],
|
680
|
-
"name": "getName",
|
681
|
-
"outputs": [
|
635
|
+
},
|
682
636
|
{
|
683
|
-
"
|
684
|
-
"
|
685
|
-
"
|
637
|
+
"indexed": false,
|
638
|
+
"internalType": "uint256",
|
639
|
+
"name": "currentBalance",
|
640
|
+
"type": "uint256"
|
686
641
|
}
|
687
642
|
],
|
688
|
-
"
|
689
|
-
"type": "
|
643
|
+
"name": "LogComponentServiceWalletTokensTransferred",
|
644
|
+
"type": "event"
|
690
645
|
},
|
691
646
|
{
|
692
|
-
"
|
693
|
-
"
|
694
|
-
"outputs": [
|
647
|
+
"anonymous": false,
|
648
|
+
"inputs": [
|
695
649
|
{
|
650
|
+
"indexed": false,
|
696
651
|
"internalType": "NftId",
|
697
|
-
"name": "",
|
652
|
+
"name": "nftId",
|
698
653
|
"type": "uint96"
|
699
|
-
}
|
700
|
-
],
|
701
|
-
"stateMutability": "view",
|
702
|
-
"type": "function"
|
703
|
-
},
|
704
|
-
{
|
705
|
-
"inputs": [],
|
706
|
-
"name": "getOwner",
|
707
|
-
"outputs": [
|
654
|
+
},
|
708
655
|
{
|
656
|
+
"indexed": false,
|
709
657
|
"internalType": "address",
|
710
|
-
"name": "",
|
658
|
+
"name": "owner",
|
711
659
|
"type": "address"
|
712
660
|
}
|
713
661
|
],
|
714
|
-
"
|
715
|
-
"type": "
|
716
|
-
},
|
717
|
-
{
|
718
|
-
"inputs": [],
|
719
|
-
"name": "getProductNftId",
|
720
|
-
"outputs": [
|
721
|
-
{
|
722
|
-
"internalType": "NftId",
|
723
|
-
"name": "productNftId",
|
724
|
-
"type": "uint96"
|
725
|
-
}
|
726
|
-
],
|
727
|
-
"stateMutability": "view",
|
728
|
-
"type": "function"
|
662
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
663
|
+
"type": "event"
|
729
664
|
},
|
730
665
|
{
|
731
666
|
"inputs": [
|
732
667
|
{
|
733
|
-
"internalType": "
|
734
|
-
"name": "
|
735
|
-
"type": "
|
736
|
-
}
|
737
|
-
],
|
738
|
-
"name": "getReferralId",
|
739
|
-
"outputs": [
|
668
|
+
"internalType": "contract IERC20Metadata",
|
669
|
+
"name": "token",
|
670
|
+
"type": "address"
|
671
|
+
},
|
740
672
|
{
|
741
|
-
"internalType": "
|
742
|
-
"name": "
|
743
|
-
"type": "
|
673
|
+
"internalType": "Amount",
|
674
|
+
"name": "amount",
|
675
|
+
"type": "uint96"
|
744
676
|
}
|
745
677
|
],
|
746
|
-
"
|
678
|
+
"name": "approveTokenHandler",
|
679
|
+
"outputs": [],
|
680
|
+
"stateMutability": "nonpayable",
|
747
681
|
"type": "function"
|
748
682
|
},
|
749
683
|
{
|
750
684
|
"inputs": [],
|
751
|
-
"name": "
|
685
|
+
"name": "authority",
|
752
686
|
"outputs": [
|
753
687
|
{
|
754
|
-
"internalType": "
|
688
|
+
"internalType": "address",
|
755
689
|
"name": "",
|
756
690
|
"type": "address"
|
757
691
|
}
|
@@ -761,347 +695,170 @@
|
|
761
695
|
},
|
762
696
|
{
|
763
697
|
"inputs": [],
|
764
|
-
"name": "
|
698
|
+
"name": "getDomain",
|
765
699
|
"outputs": [
|
766
700
|
{
|
767
|
-
"internalType": "
|
768
|
-
"name": "",
|
769
|
-
"type": "
|
701
|
+
"internalType": "ObjectType",
|
702
|
+
"name": "serviceDomain",
|
703
|
+
"type": "uint8"
|
770
704
|
}
|
771
705
|
],
|
772
|
-
"stateMutability": "
|
706
|
+
"stateMutability": "pure",
|
773
707
|
"type": "function"
|
774
708
|
},
|
775
709
|
{
|
776
710
|
"inputs": [],
|
777
|
-
"name": "
|
711
|
+
"name": "getInitialInfo",
|
778
712
|
"outputs": [
|
779
713
|
{
|
780
714
|
"components": [
|
781
715
|
{
|
782
716
|
"internalType": "NftId",
|
783
|
-
"name": "
|
717
|
+
"name": "nftId",
|
784
718
|
"type": "uint96"
|
785
719
|
},
|
786
720
|
{
|
787
|
-
"internalType": "
|
788
|
-
"name": "
|
789
|
-
"type": "
|
721
|
+
"internalType": "NftId",
|
722
|
+
"name": "parentNftId",
|
723
|
+
"type": "uint96"
|
790
724
|
},
|
791
725
|
{
|
792
|
-
"
|
793
|
-
|
794
|
-
|
795
|
-
"name": "fractionalFee",
|
796
|
-
"type": "uint256"
|
797
|
-
},
|
798
|
-
{
|
799
|
-
"internalType": "uint256",
|
800
|
-
"name": "fixedFee",
|
801
|
-
"type": "uint256"
|
802
|
-
}
|
803
|
-
],
|
804
|
-
"internalType": "struct Fee",
|
805
|
-
"name": "minDistributionOwnerFee",
|
806
|
-
"type": "tuple"
|
726
|
+
"internalType": "ObjectType",
|
727
|
+
"name": "objectType",
|
728
|
+
"type": "uint8"
|
807
729
|
},
|
808
730
|
{
|
809
|
-
"
|
810
|
-
|
811
|
-
|
812
|
-
"name": "fractionalFee",
|
813
|
-
"type": "uint256"
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"internalType": "uint256",
|
817
|
-
"name": "fixedFee",
|
818
|
-
"type": "uint256"
|
819
|
-
}
|
820
|
-
],
|
821
|
-
"internalType": "struct Fee",
|
822
|
-
"name": "distributionFee",
|
823
|
-
"type": "tuple"
|
731
|
+
"internalType": "bool",
|
732
|
+
"name": "isInterceptor",
|
733
|
+
"type": "bool"
|
824
734
|
},
|
825
735
|
{
|
826
736
|
"internalType": "address",
|
827
|
-
"name": "
|
737
|
+
"name": "objectAddress",
|
828
738
|
"type": "address"
|
829
739
|
},
|
830
740
|
{
|
831
|
-
"internalType": "
|
832
|
-
"name": "
|
833
|
-
"type": "
|
834
|
-
}
|
835
|
-
],
|
836
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
837
|
-
"name": "setupInfo",
|
838
|
-
"type": "tuple"
|
839
|
-
}
|
840
|
-
],
|
841
|
-
"stateMutability": "view",
|
842
|
-
"type": "function"
|
843
|
-
},
|
844
|
-
{
|
845
|
-
"inputs": [],
|
846
|
-
"name": "getToken",
|
847
|
-
"outputs": [
|
848
|
-
{
|
849
|
-
"internalType": "contract IERC20Metadata",
|
850
|
-
"name": "token",
|
851
|
-
"type": "address"
|
852
|
-
}
|
853
|
-
],
|
854
|
-
"stateMutability": "view",
|
855
|
-
"type": "function"
|
856
|
-
},
|
857
|
-
{
|
858
|
-
"inputs": [],
|
859
|
-
"name": "getWallet",
|
860
|
-
"outputs": [
|
861
|
-
{
|
862
|
-
"internalType": "address",
|
863
|
-
"name": "walletAddress",
|
864
|
-
"type": "address"
|
865
|
-
}
|
866
|
-
],
|
867
|
-
"stateMutability": "view",
|
868
|
-
"type": "function"
|
869
|
-
},
|
870
|
-
{
|
871
|
-
"inputs": [
|
872
|
-
{
|
873
|
-
"internalType": "address",
|
874
|
-
"name": "registry",
|
875
|
-
"type": "address"
|
876
|
-
},
|
877
|
-
{
|
878
|
-
"internalType": "NftId",
|
879
|
-
"name": "instanceNftId",
|
880
|
-
"type": "uint96"
|
881
|
-
},
|
882
|
-
{
|
883
|
-
"internalType": "string",
|
884
|
-
"name": "name",
|
885
|
-
"type": "string"
|
886
|
-
},
|
887
|
-
{
|
888
|
-
"internalType": "address",
|
889
|
-
"name": "token",
|
890
|
-
"type": "address"
|
891
|
-
},
|
892
|
-
{
|
893
|
-
"internalType": "ObjectType",
|
894
|
-
"name": "componentType",
|
895
|
-
"type": "uint8"
|
896
|
-
},
|
897
|
-
{
|
898
|
-
"internalType": "bool",
|
899
|
-
"name": "isInterceptor",
|
900
|
-
"type": "bool"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"internalType": "address",
|
904
|
-
"name": "initialOwner",
|
905
|
-
"type": "address"
|
906
|
-
},
|
907
|
-
{
|
908
|
-
"internalType": "bytes",
|
909
|
-
"name": "registryData",
|
910
|
-
"type": "bytes"
|
911
|
-
}
|
912
|
-
],
|
913
|
-
"name": "initializeComponent",
|
914
|
-
"outputs": [],
|
915
|
-
"stateMutability": "nonpayable",
|
916
|
-
"type": "function"
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"inputs": [
|
920
|
-
{
|
921
|
-
"internalType": "address",
|
922
|
-
"name": "registry",
|
923
|
-
"type": "address"
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"internalType": "NftId",
|
927
|
-
"name": "instanceNftId",
|
928
|
-
"type": "uint96"
|
929
|
-
},
|
930
|
-
{
|
931
|
-
"internalType": "string",
|
932
|
-
"name": "name",
|
933
|
-
"type": "string"
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"internalType": "address",
|
937
|
-
"name": "token",
|
938
|
-
"type": "address"
|
939
|
-
},
|
940
|
-
{
|
941
|
-
"components": [
|
942
|
-
{
|
943
|
-
"internalType": "UFixed",
|
944
|
-
"name": "fractionalFee",
|
945
|
-
"type": "uint256"
|
946
|
-
},
|
947
|
-
{
|
948
|
-
"internalType": "uint256",
|
949
|
-
"name": "fixedFee",
|
950
|
-
"type": "uint256"
|
951
|
-
}
|
952
|
-
],
|
953
|
-
"internalType": "struct Fee",
|
954
|
-
"name": "minDistributionOwnerFee",
|
955
|
-
"type": "tuple"
|
956
|
-
},
|
957
|
-
{
|
958
|
-
"components": [
|
959
|
-
{
|
960
|
-
"internalType": "UFixed",
|
961
|
-
"name": "fractionalFee",
|
962
|
-
"type": "uint256"
|
741
|
+
"internalType": "address",
|
742
|
+
"name": "initialOwner",
|
743
|
+
"type": "address"
|
963
744
|
},
|
964
745
|
{
|
965
|
-
"internalType": "
|
966
|
-
"name": "
|
967
|
-
"type": "
|
968
|
-
}
|
969
|
-
],
|
970
|
-
"internalType": "struct
|
971
|
-
"name": "
|
972
|
-
"type": "tuple"
|
973
|
-
},
|
974
|
-
{
|
975
|
-
"internalType": "address",
|
976
|
-
"name": "initialOwner",
|
977
|
-
"type": "address"
|
978
|
-
},
|
979
|
-
{
|
980
|
-
"internalType": "bytes",
|
981
|
-
"name": "registryData",
|
982
|
-
"type": "bytes"
|
746
|
+
"internalType": "bytes",
|
747
|
+
"name": "data",
|
748
|
+
"type": "bytes"
|
749
|
+
}
|
750
|
+
],
|
751
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
752
|
+
"name": "",
|
753
|
+
"type": "tuple"
|
983
754
|
}
|
984
755
|
],
|
985
|
-
"
|
986
|
-
"outputs": [],
|
987
|
-
"stateMutability": "nonpayable",
|
756
|
+
"stateMutability": "view",
|
988
757
|
"type": "function"
|
989
758
|
},
|
990
759
|
{
|
991
760
|
"inputs": [],
|
992
|
-
"name": "
|
993
|
-
"outputs": [
|
994
|
-
|
761
|
+
"name": "getNftId",
|
762
|
+
"outputs": [
|
763
|
+
{
|
764
|
+
"internalType": "NftId",
|
765
|
+
"name": "",
|
766
|
+
"type": "uint96"
|
767
|
+
}
|
768
|
+
],
|
769
|
+
"stateMutability": "view",
|
995
770
|
"type": "function"
|
996
771
|
},
|
997
772
|
{
|
998
|
-
"inputs": [
|
999
|
-
|
1000
|
-
|
1001
|
-
"name": "initialOwner",
|
1002
|
-
"type": "address"
|
1003
|
-
},
|
773
|
+
"inputs": [],
|
774
|
+
"name": "getOwner",
|
775
|
+
"outputs": [
|
1004
776
|
{
|
1005
777
|
"internalType": "address",
|
1006
|
-
"name": "
|
778
|
+
"name": "",
|
1007
779
|
"type": "address"
|
1008
780
|
}
|
1009
781
|
],
|
1010
|
-
"
|
1011
|
-
"outputs": [],
|
1012
|
-
"stateMutability": "nonpayable",
|
782
|
+
"stateMutability": "view",
|
1013
783
|
"type": "function"
|
1014
784
|
},
|
1015
785
|
{
|
1016
|
-
"inputs": [
|
786
|
+
"inputs": [],
|
787
|
+
"name": "getRegistry",
|
788
|
+
"outputs": [
|
1017
789
|
{
|
1018
|
-
"internalType": "
|
1019
|
-
"name": "
|
790
|
+
"internalType": "contract IRegistry",
|
791
|
+
"name": "",
|
1020
792
|
"type": "address"
|
1021
|
-
}
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
793
|
+
}
|
794
|
+
],
|
795
|
+
"stateMutability": "view",
|
796
|
+
"type": "function"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"inputs": [],
|
800
|
+
"name": "getRelease",
|
801
|
+
"outputs": [
|
1027
802
|
{
|
1028
|
-
"internalType": "
|
1029
|
-
"name": "
|
803
|
+
"internalType": "VersionPart",
|
804
|
+
"name": "release",
|
1030
805
|
"type": "uint8"
|
1031
|
-
},
|
1032
|
-
{
|
1033
|
-
"internalType": "bool",
|
1034
|
-
"name": "isInterceptor",
|
1035
|
-
"type": "bool"
|
1036
|
-
},
|
1037
|
-
{
|
1038
|
-
"internalType": "address",
|
1039
|
-
"name": "initialOwner",
|
1040
|
-
"type": "address"
|
1041
|
-
},
|
1042
|
-
{
|
1043
|
-
"internalType": "bytes",
|
1044
|
-
"name": "registryData",
|
1045
|
-
"type": "bytes"
|
1046
806
|
}
|
1047
807
|
],
|
1048
|
-
"
|
1049
|
-
"outputs": [],
|
1050
|
-
"stateMutability": "nonpayable",
|
808
|
+
"stateMutability": "view",
|
1051
809
|
"type": "function"
|
1052
810
|
},
|
1053
811
|
{
|
1054
|
-
"inputs": [
|
812
|
+
"inputs": [],
|
813
|
+
"name": "getRoleId",
|
814
|
+
"outputs": [
|
1055
815
|
{
|
1056
|
-
"internalType": "
|
1057
|
-
"name": "
|
1058
|
-
"type": "
|
816
|
+
"internalType": "RoleId",
|
817
|
+
"name": "serviceRoleId",
|
818
|
+
"type": "uint64"
|
1059
819
|
}
|
1060
820
|
],
|
1061
|
-
"
|
1062
|
-
"outputs": [],
|
1063
|
-
"stateMutability": "nonpayable",
|
821
|
+
"stateMutability": "view",
|
1064
822
|
"type": "function"
|
1065
823
|
},
|
1066
824
|
{
|
1067
825
|
"inputs": [],
|
1068
|
-
"name": "
|
826
|
+
"name": "getVersion",
|
1069
827
|
"outputs": [
|
1070
828
|
{
|
1071
|
-
"internalType": "
|
829
|
+
"internalType": "Version",
|
1072
830
|
"name": "",
|
1073
|
-
"type": "
|
831
|
+
"type": "uint24"
|
1074
832
|
}
|
1075
833
|
],
|
1076
|
-
"stateMutability": "
|
834
|
+
"stateMutability": "pure",
|
1077
835
|
"type": "function"
|
1078
836
|
},
|
1079
837
|
{
|
1080
838
|
"inputs": [
|
1081
839
|
{
|
1082
840
|
"internalType": "address",
|
1083
|
-
"name": "
|
841
|
+
"name": "activatedBy",
|
1084
842
|
"type": "address"
|
1085
|
-
}
|
1086
|
-
],
|
1087
|
-
"name": "isDistributor",
|
1088
|
-
"outputs": [
|
843
|
+
},
|
1089
844
|
{
|
1090
|
-
"internalType": "
|
1091
|
-
"name": "",
|
1092
|
-
"type": "
|
845
|
+
"internalType": "bytes",
|
846
|
+
"name": "activationData",
|
847
|
+
"type": "bytes"
|
1093
848
|
}
|
1094
849
|
],
|
1095
|
-
"
|
850
|
+
"name": "initializeVersionable",
|
851
|
+
"outputs": [],
|
852
|
+
"stateMutability": "nonpayable",
|
1096
853
|
"type": "function"
|
1097
854
|
},
|
1098
855
|
{
|
1099
856
|
"inputs": [],
|
1100
|
-
"name": "
|
857
|
+
"name": "isActive",
|
1101
858
|
"outputs": [
|
1102
859
|
{
|
1103
860
|
"internalType": "bool",
|
1104
|
-
"name": "
|
861
|
+
"name": "active",
|
1105
862
|
"type": "bool"
|
1106
863
|
}
|
1107
864
|
],
|
@@ -1110,12 +867,12 @@
|
|
1110
867
|
},
|
1111
868
|
{
|
1112
869
|
"inputs": [],
|
1113
|
-
"name": "
|
870
|
+
"name": "isConsumingScheduledOp",
|
1114
871
|
"outputs": [
|
1115
872
|
{
|
1116
|
-
"internalType": "
|
1117
|
-
"name": "
|
1118
|
-
"type": "
|
873
|
+
"internalType": "bytes4",
|
874
|
+
"name": "",
|
875
|
+
"type": "bytes4"
|
1119
876
|
}
|
1120
877
|
],
|
1121
878
|
"stateMutability": "view",
|
@@ -1124,14 +881,13 @@
|
|
1124
881
|
{
|
1125
882
|
"inputs": [],
|
1126
883
|
"name": "linkToRegisteredNftId",
|
1127
|
-
"outputs": [
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
"outputs": [],
|
884
|
+
"outputs": [
|
885
|
+
{
|
886
|
+
"internalType": "NftId",
|
887
|
+
"name": "",
|
888
|
+
"type": "uint96"
|
889
|
+
}
|
890
|
+
],
|
1135
891
|
"stateMutability": "nonpayable",
|
1136
892
|
"type": "function"
|
1137
893
|
},
|
@@ -1139,17 +895,18 @@
|
|
1139
895
|
"inputs": [
|
1140
896
|
{
|
1141
897
|
"internalType": "address",
|
1142
|
-
"name": "
|
898
|
+
"name": "component",
|
1143
899
|
"type": "address"
|
1144
|
-
}
|
900
|
+
}
|
901
|
+
],
|
902
|
+
"name": "registerComponent",
|
903
|
+
"outputs": [
|
1145
904
|
{
|
1146
|
-
"internalType": "
|
1147
|
-
"name": "
|
1148
|
-
"type": "
|
905
|
+
"internalType": "NftId",
|
906
|
+
"name": "componentNftId",
|
907
|
+
"type": "uint96"
|
1149
908
|
}
|
1150
909
|
],
|
1151
|
-
"name": "nftMint",
|
1152
|
-
"outputs": [],
|
1153
910
|
"stateMutability": "nonpayable",
|
1154
911
|
"type": "function"
|
1155
912
|
},
|
@@ -1157,39 +914,35 @@
|
|
1157
914
|
"inputs": [
|
1158
915
|
{
|
1159
916
|
"internalType": "address",
|
1160
|
-
"name": "
|
917
|
+
"name": "product",
|
1161
918
|
"type": "address"
|
1162
919
|
},
|
1163
920
|
{
|
1164
921
|
"internalType": "address",
|
1165
|
-
"name": "
|
922
|
+
"name": "token",
|
1166
923
|
"type": "address"
|
1167
|
-
}
|
924
|
+
}
|
925
|
+
],
|
926
|
+
"name": "registerProduct",
|
927
|
+
"outputs": [
|
1168
928
|
{
|
1169
|
-
"internalType": "
|
1170
|
-
"name": "
|
1171
|
-
"type": "
|
929
|
+
"internalType": "NftId",
|
930
|
+
"name": "productNftId",
|
931
|
+
"type": "uint96"
|
1172
932
|
}
|
1173
933
|
],
|
1174
|
-
"name": "nftTransferFrom",
|
1175
|
-
"outputs": [],
|
1176
934
|
"stateMutability": "nonpayable",
|
1177
935
|
"type": "function"
|
1178
936
|
},
|
1179
937
|
{
|
1180
938
|
"inputs": [
|
1181
939
|
{
|
1182
|
-
"internalType": "
|
1183
|
-
"name": "
|
1184
|
-
"type": "
|
1185
|
-
},
|
1186
|
-
{
|
1187
|
-
"internalType": "uint256",
|
1188
|
-
"name": "feeAmount",
|
1189
|
-
"type": "uint256"
|
940
|
+
"internalType": "address",
|
941
|
+
"name": "",
|
942
|
+
"type": "address"
|
1190
943
|
}
|
1191
944
|
],
|
1192
|
-
"name": "
|
945
|
+
"name": "setAuthority",
|
1193
946
|
"outputs": [],
|
1194
947
|
"stateMutability": "nonpayable",
|
1195
948
|
"type": "function"
|
@@ -1197,12 +950,41 @@
|
|
1197
950
|
{
|
1198
951
|
"inputs": [
|
1199
952
|
{
|
1200
|
-
"
|
1201
|
-
|
1202
|
-
|
953
|
+
"components": [
|
954
|
+
{
|
955
|
+
"internalType": "UFixed",
|
956
|
+
"name": "fractionalFee",
|
957
|
+
"type": "uint160"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"internalType": "Amount",
|
961
|
+
"name": "fixedFee",
|
962
|
+
"type": "uint96"
|
963
|
+
}
|
964
|
+
],
|
965
|
+
"internalType": "struct Fee",
|
966
|
+
"name": "distributionFee",
|
967
|
+
"type": "tuple"
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"components": [
|
971
|
+
{
|
972
|
+
"internalType": "UFixed",
|
973
|
+
"name": "fractionalFee",
|
974
|
+
"type": "uint160"
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"internalType": "Amount",
|
978
|
+
"name": "fixedFee",
|
979
|
+
"type": "uint96"
|
980
|
+
}
|
981
|
+
],
|
982
|
+
"internalType": "struct Fee",
|
983
|
+
"name": "minDistributionOwnerFee",
|
984
|
+
"type": "tuple"
|
1203
985
|
}
|
1204
986
|
],
|
1205
|
-
"name": "
|
987
|
+
"name": "setDistributionFees",
|
1206
988
|
"outputs": [],
|
1207
989
|
"stateMutability": "nonpayable",
|
1208
990
|
"type": "function"
|
@@ -1210,12 +992,12 @@
|
|
1210
992
|
{
|
1211
993
|
"inputs": [
|
1212
994
|
{
|
1213
|
-
"internalType": "
|
1214
|
-
"name": "
|
1215
|
-
"type": "
|
995
|
+
"internalType": "bool",
|
996
|
+
"name": "locked",
|
997
|
+
"type": "bool"
|
1216
998
|
}
|
1217
999
|
],
|
1218
|
-
"name": "
|
1000
|
+
"name": "setLocked",
|
1219
1001
|
"outputs": [],
|
1220
1002
|
"stateMutability": "nonpayable",
|
1221
1003
|
"type": "function"
|
@@ -1227,16 +1009,16 @@
|
|
1227
1009
|
{
|
1228
1010
|
"internalType": "UFixed",
|
1229
1011
|
"name": "fractionalFee",
|
1230
|
-
"type": "
|
1012
|
+
"type": "uint160"
|
1231
1013
|
},
|
1232
1014
|
{
|
1233
|
-
"internalType": "
|
1015
|
+
"internalType": "Amount",
|
1234
1016
|
"name": "fixedFee",
|
1235
|
-
"type": "
|
1017
|
+
"type": "uint96"
|
1236
1018
|
}
|
1237
1019
|
],
|
1238
1020
|
"internalType": "struct Fee",
|
1239
|
-
"name": "
|
1021
|
+
"name": "poolFee",
|
1240
1022
|
"type": "tuple"
|
1241
1023
|
},
|
1242
1024
|
{
|
@@ -1244,20 +1026,37 @@
|
|
1244
1026
|
{
|
1245
1027
|
"internalType": "UFixed",
|
1246
1028
|
"name": "fractionalFee",
|
1247
|
-
"type": "
|
1029
|
+
"type": "uint160"
|
1248
1030
|
},
|
1249
1031
|
{
|
1250
|
-
"internalType": "
|
1032
|
+
"internalType": "Amount",
|
1251
1033
|
"name": "fixedFee",
|
1252
|
-
"type": "
|
1034
|
+
"type": "uint96"
|
1253
1035
|
}
|
1254
1036
|
],
|
1255
1037
|
"internalType": "struct Fee",
|
1256
|
-
"name": "
|
1038
|
+
"name": "stakingFee",
|
1039
|
+
"type": "tuple"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"components": [
|
1043
|
+
{
|
1044
|
+
"internalType": "UFixed",
|
1045
|
+
"name": "fractionalFee",
|
1046
|
+
"type": "uint160"
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"internalType": "Amount",
|
1050
|
+
"name": "fixedFee",
|
1051
|
+
"type": "uint96"
|
1052
|
+
}
|
1053
|
+
],
|
1054
|
+
"internalType": "struct Fee",
|
1055
|
+
"name": "performanceFee",
|
1257
1056
|
"type": "tuple"
|
1258
1057
|
}
|
1259
1058
|
],
|
1260
|
-
"name": "
|
1059
|
+
"name": "setPoolFees",
|
1261
1060
|
"outputs": [],
|
1262
1061
|
"stateMutability": "nonpayable",
|
1263
1062
|
"type": "function"
|
@@ -1265,12 +1064,41 @@
|
|
1265
1064
|
{
|
1266
1065
|
"inputs": [
|
1267
1066
|
{
|
1268
|
-
"
|
1269
|
-
|
1270
|
-
|
1067
|
+
"components": [
|
1068
|
+
{
|
1069
|
+
"internalType": "UFixed",
|
1070
|
+
"name": "fractionalFee",
|
1071
|
+
"type": "uint160"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"internalType": "Amount",
|
1075
|
+
"name": "fixedFee",
|
1076
|
+
"type": "uint96"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"internalType": "struct Fee",
|
1080
|
+
"name": "productFee",
|
1081
|
+
"type": "tuple"
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"components": [
|
1085
|
+
{
|
1086
|
+
"internalType": "UFixed",
|
1087
|
+
"name": "fractionalFee",
|
1088
|
+
"type": "uint160"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"internalType": "Amount",
|
1092
|
+
"name": "fixedFee",
|
1093
|
+
"type": "uint96"
|
1094
|
+
}
|
1095
|
+
],
|
1096
|
+
"internalType": "struct Fee",
|
1097
|
+
"name": "processingFee",
|
1098
|
+
"type": "tuple"
|
1271
1099
|
}
|
1272
1100
|
],
|
1273
|
-
"name": "
|
1101
|
+
"name": "setProductFees",
|
1274
1102
|
"outputs": [],
|
1275
1103
|
"stateMutability": "nonpayable",
|
1276
1104
|
"type": "function"
|
@@ -1308,8 +1136,14 @@
|
|
1308
1136
|
"type": "function"
|
1309
1137
|
},
|
1310
1138
|
{
|
1311
|
-
"inputs": [
|
1312
|
-
|
1139
|
+
"inputs": [
|
1140
|
+
{
|
1141
|
+
"internalType": "bytes",
|
1142
|
+
"name": "upgradeData",
|
1143
|
+
"type": "bytes"
|
1144
|
+
}
|
1145
|
+
],
|
1146
|
+
"name": "upgradeVersionable",
|
1313
1147
|
"outputs": [],
|
1314
1148
|
"stateMutability": "nonpayable",
|
1315
1149
|
"type": "function"
|
@@ -1317,23 +1151,19 @@
|
|
1317
1151
|
{
|
1318
1152
|
"inputs": [
|
1319
1153
|
{
|
1320
|
-
"internalType": "
|
1321
|
-
"name": "
|
1154
|
+
"internalType": "Amount",
|
1155
|
+
"name": "withdrawAmount",
|
1322
1156
|
"type": "uint96"
|
1323
|
-
}
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
"type": "bytes8"
|
1328
|
-
},
|
1157
|
+
}
|
1158
|
+
],
|
1159
|
+
"name": "withdrawFees",
|
1160
|
+
"outputs": [
|
1329
1161
|
{
|
1330
|
-
"internalType": "
|
1331
|
-
"name": "
|
1332
|
-
"type": "
|
1162
|
+
"internalType": "Amount",
|
1163
|
+
"name": "withdrawnAmount",
|
1164
|
+
"type": "uint96"
|
1333
1165
|
}
|
1334
1166
|
],
|
1335
|
-
"name": "updateDistributorType",
|
1336
|
-
"outputs": [],
|
1337
1167
|
"stateMutability": "nonpayable",
|
1338
1168
|
"type": "function"
|
1339
1169
|
}
|