@etherisc/gif-next 0.0.2-ff1bf36-818 → 0.0.2-ff596ab-857
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +85 -8
- 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/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → accounting/IAccountingService.sol/IAccountingService.json} +408 -104
- 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 +196 -441
- 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 +115 -325
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +682 -375
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +218 -130
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +102 -160
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +478 -108
- 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 +1688 -735
- 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 +973 -650
- 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 +148 -317
- 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 +116 -109
- 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 +124 -269
- 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 +173 -326
- 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 +352 -380
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +174 -126
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +247 -121
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +154 -158
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +500 -269
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +152 -308
- 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 +723 -515
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +218 -110
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +357 -173
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +165 -97
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +305 -389
- 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 +458 -253
- 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 +296 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +335 -19
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +300 -64
- 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 +270 -202
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +286 -21
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +428 -287
- 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 +193 -121
- 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 +278 -362
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +364 -186
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +166 -94
- 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 +100 -227
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +496 -625
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +188 -130
- 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 +93 -68
- 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 +116 -109
- 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 +123 -268
- 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 +327 -73
- 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 +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +88 -24
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1512 -167
- 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 +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1646 -402
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +193 -107
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +295 -183
- 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 +1645 -790
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +180 -77
- 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 -207
- 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 -117
- package/contracts/distribution/DistributionServiceManager.sol +6 -6
- package/contracts/distribution/IDistributionComponent.sol +4 -11
- package/contracts/distribution/IDistributionService.sol +46 -26
- 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 +100 -18
- package/contracts/instance/IInstanceService.sol +59 -34
- package/contracts/instance/Instance.sol +189 -71
- package/contracts/instance/InstanceAdmin.sol +276 -178
- package/contracts/instance/InstanceAuthorizationV3.sol +120 -58
- package/contracts/instance/InstanceReader.sol +477 -253
- package/contracts/instance/InstanceService.sol +279 -246
- 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 +12 -8
- 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 +29 -13
- package/contracts/instance/module/IDistribution.sol +21 -8
- package/contracts/instance/module/IPolicy.sol +49 -28
- 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 +34 -38
- package/contracts/pool/BasicPoolAuthorization.sol +34 -11
- package/contracts/pool/BundleService.sol +117 -167
- package/contracts/pool/BundleServiceManager.sol +6 -6
- package/contracts/pool/IBundleService.sol +28 -46
- package/contracts/pool/IPoolComponent.sol +19 -15
- package/contracts/pool/IPoolService.sol +80 -73
- package/contracts/pool/Pool.sol +142 -137
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +361 -288
- package/contracts/pool/PoolServiceManager.sol +4 -4
- package/contracts/product/ApplicationService.sol +111 -34
- 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 +383 -169
- package/contracts/product/ClaimServiceManager.sol +4 -4
- package/contracts/product/IApplicationService.sol +28 -3
- package/contracts/product/IClaimService.sol +47 -11
- package/contracts/product/IPolicyService.sol +47 -29
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +27 -5
- package/contracts/product/IRiskService.sol +25 -10
- package/contracts/product/PolicyService.sol +375 -314
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +4 -4
- package/contracts/product/PricingService.sol +85 -83
- package/contracts/product/PricingServiceManager.sol +4 -4
- package/contracts/product/Product.sol +177 -94
- package/contracts/product/RiskService.sol +130 -37
- package/contracts/product/RiskServiceManager.sol +4 -4
- 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 -297
- package/contracts/registry/RegistryAuthorization.sol +336 -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 +69 -123
- package/contracts/shared/ComponentService.sol +424 -378
- 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 +3 -22
- 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 +275 -72
- package/contracts/shared/TokenHandlerDeployerLib.sol +10 -2
- package/contracts/staking/IStaking.sol +271 -71
- package/contracts/staking/IStakingService.sol +45 -78
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +523 -222
- package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +70 -81
- package/contracts/staking/StakingManager.sol +12 -9
- package/contracts/staking/StakingReader.sol +70 -82
- package/contracts/staking/StakingService.sol +63 -149
- package/contracts/staking/StakingServiceManager.sol +7 -5
- package/contracts/staking/StakingStore.sol +1093 -330
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +73 -46
- 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 +27 -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/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 -387
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +0 -4
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +0 -164
- 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/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/InitializableCustom.sol +0 -177
- package/contracts/staking/StakingLifecycle.sol +0 -23
@@ -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
|
{
|
@@ -117,6 +144,22 @@
|
|
117
144
|
"name": "ErrorPoolServiceBundlePoolMismatch",
|
118
145
|
"type": "error"
|
119
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
|
+
},
|
120
163
|
{
|
121
164
|
"inputs": [
|
122
165
|
{
|
@@ -159,9 +202,51 @@
|
|
159
202
|
"name": "ErrorPoolServiceMaxBalanceAmountExceeded",
|
160
203
|
"type": "error"
|
161
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
|
+
},
|
162
247
|
{
|
163
248
|
"inputs": [],
|
164
|
-
"name": "
|
249
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
165
250
|
"type": "error"
|
166
251
|
},
|
167
252
|
{
|
@@ -183,9 +268,22 @@
|
|
183
268
|
{
|
184
269
|
"indexed": false,
|
185
270
|
"internalType": "NftId",
|
186
|
-
"name": "
|
271
|
+
"name": "nftId",
|
187
272
|
"type": "uint96"
|
188
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": [
|
189
287
|
{
|
190
288
|
"indexed": false,
|
191
289
|
"internalType": "NftId",
|
@@ -197,9 +295,21 @@
|
|
197
295
|
"internalType": "NftId",
|
198
296
|
"name": "bundleNftId",
|
199
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"
|
200
310
|
}
|
201
311
|
],
|
202
|
-
"name": "
|
312
|
+
"name": "LogPoolServiceApplicationVerified",
|
203
313
|
"type": "event"
|
204
314
|
},
|
205
315
|
{
|
@@ -224,12 +334,18 @@
|
|
224
334
|
"type": "uint96"
|
225
335
|
}
|
226
336
|
],
|
227
|
-
"name": "
|
337
|
+
"name": "LogPoolServiceBundleClosed",
|
228
338
|
"type": "event"
|
229
339
|
},
|
230
340
|
{
|
231
341
|
"anonymous": false,
|
232
342
|
"inputs": [
|
343
|
+
{
|
344
|
+
"indexed": false,
|
345
|
+
"internalType": "NftId",
|
346
|
+
"name": "instanceNftId",
|
347
|
+
"type": "uint96"
|
348
|
+
},
|
233
349
|
{
|
234
350
|
"indexed": false,
|
235
351
|
"internalType": "NftId",
|
@@ -238,12 +354,12 @@
|
|
238
354
|
},
|
239
355
|
{
|
240
356
|
"indexed": false,
|
241
|
-
"internalType": "
|
242
|
-
"name": "
|
243
|
-
"type": "
|
357
|
+
"internalType": "NftId",
|
358
|
+
"name": "bundleNftId",
|
359
|
+
"type": "uint96"
|
244
360
|
}
|
245
361
|
],
|
246
|
-
"name": "
|
362
|
+
"name": "LogPoolServiceBundleCreated",
|
247
363
|
"type": "event"
|
248
364
|
},
|
249
365
|
{
|
@@ -309,6 +425,12 @@
|
|
309
425
|
"internalType": "Amount",
|
310
426
|
"name": "amount",
|
311
427
|
"type": "uint96"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"indexed": false,
|
431
|
+
"internalType": "Amount",
|
432
|
+
"name": "netAmount",
|
433
|
+
"type": "uint96"
|
312
434
|
}
|
313
435
|
],
|
314
436
|
"name": "LogPoolServiceBundleUnstaked",
|
@@ -323,186 +445,298 @@
|
|
323
445
|
"name": "poolNftId",
|
324
446
|
"type": "uint96"
|
325
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
|
+
},
|
326
460
|
{
|
327
461
|
"indexed": false,
|
328
462
|
"internalType": "Amount",
|
329
|
-
"name": "
|
463
|
+
"name": "totalCollateralAmount",
|
330
464
|
"type": "uint96"
|
331
465
|
},
|
332
466
|
{
|
333
467
|
"indexed": false,
|
334
468
|
"internalType": "Amount",
|
335
|
-
"name": "
|
469
|
+
"name": "lockedCollateralAmount",
|
336
470
|
"type": "uint96"
|
337
471
|
}
|
338
472
|
],
|
339
|
-
"name": "
|
473
|
+
"name": "LogPoolServiceCollateralLocked",
|
340
474
|
"type": "event"
|
341
475
|
},
|
342
476
|
{
|
343
|
-
"
|
344
|
-
"
|
345
|
-
"outputs": [
|
477
|
+
"anonymous": false,
|
478
|
+
"inputs": [
|
346
479
|
{
|
347
|
-
"
|
348
|
-
"
|
349
|
-
"
|
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"
|
350
496
|
}
|
351
497
|
],
|
352
|
-
"
|
353
|
-
"type": "
|
498
|
+
"name": "LogPoolServiceCollateralReleased",
|
499
|
+
"type": "event"
|
354
500
|
},
|
355
501
|
{
|
502
|
+
"anonymous": false,
|
356
503
|
"inputs": [
|
357
504
|
{
|
358
|
-
"
|
359
|
-
"
|
360
|
-
"
|
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"
|
361
515
|
},
|
362
516
|
{
|
363
|
-
"
|
364
|
-
"
|
365
|
-
"
|
517
|
+
"indexed": false,
|
518
|
+
"internalType": "address",
|
519
|
+
"name": "tokenAddress",
|
520
|
+
"type": "address"
|
366
521
|
},
|
367
522
|
{
|
523
|
+
"indexed": false,
|
368
524
|
"internalType": "Amount",
|
369
|
-
"name": "
|
525
|
+
"name": "amount",
|
370
526
|
"type": "uint96"
|
371
527
|
}
|
372
528
|
],
|
373
|
-
"name": "
|
374
|
-
"
|
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
|
+
},
|
375
541
|
{
|
542
|
+
"indexed": false,
|
376
543
|
"internalType": "Amount",
|
377
|
-
"name": "
|
544
|
+
"name": "previousMaxCapitalAmount",
|
378
545
|
"type": "uint96"
|
379
546
|
},
|
380
547
|
{
|
548
|
+
"indexed": false,
|
381
549
|
"internalType": "Amount",
|
382
|
-
"name": "
|
550
|
+
"name": "currentMaxCapitalAmount",
|
383
551
|
"type": "uint96"
|
384
552
|
}
|
385
553
|
],
|
386
|
-
"
|
387
|
-
"type": "
|
554
|
+
"name": "LogPoolServiceMaxBalanceAmountUpdated",
|
555
|
+
"type": "event"
|
388
556
|
},
|
389
557
|
{
|
558
|
+
"anonymous": false,
|
390
559
|
"inputs": [
|
391
560
|
{
|
392
|
-
"
|
393
|
-
"
|
394
|
-
"
|
561
|
+
"indexed": false,
|
562
|
+
"internalType": "NftId",
|
563
|
+
"name": "poolNftId",
|
564
|
+
"type": "uint96"
|
395
565
|
},
|
396
566
|
{
|
567
|
+
"indexed": false,
|
397
568
|
"internalType": "NftId",
|
398
|
-
"name": "
|
569
|
+
"name": "bundleNftId",
|
399
570
|
"type": "uint96"
|
400
571
|
},
|
401
572
|
{
|
402
|
-
"
|
403
|
-
"
|
573
|
+
"indexed": false,
|
574
|
+
"internalType": "NftId",
|
575
|
+
"name": "policyNftId",
|
404
576
|
"type": "uint96"
|
405
|
-
}
|
406
|
-
|
407
|
-
|
408
|
-
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"indexed": false,
|
580
|
+
"internalType": "PayoutId",
|
581
|
+
"name": "payoutId",
|
582
|
+
"type": "uint40"
|
583
|
+
},
|
409
584
|
{
|
585
|
+
"indexed": false,
|
410
586
|
"internalType": "Amount",
|
411
|
-
"name": "
|
587
|
+
"name": "netPayoutAmount",
|
412
588
|
"type": "uint96"
|
413
589
|
},
|
414
590
|
{
|
591
|
+
"indexed": false,
|
415
592
|
"internalType": "Amount",
|
416
|
-
"name": "
|
593
|
+
"name": "processingFeeAmount",
|
417
594
|
"type": "uint96"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"indexed": false,
|
598
|
+
"internalType": "address",
|
599
|
+
"name": "payoutBeneficiary",
|
600
|
+
"type": "address"
|
418
601
|
}
|
419
602
|
],
|
420
|
-
"
|
421
|
-
"type": "
|
603
|
+
"name": "LogPoolServicePayoutProcessed",
|
604
|
+
"type": "event"
|
422
605
|
},
|
423
606
|
{
|
607
|
+
"anonymous": false,
|
424
608
|
"inputs": [
|
425
609
|
{
|
610
|
+
"indexed": false,
|
426
611
|
"internalType": "NftId",
|
427
|
-
"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",
|
428
625
|
"type": "uint96"
|
429
626
|
}
|
430
627
|
],
|
431
|
-
"name": "
|
432
|
-
"
|
433
|
-
"stateMutability": "nonpayable",
|
434
|
-
"type": "function"
|
628
|
+
"name": "LogPoolServiceProcessFundedClaim",
|
629
|
+
"type": "event"
|
435
630
|
},
|
436
631
|
{
|
632
|
+
"anonymous": false,
|
437
633
|
"inputs": [
|
438
634
|
{
|
439
|
-
"
|
440
|
-
"
|
441
|
-
"
|
635
|
+
"indexed": false,
|
636
|
+
"internalType": "NftId",
|
637
|
+
"name": "poolNftId",
|
638
|
+
"type": "uint96"
|
442
639
|
},
|
443
640
|
{
|
444
|
-
"
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
"type": "uint256"
|
449
|
-
},
|
450
|
-
{
|
451
|
-
"internalType": "uint256",
|
452
|
-
"name": "fixedFee",
|
453
|
-
"type": "uint256"
|
454
|
-
}
|
455
|
-
],
|
456
|
-
"internalType": "struct Fee",
|
457
|
-
"name": "fee",
|
458
|
-
"type": "tuple"
|
641
|
+
"indexed": false,
|
642
|
+
"internalType": "NftId",
|
643
|
+
"name": "bundleNftId",
|
644
|
+
"type": "uint96"
|
459
645
|
},
|
460
646
|
{
|
647
|
+
"indexed": false,
|
461
648
|
"internalType": "Amount",
|
462
|
-
"name": "
|
649
|
+
"name": "bundleNetAmount",
|
463
650
|
"type": "uint96"
|
464
651
|
},
|
465
652
|
{
|
466
|
-
"
|
467
|
-
"
|
468
|
-
"
|
653
|
+
"indexed": false,
|
654
|
+
"internalType": "Amount",
|
655
|
+
"name": "bundleFeeAmount",
|
656
|
+
"type": "uint96"
|
469
657
|
},
|
470
658
|
{
|
471
|
-
"
|
472
|
-
"
|
473
|
-
"
|
659
|
+
"indexed": false,
|
660
|
+
"internalType": "Amount",
|
661
|
+
"name": "poolFeeAmount",
|
662
|
+
"type": "uint96"
|
474
663
|
}
|
475
664
|
],
|
476
|
-
"name": "
|
477
|
-
"
|
665
|
+
"name": "LogPoolServiceSaleProcessed",
|
666
|
+
"type": "event"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"anonymous": false,
|
670
|
+
"inputs": [
|
478
671
|
{
|
672
|
+
"indexed": false,
|
479
673
|
"internalType": "NftId",
|
480
|
-
"name": "
|
674
|
+
"name": "poolNftId",
|
481
675
|
"type": "uint96"
|
482
676
|
},
|
483
677
|
{
|
678
|
+
"indexed": false,
|
679
|
+
"internalType": "address",
|
680
|
+
"name": "poolOwner",
|
681
|
+
"type": "address"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"indexed": false,
|
484
685
|
"internalType": "Amount",
|
485
|
-
"name": "
|
686
|
+
"name": "amount",
|
486
687
|
"type": "uint96"
|
487
688
|
}
|
488
689
|
],
|
489
|
-
"
|
490
|
-
"type": "
|
690
|
+
"name": "LogPoolServiceWalletDefunded",
|
691
|
+
"type": "event"
|
491
692
|
},
|
492
693
|
{
|
694
|
+
"anonymous": false,
|
493
695
|
"inputs": [
|
494
696
|
{
|
697
|
+
"indexed": false,
|
495
698
|
"internalType": "NftId",
|
496
699
|
"name": "poolNftId",
|
497
700
|
"type": "uint96"
|
498
701
|
},
|
499
702
|
{
|
703
|
+
"indexed": false,
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "poolOwner",
|
706
|
+
"type": "address"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"indexed": false,
|
500
710
|
"internalType": "Amount",
|
501
711
|
"name": "amount",
|
502
712
|
"type": "uint96"
|
503
713
|
}
|
504
714
|
],
|
505
|
-
"name": "
|
715
|
+
"name": "LogPoolServiceWalletFunded",
|
716
|
+
"type": "event"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"inputs": [],
|
720
|
+
"name": "authority",
|
721
|
+
"outputs": [
|
722
|
+
{
|
723
|
+
"internalType": "address",
|
724
|
+
"name": "",
|
725
|
+
"type": "address"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"stateMutability": "view",
|
729
|
+
"type": "function"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"inputs": [
|
733
|
+
{
|
734
|
+
"internalType": "NftId",
|
735
|
+
"name": "bundleNftId",
|
736
|
+
"type": "uint96"
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"name": "closeBundle",
|
506
740
|
"outputs": [],
|
507
741
|
"stateMutability": "nonpayable",
|
508
742
|
"type": "function"
|
@@ -510,10 +744,18 @@
|
|
510
744
|
{
|
511
745
|
"inputs": [
|
512
746
|
{
|
513
|
-
"internalType": "
|
514
|
-
"name": "
|
747
|
+
"internalType": "Amount",
|
748
|
+
"name": "amount",
|
515
749
|
"type": "uint96"
|
516
|
-
}
|
750
|
+
}
|
751
|
+
],
|
752
|
+
"name": "defundPoolWallet",
|
753
|
+
"outputs": [],
|
754
|
+
"stateMutability": "nonpayable",
|
755
|
+
"type": "function"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"inputs": [
|
517
759
|
{
|
518
760
|
"internalType": "Amount",
|
519
761
|
"name": "amount",
|
@@ -627,6 +869,19 @@
|
|
627
869
|
"stateMutability": "view",
|
628
870
|
"type": "function"
|
629
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
|
+
},
|
630
885
|
{
|
631
886
|
"inputs": [],
|
632
887
|
"name": "getRoleId",
|
@@ -637,7 +892,7 @@
|
|
637
892
|
"type": "uint64"
|
638
893
|
}
|
639
894
|
],
|
640
|
-
"stateMutability": "
|
895
|
+
"stateMutability": "view",
|
641
896
|
"type": "function"
|
642
897
|
},
|
643
898
|
{
|
@@ -671,6 +926,19 @@
|
|
671
926
|
"stateMutability": "nonpayable",
|
672
927
|
"type": "function"
|
673
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
|
+
},
|
674
942
|
{
|
675
943
|
"inputs": [],
|
676
944
|
"name": "isConsumingScheduledOp",
|
@@ -746,6 +1014,88 @@
|
|
746
1014
|
"stateMutability": "nonpayable",
|
747
1015
|
"type": "function"
|
748
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
|
+
},
|
749
1099
|
{
|
750
1100
|
"inputs": [
|
751
1101
|
{
|
@@ -771,82 +1121,82 @@
|
|
771
1121
|
"type": "uint96"
|
772
1122
|
},
|
773
1123
|
{
|
774
|
-
"internalType": "
|
1124
|
+
"internalType": "Amount",
|
775
1125
|
"name": "netPremiumAmount",
|
776
|
-
"type": "
|
1126
|
+
"type": "uint96"
|
777
1127
|
},
|
778
1128
|
{
|
779
|
-
"internalType": "
|
1129
|
+
"internalType": "Amount",
|
780
1130
|
"name": "fullPremiumAmount",
|
781
|
-
"type": "
|
1131
|
+
"type": "uint96"
|
782
1132
|
},
|
783
1133
|
{
|
784
|
-
"internalType": "
|
1134
|
+
"internalType": "Amount",
|
785
1135
|
"name": "premiumAmount",
|
786
|
-
"type": "
|
1136
|
+
"type": "uint96"
|
787
1137
|
},
|
788
1138
|
{
|
789
|
-
"internalType": "
|
1139
|
+
"internalType": "Amount",
|
790
1140
|
"name": "productFeeFixAmount",
|
791
|
-
"type": "
|
1141
|
+
"type": "uint96"
|
792
1142
|
},
|
793
1143
|
{
|
794
|
-
"internalType": "
|
1144
|
+
"internalType": "Amount",
|
795
1145
|
"name": "poolFeeFixAmount",
|
796
|
-
"type": "
|
1146
|
+
"type": "uint96"
|
797
1147
|
},
|
798
1148
|
{
|
799
|
-
"internalType": "
|
1149
|
+
"internalType": "Amount",
|
800
1150
|
"name": "bundleFeeFixAmount",
|
801
|
-
"type": "
|
1151
|
+
"type": "uint96"
|
802
1152
|
},
|
803
1153
|
{
|
804
|
-
"internalType": "
|
1154
|
+
"internalType": "Amount",
|
805
1155
|
"name": "distributionFeeFixAmount",
|
806
|
-
"type": "
|
1156
|
+
"type": "uint96"
|
807
1157
|
},
|
808
1158
|
{
|
809
|
-
"internalType": "
|
1159
|
+
"internalType": "Amount",
|
810
1160
|
"name": "productFeeVarAmount",
|
811
|
-
"type": "
|
1161
|
+
"type": "uint96"
|
812
1162
|
},
|
813
1163
|
{
|
814
|
-
"internalType": "
|
1164
|
+
"internalType": "Amount",
|
815
1165
|
"name": "poolFeeVarAmount",
|
816
|
-
"type": "
|
1166
|
+
"type": "uint96"
|
817
1167
|
},
|
818
1168
|
{
|
819
|
-
"internalType": "
|
1169
|
+
"internalType": "Amount",
|
820
1170
|
"name": "bundleFeeVarAmount",
|
821
|
-
"type": "
|
1171
|
+
"type": "uint96"
|
822
1172
|
},
|
823
1173
|
{
|
824
|
-
"internalType": "
|
1174
|
+
"internalType": "Amount",
|
825
1175
|
"name": "distributionFeeVarAmount",
|
826
|
-
"type": "
|
1176
|
+
"type": "uint96"
|
827
1177
|
},
|
828
1178
|
{
|
829
|
-
"internalType": "
|
1179
|
+
"internalType": "Amount",
|
830
1180
|
"name": "distributionOwnerFeeFixAmount",
|
831
|
-
"type": "
|
1181
|
+
"type": "uint96"
|
832
1182
|
},
|
833
1183
|
{
|
834
|
-
"internalType": "
|
1184
|
+
"internalType": "Amount",
|
835
1185
|
"name": "distributionOwnerFeeVarAmount",
|
836
|
-
"type": "
|
1186
|
+
"type": "uint96"
|
837
1187
|
},
|
838
1188
|
{
|
839
|
-
"internalType": "
|
1189
|
+
"internalType": "Amount",
|
840
1190
|
"name": "commissionAmount",
|
841
|
-
"type": "
|
1191
|
+
"type": "uint96"
|
842
1192
|
},
|
843
1193
|
{
|
844
|
-
"internalType": "
|
1194
|
+
"internalType": "Amount",
|
845
1195
|
"name": "discountAmount",
|
846
|
-
"type": "
|
1196
|
+
"type": "uint96"
|
847
1197
|
}
|
848
1198
|
],
|
849
|
-
"internalType": "struct IPolicy.
|
1199
|
+
"internalType": "struct IPolicy.PremiumInfo",
|
850
1200
|
"name": "premium",
|
851
1201
|
"type": "tuple"
|
852
1202
|
}
|
@@ -863,11 +1213,6 @@
|
|
863
1213
|
"name": "instance",
|
864
1214
|
"type": "address"
|
865
1215
|
},
|
866
|
-
{
|
867
|
-
"internalType": "address",
|
868
|
-
"name": "token",
|
869
|
-
"type": "address"
|
870
|
-
},
|
871
1216
|
{
|
872
1217
|
"internalType": "NftId",
|
873
1218
|
"name": "policyNftId",
|
@@ -885,11 +1230,6 @@
|
|
885
1230
|
"name": "bundleNftId",
|
886
1231
|
"type": "uint96"
|
887
1232
|
},
|
888
|
-
{
|
889
|
-
"internalType": "ReferralId",
|
890
|
-
"name": "referralId",
|
891
|
-
"type": "bytes8"
|
892
|
-
},
|
893
1233
|
{
|
894
1234
|
"internalType": "RiskId",
|
895
1235
|
"name": "riskId",
|
@@ -906,24 +1246,9 @@
|
|
906
1246
|
"type": "uint96"
|
907
1247
|
},
|
908
1248
|
{
|
909
|
-
"internalType": "
|
910
|
-
"name": "
|
911
|
-
"type": "
|
912
|
-
},
|
913
|
-
{
|
914
|
-
"internalType": "Seconds",
|
915
|
-
"name": "lifetime",
|
916
|
-
"type": "uint40"
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"internalType": "bytes",
|
920
|
-
"name": "applicationData",
|
921
|
-
"type": "bytes"
|
922
|
-
},
|
923
|
-
{
|
924
|
-
"internalType": "bytes",
|
925
|
-
"name": "processData",
|
926
|
-
"type": "bytes"
|
1249
|
+
"internalType": "ReferralId",
|
1250
|
+
"name": "referralId",
|
1251
|
+
"type": "bytes8"
|
927
1252
|
},
|
928
1253
|
{
|
929
1254
|
"internalType": "uint16",
|
@@ -951,88 +1276,18 @@
|
|
951
1276
|
"type": "uint40"
|
952
1277
|
},
|
953
1278
|
{
|
954
|
-
"internalType": "
|
955
|
-
"name": "
|
1279
|
+
"internalType": "Seconds",
|
1280
|
+
"name": "lifetime",
|
956
1281
|
"type": "uint40"
|
957
1282
|
},
|
958
1283
|
{
|
959
1284
|
"internalType": "Timestamp",
|
960
|
-
"name": "
|
1285
|
+
"name": "expiredAt",
|
961
1286
|
"type": "uint40"
|
962
|
-
}
|
963
|
-
],
|
964
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
965
|
-
"name": "policyInfo",
|
966
|
-
"type": "tuple"
|
967
|
-
},
|
968
|
-
{
|
969
|
-
"internalType": "Amount",
|
970
|
-
"name": "payoutAmount",
|
971
|
-
"type": "uint96"
|
972
|
-
}
|
973
|
-
],
|
974
|
-
"name": "reduceCollateral",
|
975
|
-
"outputs": [],
|
976
|
-
"stateMutability": "nonpayable",
|
977
|
-
"type": "function"
|
978
|
-
},
|
979
|
-
{
|
980
|
-
"inputs": [
|
981
|
-
{
|
982
|
-
"internalType": "contract IInstance",
|
983
|
-
"name": "instance",
|
984
|
-
"type": "address"
|
985
|
-
},
|
986
|
-
{
|
987
|
-
"internalType": "address",
|
988
|
-
"name": "token",
|
989
|
-
"type": "address"
|
990
|
-
},
|
991
|
-
{
|
992
|
-
"internalType": "NftId",
|
993
|
-
"name": "policyNftId",
|
994
|
-
"type": "uint96"
|
995
|
-
},
|
996
|
-
{
|
997
|
-
"components": [
|
998
|
-
{
|
999
|
-
"internalType": "NftId",
|
1000
|
-
"name": "productNftId",
|
1001
|
-
"type": "uint96"
|
1002
|
-
},
|
1003
|
-
{
|
1004
|
-
"internalType": "NftId",
|
1005
|
-
"name": "bundleNftId",
|
1006
|
-
"type": "uint96"
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"internalType": "ReferralId",
|
1010
|
-
"name": "referralId",
|
1011
|
-
"type": "bytes8"
|
1012
1287
|
},
|
1013
1288
|
{
|
1014
|
-
"internalType": "
|
1015
|
-
"name": "
|
1016
|
-
"type": "bytes8"
|
1017
|
-
},
|
1018
|
-
{
|
1019
|
-
"internalType": "Amount",
|
1020
|
-
"name": "sumInsuredAmount",
|
1021
|
-
"type": "uint96"
|
1022
|
-
},
|
1023
|
-
{
|
1024
|
-
"internalType": "Amount",
|
1025
|
-
"name": "premiumAmount",
|
1026
|
-
"type": "uint96"
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
"internalType": "Amount",
|
1030
|
-
"name": "premiumPaidAmount",
|
1031
|
-
"type": "uint96"
|
1032
|
-
},
|
1033
|
-
{
|
1034
|
-
"internalType": "Seconds",
|
1035
|
-
"name": "lifetime",
|
1289
|
+
"internalType": "Timestamp",
|
1290
|
+
"name": "closedAt",
|
1036
1291
|
"type": "uint40"
|
1037
1292
|
},
|
1038
1293
|
{
|
@@ -1044,41 +1299,6 @@
|
|
1044
1299
|
"internalType": "bytes",
|
1045
1300
|
"name": "processData",
|
1046
1301
|
"type": "bytes"
|
1047
|
-
},
|
1048
|
-
{
|
1049
|
-
"internalType": "uint16",
|
1050
|
-
"name": "claimsCount",
|
1051
|
-
"type": "uint16"
|
1052
|
-
},
|
1053
|
-
{
|
1054
|
-
"internalType": "uint16",
|
1055
|
-
"name": "openClaimsCount",
|
1056
|
-
"type": "uint16"
|
1057
|
-
},
|
1058
|
-
{
|
1059
|
-
"internalType": "Amount",
|
1060
|
-
"name": "claimAmount",
|
1061
|
-
"type": "uint96"
|
1062
|
-
},
|
1063
|
-
{
|
1064
|
-
"internalType": "Amount",
|
1065
|
-
"name": "payoutAmount",
|
1066
|
-
"type": "uint96"
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"internalType": "Timestamp",
|
1070
|
-
"name": "activatedAt",
|
1071
|
-
"type": "uint40"
|
1072
|
-
},
|
1073
|
-
{
|
1074
|
-
"internalType": "Timestamp",
|
1075
|
-
"name": "expiredAt",
|
1076
|
-
"type": "uint40"
|
1077
|
-
},
|
1078
|
-
{
|
1079
|
-
"internalType": "Timestamp",
|
1080
|
-
"name": "closedAt",
|
1081
|
-
"type": "uint40"
|
1082
1302
|
}
|
1083
1303
|
],
|
1084
1304
|
"internalType": "struct IPolicy.PolicyInfo",
|
@@ -1104,19 +1324,6 @@
|
|
1104
1324
|
"stateMutability": "nonpayable",
|
1105
1325
|
"type": "function"
|
1106
1326
|
},
|
1107
|
-
{
|
1108
|
-
"inputs": [
|
1109
|
-
{
|
1110
|
-
"internalType": "RoleId",
|
1111
|
-
"name": "bundleOwnerRole",
|
1112
|
-
"type": "uint64"
|
1113
|
-
}
|
1114
|
-
],
|
1115
|
-
"name": "setBundleOwnerRole",
|
1116
|
-
"outputs": [],
|
1117
|
-
"stateMutability": "nonpayable",
|
1118
|
-
"type": "function"
|
1119
|
-
},
|
1120
1327
|
{
|
1121
1328
|
"inputs": [
|
1122
1329
|
{
|
@@ -1209,6 +1416,30 @@
|
|
1209
1416
|
"outputs": [],
|
1210
1417
|
"stateMutability": "nonpayable",
|
1211
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"
|
1212
1443
|
}
|
1213
1444
|
],
|
1214
1445
|
"bytecode": "0x",
|