@etherisc/gif-next 0.0.2-e769e2e-077 → 0.0.2-e7a5428-226
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/authorization/IAccess.sol/IAccess.json +10 -0
- 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 +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +146 -607
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +767 -301
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +288 -118
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +152 -273
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +553 -77
- 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 +1484 -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 +2053 -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 +1439 -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 +1647 -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 +2585 -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 +595 -96
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +497 -75
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +617 -250
- 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 +1789 -713
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +509 -220
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +204 -96
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1109 -817
- 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 +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +0 -53
- 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/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 +873 -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 +810 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -0
- 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 +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +582 -235
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +278 -96
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +398 -49
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +151 -394
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +770 -365
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +148 -682
- 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 +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +940 -518
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +283 -97
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +382 -166
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +222 -92
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -0
- 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 +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +502 -230
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +251 -113
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +320 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +369 -18
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +436 -101
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +202 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +291 -264
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → product/IRiskService.sol/IRiskService.json} +295 -150
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +564 -292
- 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 +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +259 -97
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +262 -299
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +220 -122
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +322 -596
- 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 +454 -42
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +275 -193
- 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 +806 -97
- 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 +1061 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +320 -312
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +206 -94
- 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 +257 -147
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +92 -277
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +632 -542
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +241 -115
- 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 +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +99 -94
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +549 -228
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +138 -130
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +51 -19
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +34 -3
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +42 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +173 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +103 -2
- 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 +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +131 -366
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +61 -104
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -62
- 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 +45 -55
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +148 -98
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +96 -102
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +585 -12
- 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 +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1388 -635
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +705 -103
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1703 -957
- 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/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 +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +274 -92
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +544 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +751 -212
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +215 -85
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2637 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +657 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +122 -5
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +81 -17
- 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 +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +98 -37
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- 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 +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +47 -4
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +153 -4
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
- 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 +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +125 -7
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +121 -23
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +167 -2
- 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 +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
- 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 +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +37 -5
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +126 -33
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +120 -2
- 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 +26 -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 +126 -142
- package/contracts/distribution/DistributionService.sol +288 -137
- package/contracts/distribution/DistributionServiceManager.sol +13 -25
- package/contracts/distribution/IDistributionComponent.sol +22 -43
- package/contracts/distribution/IDistributionService.sol +61 -27
- 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 +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +117 -49
- package/contracts/instance/IInstanceService.sol +80 -46
- package/contracts/instance/Instance.sol +252 -133
- package/contracts/instance/InstanceAdmin.sol +383 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +499 -233
- package/contracts/instance/InstanceService.sol +370 -218
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +94 -55
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/base/BalanceStore.sol +16 -13
- package/contracts/instance/base/Cloneable.sol +2 -25
- 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 +6 -5
- package/contracts/instance/module/IComponents.sol +30 -20
- package/contracts/instance/module/IDistribution.sol +21 -9
- package/contracts/instance/module/IPolicy.sol +50 -29
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/mock/Dip.sol +26 -0
- 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 +225 -152
- package/contracts/pool/BundleServiceManager.sol +13 -25
- package/contracts/pool/IBundleService.sol +44 -34
- package/contracts/pool/IPoolComponent.sol +20 -70
- package/contracts/pool/IPoolService.sol +99 -76
- package/contracts/pool/Pool.sol +198 -164
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +448 -255
- package/contracts/pool/PoolServiceManager.sol +12 -24
- package/contracts/product/ApplicationService.sol +160 -86
- package/contracts/product/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +389 -195
- package/contracts/product/ClaimServiceManager.sol +12 -9
- package/contracts/product/IApplicationService.sol +30 -4
- package/contracts/product/IClaimService.sol +52 -9
- package/contracts/product/IPolicyService.sol +62 -38
- package/contracts/product/IPricingService.sol +12 -11
- package/contracts/product/IProductComponent.sol +29 -9
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +450 -276
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +12 -27
- package/contracts/product/PricingService.sol +97 -91
- package/contracts/product/PricingServiceManager.sol +12 -24
- package/contracts/product/Product.sol +263 -147
- package/contracts/product/RiskService.sol +190 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +72 -39
- package/contracts/registry/IRegistry.sol +99 -38
- package/contracts/registry/IRegistryService.sol +26 -43
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +439 -232
- package/contracts/registry/RegistryAdmin.sol +188 -0
- package/contracts/registry/RegistryAuthorization.sol +309 -0
- package/contracts/registry/RegistryService.sol +66 -152
- package/contracts/registry/RegistryServiceManager.sol +23 -30
- package/contracts/registry/ReleaseAdmin.sol +195 -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 +211 -81
- package/contracts/shared/Component.sol +71 -143
- package/contracts/shared/ComponentService.sol +460 -369
- package/contracts/shared/ComponentServiceManager.sol +10 -7
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +7 -23
- package/contracts/shared/IComponentService.sol +51 -31
- package/contracts/shared/IInstanceLinkedComponent.sol +10 -26
- package/contracts/shared/IKeyValueStore.sol +3 -2
- package/contracts/shared/ILifecycle.sol +3 -2
- package/contracts/shared/INftOwnable.sol +5 -1
- package/contracts/shared/IPolicyHolder.sol +12 -17
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +11 -6
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
- package/contracts/shared/InstanceLinkedComponent.sol +95 -46
- package/contracts/shared/KeyValueStore.sol +32 -70
- package/contracts/shared/Lifecycle.sol +30 -63
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +35 -24
- package/contracts/shared/PolicyHolder.sol +19 -50
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +32 -42
- package/contracts/shared/TokenHandler.sol +310 -26
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +229 -42
- package/contracts/staking/IStakingService.sol +98 -76
- package/contracts/staking/Staking.sol +633 -99
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +25 -20
- package/contracts/staking/StakingReader.sol +151 -0
- package/contracts/staking/StakingService.sol +174 -53
- package/contracts/staking/StakingServiceManager.sol +13 -8
- package/contracts/staking/StakingStore.sol +973 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/type/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +43 -3
- package/contracts/type/Blocknumber.sol +34 -16
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/Fee.sol +9 -9
- package/contracts/type/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +16 -4
- package/contracts/type/NftIdSet.sol +1 -1
- package/contracts/type/ObjectType.sol +204 -62
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +39 -7
- package/contracts/type/RoleId.sol +122 -80
- package/contracts/type/Seconds.sol +62 -1
- package/contracts/type/Selector.sol +107 -0
- package/contracts/type/StateId.sol +41 -2
- package/contracts/type/String.sol +65 -0
- package/contracts/type/Timestamp.sol +20 -9
- package/contracts/type/UFixed.sol +62 -125
- package/contracts/type/Version.sol +58 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +3 -0
- package/contracts/{shared → upgradeability}/ProxyManager.sol +115 -38
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/{shared → upgradeability}/Versionable.sol +8 -5
- package/package.json +12 -8
- 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/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -132
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -256
- 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/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/product/IProductService.sol/IProductService.json +0 -381
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -636
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -308
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -688
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +0 -137
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- 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 -569
- 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/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -10
- package/contracts/instance/BundleManager.sol +0 -126
- package/contracts/instance/InstanceAccessManager.sol +0 -543
- package/contracts/instance/InstanceAuthorizationsLib.sol +0 -336
- package/contracts/instance/base/ObjectManager.sol +0 -82
- package/contracts/instance/module/IAccess.sol +0 -54
- package/contracts/product/IProductService.sol +0 -33
- package/contracts/product/ProductService.sol +0 -122
- package/contracts/product/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -213
- package/contracts/registry/ReleaseManager.sol +0 -375
- package/contracts/registry/ServiceAuthorizationsLib.sol +0 -173
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/shared/ComponentVerifyingService.sol +0 -111
- package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
@@ -41,6 +41,17 @@
|
|
41
41
|
"name": "AccessManagedUnauthorized",
|
42
42
|
"type": "error"
|
43
43
|
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "authority",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
54
|
+
},
|
44
55
|
{
|
45
56
|
"inputs": [
|
46
57
|
{
|
@@ -68,6 +79,22 @@
|
|
68
79
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
69
80
|
"type": "error"
|
70
81
|
},
|
82
|
+
{
|
83
|
+
"inputs": [
|
84
|
+
{
|
85
|
+
"internalType": "NftId",
|
86
|
+
"name": "nftId",
|
87
|
+
"type": "uint96"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"internalType": "ObjectType",
|
91
|
+
"name": "expectedObjectType",
|
92
|
+
"type": "uint8"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorNftOwnableInvalidType",
|
96
|
+
"type": "error"
|
97
|
+
},
|
71
98
|
{
|
72
99
|
"inputs": [
|
73
100
|
{
|
@@ -101,6 +128,38 @@
|
|
101
128
|
"name": "ErrorPoolServiceBundleOwnerRoleAlreadySet",
|
102
129
|
"type": "error"
|
103
130
|
},
|
131
|
+
{
|
132
|
+
"inputs": [
|
133
|
+
{
|
134
|
+
"internalType": "NftId",
|
135
|
+
"name": "bundleNftId",
|
136
|
+
"type": "uint96"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"internalType": "NftId",
|
140
|
+
"name": "poolNftId",
|
141
|
+
"type": "uint96"
|
142
|
+
}
|
143
|
+
],
|
144
|
+
"name": "ErrorPoolServiceBundlePoolMismatch",
|
145
|
+
"type": "error"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"inputs": [
|
149
|
+
{
|
150
|
+
"internalType": "Amount",
|
151
|
+
"name": "amount",
|
152
|
+
"type": "uint96"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"internalType": "Amount",
|
156
|
+
"name": "limit",
|
157
|
+
"type": "uint96"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"name": "ErrorPoolServiceFeesWithdrawAmountExceedsLimit",
|
161
|
+
"type": "error"
|
162
|
+
},
|
104
163
|
{
|
105
164
|
"inputs": [
|
106
165
|
{
|
@@ -110,29 +169,438 @@
|
|
110
169
|
},
|
111
170
|
{
|
112
171
|
"internalType": "Amount",
|
113
|
-
"name": "actualAmount",
|
172
|
+
"name": "actualAmount",
|
173
|
+
"type": "uint96"
|
174
|
+
}
|
175
|
+
],
|
176
|
+
"name": "ErrorPoolServiceInvalidTransferAmount",
|
177
|
+
"type": "error"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"inputs": [
|
181
|
+
{
|
182
|
+
"internalType": "NftId",
|
183
|
+
"name": "poolNftId",
|
184
|
+
"type": "uint96"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"internalType": "Amount",
|
188
|
+
"name": "maxBalanceAmount",
|
189
|
+
"type": "uint96"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"internalType": "Amount",
|
193
|
+
"name": "currentBalanceAmount",
|
194
|
+
"type": "uint96"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"internalType": "Amount",
|
198
|
+
"name": "transferAmount",
|
199
|
+
"type": "uint96"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"name": "ErrorPoolServiceMaxBalanceAmountExceeded",
|
203
|
+
"type": "error"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"inputs": [
|
207
|
+
{
|
208
|
+
"internalType": "NftId",
|
209
|
+
"name": "policyNftId",
|
210
|
+
"type": "uint96"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"internalType": "NftId",
|
214
|
+
"name": "productNftId",
|
215
|
+
"type": "uint96"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"internalType": "NftId",
|
219
|
+
"name": "expectedProductNftId",
|
220
|
+
"type": "uint96"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorPoolServicePolicyPoolMismatch",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
228
|
+
{
|
229
|
+
"internalType": "NftId",
|
230
|
+
"name": "poolNftId",
|
231
|
+
"type": "uint96"
|
232
|
+
}
|
233
|
+
],
|
234
|
+
"name": "ErrorPoolServicePoolNotExternallyManaged",
|
235
|
+
"type": "error"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"inputs": [],
|
239
|
+
"name": "ErrorRegisterableNotActive",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [],
|
244
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [],
|
249
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
250
|
+
"type": "error"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"anonymous": false,
|
254
|
+
"inputs": [
|
255
|
+
{
|
256
|
+
"indexed": false,
|
257
|
+
"internalType": "address",
|
258
|
+
"name": "authority",
|
259
|
+
"type": "address"
|
260
|
+
}
|
261
|
+
],
|
262
|
+
"name": "AuthorityUpdated",
|
263
|
+
"type": "event"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"anonymous": false,
|
267
|
+
"inputs": [
|
268
|
+
{
|
269
|
+
"indexed": false,
|
270
|
+
"internalType": "NftId",
|
271
|
+
"name": "nftId",
|
272
|
+
"type": "uint96"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"indexed": false,
|
276
|
+
"internalType": "address",
|
277
|
+
"name": "owner",
|
278
|
+
"type": "address"
|
279
|
+
}
|
280
|
+
],
|
281
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
282
|
+
"type": "event"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"anonymous": false,
|
286
|
+
"inputs": [
|
287
|
+
{
|
288
|
+
"indexed": false,
|
289
|
+
"internalType": "NftId",
|
290
|
+
"name": "poolNftId",
|
291
|
+
"type": "uint96"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"indexed": false,
|
295
|
+
"internalType": "NftId",
|
296
|
+
"name": "bundleNftId",
|
297
|
+
"type": "uint96"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"indexed": false,
|
301
|
+
"internalType": "NftId",
|
302
|
+
"name": "applicationNftId",
|
303
|
+
"type": "uint96"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"indexed": false,
|
307
|
+
"internalType": "Amount",
|
308
|
+
"name": "totalCollateralAmount",
|
309
|
+
"type": "uint96"
|
310
|
+
}
|
311
|
+
],
|
312
|
+
"name": "LogPoolServiceApplicationVerified",
|
313
|
+
"type": "event"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"anonymous": false,
|
317
|
+
"inputs": [
|
318
|
+
{
|
319
|
+
"indexed": false,
|
320
|
+
"internalType": "NftId",
|
321
|
+
"name": "instanceNftId",
|
322
|
+
"type": "uint96"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"indexed": false,
|
326
|
+
"internalType": "NftId",
|
327
|
+
"name": "poolNftId",
|
328
|
+
"type": "uint96"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"indexed": false,
|
332
|
+
"internalType": "NftId",
|
333
|
+
"name": "bundleNftId",
|
334
|
+
"type": "uint96"
|
335
|
+
}
|
336
|
+
],
|
337
|
+
"name": "LogPoolServiceBundleClosed",
|
338
|
+
"type": "event"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"anonymous": false,
|
342
|
+
"inputs": [
|
343
|
+
{
|
344
|
+
"indexed": false,
|
345
|
+
"internalType": "NftId",
|
346
|
+
"name": "instanceNftId",
|
347
|
+
"type": "uint96"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"indexed": false,
|
351
|
+
"internalType": "NftId",
|
352
|
+
"name": "poolNftId",
|
353
|
+
"type": "uint96"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"indexed": false,
|
357
|
+
"internalType": "NftId",
|
358
|
+
"name": "bundleNftId",
|
359
|
+
"type": "uint96"
|
360
|
+
}
|
361
|
+
],
|
362
|
+
"name": "LogPoolServiceBundleCreated",
|
363
|
+
"type": "event"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"anonymous": false,
|
367
|
+
"inputs": [
|
368
|
+
{
|
369
|
+
"indexed": false,
|
370
|
+
"internalType": "NftId",
|
371
|
+
"name": "instanceNftId",
|
372
|
+
"type": "uint96"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"indexed": false,
|
376
|
+
"internalType": "NftId",
|
377
|
+
"name": "poolNftId",
|
378
|
+
"type": "uint96"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"indexed": false,
|
382
|
+
"internalType": "NftId",
|
383
|
+
"name": "bundleNftId",
|
384
|
+
"type": "uint96"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"indexed": false,
|
388
|
+
"internalType": "Amount",
|
389
|
+
"name": "amount",
|
390
|
+
"type": "uint96"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"indexed": false,
|
394
|
+
"internalType": "Amount",
|
395
|
+
"name": "netAmount",
|
396
|
+
"type": "uint96"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"name": "LogPoolServiceBundleStaked",
|
400
|
+
"type": "event"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"anonymous": false,
|
404
|
+
"inputs": [
|
405
|
+
{
|
406
|
+
"indexed": false,
|
407
|
+
"internalType": "NftId",
|
408
|
+
"name": "instanceNftId",
|
409
|
+
"type": "uint96"
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"indexed": false,
|
413
|
+
"internalType": "NftId",
|
414
|
+
"name": "poolNftId",
|
415
|
+
"type": "uint96"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"indexed": false,
|
419
|
+
"internalType": "NftId",
|
420
|
+
"name": "bundleNftId",
|
421
|
+
"type": "uint96"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"indexed": false,
|
425
|
+
"internalType": "Amount",
|
426
|
+
"name": "amount",
|
427
|
+
"type": "uint96"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"indexed": false,
|
431
|
+
"internalType": "Amount",
|
432
|
+
"name": "netAmount",
|
433
|
+
"type": "uint96"
|
434
|
+
}
|
435
|
+
],
|
436
|
+
"name": "LogPoolServiceBundleUnstaked",
|
437
|
+
"type": "event"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"anonymous": false,
|
441
|
+
"inputs": [
|
442
|
+
{
|
443
|
+
"indexed": false,
|
444
|
+
"internalType": "NftId",
|
445
|
+
"name": "poolNftId",
|
446
|
+
"type": "uint96"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"indexed": false,
|
450
|
+
"internalType": "NftId",
|
451
|
+
"name": "bundleNftId",
|
452
|
+
"type": "uint96"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"indexed": false,
|
456
|
+
"internalType": "NftId",
|
457
|
+
"name": "applicationNftId",
|
458
|
+
"type": "uint96"
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"indexed": false,
|
462
|
+
"internalType": "Amount",
|
463
|
+
"name": "totalCollateralAmount",
|
464
|
+
"type": "uint96"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"indexed": false,
|
468
|
+
"internalType": "Amount",
|
469
|
+
"name": "lockedCollateralAmount",
|
470
|
+
"type": "uint96"
|
471
|
+
}
|
472
|
+
],
|
473
|
+
"name": "LogPoolServiceCollateralLocked",
|
474
|
+
"type": "event"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"anonymous": false,
|
478
|
+
"inputs": [
|
479
|
+
{
|
480
|
+
"indexed": false,
|
481
|
+
"internalType": "NftId",
|
482
|
+
"name": "bundleNftId",
|
483
|
+
"type": "uint96"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"indexed": false,
|
487
|
+
"internalType": "NftId",
|
488
|
+
"name": "policyNftId",
|
489
|
+
"type": "uint96"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"indexed": false,
|
493
|
+
"internalType": "Amount",
|
494
|
+
"name": "remainingCollateralAmount",
|
495
|
+
"type": "uint96"
|
496
|
+
}
|
497
|
+
],
|
498
|
+
"name": "LogPoolServiceCollateralReleased",
|
499
|
+
"type": "event"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"anonymous": false,
|
503
|
+
"inputs": [
|
504
|
+
{
|
505
|
+
"indexed": false,
|
506
|
+
"internalType": "NftId",
|
507
|
+
"name": "bundleNftId",
|
508
|
+
"type": "uint96"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"indexed": false,
|
512
|
+
"internalType": "address",
|
513
|
+
"name": "recipient",
|
514
|
+
"type": "address"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"indexed": false,
|
518
|
+
"internalType": "address",
|
519
|
+
"name": "tokenAddress",
|
520
|
+
"type": "address"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"indexed": false,
|
524
|
+
"internalType": "Amount",
|
525
|
+
"name": "amount",
|
526
|
+
"type": "uint96"
|
527
|
+
}
|
528
|
+
],
|
529
|
+
"name": "LogPoolServiceFeesWithdrawn",
|
530
|
+
"type": "event"
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"anonymous": false,
|
534
|
+
"inputs": [
|
535
|
+
{
|
536
|
+
"indexed": false,
|
537
|
+
"internalType": "NftId",
|
538
|
+
"name": "poolNftId",
|
539
|
+
"type": "uint96"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"indexed": false,
|
543
|
+
"internalType": "Amount",
|
544
|
+
"name": "previousMaxCapitalAmount",
|
545
|
+
"type": "uint96"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"indexed": false,
|
549
|
+
"internalType": "Amount",
|
550
|
+
"name": "currentMaxCapitalAmount",
|
551
|
+
"type": "uint96"
|
552
|
+
}
|
553
|
+
],
|
554
|
+
"name": "LogPoolServiceMaxBalanceAmountUpdated",
|
555
|
+
"type": "event"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"anonymous": false,
|
559
|
+
"inputs": [
|
560
|
+
{
|
561
|
+
"indexed": false,
|
562
|
+
"internalType": "NftId",
|
563
|
+
"name": "poolNftId",
|
564
|
+
"type": "uint96"
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"indexed": false,
|
568
|
+
"internalType": "NftId",
|
569
|
+
"name": "bundleNftId",
|
570
|
+
"type": "uint96"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"indexed": false,
|
574
|
+
"internalType": "NftId",
|
575
|
+
"name": "policyNftId",
|
576
|
+
"type": "uint96"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"indexed": false,
|
580
|
+
"internalType": "PayoutId",
|
581
|
+
"name": "payoutId",
|
582
|
+
"type": "uint40"
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"indexed": false,
|
586
|
+
"internalType": "Amount",
|
587
|
+
"name": "netPayoutAmount",
|
588
|
+
"type": "uint96"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"indexed": false,
|
592
|
+
"internalType": "Amount",
|
593
|
+
"name": "processingFeeAmount",
|
114
594
|
"type": "uint96"
|
115
|
-
}
|
116
|
-
],
|
117
|
-
"name": "ErrorPoolServiceInvalidTransferAmount",
|
118
|
-
"type": "error"
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"inputs": [],
|
122
|
-
"name": "ErrorServiceNotImplemented",
|
123
|
-
"type": "error"
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"anonymous": false,
|
127
|
-
"inputs": [
|
595
|
+
},
|
128
596
|
{
|
129
597
|
"indexed": false,
|
130
598
|
"internalType": "address",
|
131
|
-
"name": "
|
599
|
+
"name": "payoutBeneficiary",
|
132
600
|
"type": "address"
|
133
601
|
}
|
134
602
|
],
|
135
|
-
"name": "
|
603
|
+
"name": "LogPoolServicePayoutProcessed",
|
136
604
|
"type": "event"
|
137
605
|
},
|
138
606
|
{
|
@@ -141,23 +609,23 @@
|
|
141
609
|
{
|
142
610
|
"indexed": false,
|
143
611
|
"internalType": "NftId",
|
144
|
-
"name": "
|
612
|
+
"name": "policyNftId",
|
145
613
|
"type": "uint96"
|
146
614
|
},
|
147
615
|
{
|
148
616
|
"indexed": false,
|
149
|
-
"internalType": "
|
150
|
-
"name": "
|
151
|
-
"type": "
|
617
|
+
"internalType": "ClaimId",
|
618
|
+
"name": "claimId",
|
619
|
+
"type": "uint16"
|
152
620
|
},
|
153
621
|
{
|
154
622
|
"indexed": false,
|
155
|
-
"internalType": "
|
156
|
-
"name": "
|
623
|
+
"internalType": "Amount",
|
624
|
+
"name": "availableAmount",
|
157
625
|
"type": "uint96"
|
158
626
|
}
|
159
627
|
],
|
160
|
-
"name": "
|
628
|
+
"name": "LogPoolServiceProcessFundedClaim",
|
161
629
|
"type": "event"
|
162
630
|
},
|
163
631
|
{
|
@@ -166,23 +634,35 @@
|
|
166
634
|
{
|
167
635
|
"indexed": false,
|
168
636
|
"internalType": "NftId",
|
169
|
-
"name": "
|
637
|
+
"name": "poolNftId",
|
170
638
|
"type": "uint96"
|
171
639
|
},
|
172
640
|
{
|
173
641
|
"indexed": false,
|
174
642
|
"internalType": "NftId",
|
175
|
-
"name": "
|
643
|
+
"name": "bundleNftId",
|
176
644
|
"type": "uint96"
|
177
645
|
},
|
178
646
|
{
|
179
647
|
"indexed": false,
|
180
|
-
"internalType": "
|
181
|
-
"name": "
|
648
|
+
"internalType": "Amount",
|
649
|
+
"name": "bundleNetAmount",
|
650
|
+
"type": "uint96"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"indexed": false,
|
654
|
+
"internalType": "Amount",
|
655
|
+
"name": "bundleFeeAmount",
|
656
|
+
"type": "uint96"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"indexed": false,
|
660
|
+
"internalType": "Amount",
|
661
|
+
"name": "poolFeeAmount",
|
182
662
|
"type": "uint96"
|
183
663
|
}
|
184
664
|
],
|
185
|
-
"name": "
|
665
|
+
"name": "LogPoolServiceSaleProcessed",
|
186
666
|
"type": "event"
|
187
667
|
},
|
188
668
|
{
|
@@ -196,12 +676,18 @@
|
|
196
676
|
},
|
197
677
|
{
|
198
678
|
"indexed": false,
|
199
|
-
"internalType": "
|
200
|
-
"name": "
|
201
|
-
"type": "
|
679
|
+
"internalType": "address",
|
680
|
+
"name": "poolOwner",
|
681
|
+
"type": "address"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"indexed": false,
|
685
|
+
"internalType": "Amount",
|
686
|
+
"name": "amount",
|
687
|
+
"type": "uint96"
|
202
688
|
}
|
203
689
|
],
|
204
|
-
"name": "
|
690
|
+
"name": "LogPoolServiceWalletDefunded",
|
205
691
|
"type": "event"
|
206
692
|
},
|
207
693
|
{
|
@@ -215,18 +701,18 @@
|
|
215
701
|
},
|
216
702
|
{
|
217
703
|
"indexed": false,
|
218
|
-
"internalType": "
|
219
|
-
"name": "
|
220
|
-
"type": "
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "poolOwner",
|
706
|
+
"type": "address"
|
221
707
|
},
|
222
708
|
{
|
223
709
|
"indexed": false,
|
224
710
|
"internalType": "Amount",
|
225
|
-
"name": "
|
711
|
+
"name": "amount",
|
226
712
|
"type": "uint96"
|
227
713
|
}
|
228
714
|
],
|
229
|
-
"name": "
|
715
|
+
"name": "LogPoolServiceWalletFunded",
|
230
716
|
"type": "event"
|
231
717
|
},
|
232
718
|
{
|
@@ -244,133 +730,40 @@
|
|
244
730
|
},
|
245
731
|
{
|
246
732
|
"inputs": [
|
247
|
-
{
|
248
|
-
"internalType": "UFixed",
|
249
|
-
"name": "collateralizationLevel",
|
250
|
-
"type": "uint256"
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"internalType": "UFixed",
|
254
|
-
"name": "retentionLevel",
|
255
|
-
"type": "uint256"
|
256
|
-
},
|
257
|
-
{
|
258
|
-
"internalType": "Amount",
|
259
|
-
"name": "sumInsuredAmount",
|
260
|
-
"type": "uint96"
|
261
|
-
}
|
262
|
-
],
|
263
|
-
"name": "calculateRequiredCollateral",
|
264
|
-
"outputs": [
|
265
|
-
{
|
266
|
-
"internalType": "Amount",
|
267
|
-
"name": "localCollateralAmount",
|
268
|
-
"type": "uint96"
|
269
|
-
},
|
270
|
-
{
|
271
|
-
"internalType": "Amount",
|
272
|
-
"name": "totalCollateralAmount",
|
273
|
-
"type": "uint96"
|
274
|
-
}
|
275
|
-
],
|
276
|
-
"stateMutability": "pure",
|
277
|
-
"type": "function"
|
278
|
-
},
|
279
|
-
{
|
280
|
-
"inputs": [
|
281
|
-
{
|
282
|
-
"internalType": "contract InstanceReader",
|
283
|
-
"name": "instanceReader",
|
284
|
-
"type": "address"
|
285
|
-
},
|
286
733
|
{
|
287
734
|
"internalType": "NftId",
|
288
|
-
"name": "
|
289
|
-
"type": "uint96"
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"internalType": "Amount",
|
293
|
-
"name": "sumInsuredAmount",
|
294
|
-
"type": "uint96"
|
295
|
-
}
|
296
|
-
],
|
297
|
-
"name": "calculateRequiredCollateral",
|
298
|
-
"outputs": [
|
299
|
-
{
|
300
|
-
"internalType": "Amount",
|
301
|
-
"name": "localCollateralAmount",
|
302
|
-
"type": "uint96"
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"internalType": "Amount",
|
306
|
-
"name": "totalCollateralAmount",
|
735
|
+
"name": "bundleNftId",
|
307
736
|
"type": "uint96"
|
308
737
|
}
|
309
738
|
],
|
310
|
-
"
|
739
|
+
"name": "closeBundle",
|
740
|
+
"outputs": [],
|
741
|
+
"stateMutability": "nonpayable",
|
311
742
|
"type": "function"
|
312
743
|
},
|
313
744
|
{
|
314
745
|
"inputs": [
|
315
746
|
{
|
316
|
-
"internalType": "
|
317
|
-
"name": "
|
747
|
+
"internalType": "Amount",
|
748
|
+
"name": "amount",
|
318
749
|
"type": "uint96"
|
319
750
|
}
|
320
751
|
],
|
321
|
-
"name": "
|
752
|
+
"name": "defundPoolWallet",
|
322
753
|
"outputs": [],
|
323
754
|
"stateMutability": "nonpayable",
|
324
755
|
"type": "function"
|
325
756
|
},
|
326
757
|
{
|
327
758
|
"inputs": [
|
328
|
-
{
|
329
|
-
"internalType": "address",
|
330
|
-
"name": "owner",
|
331
|
-
"type": "address"
|
332
|
-
},
|
333
|
-
{
|
334
|
-
"components": [
|
335
|
-
{
|
336
|
-
"internalType": "UFixed",
|
337
|
-
"name": "fractionalFee",
|
338
|
-
"type": "uint256"
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"internalType": "uint256",
|
342
|
-
"name": "fixedFee",
|
343
|
-
"type": "uint256"
|
344
|
-
}
|
345
|
-
],
|
346
|
-
"internalType": "struct Fee",
|
347
|
-
"name": "fee",
|
348
|
-
"type": "tuple"
|
349
|
-
},
|
350
759
|
{
|
351
760
|
"internalType": "Amount",
|
352
|
-
"name": "
|
353
|
-
"type": "uint96"
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"internalType": "Seconds",
|
357
|
-
"name": "lifetime",
|
358
|
-
"type": "uint40"
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"internalType": "bytes",
|
362
|
-
"name": "filter",
|
363
|
-
"type": "bytes"
|
364
|
-
}
|
365
|
-
],
|
366
|
-
"name": "createBundle",
|
367
|
-
"outputs": [
|
368
|
-
{
|
369
|
-
"internalType": "NftId",
|
370
|
-
"name": "bundleNftId",
|
761
|
+
"name": "amount",
|
371
762
|
"type": "uint96"
|
372
763
|
}
|
373
764
|
],
|
765
|
+
"name": "fundPoolWallet",
|
766
|
+
"outputs": [],
|
374
767
|
"stateMutability": "nonpayable",
|
375
768
|
"type": "function"
|
376
769
|
},
|
@@ -476,6 +869,32 @@
|
|
476
869
|
"stateMutability": "view",
|
477
870
|
"type": "function"
|
478
871
|
},
|
872
|
+
{
|
873
|
+
"inputs": [],
|
874
|
+
"name": "getRelease",
|
875
|
+
"outputs": [
|
876
|
+
{
|
877
|
+
"internalType": "VersionPart",
|
878
|
+
"name": "release",
|
879
|
+
"type": "uint8"
|
880
|
+
}
|
881
|
+
],
|
882
|
+
"stateMutability": "view",
|
883
|
+
"type": "function"
|
884
|
+
},
|
885
|
+
{
|
886
|
+
"inputs": [],
|
887
|
+
"name": "getRoleId",
|
888
|
+
"outputs": [
|
889
|
+
{
|
890
|
+
"internalType": "RoleId",
|
891
|
+
"name": "serviceRoleId",
|
892
|
+
"type": "uint64"
|
893
|
+
}
|
894
|
+
],
|
895
|
+
"stateMutability": "view",
|
896
|
+
"type": "function"
|
897
|
+
},
|
479
898
|
{
|
480
899
|
"inputs": [],
|
481
900
|
"name": "getVersion",
|
@@ -507,6 +926,19 @@
|
|
507
926
|
"stateMutability": "nonpayable",
|
508
927
|
"type": "function"
|
509
928
|
},
|
929
|
+
{
|
930
|
+
"inputs": [],
|
931
|
+
"name": "isActive",
|
932
|
+
"outputs": [
|
933
|
+
{
|
934
|
+
"internalType": "bool",
|
935
|
+
"name": "active",
|
936
|
+
"type": "bool"
|
937
|
+
}
|
938
|
+
],
|
939
|
+
"stateMutability": "view",
|
940
|
+
"type": "function"
|
941
|
+
},
|
510
942
|
{
|
511
943
|
"inputs": [],
|
512
944
|
"name": "isConsumingScheduledOp",
|
@@ -523,7 +955,13 @@
|
|
523
955
|
{
|
524
956
|
"inputs": [],
|
525
957
|
"name": "linkToRegisteredNftId",
|
526
|
-
"outputs": [
|
958
|
+
"outputs": [
|
959
|
+
{
|
960
|
+
"internalType": "NftId",
|
961
|
+
"name": "",
|
962
|
+
"type": "uint96"
|
963
|
+
}
|
964
|
+
],
|
527
965
|
"stateMutability": "nonpayable",
|
528
966
|
"type": "function"
|
529
967
|
},
|
@@ -534,6 +972,11 @@
|
|
534
972
|
"name": "instance",
|
535
973
|
"type": "address"
|
536
974
|
},
|
975
|
+
{
|
976
|
+
"internalType": "address",
|
977
|
+
"name": "token",
|
978
|
+
"type": "address"
|
979
|
+
},
|
537
980
|
{
|
538
981
|
"internalType": "NftId",
|
539
982
|
"name": "productNftId",
|
@@ -551,20 +994,102 @@
|
|
551
994
|
},
|
552
995
|
{
|
553
996
|
"internalType": "Amount",
|
554
|
-
"name": "sumInsuredAmount",
|
997
|
+
"name": "sumInsuredAmount",
|
998
|
+
"type": "uint96"
|
999
|
+
}
|
1000
|
+
],
|
1001
|
+
"name": "lockCollateral",
|
1002
|
+
"outputs": [
|
1003
|
+
{
|
1004
|
+
"internalType": "Amount",
|
1005
|
+
"name": "localCollateralAmount",
|
1006
|
+
"type": "uint96"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"internalType": "Amount",
|
1010
|
+
"name": "totalCollateralAmount",
|
1011
|
+
"type": "uint96"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"stateMutability": "nonpayable",
|
1015
|
+
"type": "function"
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"inputs": [
|
1019
|
+
{
|
1020
|
+
"internalType": "NftId",
|
1021
|
+
"name": "policyNftId",
|
1022
|
+
"type": "uint96"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"internalType": "ClaimId",
|
1026
|
+
"name": "claimId",
|
1027
|
+
"type": "uint16"
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
"internalType": "Amount",
|
1031
|
+
"name": "availableAmount",
|
1032
|
+
"type": "uint96"
|
1033
|
+
}
|
1034
|
+
],
|
1035
|
+
"name": "processFundedClaim",
|
1036
|
+
"outputs": [],
|
1037
|
+
"stateMutability": "nonpayable",
|
1038
|
+
"type": "function"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"inputs": [
|
1042
|
+
{
|
1043
|
+
"internalType": "contract InstanceReader",
|
1044
|
+
"name": "instanceReader",
|
1045
|
+
"type": "address"
|
1046
|
+
},
|
1047
|
+
{
|
1048
|
+
"internalType": "contract InstanceStore",
|
1049
|
+
"name": "instanceStore",
|
1050
|
+
"type": "address"
|
1051
|
+
},
|
1052
|
+
{
|
1053
|
+
"internalType": "NftId",
|
1054
|
+
"name": "productNftId",
|
1055
|
+
"type": "uint96"
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"internalType": "NftId",
|
1059
|
+
"name": "policyNftId",
|
1060
|
+
"type": "uint96"
|
1061
|
+
},
|
1062
|
+
{
|
1063
|
+
"internalType": "NftId",
|
1064
|
+
"name": "bundleNftId",
|
1065
|
+
"type": "uint96"
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"internalType": "PayoutId",
|
1069
|
+
"name": "payoutId",
|
1070
|
+
"type": "uint40"
|
1071
|
+
},
|
1072
|
+
{
|
1073
|
+
"internalType": "Amount",
|
1074
|
+
"name": "payoutAmount",
|
555
1075
|
"type": "uint96"
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
"internalType": "address",
|
1079
|
+
"name": "payoutBeneficiary",
|
1080
|
+
"type": "address"
|
556
1081
|
}
|
557
1082
|
],
|
558
|
-
"name": "
|
1083
|
+
"name": "processPayout",
|
559
1084
|
"outputs": [
|
560
1085
|
{
|
561
1086
|
"internalType": "Amount",
|
562
|
-
"name": "
|
1087
|
+
"name": "netPayoutAmount",
|
563
1088
|
"type": "uint96"
|
564
1089
|
},
|
565
1090
|
{
|
566
1091
|
"internalType": "Amount",
|
567
|
-
"name": "
|
1092
|
+
"name": "processingFeeAmount",
|
568
1093
|
"type": "uint96"
|
569
1094
|
}
|
570
1095
|
],
|
@@ -596,82 +1121,82 @@
|
|
596
1121
|
"type": "uint96"
|
597
1122
|
},
|
598
1123
|
{
|
599
|
-
"internalType": "
|
1124
|
+
"internalType": "Amount",
|
600
1125
|
"name": "netPremiumAmount",
|
601
|
-
"type": "
|
1126
|
+
"type": "uint96"
|
602
1127
|
},
|
603
1128
|
{
|
604
|
-
"internalType": "
|
1129
|
+
"internalType": "Amount",
|
605
1130
|
"name": "fullPremiumAmount",
|
606
|
-
"type": "
|
1131
|
+
"type": "uint96"
|
607
1132
|
},
|
608
1133
|
{
|
609
|
-
"internalType": "
|
1134
|
+
"internalType": "Amount",
|
610
1135
|
"name": "premiumAmount",
|
611
|
-
"type": "
|
1136
|
+
"type": "uint96"
|
612
1137
|
},
|
613
1138
|
{
|
614
|
-
"internalType": "
|
1139
|
+
"internalType": "Amount",
|
615
1140
|
"name": "productFeeFixAmount",
|
616
|
-
"type": "
|
1141
|
+
"type": "uint96"
|
617
1142
|
},
|
618
1143
|
{
|
619
|
-
"internalType": "
|
1144
|
+
"internalType": "Amount",
|
620
1145
|
"name": "poolFeeFixAmount",
|
621
|
-
"type": "
|
1146
|
+
"type": "uint96"
|
622
1147
|
},
|
623
1148
|
{
|
624
|
-
"internalType": "
|
1149
|
+
"internalType": "Amount",
|
625
1150
|
"name": "bundleFeeFixAmount",
|
626
|
-
"type": "
|
1151
|
+
"type": "uint96"
|
627
1152
|
},
|
628
1153
|
{
|
629
|
-
"internalType": "
|
1154
|
+
"internalType": "Amount",
|
630
1155
|
"name": "distributionFeeFixAmount",
|
631
|
-
"type": "
|
1156
|
+
"type": "uint96"
|
632
1157
|
},
|
633
1158
|
{
|
634
|
-
"internalType": "
|
1159
|
+
"internalType": "Amount",
|
635
1160
|
"name": "productFeeVarAmount",
|
636
|
-
"type": "
|
1161
|
+
"type": "uint96"
|
637
1162
|
},
|
638
1163
|
{
|
639
|
-
"internalType": "
|
1164
|
+
"internalType": "Amount",
|
640
1165
|
"name": "poolFeeVarAmount",
|
641
|
-
"type": "
|
1166
|
+
"type": "uint96"
|
642
1167
|
},
|
643
1168
|
{
|
644
|
-
"internalType": "
|
1169
|
+
"internalType": "Amount",
|
645
1170
|
"name": "bundleFeeVarAmount",
|
646
|
-
"type": "
|
1171
|
+
"type": "uint96"
|
647
1172
|
},
|
648
1173
|
{
|
649
|
-
"internalType": "
|
1174
|
+
"internalType": "Amount",
|
650
1175
|
"name": "distributionFeeVarAmount",
|
651
|
-
"type": "
|
1176
|
+
"type": "uint96"
|
652
1177
|
},
|
653
1178
|
{
|
654
|
-
"internalType": "
|
1179
|
+
"internalType": "Amount",
|
655
1180
|
"name": "distributionOwnerFeeFixAmount",
|
656
|
-
"type": "
|
1181
|
+
"type": "uint96"
|
657
1182
|
},
|
658
1183
|
{
|
659
|
-
"internalType": "
|
1184
|
+
"internalType": "Amount",
|
660
1185
|
"name": "distributionOwnerFeeVarAmount",
|
661
|
-
"type": "
|
1186
|
+
"type": "uint96"
|
662
1187
|
},
|
663
1188
|
{
|
664
|
-
"internalType": "
|
1189
|
+
"internalType": "Amount",
|
665
1190
|
"name": "commissionAmount",
|
666
|
-
"type": "
|
1191
|
+
"type": "uint96"
|
667
1192
|
},
|
668
1193
|
{
|
669
|
-
"internalType": "
|
1194
|
+
"internalType": "Amount",
|
670
1195
|
"name": "discountAmount",
|
671
|
-
"type": "
|
1196
|
+
"type": "uint96"
|
672
1197
|
}
|
673
1198
|
],
|
674
|
-
"internalType": "struct IPolicy.
|
1199
|
+
"internalType": "struct IPolicy.PremiumInfo",
|
675
1200
|
"name": "premium",
|
676
1201
|
"type": "tuple"
|
677
1202
|
}
|
@@ -705,11 +1230,6 @@
|
|
705
1230
|
"name": "bundleNftId",
|
706
1231
|
"type": "uint96"
|
707
1232
|
},
|
708
|
-
{
|
709
|
-
"internalType": "ReferralId",
|
710
|
-
"name": "referralId",
|
711
|
-
"type": "bytes8"
|
712
|
-
},
|
713
1233
|
{
|
714
1234
|
"internalType": "RiskId",
|
715
1235
|
"name": "riskId",
|
@@ -726,24 +1246,9 @@
|
|
726
1246
|
"type": "uint96"
|
727
1247
|
},
|
728
1248
|
{
|
729
|
-
"internalType": "
|
730
|
-
"name": "
|
731
|
-
"type": "
|
732
|
-
},
|
733
|
-
{
|
734
|
-
"internalType": "Seconds",
|
735
|
-
"name": "lifetime",
|
736
|
-
"type": "uint40"
|
737
|
-
},
|
738
|
-
{
|
739
|
-
"internalType": "bytes",
|
740
|
-
"name": "applicationData",
|
741
|
-
"type": "bytes"
|
742
|
-
},
|
743
|
-
{
|
744
|
-
"internalType": "bytes",
|
745
|
-
"name": "processData",
|
746
|
-
"type": "bytes"
|
1249
|
+
"internalType": "ReferralId",
|
1250
|
+
"name": "referralId",
|
1251
|
+
"type": "bytes8"
|
747
1252
|
},
|
748
1253
|
{
|
749
1254
|
"internalType": "uint16",
|
@@ -771,83 +1276,18 @@
|
|
771
1276
|
"type": "uint40"
|
772
1277
|
},
|
773
1278
|
{
|
774
|
-
"internalType": "
|
775
|
-
"name": "
|
1279
|
+
"internalType": "Seconds",
|
1280
|
+
"name": "lifetime",
|
776
1281
|
"type": "uint40"
|
777
1282
|
},
|
778
1283
|
{
|
779
1284
|
"internalType": "Timestamp",
|
780
|
-
"name": "
|
1285
|
+
"name": "expiredAt",
|
781
1286
|
"type": "uint40"
|
782
|
-
}
|
783
|
-
],
|
784
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
785
|
-
"name": "policyInfo",
|
786
|
-
"type": "tuple"
|
787
|
-
},
|
788
|
-
{
|
789
|
-
"internalType": "Amount",
|
790
|
-
"name": "payoutAmount",
|
791
|
-
"type": "uint96"
|
792
|
-
}
|
793
|
-
],
|
794
|
-
"name": "reduceCollateral",
|
795
|
-
"outputs": [],
|
796
|
-
"stateMutability": "nonpayable",
|
797
|
-
"type": "function"
|
798
|
-
},
|
799
|
-
{
|
800
|
-
"inputs": [
|
801
|
-
{
|
802
|
-
"internalType": "contract IInstance",
|
803
|
-
"name": "instance",
|
804
|
-
"type": "address"
|
805
|
-
},
|
806
|
-
{
|
807
|
-
"internalType": "NftId",
|
808
|
-
"name": "policyNftId",
|
809
|
-
"type": "uint96"
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"components": [
|
813
|
-
{
|
814
|
-
"internalType": "NftId",
|
815
|
-
"name": "productNftId",
|
816
|
-
"type": "uint96"
|
817
|
-
},
|
818
|
-
{
|
819
|
-
"internalType": "NftId",
|
820
|
-
"name": "bundleNftId",
|
821
|
-
"type": "uint96"
|
822
|
-
},
|
823
|
-
{
|
824
|
-
"internalType": "ReferralId",
|
825
|
-
"name": "referralId",
|
826
|
-
"type": "bytes8"
|
827
|
-
},
|
828
|
-
{
|
829
|
-
"internalType": "RiskId",
|
830
|
-
"name": "riskId",
|
831
|
-
"type": "bytes8"
|
832
|
-
},
|
833
|
-
{
|
834
|
-
"internalType": "Amount",
|
835
|
-
"name": "sumInsuredAmount",
|
836
|
-
"type": "uint96"
|
837
|
-
},
|
838
|
-
{
|
839
|
-
"internalType": "Amount",
|
840
|
-
"name": "premiumAmount",
|
841
|
-
"type": "uint96"
|
842
|
-
},
|
843
|
-
{
|
844
|
-
"internalType": "Amount",
|
845
|
-
"name": "premiumPaidAmount",
|
846
|
-
"type": "uint96"
|
847
1287
|
},
|
848
1288
|
{
|
849
|
-
"internalType": "
|
850
|
-
"name": "
|
1289
|
+
"internalType": "Timestamp",
|
1290
|
+
"name": "closedAt",
|
851
1291
|
"type": "uint40"
|
852
1292
|
},
|
853
1293
|
{
|
@@ -859,41 +1299,6 @@
|
|
859
1299
|
"internalType": "bytes",
|
860
1300
|
"name": "processData",
|
861
1301
|
"type": "bytes"
|
862
|
-
},
|
863
|
-
{
|
864
|
-
"internalType": "uint16",
|
865
|
-
"name": "claimsCount",
|
866
|
-
"type": "uint16"
|
867
|
-
},
|
868
|
-
{
|
869
|
-
"internalType": "uint16",
|
870
|
-
"name": "openClaimsCount",
|
871
|
-
"type": "uint16"
|
872
|
-
},
|
873
|
-
{
|
874
|
-
"internalType": "Amount",
|
875
|
-
"name": "claimAmount",
|
876
|
-
"type": "uint96"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"internalType": "Amount",
|
880
|
-
"name": "payoutAmount",
|
881
|
-
"type": "uint96"
|
882
|
-
},
|
883
|
-
{
|
884
|
-
"internalType": "Timestamp",
|
885
|
-
"name": "activatedAt",
|
886
|
-
"type": "uint40"
|
887
|
-
},
|
888
|
-
{
|
889
|
-
"internalType": "Timestamp",
|
890
|
-
"name": "expiredAt",
|
891
|
-
"type": "uint40"
|
892
|
-
},
|
893
|
-
{
|
894
|
-
"internalType": "Timestamp",
|
895
|
-
"name": "closedAt",
|
896
|
-
"type": "uint40"
|
897
1302
|
}
|
898
1303
|
],
|
899
1304
|
"internalType": "struct IPolicy.PolicyInfo",
|
@@ -922,12 +1327,12 @@
|
|
922
1327
|
{
|
923
1328
|
"inputs": [
|
924
1329
|
{
|
925
|
-
"internalType": "
|
926
|
-
"name": "
|
927
|
-
"type": "
|
1330
|
+
"internalType": "Amount",
|
1331
|
+
"name": "maxBalanceAmount",
|
1332
|
+
"type": "uint96"
|
928
1333
|
}
|
929
1334
|
],
|
930
|
-
"name": "
|
1335
|
+
"name": "setMaxBalanceAmount",
|
931
1336
|
"outputs": [],
|
932
1337
|
"stateMutability": "nonpayable",
|
933
1338
|
"type": "function"
|
@@ -935,72 +1340,24 @@
|
|
935
1340
|
{
|
936
1341
|
"inputs": [
|
937
1342
|
{
|
938
|
-
"
|
939
|
-
|
940
|
-
|
941
|
-
"name": "fractionalFee",
|
942
|
-
"type": "uint256"
|
943
|
-
},
|
944
|
-
{
|
945
|
-
"internalType": "uint256",
|
946
|
-
"name": "fixedFee",
|
947
|
-
"type": "uint256"
|
948
|
-
}
|
949
|
-
],
|
950
|
-
"internalType": "struct Fee",
|
951
|
-
"name": "poolFee",
|
952
|
-
"type": "tuple"
|
953
|
-
},
|
954
|
-
{
|
955
|
-
"components": [
|
956
|
-
{
|
957
|
-
"internalType": "UFixed",
|
958
|
-
"name": "fractionalFee",
|
959
|
-
"type": "uint256"
|
960
|
-
},
|
961
|
-
{
|
962
|
-
"internalType": "uint256",
|
963
|
-
"name": "fixedFee",
|
964
|
-
"type": "uint256"
|
965
|
-
}
|
966
|
-
],
|
967
|
-
"internalType": "struct Fee",
|
968
|
-
"name": "stakingFee",
|
969
|
-
"type": "tuple"
|
1343
|
+
"internalType": "NftId",
|
1344
|
+
"name": "bundleNftId",
|
1345
|
+
"type": "uint96"
|
970
1346
|
},
|
971
1347
|
{
|
972
|
-
"
|
973
|
-
|
974
|
-
|
975
|
-
"name": "fractionalFee",
|
976
|
-
"type": "uint256"
|
977
|
-
},
|
978
|
-
{
|
979
|
-
"internalType": "uint256",
|
980
|
-
"name": "fixedFee",
|
981
|
-
"type": "uint256"
|
982
|
-
}
|
983
|
-
],
|
984
|
-
"internalType": "struct Fee",
|
985
|
-
"name": "performanceFee",
|
986
|
-
"type": "tuple"
|
1348
|
+
"internalType": "Amount",
|
1349
|
+
"name": "amount",
|
1350
|
+
"type": "uint96"
|
987
1351
|
}
|
988
1352
|
],
|
989
|
-
"name": "
|
990
|
-
"outputs": [
|
991
|
-
"stateMutability": "nonpayable",
|
992
|
-
"type": "function"
|
993
|
-
},
|
994
|
-
{
|
995
|
-
"inputs": [
|
1353
|
+
"name": "stake",
|
1354
|
+
"outputs": [
|
996
1355
|
{
|
997
1356
|
"internalType": "Amount",
|
998
|
-
"name": "
|
1357
|
+
"name": "netAmount",
|
999
1358
|
"type": "uint96"
|
1000
1359
|
}
|
1001
1360
|
],
|
1002
|
-
"name": "setMaxCapitalAmount",
|
1003
|
-
"outputs": [],
|
1004
1361
|
"stateMutability": "nonpayable",
|
1005
1362
|
"type": "function"
|
1006
1363
|
},
|
@@ -1023,6 +1380,30 @@
|
|
1023
1380
|
"stateMutability": "view",
|
1024
1381
|
"type": "function"
|
1025
1382
|
},
|
1383
|
+
{
|
1384
|
+
"inputs": [
|
1385
|
+
{
|
1386
|
+
"internalType": "NftId",
|
1387
|
+
"name": "bundleNftId",
|
1388
|
+
"type": "uint96"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"internalType": "Amount",
|
1392
|
+
"name": "amount",
|
1393
|
+
"type": "uint96"
|
1394
|
+
}
|
1395
|
+
],
|
1396
|
+
"name": "unstake",
|
1397
|
+
"outputs": [
|
1398
|
+
{
|
1399
|
+
"internalType": "Amount",
|
1400
|
+
"name": "netAmount",
|
1401
|
+
"type": "uint96"
|
1402
|
+
}
|
1403
|
+
],
|
1404
|
+
"stateMutability": "nonpayable",
|
1405
|
+
"type": "function"
|
1406
|
+
},
|
1026
1407
|
{
|
1027
1408
|
"inputs": [
|
1028
1409
|
{
|
@@ -1035,6 +1416,30 @@
|
|
1035
1416
|
"outputs": [],
|
1036
1417
|
"stateMutability": "nonpayable",
|
1037
1418
|
"type": "function"
|
1419
|
+
},
|
1420
|
+
{
|
1421
|
+
"inputs": [
|
1422
|
+
{
|
1423
|
+
"internalType": "NftId",
|
1424
|
+
"name": "bundleNftId",
|
1425
|
+
"type": "uint96"
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"internalType": "Amount",
|
1429
|
+
"name": "amount",
|
1430
|
+
"type": "uint96"
|
1431
|
+
}
|
1432
|
+
],
|
1433
|
+
"name": "withdrawBundleFees",
|
1434
|
+
"outputs": [
|
1435
|
+
{
|
1436
|
+
"internalType": "Amount",
|
1437
|
+
"name": "withdrawnAmount",
|
1438
|
+
"type": "uint96"
|
1439
|
+
}
|
1440
|
+
],
|
1441
|
+
"stateMutability": "nonpayable",
|
1442
|
+
"type": "function"
|
1038
1443
|
}
|
1039
1444
|
],
|
1040
1445
|
"bytecode": "0x",
|