@etherisc/gif-next 0.0.2-f9b0591-801 → 0.0.2-fa35bce-363
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +89 -9
- 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 +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +673 -262
- 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 +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +202 -5
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +456 -24
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +549 -209
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +215 -18
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +265 -16
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +473 -17
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +183 -487
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +431 -36
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +102 -387
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +644 -392
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +209 -133
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +96 -191
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +476 -137
- 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 +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +193 -45
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +567 -67
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +385 -60
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +573 -165
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1034 -311
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +369 -68
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1689 -736
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +399 -231
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +143 -105
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +974 -651
- 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/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +16 -5
- 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 +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +127 -355
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +429 -37
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +103 -133
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +98 -11
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +103 -323
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +198 -190
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +177 -97
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +156 -384
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +430 -35
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +374 -446
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +170 -134
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +259 -153
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +142 -183
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +524 -288
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +132 -363
- 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 +730 -549
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +206 -114
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +353 -180
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +159 -99
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +272 -431
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +430 -35
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +466 -245
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +187 -123
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +301 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +350 -18
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +358 -127
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +183 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +257 -226
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → product/IRiskService.sol/IRiskService.json} +283 -157
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +477 -373
- 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 +196 -124
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +247 -332
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +165 -137
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +264 -423
- 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 +359 -48
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +169 -37
- 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 +565 -109
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +791 -377
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +136 -290
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +141 -89
- 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 +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +483 -253
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +489 -20
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +120 -60
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +86 -277
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +493 -638
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +183 -133
- 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 +92 -93
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +432 -290
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +103 -133
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +42 -6
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +35 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +167 -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 +84 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -22
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +102 -322
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +48 -7
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +41 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +141 -97
- 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 +86 -111
- 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 +1295 -165
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +235 -123
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +69 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1444 -421
- 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 +1 -1
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +46 -5
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +207 -105
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +185 -223
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +282 -281
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +144 -96
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1473 -579
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +265 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +131 -50
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +35 -11
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +45 -19
- 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 +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +94 -38
- 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 +23 -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 +33 -31
- 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 +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- 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 +42 -157
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +69 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +21 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- 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 +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +50 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +73 -36
- 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 +101 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +10 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +118 -79
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +15 -2
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +10 -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 +458 -269
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +146 -4
- package/contracts/authorization/Authorization.sol +159 -208
- package/contracts/authorization/IAccess.sol +25 -6
- package/contracts/authorization/IAccessAdmin.sol +87 -79
- package/contracts/authorization/IAuthorization.sol +9 -37
- package/contracts/authorization/IServiceAuthorization.sol +57 -17
- package/contracts/authorization/ServiceAuthorization.sol +255 -25
- package/contracts/distribution/BasicDistribution.sol +20 -17
- package/contracts/distribution/BasicDistributionAuthorization.sol +30 -10
- package/contracts/distribution/Distribution.sol +44 -92
- package/contracts/distribution/DistributionService.sol +243 -132
- package/contracts/distribution/DistributionServiceManager.sol +6 -6
- package/contracts/distribution/IDistributionComponent.sol +4 -11
- package/contracts/distribution/IDistributionService.sol +47 -29
- 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 +42 -38
- package/contracts/instance/IInstance.sol +102 -43
- package/contracts/instance/IInstanceService.sol +59 -34
- package/contracts/instance/Instance.sol +193 -100
- package/contracts/instance/InstanceAdmin.sol +275 -158
- package/contracts/instance/InstanceAuthorizationV3.sol +120 -58
- package/contracts/instance/InstanceReader.sol +476 -257
- package/contracts/instance/InstanceService.sol +293 -236
- package/contracts/instance/InstanceServiceManager.sol +6 -7
- package/contracts/instance/InstanceStore.sol +23 -2
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/base/BalanceStore.sol +4 -6
- package/contracts/instance/base/ObjectCounter.sol +1 -2
- package/contracts/instance/base/ObjectLifecycle.sol +13 -10
- package/contracts/instance/base/ObjectSet.sol +31 -33
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +30 -15
- package/contracts/instance/module/IDistribution.sol +21 -8
- package/contracts/instance/module/IPolicy.sol +50 -29
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/oracle/BasicOracle.sol +2 -5
- package/contracts/oracle/BasicOracleAuthorization.sol +15 -8
- package/contracts/oracle/IOracle.sol +9 -4
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +9 -21
- package/contracts/oracle/OracleService.sol +119 -87
- package/contracts/oracle/OracleServiceManager.sol +6 -6
- package/contracts/pool/BasicPool.sol +36 -40
- package/contracts/pool/BasicPoolAuthorization.sol +36 -13
- package/contracts/pool/BundleService.sol +137 -191
- package/contracts/pool/BundleServiceManager.sol +6 -6
- package/contracts/pool/IBundleService.sol +32 -49
- package/contracts/pool/IPoolComponent.sol +19 -15
- package/contracts/pool/IPoolService.sol +97 -76
- package/contracts/pool/Pool.sol +142 -137
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +388 -302
- package/contracts/pool/PoolServiceManager.sol +4 -4
- package/contracts/product/ApplicationService.sol +143 -46
- package/contracts/product/ApplicationServiceManager.sol +4 -4
- package/contracts/product/BasicProduct.sol +11 -14
- package/contracts/product/BasicProductAuthorization.sol +32 -12
- package/contracts/product/ClaimService.sol +385 -172
- package/contracts/product/ClaimServiceManager.sol +4 -4
- package/contracts/product/IApplicationService.sol +29 -3
- package/contracts/product/IClaimService.sol +48 -11
- package/contracts/product/IPolicyService.sol +61 -43
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +27 -5
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +423 -307
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +4 -4
- package/contracts/product/PricingService.sol +90 -84
- package/contracts/product/PricingServiceManager.sol +4 -4
- package/contracts/product/Product.sol +188 -106
- package/contracts/product/RiskService.sol +190 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +72 -40
- package/contracts/registry/IRegistry.sol +70 -32
- package/contracts/registry/IRegistryService.sol +5 -12
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +367 -207
- package/contracts/registry/RegistryAdmin.sol +114 -288
- package/contracts/registry/RegistryAuthorization.sol +312 -0
- package/contracts/registry/RegistryService.sol +38 -49
- package/contracts/registry/RegistryServiceManager.sol +3 -3
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +8 -3
- package/contracts/registry/ReleaseRegistry.sol +279 -239
- package/contracts/registry/ServiceAuthorizationV3.sol +205 -63
- package/contracts/registry/TokenRegistry.sol +61 -59
- package/contracts/shared/Component.sol +70 -136
- package/contracts/shared/ComponentService.sol +423 -387
- package/contracts/shared/ComponentServiceManager.sol +8 -5
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +6 -18
- package/contracts/shared/IComponentService.sol +43 -40
- package/contracts/shared/IInstanceLinkedComponent.sol +6 -32
- package/contracts/shared/IKeyValueStore.sol +1 -1
- package/contracts/shared/ILifecycle.sol +3 -1
- package/contracts/shared/INftOwnable.sol +4 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +3 -5
- package/contracts/shared/InitializableERC165.sol +10 -2
- package/contracts/shared/InstanceLinkedComponent.sol +73 -51
- package/contracts/shared/KeyValueStore.sol +4 -4
- package/contracts/shared/Lifecycle.sol +15 -4
- package/contracts/shared/NftOwnable.sol +31 -9
- package/contracts/shared/PolicyHolder.sol +18 -54
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +20 -35
- package/contracts/shared/TokenHandler.sol +310 -26
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +197 -67
- package/contracts/staking/IStakingService.sol +45 -78
- package/contracts/staking/ITargetLimitHandler.sol +26 -0
- package/contracts/staking/Staking.sol +504 -240
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingManager.sol +12 -9
- package/contracts/staking/StakingReader.sol +53 -85
- package/contracts/staking/StakingService.sol +62 -152
- package/contracts/staking/StakingServiceManager.sol +7 -5
- package/contracts/staking/StakingStore.sol +895 -326
- package/contracts/staking/TargetHandler.sol +102 -0
- package/contracts/staking/TargetManagerLib.sol +8 -4
- package/contracts/type/Amount.sol +19 -0
- package/contracts/type/Blocknumber.sol +15 -15
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/Fee.sol +8 -8
- package/contracts/type/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +7 -0
- package/contracts/type/ObjectType.sol +73 -37
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/RiskId.sol +38 -6
- package/contracts/type/RoleId.sol +61 -55
- package/contracts/type/Seconds.sol +22 -0
- package/contracts/type/Selector.sol +5 -0
- package/contracts/type/StateId.sol +15 -1
- package/contracts/type/String.sol +12 -0
- package/contracts/type/Timestamp.sol +4 -7
- package/contracts/type/UFixed.sol +38 -126
- package/contracts/type/Version.sol +54 -5
- package/contracts/upgradeability/IVersionable.sol +3 -0
- package/contracts/upgradeability/ProxyManager.sol +93 -45
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +12 -2
- package/contracts/upgradeability/Versionable.sol +8 -5
- package/package.json +5 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -129
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/product/IProductService.sol/IProductService.json +0 -400
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -470
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -16
- package/contracts/authorization/IModuleAuthorization.sol +0 -21
- package/contracts/authorization/ModuleAuthorization.sol +0 -78
- package/contracts/instance/module/IAccess.sol +0 -46
- package/contracts/product/IProductService.sol +0 -33
- package/contracts/product/ProductService.sol +0 -99
- package/contracts/product/ProductServiceManager.sol +0 -39
- package/contracts/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/InitializableCustom.sol +0 -177
- package/contracts/staking/StakeManagerLib.sol +0 -231
@@ -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
|
{
|
@@ -90,11 +117,6 @@
|
|
90
117
|
"name": "ErrorNotRegistry",
|
91
118
|
"type": "error"
|
92
119
|
},
|
93
|
-
{
|
94
|
-
"inputs": [],
|
95
|
-
"name": "ErrorPoolServiceAmountIsZero",
|
96
|
-
"type": "error"
|
97
|
-
},
|
98
120
|
{
|
99
121
|
"inputs": [
|
100
122
|
{
|
@@ -122,6 +144,22 @@
|
|
122
144
|
"name": "ErrorPoolServiceBundlePoolMismatch",
|
123
145
|
"type": "error"
|
124
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
|
+
},
|
125
163
|
{
|
126
164
|
"inputs": [
|
127
165
|
{
|
@@ -147,52 +185,68 @@
|
|
147
185
|
},
|
148
186
|
{
|
149
187
|
"internalType": "Amount",
|
150
|
-
"name": "
|
188
|
+
"name": "maxBalanceAmount",
|
151
189
|
"type": "uint96"
|
152
190
|
},
|
153
191
|
{
|
154
192
|
"internalType": "Amount",
|
155
|
-
"name": "
|
193
|
+
"name": "currentBalanceAmount",
|
156
194
|
"type": "uint96"
|
157
195
|
},
|
158
196
|
{
|
159
197
|
"internalType": "Amount",
|
160
|
-
"name": "
|
198
|
+
"name": "transferAmount",
|
161
199
|
"type": "uint96"
|
162
200
|
}
|
163
201
|
],
|
164
|
-
"name": "
|
202
|
+
"name": "ErrorPoolServiceMaxBalanceAmountExceeded",
|
165
203
|
"type": "error"
|
166
204
|
},
|
167
205
|
{
|
168
206
|
"inputs": [
|
169
207
|
{
|
170
|
-
"internalType": "
|
171
|
-
"name": "
|
172
|
-
"type": "
|
208
|
+
"internalType": "NftId",
|
209
|
+
"name": "policyNftId",
|
210
|
+
"type": "uint96"
|
173
211
|
},
|
174
212
|
{
|
175
|
-
"internalType": "
|
176
|
-
"name": "
|
177
|
-
"type": "
|
213
|
+
"internalType": "NftId",
|
214
|
+
"name": "productNftId",
|
215
|
+
"type": "uint96"
|
178
216
|
},
|
179
217
|
{
|
180
|
-
"internalType": "
|
181
|
-
"name": "
|
182
|
-
"type": "
|
183
|
-
}
|
218
|
+
"internalType": "NftId",
|
219
|
+
"name": "expectedProductNftId",
|
220
|
+
"type": "uint96"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorPoolServicePolicyPoolMismatch",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
184
228
|
{
|
185
|
-
"internalType": "
|
186
|
-
"name": "
|
187
|
-
"type": "
|
229
|
+
"internalType": "NftId",
|
230
|
+
"name": "poolNftId",
|
231
|
+
"type": "uint96"
|
188
232
|
}
|
189
233
|
],
|
190
|
-
"name": "
|
234
|
+
"name": "ErrorPoolServicePoolNotExternallyManaged",
|
235
|
+
"type": "error"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"inputs": [],
|
239
|
+
"name": "ErrorRegisterableNotActive",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [],
|
244
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
191
245
|
"type": "error"
|
192
246
|
},
|
193
247
|
{
|
194
248
|
"inputs": [],
|
195
|
-
"name": "
|
249
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
196
250
|
"type": "error"
|
197
251
|
},
|
198
252
|
{
|
@@ -214,9 +268,22 @@
|
|
214
268
|
{
|
215
269
|
"indexed": false,
|
216
270
|
"internalType": "NftId",
|
217
|
-
"name": "
|
271
|
+
"name": "nftId",
|
218
272
|
"type": "uint96"
|
219
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": [
|
220
287
|
{
|
221
288
|
"indexed": false,
|
222
289
|
"internalType": "NftId",
|
@@ -228,9 +295,21 @@
|
|
228
295
|
"internalType": "NftId",
|
229
296
|
"name": "bundleNftId",
|
230
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"
|
231
310
|
}
|
232
311
|
],
|
233
|
-
"name": "
|
312
|
+
"name": "LogPoolServiceApplicationVerified",
|
234
313
|
"type": "event"
|
235
314
|
},
|
236
315
|
{
|
@@ -255,12 +334,18 @@
|
|
255
334
|
"type": "uint96"
|
256
335
|
}
|
257
336
|
],
|
258
|
-
"name": "
|
337
|
+
"name": "LogPoolServiceBundleClosed",
|
259
338
|
"type": "event"
|
260
339
|
},
|
261
340
|
{
|
262
341
|
"anonymous": false,
|
263
342
|
"inputs": [
|
343
|
+
{
|
344
|
+
"indexed": false,
|
345
|
+
"internalType": "NftId",
|
346
|
+
"name": "instanceNftId",
|
347
|
+
"type": "uint96"
|
348
|
+
},
|
264
349
|
{
|
265
350
|
"indexed": false,
|
266
351
|
"internalType": "NftId",
|
@@ -269,12 +354,12 @@
|
|
269
354
|
},
|
270
355
|
{
|
271
356
|
"indexed": false,
|
272
|
-
"internalType": "
|
273
|
-
"name": "
|
274
|
-
"type": "
|
357
|
+
"internalType": "NftId",
|
358
|
+
"name": "bundleNftId",
|
359
|
+
"type": "uint96"
|
275
360
|
}
|
276
361
|
],
|
277
|
-
"name": "
|
362
|
+
"name": "LogPoolServiceBundleCreated",
|
278
363
|
"type": "event"
|
279
364
|
},
|
280
365
|
{
|
@@ -340,6 +425,12 @@
|
|
340
425
|
"internalType": "Amount",
|
341
426
|
"name": "amount",
|
342
427
|
"type": "uint96"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"indexed": false,
|
431
|
+
"internalType": "Amount",
|
432
|
+
"name": "netAmount",
|
433
|
+
"type": "uint96"
|
343
434
|
}
|
344
435
|
],
|
345
436
|
"name": "LogPoolServiceBundleUnstaked",
|
@@ -354,169 +445,325 @@
|
|
354
445
|
"name": "poolNftId",
|
355
446
|
"type": "uint96"
|
356
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
|
+
},
|
357
460
|
{
|
358
461
|
"indexed": false,
|
359
462
|
"internalType": "Amount",
|
360
|
-
"name": "
|
463
|
+
"name": "totalCollateralAmount",
|
361
464
|
"type": "uint96"
|
362
465
|
},
|
363
466
|
{
|
364
467
|
"indexed": false,
|
365
468
|
"internalType": "Amount",
|
366
|
-
"name": "
|
469
|
+
"name": "lockedCollateralAmount",
|
367
470
|
"type": "uint96"
|
368
471
|
}
|
369
472
|
],
|
370
|
-
"name": "
|
473
|
+
"name": "LogPoolServiceCollateralLocked",
|
371
474
|
"type": "event"
|
372
475
|
},
|
373
476
|
{
|
374
|
-
"
|
375
|
-
"
|
376
|
-
"outputs": [
|
477
|
+
"anonymous": false,
|
478
|
+
"inputs": [
|
377
479
|
{
|
378
|
-
"
|
379
|
-
"
|
380
|
-
"
|
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"
|
381
496
|
}
|
382
497
|
],
|
383
|
-
"
|
384
|
-
"type": "
|
498
|
+
"name": "LogPoolServiceCollateralReleased",
|
499
|
+
"type": "event"
|
385
500
|
},
|
386
501
|
{
|
502
|
+
"anonymous": false,
|
387
503
|
"inputs": [
|
388
504
|
{
|
389
|
-
"
|
390
|
-
"
|
391
|
-
"
|
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"
|
392
515
|
},
|
393
516
|
{
|
394
|
-
"
|
395
|
-
"
|
396
|
-
"
|
517
|
+
"indexed": false,
|
518
|
+
"internalType": "address",
|
519
|
+
"name": "tokenAddress",
|
520
|
+
"type": "address"
|
397
521
|
},
|
398
522
|
{
|
523
|
+
"indexed": false,
|
399
524
|
"internalType": "Amount",
|
400
|
-
"name": "
|
525
|
+
"name": "amount",
|
401
526
|
"type": "uint96"
|
402
527
|
}
|
403
528
|
],
|
404
|
-
"name": "
|
405
|
-
"
|
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
|
+
},
|
406
541
|
{
|
542
|
+
"indexed": false,
|
407
543
|
"internalType": "Amount",
|
408
|
-
"name": "
|
544
|
+
"name": "previousMaxCapitalAmount",
|
409
545
|
"type": "uint96"
|
410
546
|
},
|
411
547
|
{
|
548
|
+
"indexed": false,
|
412
549
|
"internalType": "Amount",
|
413
|
-
"name": "
|
550
|
+
"name": "currentMaxCapitalAmount",
|
414
551
|
"type": "uint96"
|
415
552
|
}
|
416
553
|
],
|
417
|
-
"
|
418
|
-
"type": "
|
554
|
+
"name": "LogPoolServiceMaxBalanceAmountUpdated",
|
555
|
+
"type": "event"
|
419
556
|
},
|
420
557
|
{
|
558
|
+
"anonymous": false,
|
421
559
|
"inputs": [
|
422
560
|
{
|
423
|
-
"
|
424
|
-
"
|
425
|
-
"
|
561
|
+
"indexed": false,
|
562
|
+
"internalType": "NftId",
|
563
|
+
"name": "poolNftId",
|
564
|
+
"type": "uint96"
|
426
565
|
},
|
427
566
|
{
|
567
|
+
"indexed": false,
|
428
568
|
"internalType": "NftId",
|
429
|
-
"name": "
|
569
|
+
"name": "bundleNftId",
|
430
570
|
"type": "uint96"
|
431
571
|
},
|
432
572
|
{
|
433
|
-
"
|
434
|
-
"
|
573
|
+
"indexed": false,
|
574
|
+
"internalType": "NftId",
|
575
|
+
"name": "policyNftId",
|
435
576
|
"type": "uint96"
|
436
|
-
}
|
437
|
-
|
438
|
-
|
439
|
-
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"indexed": false,
|
580
|
+
"internalType": "PayoutId",
|
581
|
+
"name": "payoutId",
|
582
|
+
"type": "uint40"
|
583
|
+
},
|
440
584
|
{
|
585
|
+
"indexed": false,
|
441
586
|
"internalType": "Amount",
|
442
|
-
"name": "
|
587
|
+
"name": "netPayoutAmount",
|
443
588
|
"type": "uint96"
|
444
589
|
},
|
445
590
|
{
|
591
|
+
"indexed": false,
|
446
592
|
"internalType": "Amount",
|
447
|
-
"name": "
|
593
|
+
"name": "processingFeeAmount",
|
448
594
|
"type": "uint96"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"indexed": false,
|
598
|
+
"internalType": "address",
|
599
|
+
"name": "payoutBeneficiary",
|
600
|
+
"type": "address"
|
449
601
|
}
|
450
602
|
],
|
451
|
-
"
|
452
|
-
"type": "
|
603
|
+
"name": "LogPoolServicePayoutProcessed",
|
604
|
+
"type": "event"
|
453
605
|
},
|
454
606
|
{
|
607
|
+
"anonymous": false,
|
455
608
|
"inputs": [
|
456
609
|
{
|
610
|
+
"indexed": false,
|
457
611
|
"internalType": "NftId",
|
458
|
-
"name": "
|
612
|
+
"name": "policyNftId",
|
613
|
+
"type": "uint96"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"indexed": false,
|
617
|
+
"internalType": "ClaimId",
|
618
|
+
"name": "claimId",
|
619
|
+
"type": "uint16"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"indexed": false,
|
623
|
+
"internalType": "Amount",
|
624
|
+
"name": "availableAmount",
|
459
625
|
"type": "uint96"
|
460
626
|
}
|
461
627
|
],
|
462
|
-
"name": "
|
463
|
-
"
|
464
|
-
"stateMutability": "nonpayable",
|
465
|
-
"type": "function"
|
628
|
+
"name": "LogPoolServiceProcessFundedClaim",
|
629
|
+
"type": "event"
|
466
630
|
},
|
467
631
|
{
|
632
|
+
"anonymous": false,
|
468
633
|
"inputs": [
|
469
634
|
{
|
470
|
-
"
|
471
|
-
"
|
472
|
-
"
|
473
|
-
|
635
|
+
"indexed": false,
|
636
|
+
"internalType": "NftId",
|
637
|
+
"name": "poolNftId",
|
638
|
+
"type": "uint96"
|
639
|
+
},
|
474
640
|
{
|
475
|
-
"
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
"type": "uint256"
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"internalType": "uint256",
|
483
|
-
"name": "fixedFee",
|
484
|
-
"type": "uint256"
|
485
|
-
}
|
486
|
-
],
|
487
|
-
"internalType": "struct Fee",
|
488
|
-
"name": "fee",
|
489
|
-
"type": "tuple"
|
641
|
+
"indexed": false,
|
642
|
+
"internalType": "NftId",
|
643
|
+
"name": "bundleNftId",
|
644
|
+
"type": "uint96"
|
490
645
|
},
|
491
646
|
{
|
647
|
+
"indexed": false,
|
492
648
|
"internalType": "Amount",
|
493
|
-
"name": "
|
649
|
+
"name": "bundleNetAmount",
|
494
650
|
"type": "uint96"
|
495
651
|
},
|
496
652
|
{
|
497
|
-
"
|
498
|
-
"
|
499
|
-
"
|
653
|
+
"indexed": false,
|
654
|
+
"internalType": "Amount",
|
655
|
+
"name": "bundleFeeAmount",
|
656
|
+
"type": "uint96"
|
500
657
|
},
|
501
658
|
{
|
502
|
-
"
|
503
|
-
"
|
504
|
-
"
|
659
|
+
"indexed": false,
|
660
|
+
"internalType": "Amount",
|
661
|
+
"name": "poolFeeAmount",
|
662
|
+
"type": "uint96"
|
505
663
|
}
|
506
664
|
],
|
507
|
-
"name": "
|
665
|
+
"name": "LogPoolServiceSaleProcessed",
|
666
|
+
"type": "event"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"anonymous": false,
|
670
|
+
"inputs": [
|
671
|
+
{
|
672
|
+
"indexed": false,
|
673
|
+
"internalType": "NftId",
|
674
|
+
"name": "poolNftId",
|
675
|
+
"type": "uint96"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"indexed": false,
|
679
|
+
"internalType": "address",
|
680
|
+
"name": "poolOwner",
|
681
|
+
"type": "address"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"indexed": false,
|
685
|
+
"internalType": "Amount",
|
686
|
+
"name": "amount",
|
687
|
+
"type": "uint96"
|
688
|
+
}
|
689
|
+
],
|
690
|
+
"name": "LogPoolServiceWalletDefunded",
|
691
|
+
"type": "event"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"anonymous": false,
|
695
|
+
"inputs": [
|
696
|
+
{
|
697
|
+
"indexed": false,
|
698
|
+
"internalType": "NftId",
|
699
|
+
"name": "poolNftId",
|
700
|
+
"type": "uint96"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"indexed": false,
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "poolOwner",
|
706
|
+
"type": "address"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"indexed": false,
|
710
|
+
"internalType": "Amount",
|
711
|
+
"name": "amount",
|
712
|
+
"type": "uint96"
|
713
|
+
}
|
714
|
+
],
|
715
|
+
"name": "LogPoolServiceWalletFunded",
|
716
|
+
"type": "event"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"inputs": [],
|
720
|
+
"name": "authority",
|
508
721
|
"outputs": [
|
722
|
+
{
|
723
|
+
"internalType": "address",
|
724
|
+
"name": "",
|
725
|
+
"type": "address"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"stateMutability": "view",
|
729
|
+
"type": "function"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"inputs": [
|
509
733
|
{
|
510
734
|
"internalType": "NftId",
|
511
735
|
"name": "bundleNftId",
|
512
736
|
"type": "uint96"
|
513
|
-
}
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"name": "closeBundle",
|
740
|
+
"outputs": [],
|
741
|
+
"stateMutability": "nonpayable",
|
742
|
+
"type": "function"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"inputs": [
|
514
746
|
{
|
515
747
|
"internalType": "Amount",
|
516
|
-
"name": "
|
748
|
+
"name": "amount",
|
517
749
|
"type": "uint96"
|
518
750
|
}
|
519
751
|
],
|
752
|
+
"name": "defundPoolWallet",
|
753
|
+
"outputs": [],
|
754
|
+
"stateMutability": "nonpayable",
|
755
|
+
"type": "function"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"inputs": [
|
759
|
+
{
|
760
|
+
"internalType": "Amount",
|
761
|
+
"name": "amount",
|
762
|
+
"type": "uint96"
|
763
|
+
}
|
764
|
+
],
|
765
|
+
"name": "fundPoolWallet",
|
766
|
+
"outputs": [],
|
520
767
|
"stateMutability": "nonpayable",
|
521
768
|
"type": "function"
|
522
769
|
},
|
@@ -622,6 +869,19 @@
|
|
622
869
|
"stateMutability": "view",
|
623
870
|
"type": "function"
|
624
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
|
+
},
|
625
885
|
{
|
626
886
|
"inputs": [],
|
627
887
|
"name": "getRoleId",
|
@@ -632,7 +892,7 @@
|
|
632
892
|
"type": "uint64"
|
633
893
|
}
|
634
894
|
],
|
635
|
-
"stateMutability": "
|
895
|
+
"stateMutability": "view",
|
636
896
|
"type": "function"
|
637
897
|
},
|
638
898
|
{
|
@@ -666,6 +926,19 @@
|
|
666
926
|
"stateMutability": "nonpayable",
|
667
927
|
"type": "function"
|
668
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
|
+
},
|
669
942
|
{
|
670
943
|
"inputs": [],
|
671
944
|
"name": "isConsumingScheduledOp",
|
@@ -741,6 +1014,88 @@
|
|
741
1014
|
"stateMutability": "nonpayable",
|
742
1015
|
"type": "function"
|
743
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",
|
1075
|
+
"type": "uint96"
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
"internalType": "address",
|
1079
|
+
"name": "payoutBeneficiary",
|
1080
|
+
"type": "address"
|
1081
|
+
}
|
1082
|
+
],
|
1083
|
+
"name": "processPayout",
|
1084
|
+
"outputs": [
|
1085
|
+
{
|
1086
|
+
"internalType": "Amount",
|
1087
|
+
"name": "netPayoutAmount",
|
1088
|
+
"type": "uint96"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"internalType": "Amount",
|
1092
|
+
"name": "processingFeeAmount",
|
1093
|
+
"type": "uint96"
|
1094
|
+
}
|
1095
|
+
],
|
1096
|
+
"stateMutability": "nonpayable",
|
1097
|
+
"type": "function"
|
1098
|
+
},
|
744
1099
|
{
|
745
1100
|
"inputs": [
|
746
1101
|
{
|
@@ -766,82 +1121,82 @@
|
|
766
1121
|
"type": "uint96"
|
767
1122
|
},
|
768
1123
|
{
|
769
|
-
"internalType": "
|
1124
|
+
"internalType": "Amount",
|
770
1125
|
"name": "netPremiumAmount",
|
771
|
-
"type": "
|
1126
|
+
"type": "uint96"
|
772
1127
|
},
|
773
1128
|
{
|
774
|
-
"internalType": "
|
1129
|
+
"internalType": "Amount",
|
775
1130
|
"name": "fullPremiumAmount",
|
776
|
-
"type": "
|
1131
|
+
"type": "uint96"
|
777
1132
|
},
|
778
1133
|
{
|
779
|
-
"internalType": "
|
1134
|
+
"internalType": "Amount",
|
780
1135
|
"name": "premiumAmount",
|
781
|
-
"type": "
|
1136
|
+
"type": "uint96"
|
782
1137
|
},
|
783
1138
|
{
|
784
|
-
"internalType": "
|
1139
|
+
"internalType": "Amount",
|
785
1140
|
"name": "productFeeFixAmount",
|
786
|
-
"type": "
|
1141
|
+
"type": "uint96"
|
787
1142
|
},
|
788
1143
|
{
|
789
|
-
"internalType": "
|
1144
|
+
"internalType": "Amount",
|
790
1145
|
"name": "poolFeeFixAmount",
|
791
|
-
"type": "
|
1146
|
+
"type": "uint96"
|
792
1147
|
},
|
793
1148
|
{
|
794
|
-
"internalType": "
|
1149
|
+
"internalType": "Amount",
|
795
1150
|
"name": "bundleFeeFixAmount",
|
796
|
-
"type": "
|
1151
|
+
"type": "uint96"
|
797
1152
|
},
|
798
1153
|
{
|
799
|
-
"internalType": "
|
1154
|
+
"internalType": "Amount",
|
800
1155
|
"name": "distributionFeeFixAmount",
|
801
|
-
"type": "
|
1156
|
+
"type": "uint96"
|
802
1157
|
},
|
803
1158
|
{
|
804
|
-
"internalType": "
|
1159
|
+
"internalType": "Amount",
|
805
1160
|
"name": "productFeeVarAmount",
|
806
|
-
"type": "
|
1161
|
+
"type": "uint96"
|
807
1162
|
},
|
808
1163
|
{
|
809
|
-
"internalType": "
|
1164
|
+
"internalType": "Amount",
|
810
1165
|
"name": "poolFeeVarAmount",
|
811
|
-
"type": "
|
1166
|
+
"type": "uint96"
|
812
1167
|
},
|
813
1168
|
{
|
814
|
-
"internalType": "
|
1169
|
+
"internalType": "Amount",
|
815
1170
|
"name": "bundleFeeVarAmount",
|
816
|
-
"type": "
|
1171
|
+
"type": "uint96"
|
817
1172
|
},
|
818
1173
|
{
|
819
|
-
"internalType": "
|
1174
|
+
"internalType": "Amount",
|
820
1175
|
"name": "distributionFeeVarAmount",
|
821
|
-
"type": "
|
1176
|
+
"type": "uint96"
|
822
1177
|
},
|
823
1178
|
{
|
824
|
-
"internalType": "
|
1179
|
+
"internalType": "Amount",
|
825
1180
|
"name": "distributionOwnerFeeFixAmount",
|
826
|
-
"type": "
|
1181
|
+
"type": "uint96"
|
827
1182
|
},
|
828
1183
|
{
|
829
|
-
"internalType": "
|
1184
|
+
"internalType": "Amount",
|
830
1185
|
"name": "distributionOwnerFeeVarAmount",
|
831
|
-
"type": "
|
1186
|
+
"type": "uint96"
|
832
1187
|
},
|
833
1188
|
{
|
834
|
-
"internalType": "
|
1189
|
+
"internalType": "Amount",
|
835
1190
|
"name": "commissionAmount",
|
836
|
-
"type": "
|
1191
|
+
"type": "uint96"
|
837
1192
|
},
|
838
1193
|
{
|
839
|
-
"internalType": "
|
1194
|
+
"internalType": "Amount",
|
840
1195
|
"name": "discountAmount",
|
841
|
-
"type": "
|
1196
|
+
"type": "uint96"
|
842
1197
|
}
|
843
1198
|
],
|
844
|
-
"internalType": "struct IPolicy.
|
1199
|
+
"internalType": "struct IPolicy.PremiumInfo",
|
845
1200
|
"name": "premium",
|
846
1201
|
"type": "tuple"
|
847
1202
|
}
|
@@ -858,11 +1213,6 @@
|
|
858
1213
|
"name": "instance",
|
859
1214
|
"type": "address"
|
860
1215
|
},
|
861
|
-
{
|
862
|
-
"internalType": "address",
|
863
|
-
"name": "token",
|
864
|
-
"type": "address"
|
865
|
-
},
|
866
1216
|
{
|
867
1217
|
"internalType": "NftId",
|
868
1218
|
"name": "policyNftId",
|
@@ -880,11 +1230,6 @@
|
|
880
1230
|
"name": "bundleNftId",
|
881
1231
|
"type": "uint96"
|
882
1232
|
},
|
883
|
-
{
|
884
|
-
"internalType": "ReferralId",
|
885
|
-
"name": "referralId",
|
886
|
-
"type": "bytes8"
|
887
|
-
},
|
888
1233
|
{
|
889
1234
|
"internalType": "RiskId",
|
890
1235
|
"name": "riskId",
|
@@ -901,24 +1246,9 @@
|
|
901
1246
|
"type": "uint96"
|
902
1247
|
},
|
903
1248
|
{
|
904
|
-
"internalType": "
|
905
|
-
"name": "
|
906
|
-
"type": "
|
907
|
-
},
|
908
|
-
{
|
909
|
-
"internalType": "Seconds",
|
910
|
-
"name": "lifetime",
|
911
|
-
"type": "uint40"
|
912
|
-
},
|
913
|
-
{
|
914
|
-
"internalType": "bytes",
|
915
|
-
"name": "applicationData",
|
916
|
-
"type": "bytes"
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"internalType": "bytes",
|
920
|
-
"name": "processData",
|
921
|
-
"type": "bytes"
|
1249
|
+
"internalType": "ReferralId",
|
1250
|
+
"name": "referralId",
|
1251
|
+
"type": "bytes8"
|
922
1252
|
},
|
923
1253
|
{
|
924
1254
|
"internalType": "uint16",
|
@@ -946,88 +1276,18 @@
|
|
946
1276
|
"type": "uint40"
|
947
1277
|
},
|
948
1278
|
{
|
949
|
-
"internalType": "
|
950
|
-
"name": "
|
1279
|
+
"internalType": "Seconds",
|
1280
|
+
"name": "lifetime",
|
951
1281
|
"type": "uint40"
|
952
1282
|
},
|
953
1283
|
{
|
954
1284
|
"internalType": "Timestamp",
|
955
|
-
"name": "
|
1285
|
+
"name": "expiredAt",
|
956
1286
|
"type": "uint40"
|
957
|
-
}
|
958
|
-
],
|
959
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
960
|
-
"name": "policyInfo",
|
961
|
-
"type": "tuple"
|
962
|
-
},
|
963
|
-
{
|
964
|
-
"internalType": "Amount",
|
965
|
-
"name": "payoutAmount",
|
966
|
-
"type": "uint96"
|
967
|
-
}
|
968
|
-
],
|
969
|
-
"name": "reduceCollateral",
|
970
|
-
"outputs": [],
|
971
|
-
"stateMutability": "nonpayable",
|
972
|
-
"type": "function"
|
973
|
-
},
|
974
|
-
{
|
975
|
-
"inputs": [
|
976
|
-
{
|
977
|
-
"internalType": "contract IInstance",
|
978
|
-
"name": "instance",
|
979
|
-
"type": "address"
|
980
|
-
},
|
981
|
-
{
|
982
|
-
"internalType": "address",
|
983
|
-
"name": "token",
|
984
|
-
"type": "address"
|
985
|
-
},
|
986
|
-
{
|
987
|
-
"internalType": "NftId",
|
988
|
-
"name": "policyNftId",
|
989
|
-
"type": "uint96"
|
990
|
-
},
|
991
|
-
{
|
992
|
-
"components": [
|
993
|
-
{
|
994
|
-
"internalType": "NftId",
|
995
|
-
"name": "productNftId",
|
996
|
-
"type": "uint96"
|
997
|
-
},
|
998
|
-
{
|
999
|
-
"internalType": "NftId",
|
1000
|
-
"name": "bundleNftId",
|
1001
|
-
"type": "uint96"
|
1002
|
-
},
|
1003
|
-
{
|
1004
|
-
"internalType": "ReferralId",
|
1005
|
-
"name": "referralId",
|
1006
|
-
"type": "bytes8"
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"internalType": "RiskId",
|
1010
|
-
"name": "riskId",
|
1011
|
-
"type": "bytes8"
|
1012
|
-
},
|
1013
|
-
{
|
1014
|
-
"internalType": "Amount",
|
1015
|
-
"name": "sumInsuredAmount",
|
1016
|
-
"type": "uint96"
|
1017
|
-
},
|
1018
|
-
{
|
1019
|
-
"internalType": "Amount",
|
1020
|
-
"name": "premiumAmount",
|
1021
|
-
"type": "uint96"
|
1022
1287
|
},
|
1023
1288
|
{
|
1024
|
-
"internalType": "
|
1025
|
-
"name": "
|
1026
|
-
"type": "uint96"
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
"internalType": "Seconds",
|
1030
|
-
"name": "lifetime",
|
1289
|
+
"internalType": "Timestamp",
|
1290
|
+
"name": "closedAt",
|
1031
1291
|
"type": "uint40"
|
1032
1292
|
},
|
1033
1293
|
{
|
@@ -1039,41 +1299,6 @@
|
|
1039
1299
|
"internalType": "bytes",
|
1040
1300
|
"name": "processData",
|
1041
1301
|
"type": "bytes"
|
1042
|
-
},
|
1043
|
-
{
|
1044
|
-
"internalType": "uint16",
|
1045
|
-
"name": "claimsCount",
|
1046
|
-
"type": "uint16"
|
1047
|
-
},
|
1048
|
-
{
|
1049
|
-
"internalType": "uint16",
|
1050
|
-
"name": "openClaimsCount",
|
1051
|
-
"type": "uint16"
|
1052
|
-
},
|
1053
|
-
{
|
1054
|
-
"internalType": "Amount",
|
1055
|
-
"name": "claimAmount",
|
1056
|
-
"type": "uint96"
|
1057
|
-
},
|
1058
|
-
{
|
1059
|
-
"internalType": "Amount",
|
1060
|
-
"name": "payoutAmount",
|
1061
|
-
"type": "uint96"
|
1062
|
-
},
|
1063
|
-
{
|
1064
|
-
"internalType": "Timestamp",
|
1065
|
-
"name": "activatedAt",
|
1066
|
-
"type": "uint40"
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"internalType": "Timestamp",
|
1070
|
-
"name": "expiredAt",
|
1071
|
-
"type": "uint40"
|
1072
|
-
},
|
1073
|
-
{
|
1074
|
-
"internalType": "Timestamp",
|
1075
|
-
"name": "closedAt",
|
1076
|
-
"type": "uint40"
|
1077
1302
|
}
|
1078
1303
|
],
|
1079
1304
|
"internalType": "struct IPolicy.PolicyInfo",
|
@@ -1099,28 +1324,15 @@
|
|
1099
1324
|
"stateMutability": "nonpayable",
|
1100
1325
|
"type": "function"
|
1101
1326
|
},
|
1102
|
-
{
|
1103
|
-
"inputs": [
|
1104
|
-
{
|
1105
|
-
"internalType": "RoleId",
|
1106
|
-
"name": "bundleOwnerRole",
|
1107
|
-
"type": "uint64"
|
1108
|
-
}
|
1109
|
-
],
|
1110
|
-
"name": "setBundleOwnerRole",
|
1111
|
-
"outputs": [],
|
1112
|
-
"stateMutability": "nonpayable",
|
1113
|
-
"type": "function"
|
1114
|
-
},
|
1115
1327
|
{
|
1116
1328
|
"inputs": [
|
1117
1329
|
{
|
1118
1330
|
"internalType": "Amount",
|
1119
|
-
"name": "
|
1331
|
+
"name": "maxBalanceAmount",
|
1120
1332
|
"type": "uint96"
|
1121
1333
|
}
|
1122
1334
|
],
|
1123
|
-
"name": "
|
1335
|
+
"name": "setMaxBalanceAmount",
|
1124
1336
|
"outputs": [],
|
1125
1337
|
"stateMutability": "nonpayable",
|
1126
1338
|
"type": "function"
|
@@ -1204,6 +1416,30 @@
|
|
1204
1416
|
"outputs": [],
|
1205
1417
|
"stateMutability": "nonpayable",
|
1206
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"
|
1207
1443
|
}
|
1208
1444
|
],
|
1209
1445
|
"bytecode": "0x",
|