@etherisc/gif-next 0.0.2-ffba655 → 3.0.0-1a7e54a-113
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +277 -68
- 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 +810 -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 +1735 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2008 -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 +817 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1400 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
- 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 +950 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +838 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1474 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -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/flight/FlightLib.sol/FlightLib.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +500 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +229 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +1198 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +849 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +1466 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2189 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +844 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +376 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +901 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.json +332 -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/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +734 -451
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1102 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +810 -530
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2400 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2628 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1348 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +792 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -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/base/Cloneable.sol/Cloneable.json +137 -0
- 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 +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
- 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 +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -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 +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
- 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 +830 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -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 +886 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -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/pool/Pool.sol/Pool.json +1015 -0
- 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 +886 -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 +810 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -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 +906 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
- 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/product/IPolicyService.sol/IPolicyService.json +1036 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
- 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 +874 -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 +834 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1107 -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 +794 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1055 -113
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1543 -176
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2255 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +793 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2271 -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 +1401 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -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/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
- 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/shared/IComponent.sol/IComponent.json +620 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IRegisterable.json → shared/INftOwnable.sol/INftOwnable.json} +72 -72
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +179 -158
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +428 -0
- 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 +785 -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 +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +397 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +482 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- 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 +2747 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -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 +270 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -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 +238 -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 +161 -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/RequestIdSet.sol/LibRequestIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +33 -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 +308 -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 +199 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +344 -0
- 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/upgradeability/IVersionable.sol/IVersionable.json +65 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -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/upgradeability/Versionable.sol/Versionable.json +88 -0
- 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 +679 -0
- package/contracts/authorization/AccessAdminLib.sol +678 -0
- package/contracts/authorization/AccessManagerCloneable.sol +140 -0
- package/contracts/authorization/Authorization.sol +190 -0
- package/contracts/authorization/IAccess.sol +66 -0
- package/contracts/authorization/IAccessAdmin.sol +142 -0
- package/contracts/authorization/IAuthorization.sol +26 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +300 -0
- package/contracts/distribution/BasicDistribution.sol +140 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +245 -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/flight/FlightLib.sol +311 -0
- package/contracts/examples/flight/FlightMessageVerifier.sol +128 -0
- package/contracts/examples/flight/FlightOracle.sol +167 -0
- package/contracts/examples/flight/FlightOracleAuthorization.sol +34 -0
- package/contracts/examples/flight/FlightPool.sol +89 -0
- package/contracts/examples/flight/FlightPoolAuthorization.sol +37 -0
- package/contracts/examples/flight/FlightProduct.sol +545 -0
- package/contracts/examples/flight/FlightProductAuthorization.sol +44 -0
- package/contracts/examples/flight/FlightUSD.sol +26 -0
- package/contracts/examples/flight/originalV1.sol +396 -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 +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +151 -15
- package/contracts/instance/IInstanceService.sol +119 -0
- package/contracts/instance/Instance.sol +332 -45
- package/contracts/instance/InstanceAdmin.sol +307 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
- package/contracts/instance/InstanceReader.sol +628 -0
- package/contracts/instance/InstanceService.sol +514 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +323 -0
- package/contracts/instance/ProductStore.sol +290 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/TargetNames.sol +10 -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 +21 -0
- package/contracts/instance/module/IComponents.sol +60 -0
- package/contracts/instance/module/IDistribution.sol +54 -0
- package/contracts/instance/module/IPolicy.sol +105 -0
- package/contracts/instance/module/IRisk.sol +16 -0
- package/contracts/mock/Dip.sol +26 -0
- package/contracts/oracle/BasicOracle.sol +44 -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 +152 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +161 -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 +331 -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/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +48 -0
- package/contracts/product/BasicProductAuthorization.sol +64 -0
- package/contracts/product/ClaimService.sol +626 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +88 -0
- 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 +491 -0
- package/contracts/product/RiskService.sol +189 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +176 -100
- package/contracts/registry/IRegistry.sol +149 -47
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +671 -117
- package/contracts/registry/RegistryAdmin.sol +173 -0
- package/contracts/registry/RegistryAuthorization.sol +337 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +199 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
- package/contracts/registry/TokenRegistry.sol +317 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +691 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/EcdsaChecker.sol +5 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +27 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +36 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +232 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +129 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +106 -0
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +67 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +366 -0
- package/contracts/staking/IStakingService.sol +127 -0
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +797 -0
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingManager.sol +53 -0
- package/contracts/staking/StakingReader.sol +171 -0
- package/contracts/staking/StakingService.sol +321 -0
- package/contracts/staking/StakingServiceManager.sol +46 -0
- package/contracts/staking/StakingStore.sol +1368 -0
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +234 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +154 -0
- package/contracts/type/Blocknumber.sol +137 -0
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +85 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +96 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RequestIdSet.sol +62 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +124 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/type/StateId.sol +149 -0
- package/contracts/type/String.sol +95 -0
- package/contracts/type/Timestamp.sol +152 -0
- package/contracts/type/UFixed.sol +263 -0
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +56 -0
- package/contracts/upgradeability/ProxyManager.sol +246 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +27 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -231
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/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/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -12
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -66
- package/contracts/experiment/errors/Require.sol +0 -33
- package/contracts/experiment/errors/Revert.sol +0 -39
- package/contracts/experiment/inheritance/A.sol +0 -56
- package/contracts/experiment/inheritance/B.sol +0 -23
- package/contracts/experiment/inheritance/C.sol +0 -28
- package/contracts/experiment/inheritance/IA.sol +0 -18
- package/contracts/experiment/inheritance/IB.sol +0 -9
- package/contracts/experiment/inheritance/IC.sol +0 -11
- package/contracts/experiment/types/TypeA.sol +0 -42
- package/contracts/experiment/types/TypeB.sol +0 -24
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -248
- package/contracts/instance/component/IComponent.sol +0 -95
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -107
- package/contracts/instance/pool/IPoolModule.sol +0 -41
- package/contracts/instance/pool/PoolModule.sol +0 -86
- package/contracts/instance/product/IProductService.sol +0 -46
- package/contracts/instance/product/ProductService.sol +0 -108
- package/contracts/registry/IChainNft.sol +0 -18
- package/contracts/types/Blocknumber.sol +0 -60
- package/contracts/types/ChainId.sol +0 -30
- package/contracts/types/NftId.sol +0 -35
- package/contracts/types/Timestamp.sol +0 -55
- package/contracts/types/UFixed.sol +0 -211
@@ -4,414 +4,492 @@
|
|
4
4
|
"sourceName": "contracts/instance/IInstance.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
|
-
"anonymous": false,
|
8
7
|
"inputs": [
|
9
8
|
{
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
|
14
|
-
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
15
19
|
{
|
16
|
-
"indexed": false,
|
17
20
|
"internalType": "address",
|
18
|
-
"name": "
|
21
|
+
"name": "caller",
|
19
22
|
"type": "address"
|
20
23
|
},
|
21
24
|
{
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"type": "string"
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
26
28
|
}
|
27
29
|
],
|
28
|
-
"name": "
|
29
|
-
"type": "
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
30
32
|
},
|
31
33
|
{
|
32
|
-
"inputs": [
|
33
|
-
"name": "ORACLE_OWNER_ROLE",
|
34
|
-
"outputs": [
|
34
|
+
"inputs": [
|
35
35
|
{
|
36
|
-
"internalType": "
|
37
|
-
"name": "
|
38
|
-
"type": "
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
39
|
}
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"type": "
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
43
|
},
|
44
44
|
{
|
45
|
-
"inputs": [
|
46
|
-
"name": "POOL_OWNER_ROLE",
|
47
|
-
"outputs": [
|
45
|
+
"inputs": [
|
48
46
|
{
|
49
|
-
"internalType": "
|
50
|
-
"name": "
|
51
|
-
"type": "
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "authority",
|
49
|
+
"type": "address"
|
52
50
|
}
|
53
51
|
],
|
54
|
-
"
|
55
|
-
"type": "
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
56
54
|
},
|
57
55
|
{
|
58
|
-
"inputs": [
|
59
|
-
"name": "PRODUCT_OWNER_ROLE",
|
60
|
-
"outputs": [
|
56
|
+
"inputs": [
|
61
57
|
{
|
62
|
-
"internalType": "
|
63
|
-
"name": "
|
64
|
-
"type": "
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "instanceBundleSet",
|
60
|
+
"type": "address"
|
65
61
|
}
|
66
62
|
],
|
67
|
-
"
|
68
|
-
"type": "
|
63
|
+
"name": "ErrorInstanceBundleSetAlreadySet",
|
64
|
+
"type": "error"
|
69
65
|
},
|
70
66
|
{
|
71
67
|
"inputs": [
|
72
68
|
{
|
73
|
-
"internalType": "
|
74
|
-
"name": "
|
75
|
-
"type": "
|
69
|
+
"internalType": "address",
|
70
|
+
"name": "instanceAuthority",
|
71
|
+
"type": "address"
|
76
72
|
}
|
77
73
|
],
|
78
|
-
"name": "
|
79
|
-
"
|
80
|
-
"stateMutability": "nonpayable",
|
81
|
-
"type": "function"
|
74
|
+
"name": "ErrorInstanceBundleSetAuthorityMismatch",
|
75
|
+
"type": "error"
|
82
76
|
},
|
83
77
|
{
|
84
|
-
"inputs": [
|
85
|
-
"name": "components",
|
86
|
-
"outputs": [
|
78
|
+
"inputs": [
|
87
79
|
{
|
88
|
-
"internalType": "
|
89
|
-
"name": "
|
90
|
-
"type": "
|
80
|
+
"internalType": "address",
|
81
|
+
"name": "instance",
|
82
|
+
"type": "address"
|
91
83
|
}
|
92
84
|
],
|
93
|
-
"
|
94
|
-
"type": "
|
85
|
+
"name": "ErrorInstanceBundleSetInstanceMismatch",
|
86
|
+
"type": "error"
|
95
87
|
},
|
96
88
|
{
|
97
89
|
"inputs": [
|
98
|
-
{
|
99
|
-
"components": [
|
100
|
-
{
|
101
|
-
"internalType": "NftId",
|
102
|
-
"name": "nftId",
|
103
|
-
"type": "uint96"
|
104
|
-
},
|
105
|
-
{
|
106
|
-
"internalType": "NftId",
|
107
|
-
"name": "parentNftId",
|
108
|
-
"type": "uint96"
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"internalType": "uint256",
|
112
|
-
"name": "objectType",
|
113
|
-
"type": "uint256"
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"internalType": "address",
|
117
|
-
"name": "objectAddress",
|
118
|
-
"type": "address"
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"internalType": "address",
|
122
|
-
"name": "initialOwner",
|
123
|
-
"type": "address"
|
124
|
-
}
|
125
|
-
],
|
126
|
-
"internalType": "struct IRegistry.RegistryInfo",
|
127
|
-
"name": "productInfo",
|
128
|
-
"type": "tuple"
|
129
|
-
},
|
130
90
|
{
|
131
91
|
"internalType": "address",
|
132
|
-
"name": "
|
92
|
+
"name": "instanceAdmin",
|
133
93
|
"type": "address"
|
134
|
-
},
|
135
|
-
{
|
136
|
-
"internalType": "uint256",
|
137
|
-
"name": "sumInsuredAmount",
|
138
|
-
"type": "uint256"
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"internalType": "uint256",
|
142
|
-
"name": "premiumAmount",
|
143
|
-
"type": "uint256"
|
144
|
-
},
|
145
|
-
{
|
146
|
-
"internalType": "uint256",
|
147
|
-
"name": "lifetime",
|
148
|
-
"type": "uint256"
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"internalType": "NftId",
|
152
|
-
"name": "bundleNftId",
|
153
|
-
"type": "uint96"
|
154
94
|
}
|
155
95
|
],
|
156
|
-
"name": "
|
157
|
-
"
|
96
|
+
"name": "ErrorInstanceInstanceAdminAlreadySet",
|
97
|
+
"type": "error"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"inputs": [
|
158
101
|
{
|
159
|
-
"internalType": "
|
160
|
-
"name": "
|
161
|
-
"type": "
|
102
|
+
"internalType": "address",
|
103
|
+
"name": "instanceAuthority",
|
104
|
+
"type": "address"
|
162
105
|
}
|
163
106
|
],
|
164
|
-
"
|
165
|
-
"type": "
|
107
|
+
"name": "ErrorInstanceInstanceAdminAuthorityMismatch",
|
108
|
+
"type": "error"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"inputs": [],
|
112
|
+
"name": "ErrorInstanceInstanceAdminZero",
|
113
|
+
"type": "error"
|
166
114
|
},
|
167
115
|
{
|
168
116
|
"inputs": [
|
169
117
|
{
|
170
|
-
"internalType": "
|
171
|
-
"name": "
|
172
|
-
"type": "
|
173
|
-
}
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceAuthority",
|
120
|
+
"type": "address"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [
|
174
128
|
{
|
175
129
|
"internalType": "address",
|
176
|
-
"name": "
|
130
|
+
"name": "instanceStore",
|
177
131
|
"type": "address"
|
178
|
-
}
|
132
|
+
}
|
133
|
+
],
|
134
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
135
|
+
"type": "error"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"inputs": [
|
179
139
|
{
|
180
140
|
"internalType": "address",
|
181
|
-
"name": "
|
141
|
+
"name": "instanceAuthority",
|
182
142
|
"type": "address"
|
183
143
|
}
|
184
144
|
],
|
185
|
-
"name": "
|
186
|
-
"
|
187
|
-
"stateMutability": "nonpayable",
|
188
|
-
"type": "function"
|
145
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
146
|
+
"type": "error"
|
189
147
|
},
|
190
148
|
{
|
191
149
|
"inputs": [
|
192
150
|
{
|
193
|
-
"internalType": "
|
194
|
-
"name": "
|
195
|
-
"type": "
|
151
|
+
"internalType": "RoleId",
|
152
|
+
"name": "roleId",
|
153
|
+
"type": "uint64"
|
196
154
|
}
|
197
155
|
],
|
198
|
-
"name": "
|
199
|
-
"
|
156
|
+
"name": "ErrorInstanceNotCustomRole",
|
157
|
+
"type": "error"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"inputs": [
|
161
|
+
{
|
162
|
+
"internalType": "RoleId",
|
163
|
+
"name": "roleId",
|
164
|
+
"type": "uint64"
|
165
|
+
},
|
200
166
|
{
|
201
|
-
"internalType": "
|
202
|
-
"name": "
|
203
|
-
"type": "
|
167
|
+
"internalType": "address",
|
168
|
+
"name": "account",
|
169
|
+
"type": "address"
|
204
170
|
}
|
205
171
|
],
|
206
|
-
"
|
207
|
-
"type": "
|
172
|
+
"name": "ErrorInstanceNotRoleAdmin",
|
173
|
+
"type": "error"
|
208
174
|
},
|
209
175
|
{
|
210
176
|
"inputs": [
|
211
177
|
{
|
212
|
-
"internalType": "
|
213
|
-
"name": "
|
214
|
-
"type": "
|
178
|
+
"internalType": "address",
|
179
|
+
"name": "instanceRiskSet",
|
180
|
+
"type": "address"
|
215
181
|
}
|
216
182
|
],
|
217
|
-
"name": "
|
218
|
-
"
|
219
|
-
"stateMutability": "nonpayable",
|
220
|
-
"type": "function"
|
183
|
+
"name": "ErrorInstanceRiskSetAlreadySet",
|
184
|
+
"type": "error"
|
221
185
|
},
|
222
186
|
{
|
223
187
|
"inputs": [
|
224
188
|
{
|
225
|
-
"internalType": "
|
226
|
-
"name": "
|
227
|
-
"type": "
|
189
|
+
"internalType": "address",
|
190
|
+
"name": "instanceAuthority",
|
191
|
+
"type": "address"
|
228
192
|
}
|
229
193
|
],
|
230
|
-
"name": "
|
231
|
-
"
|
232
|
-
"stateMutability": "nonpayable",
|
233
|
-
"type": "function"
|
194
|
+
"name": "ErrorInstanceRiskSetAuthorityMismatch",
|
195
|
+
"type": "error"
|
234
196
|
},
|
235
197
|
{
|
236
198
|
"inputs": [
|
237
199
|
{
|
238
|
-
"internalType": "
|
239
|
-
"name": "
|
240
|
-
"type": "
|
200
|
+
"internalType": "address",
|
201
|
+
"name": "instance",
|
202
|
+
"type": "address"
|
241
203
|
}
|
242
204
|
],
|
243
|
-
"name": "
|
244
|
-
"
|
205
|
+
"name": "ErrorInstanceRiskSetInstanceMismatch",
|
206
|
+
"type": "error"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"inputs": [
|
245
210
|
{
|
246
211
|
"internalType": "NftId",
|
247
|
-
"name": "
|
212
|
+
"name": "nftId",
|
248
213
|
"type": "uint96"
|
249
214
|
}
|
250
215
|
],
|
251
|
-
"
|
252
|
-
"type": "
|
216
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
217
|
+
"type": "error"
|
253
218
|
},
|
254
219
|
{
|
255
220
|
"inputs": [
|
256
221
|
{
|
257
222
|
"internalType": "address",
|
258
|
-
"name": "
|
223
|
+
"name": "contractAddress",
|
259
224
|
"type": "address"
|
260
225
|
}
|
261
226
|
],
|
262
|
-
"name": "
|
263
|
-
"
|
227
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
228
|
+
"type": "error"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"inputs": [],
|
232
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
233
|
+
"type": "error"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"inputs": [
|
264
237
|
{
|
265
238
|
"internalType": "NftId",
|
266
239
|
"name": "nftId",
|
267
240
|
"type": "uint96"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"internalType": "ObjectType",
|
244
|
+
"name": "expectedObjectType",
|
245
|
+
"type": "uint8"
|
268
246
|
}
|
269
247
|
],
|
270
|
-
"
|
271
|
-
"type": "
|
248
|
+
"name": "ErrorNftOwnableInvalidType",
|
249
|
+
"type": "error"
|
272
250
|
},
|
273
251
|
{
|
274
252
|
"inputs": [
|
275
253
|
{
|
276
|
-
"internalType": "
|
277
|
-
"name": "
|
278
|
-
"type": "
|
254
|
+
"internalType": "address",
|
255
|
+
"name": "account",
|
256
|
+
"type": "address"
|
279
257
|
}
|
280
258
|
],
|
281
|
-
"name": "
|
282
|
-
"
|
259
|
+
"name": "ErrorNftOwnableNotOwner",
|
260
|
+
"type": "error"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"inputs": [
|
283
264
|
{
|
284
|
-
"internalType": "
|
285
|
-
"name": "
|
286
|
-
"type": "
|
265
|
+
"internalType": "address",
|
266
|
+
"name": "registryAddress",
|
267
|
+
"type": "address"
|
287
268
|
}
|
288
269
|
],
|
289
|
-
"
|
290
|
-
"type": "
|
270
|
+
"name": "ErrorNotRegistry",
|
271
|
+
"type": "error"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"inputs": [],
|
275
|
+
"name": "ErrorRegisterableNotActive",
|
276
|
+
"type": "error"
|
291
277
|
},
|
292
278
|
{
|
279
|
+
"anonymous": false,
|
293
280
|
"inputs": [
|
294
281
|
{
|
295
|
-
"
|
296
|
-
"
|
297
|
-
"
|
282
|
+
"indexed": false,
|
283
|
+
"internalType": "address",
|
284
|
+
"name": "authority",
|
285
|
+
"type": "address"
|
298
286
|
}
|
299
287
|
],
|
300
|
-
"name": "
|
301
|
-
"
|
288
|
+
"name": "AuthorityUpdated",
|
289
|
+
"type": "event"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"anonymous": false,
|
293
|
+
"inputs": [
|
302
294
|
{
|
303
|
-
"
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
"
|
316
|
-
"
|
317
|
-
"
|
295
|
+
"indexed": false,
|
296
|
+
"internalType": "RoleId",
|
297
|
+
"name": "roleId",
|
298
|
+
"type": "uint64"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"indexed": false,
|
302
|
+
"internalType": "bool",
|
303
|
+
"name": "active",
|
304
|
+
"type": "bool"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"indexed": false,
|
308
|
+
"internalType": "address",
|
309
|
+
"name": "caller",
|
310
|
+
"type": "address"
|
318
311
|
}
|
319
312
|
],
|
320
|
-
"
|
321
|
-
"type": "
|
313
|
+
"name": "LogInstanceCustomRoleActiveSet",
|
314
|
+
"type": "event"
|
322
315
|
},
|
323
316
|
{
|
317
|
+
"anonymous": false,
|
324
318
|
"inputs": [
|
325
319
|
{
|
326
|
-
"
|
327
|
-
"
|
328
|
-
"
|
320
|
+
"indexed": false,
|
321
|
+
"internalType": "RoleId",
|
322
|
+
"name": "roleId",
|
323
|
+
"type": "uint64"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"indexed": false,
|
327
|
+
"internalType": "string",
|
328
|
+
"name": "roleName",
|
329
|
+
"type": "string"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"indexed": false,
|
333
|
+
"internalType": "RoleId",
|
334
|
+
"name": "adminRoleId",
|
335
|
+
"type": "uint64"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"indexed": false,
|
339
|
+
"internalType": "uint32",
|
340
|
+
"name": "maxMemberCount",
|
341
|
+
"type": "uint32"
|
329
342
|
}
|
330
343
|
],
|
331
|
-
"name": "
|
332
|
-
"
|
344
|
+
"name": "LogInstanceCustomRoleCreated",
|
345
|
+
"type": "event"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"anonymous": false,
|
349
|
+
"inputs": [
|
350
|
+
{
|
351
|
+
"indexed": false,
|
352
|
+
"internalType": "RoleId",
|
353
|
+
"name": "roleId",
|
354
|
+
"type": "uint64"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"indexed": false,
|
358
|
+
"internalType": "address",
|
359
|
+
"name": "account",
|
360
|
+
"type": "address"
|
361
|
+
},
|
333
362
|
{
|
363
|
+
"indexed": false,
|
334
364
|
"internalType": "address",
|
335
|
-
"name": "
|
365
|
+
"name": "caller",
|
336
366
|
"type": "address"
|
337
367
|
}
|
338
368
|
],
|
339
|
-
"
|
340
|
-
"type": "
|
369
|
+
"name": "LogInstanceCustomRoleGranted",
|
370
|
+
"type": "event"
|
341
371
|
},
|
342
372
|
{
|
343
|
-
"
|
344
|
-
"
|
345
|
-
"outputs": [
|
373
|
+
"anonymous": false,
|
374
|
+
"inputs": [
|
346
375
|
{
|
347
|
-
"
|
348
|
-
"
|
376
|
+
"indexed": false,
|
377
|
+
"internalType": "RoleId",
|
378
|
+
"name": "roleId",
|
379
|
+
"type": "uint64"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"indexed": false,
|
383
|
+
"internalType": "address",
|
384
|
+
"name": "account",
|
385
|
+
"type": "address"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"indexed": false,
|
389
|
+
"internalType": "address",
|
390
|
+
"name": "caller",
|
349
391
|
"type": "address"
|
350
392
|
}
|
351
393
|
],
|
352
|
-
"
|
353
|
-
"type": "
|
394
|
+
"name": "LogInstanceCustomRoleRevoked",
|
395
|
+
"type": "event"
|
354
396
|
},
|
355
397
|
{
|
356
|
-
"
|
357
|
-
"
|
358
|
-
"outputs": [
|
398
|
+
"anonymous": false,
|
399
|
+
"inputs": [
|
359
400
|
{
|
360
|
-
"
|
361
|
-
"
|
362
|
-
"
|
401
|
+
"indexed": false,
|
402
|
+
"internalType": "address",
|
403
|
+
"name": "target",
|
404
|
+
"type": "address"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"indexed": false,
|
408
|
+
"internalType": "RoleId",
|
409
|
+
"name": "targetRoleId",
|
410
|
+
"type": "uint64"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"indexed": false,
|
414
|
+
"internalType": "string",
|
415
|
+
"name": "name",
|
416
|
+
"type": "string"
|
363
417
|
}
|
364
418
|
],
|
365
|
-
"
|
366
|
-
"type": "
|
419
|
+
"name": "LogInstanceCustomTargetCreated",
|
420
|
+
"type": "event"
|
367
421
|
},
|
368
422
|
{
|
369
|
-
"
|
370
|
-
"
|
371
|
-
"outputs": [
|
423
|
+
"anonymous": false,
|
424
|
+
"inputs": [
|
372
425
|
{
|
426
|
+
"indexed": false,
|
373
427
|
"internalType": "address",
|
374
|
-
"name": "
|
428
|
+
"name": "target",
|
375
429
|
"type": "address"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"indexed": false,
|
433
|
+
"internalType": "bytes4[]",
|
434
|
+
"name": "selectors",
|
435
|
+
"type": "bytes4[]"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"indexed": false,
|
439
|
+
"internalType": "RoleId",
|
440
|
+
"name": "roleId",
|
441
|
+
"type": "uint64"
|
376
442
|
}
|
377
443
|
],
|
378
|
-
"
|
379
|
-
"type": "
|
444
|
+
"name": "LogInstanceCustomTargetFunctionRoleSet",
|
445
|
+
"type": "event"
|
380
446
|
},
|
381
447
|
{
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"outputs": [
|
448
|
+
"anonymous": false,
|
449
|
+
"inputs": [
|
385
450
|
{
|
386
|
-
"
|
387
|
-
"
|
388
|
-
"
|
451
|
+
"indexed": false,
|
452
|
+
"internalType": "address",
|
453
|
+
"name": "target",
|
454
|
+
"type": "address"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"indexed": false,
|
458
|
+
"internalType": "bool",
|
459
|
+
"name": "locked",
|
460
|
+
"type": "bool"
|
389
461
|
}
|
390
462
|
],
|
391
|
-
"
|
392
|
-
"type": "
|
463
|
+
"name": "LogInstanceTargetLocked",
|
464
|
+
"type": "event"
|
393
465
|
},
|
394
466
|
{
|
395
|
-
"
|
396
|
-
"
|
397
|
-
|
467
|
+
"anonymous": false,
|
468
|
+
"inputs": [
|
469
|
+
{
|
470
|
+
"indexed": false,
|
471
|
+
"internalType": "NftId",
|
472
|
+
"name": "nftId",
|
473
|
+
"type": "uint96"
|
474
|
+
},
|
398
475
|
{
|
476
|
+
"indexed": false,
|
399
477
|
"internalType": "address",
|
400
478
|
"name": "owner",
|
401
479
|
"type": "address"
|
402
480
|
}
|
403
481
|
],
|
404
|
-
"
|
405
|
-
"type": "
|
482
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
483
|
+
"type": "event"
|
406
484
|
},
|
407
485
|
{
|
408
486
|
"inputs": [],
|
409
|
-
"name": "
|
487
|
+
"name": "authority",
|
410
488
|
"outputs": [
|
411
489
|
{
|
412
|
-
"internalType": "
|
413
|
-
"name": "
|
414
|
-
"type": "
|
490
|
+
"internalType": "address",
|
491
|
+
"name": "",
|
492
|
+
"type": "address"
|
415
493
|
}
|
416
494
|
],
|
417
495
|
"stateMutability": "view",
|
@@ -420,78 +498,117 @@
|
|
420
498
|
{
|
421
499
|
"inputs": [
|
422
500
|
{
|
423
|
-
"internalType": "
|
424
|
-
"name": "
|
425
|
-
"type": "
|
426
|
-
}
|
427
|
-
|
428
|
-
|
429
|
-
|
501
|
+
"internalType": "address",
|
502
|
+
"name": "target",
|
503
|
+
"type": "address"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"internalType": "RoleId",
|
507
|
+
"name": "roleId",
|
508
|
+
"type": "uint64"
|
509
|
+
},
|
430
510
|
{
|
431
511
|
"components": [
|
432
512
|
{
|
433
|
-
"internalType": "
|
434
|
-
"name": "
|
435
|
-
"type": "
|
436
|
-
},
|
437
|
-
{
|
438
|
-
"internalType": "enum IPolicy.PolicyState",
|
439
|
-
"name": "state",
|
440
|
-
"type": "uint8"
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"internalType": "uint256",
|
444
|
-
"name": "sumInsuredAmount",
|
445
|
-
"type": "uint256"
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"internalType": "uint256",
|
449
|
-
"name": "premiumAmount",
|
450
|
-
"type": "uint256"
|
513
|
+
"internalType": "Str",
|
514
|
+
"name": "name",
|
515
|
+
"type": "bytes32"
|
451
516
|
},
|
452
517
|
{
|
453
|
-
"internalType": "
|
454
|
-
"name": "
|
455
|
-
"type": "
|
518
|
+
"internalType": "Selector",
|
519
|
+
"name": "selector",
|
520
|
+
"type": "bytes4"
|
456
521
|
},
|
457
522
|
{
|
458
|
-
"internalType": "
|
523
|
+
"internalType": "Timestamp",
|
459
524
|
"name": "createdAt",
|
460
|
-
"type": "
|
461
|
-
},
|
462
|
-
{
|
463
|
-
"internalType": "uint256",
|
464
|
-
"name": "activatedAt",
|
465
|
-
"type": "uint256"
|
466
|
-
},
|
467
|
-
{
|
468
|
-
"internalType": "uint256",
|
469
|
-
"name": "expiredAt",
|
470
|
-
"type": "uint256"
|
525
|
+
"type": "uint40"
|
471
526
|
},
|
472
527
|
{
|
473
|
-
"internalType": "
|
474
|
-
"name": "
|
475
|
-
"type": "
|
528
|
+
"internalType": "Blocknumber",
|
529
|
+
"name": "lastUpdateIn",
|
530
|
+
"type": "uint40"
|
476
531
|
}
|
477
532
|
],
|
478
|
-
"internalType": "struct
|
479
|
-
"name": "
|
480
|
-
"type": "tuple"
|
533
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
534
|
+
"name": "functions",
|
535
|
+
"type": "tuple[]"
|
481
536
|
}
|
482
537
|
],
|
483
|
-
"
|
538
|
+
"name": "authorizeFunctions",
|
539
|
+
"outputs": [],
|
540
|
+
"stateMutability": "nonpayable",
|
484
541
|
"type": "function"
|
485
542
|
},
|
486
543
|
{
|
487
544
|
"inputs": [
|
488
545
|
{
|
489
|
-
"internalType": "
|
490
|
-
"name": "
|
491
|
-
"type": "
|
546
|
+
"internalType": "string",
|
547
|
+
"name": "roleName",
|
548
|
+
"type": "string"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"internalType": "RoleId",
|
552
|
+
"name": "adminRoleId",
|
553
|
+
"type": "uint64"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"internalType": "uint32",
|
557
|
+
"name": "maxMemberCount",
|
558
|
+
"type": "uint32"
|
559
|
+
}
|
560
|
+
],
|
561
|
+
"name": "createRole",
|
562
|
+
"outputs": [
|
563
|
+
{
|
564
|
+
"internalType": "RoleId",
|
565
|
+
"name": "roleId",
|
566
|
+
"type": "uint64"
|
567
|
+
}
|
568
|
+
],
|
569
|
+
"stateMutability": "nonpayable",
|
570
|
+
"type": "function"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"inputs": [
|
574
|
+
{
|
575
|
+
"internalType": "address",
|
576
|
+
"name": "target",
|
577
|
+
"type": "address"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"internalType": "string",
|
581
|
+
"name": "name",
|
582
|
+
"type": "string"
|
583
|
+
}
|
584
|
+
],
|
585
|
+
"name": "createTarget",
|
586
|
+
"outputs": [
|
587
|
+
{
|
588
|
+
"internalType": "RoleId",
|
589
|
+
"name": "contractRoleId",
|
590
|
+
"type": "uint64"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"stateMutability": "nonpayable",
|
594
|
+
"type": "function"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"inputs": [],
|
598
|
+
"name": "getBundleSet",
|
599
|
+
"outputs": [
|
600
|
+
{
|
601
|
+
"internalType": "contract BundleSet",
|
602
|
+
"name": "",
|
603
|
+
"type": "address"
|
492
604
|
}
|
493
605
|
],
|
494
|
-
"
|
606
|
+
"stateMutability": "view",
|
607
|
+
"type": "function"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"inputs": [],
|
611
|
+
"name": "getInitialInfo",
|
495
612
|
"outputs": [
|
496
613
|
{
|
497
614
|
"components": [
|
@@ -501,47 +618,122 @@
|
|
501
618
|
"type": "uint96"
|
502
619
|
},
|
503
620
|
{
|
504
|
-
"internalType": "
|
505
|
-
"name": "
|
506
|
-
"type": "
|
621
|
+
"internalType": "NftId",
|
622
|
+
"name": "parentNftId",
|
623
|
+
"type": "uint96"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"internalType": "ObjectType",
|
627
|
+
"name": "objectType",
|
628
|
+
"type": "uint8"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"internalType": "bool",
|
632
|
+
"name": "isInterceptor",
|
633
|
+
"type": "bool"
|
507
634
|
},
|
508
635
|
{
|
509
636
|
"internalType": "address",
|
510
|
-
"name": "
|
637
|
+
"name": "objectAddress",
|
511
638
|
"type": "address"
|
512
639
|
},
|
513
640
|
{
|
514
|
-
"internalType": "
|
515
|
-
"name": "
|
516
|
-
"type": "
|
641
|
+
"internalType": "address",
|
642
|
+
"name": "initialOwner",
|
643
|
+
"type": "address"
|
517
644
|
},
|
518
645
|
{
|
519
|
-
"internalType": "
|
520
|
-
"name": "
|
521
|
-
"type": "
|
646
|
+
"internalType": "bytes",
|
647
|
+
"name": "data",
|
648
|
+
"type": "bytes"
|
522
649
|
}
|
523
650
|
],
|
524
|
-
"internalType": "struct
|
525
|
-
"name": "
|
651
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
652
|
+
"name": "",
|
526
653
|
"type": "tuple"
|
527
654
|
}
|
528
655
|
],
|
529
656
|
"stateMutability": "view",
|
530
657
|
"type": "function"
|
531
658
|
},
|
659
|
+
{
|
660
|
+
"inputs": [],
|
661
|
+
"name": "getInstanceAdmin",
|
662
|
+
"outputs": [
|
663
|
+
{
|
664
|
+
"internalType": "contract InstanceAdmin",
|
665
|
+
"name": "",
|
666
|
+
"type": "address"
|
667
|
+
}
|
668
|
+
],
|
669
|
+
"stateMutability": "view",
|
670
|
+
"type": "function"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"inputs": [],
|
674
|
+
"name": "getInstanceReader",
|
675
|
+
"outputs": [
|
676
|
+
{
|
677
|
+
"internalType": "contract InstanceReader",
|
678
|
+
"name": "",
|
679
|
+
"type": "address"
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"stateMutability": "view",
|
683
|
+
"type": "function"
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"inputs": [],
|
687
|
+
"name": "getInstanceStore",
|
688
|
+
"outputs": [
|
689
|
+
{
|
690
|
+
"internalType": "contract InstanceStore",
|
691
|
+
"name": "",
|
692
|
+
"type": "address"
|
693
|
+
}
|
694
|
+
],
|
695
|
+
"stateMutability": "view",
|
696
|
+
"type": "function"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"inputs": [],
|
700
|
+
"name": "getNftId",
|
701
|
+
"outputs": [
|
702
|
+
{
|
703
|
+
"internalType": "NftId",
|
704
|
+
"name": "",
|
705
|
+
"type": "uint96"
|
706
|
+
}
|
707
|
+
],
|
708
|
+
"stateMutability": "view",
|
709
|
+
"type": "function"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"inputs": [],
|
713
|
+
"name": "getOwner",
|
714
|
+
"outputs": [
|
715
|
+
{
|
716
|
+
"internalType": "address",
|
717
|
+
"name": "",
|
718
|
+
"type": "address"
|
719
|
+
}
|
720
|
+
],
|
721
|
+
"stateMutability": "view",
|
722
|
+
"type": "function"
|
723
|
+
},
|
532
724
|
{
|
533
725
|
"inputs": [
|
534
726
|
{
|
535
|
-
"internalType": "
|
536
|
-
"name": "
|
537
|
-
"type": "
|
727
|
+
"internalType": "uint256",
|
728
|
+
"name": "idx",
|
729
|
+
"type": "uint256"
|
538
730
|
}
|
539
731
|
],
|
540
|
-
"name": "
|
732
|
+
"name": "getProduct",
|
541
733
|
"outputs": [
|
542
734
|
{
|
543
735
|
"internalType": "NftId",
|
544
|
-
"name": "
|
736
|
+
"name": "productNftId",
|
545
737
|
"type": "uint96"
|
546
738
|
}
|
547
739
|
],
|
@@ -550,10 +742,10 @@
|
|
550
742
|
},
|
551
743
|
{
|
552
744
|
"inputs": [],
|
553
|
-
"name": "
|
745
|
+
"name": "getProductStore",
|
554
746
|
"outputs": [
|
555
747
|
{
|
556
|
-
"internalType": "contract
|
748
|
+
"internalType": "contract ProductStore",
|
557
749
|
"name": "",
|
558
750
|
"type": "address"
|
559
751
|
}
|
@@ -567,7 +759,7 @@
|
|
567
759
|
"outputs": [
|
568
760
|
{
|
569
761
|
"internalType": "contract IRegistry",
|
570
|
-
"name": "
|
762
|
+
"name": "",
|
571
763
|
"type": "address"
|
572
764
|
}
|
573
765
|
],
|
@@ -575,19 +767,13 @@
|
|
575
767
|
"type": "function"
|
576
768
|
},
|
577
769
|
{
|
578
|
-
"inputs": [
|
579
|
-
|
580
|
-
"internalType": "uint256",
|
581
|
-
"name": "idx",
|
582
|
-
"type": "uint256"
|
583
|
-
}
|
584
|
-
],
|
585
|
-
"name": "getRole",
|
770
|
+
"inputs": [],
|
771
|
+
"name": "getRelease",
|
586
772
|
"outputs": [
|
587
773
|
{
|
588
|
-
"internalType": "
|
589
|
-
"name": "
|
590
|
-
"type": "
|
774
|
+
"internalType": "VersionPart",
|
775
|
+
"name": "release",
|
776
|
+
"type": "uint8"
|
591
777
|
}
|
592
778
|
],
|
593
779
|
"stateMutability": "view",
|
@@ -595,12 +781,12 @@
|
|
595
781
|
},
|
596
782
|
{
|
597
783
|
"inputs": [],
|
598
|
-
"name": "
|
784
|
+
"name": "getRiskSet",
|
599
785
|
"outputs": [
|
600
786
|
{
|
601
|
-
"internalType": "
|
602
|
-
"name": "
|
603
|
-
"type": "
|
787
|
+
"internalType": "contract RiskSet",
|
788
|
+
"name": "",
|
789
|
+
"type": "address"
|
604
790
|
}
|
605
791
|
],
|
606
792
|
"stateMutability": "view",
|
@@ -609,53 +795,55 @@
|
|
609
795
|
{
|
610
796
|
"inputs": [
|
611
797
|
{
|
612
|
-
"internalType": "
|
613
|
-
"name": "
|
614
|
-
"type": "
|
798
|
+
"internalType": "RoleId",
|
799
|
+
"name": "roleId",
|
800
|
+
"type": "uint64"
|
801
|
+
},
|
802
|
+
{
|
803
|
+
"internalType": "address",
|
804
|
+
"name": "account",
|
805
|
+
"type": "address"
|
615
806
|
}
|
616
807
|
],
|
617
|
-
"name": "
|
808
|
+
"name": "grantRole",
|
809
|
+
"outputs": [],
|
810
|
+
"stateMutability": "nonpayable",
|
811
|
+
"type": "function"
|
812
|
+
},
|
813
|
+
{
|
814
|
+
"inputs": [],
|
815
|
+
"name": "isActive",
|
618
816
|
"outputs": [
|
619
817
|
{
|
620
|
-
"internalType": "
|
621
|
-
"name": "
|
622
|
-
"type": "
|
818
|
+
"internalType": "bool",
|
819
|
+
"name": "active",
|
820
|
+
"type": "bool"
|
623
821
|
}
|
624
822
|
],
|
625
|
-
"stateMutability": "
|
823
|
+
"stateMutability": "view",
|
626
824
|
"type": "function"
|
627
825
|
},
|
628
826
|
{
|
629
|
-
"inputs": [
|
827
|
+
"inputs": [],
|
828
|
+
"name": "isConsumingScheduledOp",
|
829
|
+
"outputs": [
|
630
830
|
{
|
631
|
-
"internalType": "
|
632
|
-
"name": "
|
633
|
-
"type": "
|
831
|
+
"internalType": "bytes4",
|
832
|
+
"name": "",
|
833
|
+
"type": "bytes4"
|
634
834
|
}
|
635
835
|
],
|
636
|
-
"
|
836
|
+
"stateMutability": "view",
|
837
|
+
"type": "function"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"inputs": [],
|
841
|
+
"name": "isInstanceLocked",
|
637
842
|
"outputs": [
|
638
843
|
{
|
639
|
-
"
|
640
|
-
|
641
|
-
|
642
|
-
"name": "id",
|
643
|
-
"type": "bytes32"
|
644
|
-
},
|
645
|
-
{
|
646
|
-
"internalType": "string",
|
647
|
-
"name": "name",
|
648
|
-
"type": "string"
|
649
|
-
},
|
650
|
-
{
|
651
|
-
"internalType": "bool",
|
652
|
-
"name": "isActive",
|
653
|
-
"type": "bool"
|
654
|
-
}
|
655
|
-
],
|
656
|
-
"internalType": "struct IAccess.RoleInfo",
|
657
|
-
"name": "info",
|
658
|
-
"type": "tuple"
|
844
|
+
"internalType": "bool",
|
845
|
+
"name": "isLocked",
|
846
|
+
"type": "bool"
|
659
847
|
}
|
660
848
|
],
|
661
849
|
"stateMutability": "view",
|
@@ -664,53 +852,55 @@
|
|
664
852
|
{
|
665
853
|
"inputs": [
|
666
854
|
{
|
667
|
-
"internalType": "
|
668
|
-
"name": "
|
669
|
-
"type": "
|
670
|
-
},
|
671
|
-
{
|
672
|
-
"internalType": "uint256",
|
673
|
-
"name": "idx",
|
674
|
-
"type": "uint256"
|
855
|
+
"internalType": "address",
|
856
|
+
"name": "target",
|
857
|
+
"type": "address"
|
675
858
|
}
|
676
859
|
],
|
677
|
-
"name": "
|
860
|
+
"name": "isTargetLocked",
|
678
861
|
"outputs": [
|
679
862
|
{
|
680
|
-
"internalType": "
|
681
|
-
"name": "
|
682
|
-
"type": "
|
863
|
+
"internalType": "bool",
|
864
|
+
"name": "isLocked",
|
865
|
+
"type": "bool"
|
683
866
|
}
|
684
867
|
],
|
685
868
|
"stateMutability": "view",
|
686
869
|
"type": "function"
|
687
870
|
},
|
688
871
|
{
|
689
|
-
"inputs": [
|
872
|
+
"inputs": [],
|
873
|
+
"name": "isTokenRegistryDisabled",
|
874
|
+
"outputs": [
|
690
875
|
{
|
691
|
-
"internalType": "
|
692
|
-
"name": "
|
693
|
-
"type": "
|
876
|
+
"internalType": "bool",
|
877
|
+
"name": "",
|
878
|
+
"type": "bool"
|
694
879
|
}
|
695
880
|
],
|
696
|
-
"
|
881
|
+
"stateMutability": "view",
|
882
|
+
"type": "function"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"inputs": [],
|
886
|
+
"name": "linkToRegisteredNftId",
|
697
887
|
"outputs": [
|
698
888
|
{
|
699
|
-
"internalType": "
|
700
|
-
"name": "
|
701
|
-
"type": "
|
889
|
+
"internalType": "NftId",
|
890
|
+
"name": "",
|
891
|
+
"type": "uint96"
|
702
892
|
}
|
703
893
|
],
|
704
|
-
"stateMutability": "
|
894
|
+
"stateMutability": "nonpayable",
|
705
895
|
"type": "function"
|
706
896
|
},
|
707
897
|
{
|
708
898
|
"inputs": [],
|
709
|
-
"name": "
|
899
|
+
"name": "products",
|
710
900
|
"outputs": [
|
711
901
|
{
|
712
902
|
"internalType": "uint256",
|
713
|
-
"name": "
|
903
|
+
"name": "productCount",
|
714
904
|
"type": "uint256"
|
715
905
|
}
|
716
906
|
],
|
@@ -720,167 +910,260 @@
|
|
720
910
|
{
|
721
911
|
"inputs": [
|
722
912
|
{
|
723
|
-
"internalType": "
|
724
|
-
"name": "
|
725
|
-
"type": "
|
913
|
+
"internalType": "Amount",
|
914
|
+
"name": "dipAmount",
|
915
|
+
"type": "uint96"
|
916
|
+
}
|
917
|
+
],
|
918
|
+
"name": "refillStakingRewardReserves",
|
919
|
+
"outputs": [
|
920
|
+
{
|
921
|
+
"internalType": "Amount",
|
922
|
+
"name": "newBalance",
|
923
|
+
"type": "uint96"
|
924
|
+
}
|
925
|
+
],
|
926
|
+
"stateMutability": "nonpayable",
|
927
|
+
"type": "function"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"inputs": [
|
931
|
+
{
|
932
|
+
"internalType": "address",
|
933
|
+
"name": "product",
|
934
|
+
"type": "address"
|
726
935
|
},
|
727
936
|
{
|
728
937
|
"internalType": "address",
|
729
|
-
"name": "
|
938
|
+
"name": "token",
|
730
939
|
"type": "address"
|
731
940
|
}
|
732
941
|
],
|
733
|
-
"name": "
|
734
|
-
"outputs": [
|
942
|
+
"name": "registerProduct",
|
943
|
+
"outputs": [
|
944
|
+
{
|
945
|
+
"internalType": "NftId",
|
946
|
+
"name": "productNftId",
|
947
|
+
"type": "uint96"
|
948
|
+
}
|
949
|
+
],
|
735
950
|
"stateMutability": "nonpayable",
|
736
951
|
"type": "function"
|
737
952
|
},
|
738
953
|
{
|
739
954
|
"inputs": [
|
740
955
|
{
|
741
|
-
"internalType": "
|
742
|
-
"name": "
|
743
|
-
"type": "
|
956
|
+
"internalType": "RoleId",
|
957
|
+
"name": "roleId",
|
958
|
+
"type": "uint64"
|
744
959
|
},
|
745
960
|
{
|
746
961
|
"internalType": "address",
|
747
|
-
"name": "
|
962
|
+
"name": "account",
|
748
963
|
"type": "address"
|
749
964
|
}
|
750
965
|
],
|
751
|
-
"name": "
|
752
|
-
"outputs": [
|
966
|
+
"name": "revokeRole",
|
967
|
+
"outputs": [],
|
968
|
+
"stateMutability": "nonpayable",
|
969
|
+
"type": "function"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"inputs": [
|
753
973
|
{
|
754
|
-
"internalType": "
|
974
|
+
"internalType": "address",
|
755
975
|
"name": "",
|
756
|
-
"type": "
|
976
|
+
"type": "address"
|
757
977
|
}
|
758
978
|
],
|
759
|
-
"
|
979
|
+
"name": "setAuthority",
|
980
|
+
"outputs": [],
|
981
|
+
"stateMutability": "nonpayable",
|
760
982
|
"type": "function"
|
761
983
|
},
|
762
984
|
{
|
763
|
-
"inputs": [
|
764
|
-
"name": "isRegisterable",
|
765
|
-
"outputs": [
|
985
|
+
"inputs": [
|
766
986
|
{
|
767
987
|
"internalType": "bool",
|
768
|
-
"name": "",
|
988
|
+
"name": "locked",
|
769
989
|
"type": "bool"
|
770
990
|
}
|
771
991
|
],
|
772
|
-
"
|
992
|
+
"name": "setInstanceLocked",
|
993
|
+
"outputs": [],
|
994
|
+
"stateMutability": "nonpayable",
|
773
995
|
"type": "function"
|
774
996
|
},
|
775
997
|
{
|
776
|
-
"inputs": [
|
777
|
-
"name": "isRegistered",
|
778
|
-
"outputs": [
|
998
|
+
"inputs": [
|
779
999
|
{
|
780
|
-
"internalType": "
|
781
|
-
"name": "",
|
782
|
-
"type": "
|
1000
|
+
"internalType": "contract InstanceReader",
|
1001
|
+
"name": "instanceReader",
|
1002
|
+
"type": "address"
|
783
1003
|
}
|
784
1004
|
],
|
785
|
-
"
|
1005
|
+
"name": "setInstanceReader",
|
1006
|
+
"outputs": [],
|
1007
|
+
"stateMutability": "nonpayable",
|
786
1008
|
"type": "function"
|
787
1009
|
},
|
788
1010
|
{
|
789
|
-
"inputs": [
|
790
|
-
"name": "register",
|
791
|
-
"outputs": [
|
1011
|
+
"inputs": [
|
792
1012
|
{
|
793
|
-
"internalType": "
|
794
|
-
"name": "
|
795
|
-
"type": "
|
1013
|
+
"internalType": "RoleId",
|
1014
|
+
"name": "roleId",
|
1015
|
+
"type": "uint64"
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"internalType": "bool",
|
1019
|
+
"name": "active",
|
1020
|
+
"type": "bool"
|
796
1021
|
}
|
797
1022
|
],
|
1023
|
+
"name": "setRoleActive",
|
1024
|
+
"outputs": [],
|
798
1025
|
"stateMutability": "nonpayable",
|
799
1026
|
"type": "function"
|
800
1027
|
},
|
801
1028
|
{
|
802
1029
|
"inputs": [
|
803
1030
|
{
|
804
|
-
"internalType": "
|
805
|
-
"name": "
|
806
|
-
"type": "
|
1031
|
+
"internalType": "Seconds",
|
1032
|
+
"name": "stakeLockingPeriod",
|
1033
|
+
"type": "uint40"
|
807
1034
|
}
|
808
1035
|
],
|
809
|
-
"name": "
|
810
|
-
"outputs": [
|
1036
|
+
"name": "setStakingLockingPeriod",
|
1037
|
+
"outputs": [],
|
1038
|
+
"stateMutability": "nonpayable",
|
1039
|
+
"type": "function"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"inputs": [
|
811
1043
|
{
|
812
|
-
"internalType": "
|
813
|
-
"name": "
|
1044
|
+
"internalType": "Amount",
|
1045
|
+
"name": "maxStakedAmount",
|
814
1046
|
"type": "uint96"
|
815
1047
|
}
|
816
1048
|
],
|
1049
|
+
"name": "setStakingMaxAmount",
|
1050
|
+
"outputs": [],
|
817
1051
|
"stateMutability": "nonpayable",
|
818
1052
|
"type": "function"
|
819
1053
|
},
|
820
1054
|
{
|
821
1055
|
"inputs": [
|
822
1056
|
{
|
823
|
-
"internalType": "
|
824
|
-
"name": "
|
825
|
-
"type": "
|
826
|
-
}
|
1057
|
+
"internalType": "UFixed",
|
1058
|
+
"name": "rewardRate",
|
1059
|
+
"type": "uint160"
|
1060
|
+
}
|
1061
|
+
],
|
1062
|
+
"name": "setStakingRewardRate",
|
1063
|
+
"outputs": [],
|
1064
|
+
"stateMutability": "nonpayable",
|
1065
|
+
"type": "function"
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"inputs": [
|
827
1069
|
{
|
828
1070
|
"internalType": "address",
|
829
|
-
"name": "
|
1071
|
+
"name": "target",
|
830
1072
|
"type": "address"
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"internalType": "bool",
|
1076
|
+
"name": "locked",
|
1077
|
+
"type": "bool"
|
831
1078
|
}
|
832
1079
|
],
|
833
|
-
"name": "
|
1080
|
+
"name": "setTargetLocked",
|
834
1081
|
"outputs": [],
|
835
1082
|
"stateMutability": "nonpayable",
|
836
1083
|
"type": "function"
|
837
1084
|
},
|
838
1085
|
{
|
839
1086
|
"inputs": [
|
1087
|
+
{
|
1088
|
+
"internalType": "bytes4",
|
1089
|
+
"name": "interfaceId",
|
1090
|
+
"type": "bytes4"
|
1091
|
+
}
|
1092
|
+
],
|
1093
|
+
"name": "supportsInterface",
|
1094
|
+
"outputs": [
|
1095
|
+
{
|
1096
|
+
"internalType": "bool",
|
1097
|
+
"name": "",
|
1098
|
+
"type": "bool"
|
1099
|
+
}
|
1100
|
+
],
|
1101
|
+
"stateMutability": "view",
|
1102
|
+
"type": "function"
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"inputs": [
|
1106
|
+
{
|
1107
|
+
"internalType": "address",
|
1108
|
+
"name": "target",
|
1109
|
+
"type": "address"
|
1110
|
+
},
|
840
1111
|
{
|
841
1112
|
"components": [
|
842
1113
|
{
|
843
|
-
"internalType": "
|
844
|
-
"name": "
|
845
|
-
"type": "
|
1114
|
+
"internalType": "Str",
|
1115
|
+
"name": "name",
|
1116
|
+
"type": "bytes32"
|
846
1117
|
},
|
847
1118
|
{
|
848
|
-
"internalType": "
|
849
|
-
"name": "
|
850
|
-
"type": "
|
1119
|
+
"internalType": "Selector",
|
1120
|
+
"name": "selector",
|
1121
|
+
"type": "bytes4"
|
1122
|
+
},
|
1123
|
+
{
|
1124
|
+
"internalType": "Timestamp",
|
1125
|
+
"name": "createdAt",
|
1126
|
+
"type": "uint40"
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"internalType": "Blocknumber",
|
1130
|
+
"name": "lastUpdateIn",
|
1131
|
+
"type": "uint40"
|
851
1132
|
}
|
852
1133
|
],
|
853
|
-
"internalType": "struct
|
854
|
-
"name": "
|
855
|
-
"type": "tuple"
|
856
|
-
}
|
857
|
-
],
|
858
|
-
"name": "setComponentInfo",
|
859
|
-
"outputs": [
|
860
|
-
{
|
861
|
-
"internalType": "NftId",
|
862
|
-
"name": "componentNftId",
|
863
|
-
"type": "uint96"
|
1134
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
1135
|
+
"name": "functions",
|
1136
|
+
"type": "tuple[]"
|
864
1137
|
}
|
865
1138
|
],
|
1139
|
+
"name": "unauthorizeFunctions",
|
1140
|
+
"outputs": [],
|
1141
|
+
"stateMutability": "nonpayable",
|
1142
|
+
"type": "function"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"inputs": [],
|
1146
|
+
"name": "upgradeInstanceReader",
|
1147
|
+
"outputs": [],
|
866
1148
|
"stateMutability": "nonpayable",
|
867
1149
|
"type": "function"
|
868
1150
|
},
|
869
1151
|
{
|
870
1152
|
"inputs": [
|
871
1153
|
{
|
872
|
-
"internalType": "
|
873
|
-
"name": "
|
1154
|
+
"internalType": "Amount",
|
1155
|
+
"name": "dipAmount",
|
874
1156
|
"type": "uint96"
|
875
|
-
}
|
1157
|
+
}
|
1158
|
+
],
|
1159
|
+
"name": "withdrawStakingRewardReserves",
|
1160
|
+
"outputs": [
|
876
1161
|
{
|
877
|
-
"internalType": "
|
878
|
-
"name": "
|
1162
|
+
"internalType": "Amount",
|
1163
|
+
"name": "newBalance",
|
879
1164
|
"type": "uint96"
|
880
1165
|
}
|
881
1166
|
],
|
882
|
-
"name": "underwrite",
|
883
|
-
"outputs": [],
|
884
1167
|
"stateMutability": "nonpayable",
|
885
1168
|
"type": "function"
|
886
1169
|
}
|