@etherisc/gif-next 3.0.0-1a7e54a-113 → 3.0.0-1cf51f6-275
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +2 -2
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +2 -2
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +2 -2
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
- 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/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +2 -2
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +2 -2
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +2 -2
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +12 -12
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +34 -34
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +20 -20
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +17 -17
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +14 -14
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +18 -18
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +20 -20
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +20 -20
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +5 -5
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2 -2
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +2 -2
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +75 -177
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +2 -2
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +2 -2
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2 -2
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +2 -2
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +2 -2
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
- 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 +2 -2
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- 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 +2 -2
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
- 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/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +2 -2
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +2 -2
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +2 -2
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +2 -2
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +2 -2
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +2 -2
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +2 -2
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +2 -2
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +2 -2
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +2 -2
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +20 -20
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +2 -2
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +2 -2
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +2 -2
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +2 -2
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +2 -2
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +2 -2
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +2 -2
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +2 -2
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2 -2
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +2 -2
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2 -2
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +2 -2
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +2 -2
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +2 -2
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- 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/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -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 +2 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2 -2
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +2 -2
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +2 -2
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +2 -2
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -2
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
- 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/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
- 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/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 +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- 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 +25 -22
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -23
- 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 +2 -2
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +2 -21
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +2 -21
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +4 -36
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +2 -2
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/instance/IInstance.sol +1 -1
- package/contracts/instance/Instance.sol +1 -1
- package/contracts/instance/InstanceReader.sol +3 -25
- package/contracts/oracle/IOracleService.sol +12 -12
- package/contracts/product/BasicProductAuthorization.sol +2 -3
- package/contracts/shared/InstanceLinkedComponent.sol +19 -59
- package/contracts/type/ObjectType.sol +31 -2
- package/contracts/type/Referral.sol +0 -6
- package/contracts/type/Seconds.sol +0 -4
- package/contracts/type/String.sol +0 -30
- package/contracts/type/Timestamp.sol +1 -10
- package/package.json +1 -2
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +0 -500
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +0 -229
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +0 -1198
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +0 -849
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +0 -1466
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +0 -844
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +0 -2189
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +0 -844
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +0 -376
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +0 -4
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +0 -901
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +0 -4
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +0 -33
- package/contracts/examples/flight/FlightLib.sol +0 -311
- package/contracts/examples/flight/FlightMessageVerifier.sol +0 -128
- package/contracts/examples/flight/FlightOracle.sol +0 -167
- package/contracts/examples/flight/FlightOracleAuthorization.sol +0 -34
- package/contracts/examples/flight/FlightPool.sol +0 -89
- package/contracts/examples/flight/FlightPoolAuthorization.sol +0 -37
- package/contracts/examples/flight/FlightProduct.sol +0 -545
- package/contracts/examples/flight/FlightProductAuthorization.sol +0 -44
- package/contracts/examples/flight/FlightUSD.sol +0 -26
- package/contracts/examples/flight/originalV1.sol +0 -396
- package/contracts/shared/EcdsaChecker.sol +0 -5
- package/contracts/type/RequestIdSet.sol +0 -62
| @@ -1,89 +0,0 @@ | |
| 1 | 
            -
            // SPDX-License-Identifier: Apache-2.0
         | 
| 2 | 
            -
            pragma solidity ^0.8.20;
         | 
| 3 | 
            -
             | 
| 4 | 
            -
            import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            import {IAuthorization} from "../../authorization/IAuthorization.sol";
         | 
| 7 | 
            -
            import {IComponents} from "../../instance/module/IComponents.sol";
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            import {Amount, AmountLib} from "../../type/Amount.sol";
         | 
| 10 | 
            -
            import {BasicPool} from "../../pool/BasicPool.sol";
         | 
| 11 | 
            -
            import {FeeLib} from "../../type/Fee.sol";
         | 
| 12 | 
            -
            import {NftId} from "../../type/NftId.sol";
         | 
| 13 | 
            -
            import {Seconds, SecondsLib} from "../../type/Seconds.sol";
         | 
| 14 | 
            -
            import {UFixedLib} from "../../type/UFixed.sol";
         | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
            /// @dev FlightPool implements the pool for the flight delay product.
         | 
| 18 | 
            -
            /// Only the pool owner is allowed to create and manage bundles.
         | 
| 19 | 
            -
            contract FlightPool is
         | 
| 20 | 
            -
                BasicPool
         | 
| 21 | 
            -
            {   
         | 
| 22 | 
            -
                constructor(
         | 
| 23 | 
            -
                    address registry,
         | 
| 24 | 
            -
                    NftId productNftId,
         | 
| 25 | 
            -
                    string memory componentName,
         | 
| 26 | 
            -
                    IAuthorization authorization
         | 
| 27 | 
            -
                ) 
         | 
| 28 | 
            -
                {
         | 
| 29 | 
            -
                    address initialOwner = msg.sender;
         | 
| 30 | 
            -
                    _intialize(
         | 
| 31 | 
            -
                        registry,
         | 
| 32 | 
            -
                        productNftId,
         | 
| 33 | 
            -
                        componentName,
         | 
| 34 | 
            -
                        IComponents.PoolInfo({
         | 
| 35 | 
            -
                            maxBalanceAmount: AmountLib.max(),
         | 
| 36 | 
            -
                            isInterceptingBundleTransfers: false,
         | 
| 37 | 
            -
                            isProcessingConfirmedClaims: false,
         | 
| 38 | 
            -
                            isExternallyManaged: false,
         | 
| 39 | 
            -
                            isVerifyingApplications: false,
         | 
| 40 | 
            -
                            collateralizationLevel: UFixedLib.one(),
         | 
| 41 | 
            -
                            retentionLevel: UFixedLib.one()
         | 
| 42 | 
            -
                        }),
         | 
| 43 | 
            -
                        authorization,
         | 
| 44 | 
            -
                        initialOwner);
         | 
| 45 | 
            -
                }
         | 
| 46 | 
            -
             | 
| 47 | 
            -
                function _intialize(
         | 
| 48 | 
            -
                    address registry,
         | 
| 49 | 
            -
                    NftId productNftId,
         | 
| 50 | 
            -
                    string memory componentName,
         | 
| 51 | 
            -
                    IComponents.PoolInfo memory poolInfo,
         | 
| 52 | 
            -
                    IAuthorization authorization,
         | 
| 53 | 
            -
                    address initialOwner
         | 
| 54 | 
            -
                )
         | 
| 55 | 
            -
                    internal
         | 
| 56 | 
            -
                    initializer
         | 
| 57 | 
            -
                {
         | 
| 58 | 
            -
                    _initializeBasicPool(
         | 
| 59 | 
            -
                        registry,
         | 
| 60 | 
            -
                        productNftId,
         | 
| 61 | 
            -
                        componentName,
         | 
| 62 | 
            -
                        poolInfo,
         | 
| 63 | 
            -
                        authorization,
         | 
| 64 | 
            -
                        initialOwner);
         | 
| 65 | 
            -
                }
         | 
| 66 | 
            -
             | 
| 67 | 
            -
                function createBundle(
         | 
| 68 | 
            -
                    Amount initialAmount
         | 
| 69 | 
            -
                )
         | 
| 70 | 
            -
                    external
         | 
| 71 | 
            -
                    virtual 
         | 
| 72 | 
            -
                    restricted()
         | 
| 73 | 
            -
                    onlyOwner()
         | 
| 74 | 
            -
                    returns(NftId bundleNftId)
         | 
| 75 | 
            -
                {
         | 
| 76 | 
            -
                    address owner = msg.sender;
         | 
| 77 | 
            -
                    bundleNftId = _createBundle(
         | 
| 78 | 
            -
                        owner,
         | 
| 79 | 
            -
                        FeeLib.zero(),
         | 
| 80 | 
            -
                        SecondsLib.fromDays(90),
         | 
| 81 | 
            -
                        "" // filter
         | 
| 82 | 
            -
                    );
         | 
| 83 | 
            -
             | 
| 84 | 
            -
                    _stake(bundleNftId, initialAmount);
         | 
| 85 | 
            -
                }
         | 
| 86 | 
            -
             | 
| 87 | 
            -
                function approveTokenHandler(IERC20Metadata token, Amount amount) external restricted() onlyOwner() { _approveTokenHandler(token, amount); }
         | 
| 88 | 
            -
                function setWallet(address newWallet) external restricted() onlyOwner() { _setWallet(newWallet); }
         | 
| 89 | 
            -
            }
         | 
| @@ -1,37 +0,0 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
             | 
| 3 | 
            -
            // SPDX-License-Identifier: Apache-2.0
         | 
| 4 | 
            -
            pragma solidity ^0.8.20;
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            import {IAccess} from "../../../contracts/authorization/IAccess.sol";
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            import {BasicPoolAuthorization} from "../../pool/BasicPoolAuthorization.sol";
         | 
| 9 | 
            -
            import {FlightPool} from "./FlightPool.sol";
         | 
| 10 | 
            -
            import {PUBLIC_ROLE} from "../../../contracts/type/RoleId.sol";
         | 
| 11 | 
            -
             | 
| 12 | 
            -
            contract FlightPoolAuthorization
         | 
| 13 | 
            -
                is BasicPoolAuthorization
         | 
| 14 | 
            -
            {
         | 
| 15 | 
            -
             | 
| 16 | 
            -
                constructor(string memory poolName)
         | 
| 17 | 
            -
                    BasicPoolAuthorization(poolName)
         | 
| 18 | 
            -
                {}
         | 
| 19 | 
            -
             | 
| 20 | 
            -
             | 
| 21 | 
            -
                function _setupTargetAuthorizations()
         | 
| 22 | 
            -
                    internal
         | 
| 23 | 
            -
                    virtual override
         | 
| 24 | 
            -
                {
         | 
| 25 | 
            -
                    super._setupTargetAuthorizations();
         | 
| 26 | 
            -
                    IAccess.FunctionInfo[] storage functions;
         | 
| 27 | 
            -
             | 
| 28 | 
            -
                    // authorize public role (also protected by onlyOwner)
         | 
| 29 | 
            -
                    functions = _authorizeForTarget(getMainTargetName(), PUBLIC_ROLE());
         | 
| 30 | 
            -
             | 
| 31 | 
            -
                    // only owner
         | 
| 32 | 
            -
                    _authorize(functions, FlightPool.createBundle.selector, "createBundle");
         | 
| 33 | 
            -
                    _authorize(functions, FlightPool.approveTokenHandler.selector, "approveTokenHandler");
         | 
| 34 | 
            -
                    _authorize(functions, FlightPool.setWallet.selector, "setWallet");
         | 
| 35 | 
            -
                }
         | 
| 36 | 
            -
            }
         | 
| 37 | 
            -
             | 
| @@ -1,545 +0,0 @@ | |
| 1 | 
            -
            // SPDX-License-Identifier: Apache-2.0
         | 
| 2 | 
            -
            pragma solidity ^0.8.20;
         | 
| 3 | 
            -
             | 
| 4 | 
            -
            import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            import {IAuthorization} from "../../authorization/IAuthorization.sol";
         | 
| 7 | 
            -
            import {IComponents} from "../../instance/module/IComponents.sol";
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            import {Amount, AmountLib} from "../../type/Amount.sol";
         | 
| 10 | 
            -
            import {BasicProduct} from "../../product/BasicProduct.sol";
         | 
| 11 | 
            -
            import {ClaimId} from "../../type/ClaimId.sol";
         | 
| 12 | 
            -
            import {FeeLib} from "../../type/Fee.sol";
         | 
| 13 | 
            -
            import {FlightLib} from "./FlightLib.sol";
         | 
| 14 | 
            -
            import {FlightMessageVerifier} from "./FlightMessageVerifier.sol";
         | 
| 15 | 
            -
            import {FlightOracle} from "./FlightOracle.sol";
         | 
| 16 | 
            -
            import {InstanceReader} from "../../instance/InstanceReader.sol";
         | 
| 17 | 
            -
            import {NftId, NftIdLib} from "../../type/NftId.sol";
         | 
| 18 | 
            -
            import {PayoutId} from "../../type/PayoutId.sol";
         | 
| 19 | 
            -
            import {ReferralLib} from "../../type/Referral.sol";
         | 
| 20 | 
            -
            import {RiskId, RiskIdLib} from "../../type/RiskId.sol";
         | 
| 21 | 
            -
            import {RequestId} from "../../type/RequestId.sol";
         | 
| 22 | 
            -
            import {Seconds, SecondsLib} from "../../type/Seconds.sol";
         | 
| 23 | 
            -
            import {Str} from "../../type/String.sol";
         | 
| 24 | 
            -
            import {Timestamp, TimestampLib} from "../../type/Timestamp.sol";
         | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
            /// @dev FlightProduct implements the flight delay product.
         | 
| 28 | 
            -
            contract FlightProduct is
         | 
| 29 | 
            -
                BasicProduct
         | 
| 30 | 
            -
            {
         | 
| 31 | 
            -
             | 
| 32 | 
            -
                event LogRequestFlightRatings(uint256 requestId, bytes32 carrierFlightNumber, uint256 departureTime, uint256 arrivalTime, bytes32 riskId);
         | 
| 33 | 
            -
                event LogRequestFlightStatus(uint256 requestId, uint256 arrivalTime, bytes32 carrierFlightNumber, bytes32 departureYearMonthDay);
         | 
| 34 | 
            -
                event LogPayoutTransferred(bytes32 bpKey, uint256 claimId, uint256 payoutId, uint256 amount);
         | 
| 35 | 
            -
                event LogFlightStatusProcessed(RequestId requestId, RiskId riskId, bytes1 status, int256 delayMinutes, uint8 payoutOption);
         | 
| 36 | 
            -
             | 
| 37 | 
            -
                // TODO convert error logs to custom errors
         | 
| 38 | 
            -
                event LogError(string error, uint256 index, uint256 stored, uint256 calculated);
         | 
| 39 | 
            -
                event LogPolicyExpired(bytes32 bpKey);
         | 
| 40 | 
            -
             | 
| 41 | 
            -
                event LogErrorRiskInvalid(RequestId requestId, RiskId riskId);
         | 
| 42 | 
            -
                event LogErrorUnprocessableStatus(RequestId requestId, RiskId riskId, bytes1 status);
         | 
| 43 | 
            -
                event LogErrorUnexpectedStatus(RequestId requestId, RiskId riskId, bytes1 status, int256 delayMinutes);
         | 
| 44 | 
            -
             | 
| 45 | 
            -
                error ErrorApplicationDataSignatureMismatch(address expectedSigner, address actualSigner);
         | 
| 46 | 
            -
             | 
| 47 | 
            -
                // solhint-disable
         | 
| 48 | 
            -
                // Minimum observations for valid prediction
         | 
| 49 | 
            -
                uint256 public immutable MIN_OBSERVATIONS = 10;
         | 
| 50 | 
            -
                // Minimum time before departure for applying
         | 
| 51 | 
            -
                Seconds public MIN_TIME_BEFORE_DEPARTURE = SecondsLib.fromDays(14);
         | 
| 52 | 
            -
                // Maximum time before departure for applying
         | 
| 53 | 
            -
                Seconds public MAX_TIME_BEFORE_DEPARTURE = SecondsLib.fromDays(90);
         | 
| 54 | 
            -
                // Maximum duration of flight
         | 
| 55 | 
            -
                Seconds public MAX_FLIGHT_DURATION = SecondsLib.fromDays(2);
         | 
| 56 | 
            -
                // Check for delay after .. minutes after scheduled arrival
         | 
| 57 | 
            -
                Seconds public CHECK_OFFSET = SecondsLib.fromHours(1);
         | 
| 58 | 
            -
                // Max time to process claims after departure
         | 
| 59 | 
            -
                Seconds public LIFETIME = SecondsLib.fromDays(30);
         | 
| 60 | 
            -
             | 
| 61 | 
            -
                // uint256 public constant MIN_PREMIUM = 15 * 10 ** 18; // production
         | 
| 62 | 
            -
                // All amounts in cent = multiplier is 10 ** 16!
         | 
| 63 | 
            -
                Amount public MIN_PREMIUM;
         | 
| 64 | 
            -
                Amount public MAX_PREMIUM;
         | 
| 65 | 
            -
                Amount public MAX_PAYOUT;
         | 
| 66 | 
            -
                Amount public MAX_TOTAL_PAYOUT; // Maximum risk per flight is 3x max payout.
         | 
| 67 | 
            -
             | 
| 68 | 
            -
                // Maximum cumulated weighted premium per risk
         | 
| 69 | 
            -
                uint256 public MARGIN_PERCENT = 30;
         | 
| 70 | 
            -
             | 
| 71 | 
            -
                // Maximum number of policies to process in one callback
         | 
| 72 | 
            -
                uint8 public MAX_POLICIES_TO_PROCESS = 5;
         | 
| 73 | 
            -
             | 
| 74 | 
            -
                // ['observations','late15','late30','late45','cancelled','diverted']
         | 
| 75 | 
            -
                // no payouts for delays of 30' or less
         | 
| 76 | 
            -
                uint8[6] public WEIGHT_PATTERN = [0, 0, 0, 30, 50, 50];
         | 
| 77 | 
            -
                uint8 public constant MAX_WEIGHT = 50;
         | 
| 78 | 
            -
             | 
| 79 | 
            -
                // GIF V3 specifics
         | 
| 80 | 
            -
                NftId internal _defaultBundleNftId;
         | 
| 81 | 
            -
             | 
| 82 | 
            -
                // TODO add product (base contract) functions
         | 
| 83 | 
            -
                // - getOracleNftId(idx)
         | 
| 84 | 
            -
                // - getDistributionNftId() 
         | 
| 85 | 
            -
                // - getPoolNftId()
         | 
| 86 | 
            -
                NftId internal _oracleNftId; // TODO refactor to getOracleNftId(0)
         | 
| 87 | 
            -
                // solhint-enable
         | 
| 88 | 
            -
             | 
| 89 | 
            -
                FlightMessageVerifier internal _flightMessageVerifier;
         | 
| 90 | 
            -
             | 
| 91 | 
            -
             | 
| 92 | 
            -
                struct FlightRisk {
         | 
| 93 | 
            -
                    Str flightData; // example: "LX 180 ZRH BKK 20241104"
         | 
| 94 | 
            -
                    Timestamp departureTime;
         | 
| 95 | 
            -
                    Timestamp arrivalTime; 
         | 
| 96 | 
            -
                    Amount sumOfSumInsuredAmounts;
         | 
| 97 | 
            -
                    // uint256 premiumMultiplier; // what is this? UFixed?
         | 
| 98 | 
            -
                    // uint256 weight; // what is this? UFixed?
         | 
| 99 | 
            -
                    bytes1 status; // 'L'ate, 'C'ancelled, 'D'iverted, ...
         | 
| 100 | 
            -
                    int256 delayMinutes;
         | 
| 101 | 
            -
                }
         | 
| 102 | 
            -
             | 
| 103 | 
            -
             | 
| 104 | 
            -
                constructor(
         | 
| 105 | 
            -
                    address registry,
         | 
| 106 | 
            -
                    NftId instanceNftid,
         | 
| 107 | 
            -
                    string memory componentName,
         | 
| 108 | 
            -
                    IAuthorization authorization,
         | 
| 109 | 
            -
                    FlightMessageVerifier messageVerifier
         | 
| 110 | 
            -
                )
         | 
| 111 | 
            -
                {
         | 
| 112 | 
            -
                    address initialOwner = msg.sender;
         | 
| 113 | 
            -
             | 
| 114 | 
            -
                    _initialize(
         | 
| 115 | 
            -
                        registry,
         | 
| 116 | 
            -
                        instanceNftid,
         | 
| 117 | 
            -
                        componentName,
         | 
| 118 | 
            -
                        authorization,
         | 
| 119 | 
            -
                        initialOwner);
         | 
| 120 | 
            -
             | 
| 121 | 
            -
                    _flightMessageVerifier = messageVerifier;
         | 
| 122 | 
            -
                }
         | 
| 123 | 
            -
             | 
| 124 | 
            -
                //--- external functions ------------------------------------------------//
         | 
| 125 | 
            -
                //--- unpermissioned functions ------------------------------------------//
         | 
| 126 | 
            -
             | 
| 127 | 
            -
                function setOracleNftId()
         | 
| 128 | 
            -
                    external
         | 
| 129 | 
            -
                {
         | 
| 130 | 
            -
                    _oracleNftId = _getInstanceReader().getProductInfo(
         | 
| 131 | 
            -
                        getNftId()).oracleNftId[0];
         | 
| 132 | 
            -
                }
         | 
| 133 | 
            -
             | 
| 134 | 
            -
             | 
| 135 | 
            -
                function createPolicy(
         | 
| 136 | 
            -
                    address policyHolder,
         | 
| 137 | 
            -
                    Str flightData, 
         | 
| 138 | 
            -
                    Timestamp departureTime,
         | 
| 139 | 
            -
                    Timestamp arrivalTime,
         | 
| 140 | 
            -
                    Amount premiumAmount,
         | 
| 141 | 
            -
                    uint256[6] memory statistics,
         | 
| 142 | 
            -
                    // signature fields
         | 
| 143 | 
            -
                    uint8 v, 
         | 
| 144 | 
            -
                    bytes32 r, 
         | 
| 145 | 
            -
                    bytes32 s
         | 
| 146 | 
            -
                )
         | 
| 147 | 
            -
                    external
         | 
| 148 | 
            -
                    virtual
         | 
| 149 | 
            -
                    restricted()
         | 
| 150 | 
            -
                    returns (
         | 
| 151 | 
            -
                        RiskId riskId,
         | 
| 152 | 
            -
                        NftId policyNftId
         | 
| 153 | 
            -
                    )
         | 
| 154 | 
            -
                {
         | 
| 155 | 
            -
                    // checks
         | 
| 156 | 
            -
                    FlightLib.checkApplicationDataAndSignature(
         | 
| 157 | 
            -
                        this,
         | 
| 158 | 
            -
                        flightData,
         | 
| 159 | 
            -
                        departureTime,
         | 
| 160 | 
            -
                        arrivalTime,
         | 
| 161 | 
            -
                        premiumAmount,
         | 
| 162 | 
            -
                        statistics,
         | 
| 163 | 
            -
                        v, r, s);
         | 
| 164 | 
            -
             | 
| 165 | 
            -
                    (riskId, policyNftId) = _prepareApplication(
         | 
| 166 | 
            -
                        policyHolder, 
         | 
| 167 | 
            -
                        flightData,
         | 
| 168 | 
            -
                        departureTime,
         | 
| 169 | 
            -
                        arrivalTime,
         | 
| 170 | 
            -
                        premiumAmount,
         | 
| 171 | 
            -
                        statistics);
         | 
| 172 | 
            -
             | 
| 173 | 
            -
                    _createPolicy(
         | 
| 174 | 
            -
                        policyNftId, 
         | 
| 175 | 
            -
                        TimestampLib.zero(), // do not ativate yet 
         | 
| 176 | 
            -
                        premiumAmount); // max premium amount
         | 
| 177 | 
            -
             | 
| 178 | 
            -
                    // interactions (token transfer + callback to token holder, if contract)
         | 
| 179 | 
            -
                    _collectPremium(
         | 
| 180 | 
            -
                        policyNftId, 
         | 
| 181 | 
            -
                        departureTime); // activate at scheduled departure time of flight
         | 
| 182 | 
            -
             | 
| 183 | 
            -
                    // send oracle request for flight status (interacts with flight oracle contract)
         | 
| 184 | 
            -
                    _sendRequest(
         | 
| 185 | 
            -
                        _oracleNftId, 
         | 
| 186 | 
            -
                        abi.encode(
         | 
| 187 | 
            -
                            FlightOracle.FlightStatusRequest(
         | 
| 188 | 
            -
                                riskId,
         | 
| 189 | 
            -
                                flightData,
         | 
| 190 | 
            -
                                departureTime)),
         | 
| 191 | 
            -
                        // allow up to 30 days to process the claim
         | 
| 192 | 
            -
                        arrivalTime.addSeconds(SecondsLib.fromDays(30)), 
         | 
| 193 | 
            -
                        "flightStatusCallback");
         | 
| 194 | 
            -
                }
         | 
| 195 | 
            -
             | 
| 196 | 
            -
             | 
| 197 | 
            -
                function _prepareApplication(
         | 
| 198 | 
            -
                    address policyHolder,
         | 
| 199 | 
            -
                    Str flightData, 
         | 
| 200 | 
            -
                    Timestamp departureTime,
         | 
| 201 | 
            -
                    Timestamp arrivalTime,
         | 
| 202 | 
            -
                    Amount premiumAmount,
         | 
| 203 | 
            -
                    uint256[6] memory statistics
         | 
| 204 | 
            -
                )
         | 
| 205 | 
            -
                    internal
         | 
| 206 | 
            -
                    virtual
         | 
| 207 | 
            -
                    returns (
         | 
| 208 | 
            -
                        RiskId riskId,
         | 
| 209 | 
            -
                        NftId policyNftId
         | 
| 210 | 
            -
                    )
         | 
| 211 | 
            -
                {
         | 
| 212 | 
            -
                    Amount[5] memory payoutAmounts;
         | 
| 213 | 
            -
                    Amount sumInsuredAmount;
         | 
| 214 | 
            -
             | 
| 215 | 
            -
                    (
         | 
| 216 | 
            -
                        riskId, 
         | 
| 217 | 
            -
                        payoutAmounts,
         | 
| 218 | 
            -
                        sumInsuredAmount
         | 
| 219 | 
            -
                    ) = _createRiskAndPayoutAmounts(
         | 
| 220 | 
            -
                        flightData,
         | 
| 221 | 
            -
                        departureTime,
         | 
| 222 | 
            -
                        arrivalTime,
         | 
| 223 | 
            -
                        premiumAmount,
         | 
| 224 | 
            -
                        statistics);
         | 
| 225 | 
            -
             | 
| 226 | 
            -
                    policyNftId = _createApplication(
         | 
| 227 | 
            -
                        policyHolder, 
         | 
| 228 | 
            -
                        riskId, 
         | 
| 229 | 
            -
                        sumInsuredAmount,
         | 
| 230 | 
            -
                        premiumAmount,
         | 
| 231 | 
            -
                        LIFETIME,
         | 
| 232 | 
            -
                        _defaultBundleNftId, 
         | 
| 233 | 
            -
                        ReferralLib.zero(), 
         | 
| 234 | 
            -
                        abi.encode(
         | 
| 235 | 
            -
                            premiumAmount,
         | 
| 236 | 
            -
                            payoutAmounts)); // application data
         | 
| 237 | 
            -
                }
         | 
| 238 | 
            -
             | 
| 239 | 
            -
             | 
| 240 | 
            -
                /// @dev Callback for flight status oracle.
         | 
| 241 | 
            -
                /// Function may only be alled by oracle service.
         | 
| 242 | 
            -
                function flightStatusCallback(
         | 
| 243 | 
            -
                    RequestId requestId,
         | 
| 244 | 
            -
                    bytes memory responseData
         | 
| 245 | 
            -
                )
         | 
| 246 | 
            -
                    external
         | 
| 247 | 
            -
                    virtual
         | 
| 248 | 
            -
                    restricted()
         | 
| 249 | 
            -
                {
         | 
| 250 | 
            -
                    FlightOracle.FlightStatusResponse memory response = abi.decode(
         | 
| 251 | 
            -
                        responseData, (FlightOracle.FlightStatusResponse));
         | 
| 252 | 
            -
             | 
| 253 | 
            -
                    _processFlightStatus(
         | 
| 254 | 
            -
                        requestId, 
         | 
| 255 | 
            -
                        response.riskId, 
         | 
| 256 | 
            -
                        response.status, 
         | 
| 257 | 
            -
                        response.delayMinutes, 
         | 
| 258 | 
            -
                        MAX_POLICIES_TO_PROCESS);
         | 
| 259 | 
            -
                }
         | 
| 260 | 
            -
             | 
| 261 | 
            -
             | 
| 262 | 
            -
                /// @dev Manual fallback function for product owner.
         | 
| 263 | 
            -
                function processFlightStatus(
         | 
| 264 | 
            -
                    RequestId requestId,
         | 
| 265 | 
            -
                    RiskId riskId, 
         | 
| 266 | 
            -
                    bytes1 status, 
         | 
| 267 | 
            -
                    int256 delayMinutes,
         | 
| 268 | 
            -
                    uint8 maxPoliciesToProcess
         | 
| 269 | 
            -
                )
         | 
| 270 | 
            -
                    external
         | 
| 271 | 
            -
                    virtual
         | 
| 272 | 
            -
                    restricted()
         | 
| 273 | 
            -
                    onlyOwner()
         | 
| 274 | 
            -
                {
         | 
| 275 | 
            -
                    _processFlightStatus(
         | 
| 276 | 
            -
                        requestId, 
         | 
| 277 | 
            -
                        riskId, 
         | 
| 278 | 
            -
                        status, 
         | 
| 279 | 
            -
                        delayMinutes, 
         | 
| 280 | 
            -
                        maxPoliciesToProcess);
         | 
| 281 | 
            -
                }    
         | 
| 282 | 
            -
             | 
| 283 | 
            -
                //--- owner functions ---------------------------------------------------//
         | 
| 284 | 
            -
             | 
| 285 | 
            -
                /// @dev Call after product registration with the instance, when the product token/tokenhandler is available
         | 
| 286 | 
            -
                function completeSetup()
         | 
| 287 | 
            -
                    external
         | 
| 288 | 
            -
                    virtual
         | 
| 289 | 
            -
                    restricted()
         | 
| 290 | 
            -
                    onlyOwner()
         | 
| 291 | 
            -
                {
         | 
| 292 | 
            -
                    IERC20Metadata token = IERC20Metadata(getToken());
         | 
| 293 | 
            -
                    uint256 tokenMultiplier = 10 ** token.decimals();
         | 
| 294 | 
            -
             | 
| 295 | 
            -
                    MIN_PREMIUM = AmountLib.toAmount(15 * tokenMultiplier); 
         | 
| 296 | 
            -
                    MAX_PREMIUM = AmountLib.toAmount(200 * tokenMultiplier); 
         | 
| 297 | 
            -
                    MAX_PAYOUT = AmountLib.toAmount(500 * tokenMultiplier); 
         | 
| 298 | 
            -
                    MAX_TOTAL_PAYOUT = AmountLib.toAmount(3 * MAX_PAYOUT.toInt());
         | 
| 299 | 
            -
                }
         | 
| 300 | 
            -
             | 
| 301 | 
            -
             | 
| 302 | 
            -
                function setDefaultBundle(NftId bundleNftId) external restricted() onlyOwner() { _defaultBundleNftId = bundleNftId; }
         | 
| 303 | 
            -
                function approveTokenHandler(IERC20Metadata token, Amount amount) external restricted() onlyOwner() { _approveTokenHandler(token, amount); }
         | 
| 304 | 
            -
                function setLocked(bool locked) external onlyOwner() { _setLocked(locked); }
         | 
| 305 | 
            -
                function setWallet(address newWallet) external restricted() onlyOwner() { _setWallet(newWallet); }
         | 
| 306 | 
            -
             | 
| 307 | 
            -
             | 
| 308 | 
            -
                //--- view functions ----------------------------------------------------//
         | 
| 309 | 
            -
             | 
| 310 | 
            -
             | 
| 311 | 
            -
                function calculateNetPremium(
         | 
| 312 | 
            -
                    Amount, // sumInsuredAmount: not used in this product
         | 
| 313 | 
            -
                    RiskId, // riskId: not used in this product
         | 
| 314 | 
            -
                    Seconds, // lifetime: not used in this product, a flight is a one time risk
         | 
| 315 | 
            -
                    bytes memory applicationData // holds the premium amount the customer is willing to pay
         | 
| 316 | 
            -
                )
         | 
| 317 | 
            -
                    external
         | 
| 318 | 
            -
                    virtual override
         | 
| 319 | 
            -
                    view 
         | 
| 320 | 
            -
                    returns (Amount netPremiumAmount)
         | 
| 321 | 
            -
                {
         | 
| 322 | 
            -
                    (netPremiumAmount, ) = abi.decode(applicationData, (Amount, Amount[5]));
         | 
| 323 | 
            -
                }
         | 
| 324 | 
            -
             | 
| 325 | 
            -
             | 
| 326 | 
            -
                function getFlightMessageVerifier()
         | 
| 327 | 
            -
                    external
         | 
| 328 | 
            -
                    view
         | 
| 329 | 
            -
                    returns (FlightMessageVerifier)
         | 
| 330 | 
            -
                {
         | 
| 331 | 
            -
                    return _flightMessageVerifier;
         | 
| 332 | 
            -
                }
         | 
| 333 | 
            -
             | 
| 334 | 
            -
             | 
| 335 | 
            -
                function getOracleNftId()
         | 
| 336 | 
            -
                    public
         | 
| 337 | 
            -
                    view
         | 
| 338 | 
            -
                    returns (NftId oracleNftId)
         | 
| 339 | 
            -
                { 
         | 
| 340 | 
            -
                    return _oracleNftId;
         | 
| 341 | 
            -
                }
         | 
| 342 | 
            -
             | 
| 343 | 
            -
             | 
| 344 | 
            -
                //--- internal functions ------------------------------------------------//
         | 
| 345 | 
            -
             | 
| 346 | 
            -
             | 
| 347 | 
            -
                function _createRiskAndPayoutAmounts(
         | 
| 348 | 
            -
                    Str flightData, 
         | 
| 349 | 
            -
                    Timestamp departureTime,
         | 
| 350 | 
            -
                    Timestamp arrivalTime,
         | 
| 351 | 
            -
                    Amount premiumAmount,
         | 
| 352 | 
            -
                    uint256[6] memory statistics
         | 
| 353 | 
            -
                )
         | 
| 354 | 
            -
                    internal
         | 
| 355 | 
            -
                    virtual
         | 
| 356 | 
            -
                    returns (
         | 
| 357 | 
            -
                        RiskId riskId,
         | 
| 358 | 
            -
                        Amount[5] memory payoutAmounts,
         | 
| 359 | 
            -
                        Amount sumInsuredAmount
         | 
| 360 | 
            -
                    )
         | 
| 361 | 
            -
                {
         | 
| 362 | 
            -
                    uint256 weight;
         | 
| 363 | 
            -
             | 
| 364 | 
            -
                    (
         | 
| 365 | 
            -
                        weight, 
         | 
| 366 | 
            -
                        payoutAmounts,            
         | 
| 367 | 
            -
                        sumInsuredAmount
         | 
| 368 | 
            -
                    ) = FlightLib.calculatePayoutAmounts(
         | 
| 369 | 
            -
                        this,
         | 
| 370 | 
            -
                        premiumAmount, 
         | 
| 371 | 
            -
                        statistics);
         | 
| 372 | 
            -
             | 
| 373 | 
            -
                    riskId = _checkAndUpdateFlightRisk(
         | 
| 374 | 
            -
                        flightData,
         | 
| 375 | 
            -
                        departureTime,
         | 
| 376 | 
            -
                        arrivalTime,
         | 
| 377 | 
            -
                        sumInsuredAmount,
         | 
| 378 | 
            -
                        weight);
         | 
| 379 | 
            -
                }
         | 
| 380 | 
            -
             | 
| 381 | 
            -
             | 
| 382 | 
            -
                function _checkAndUpdateFlightRisk(
         | 
| 383 | 
            -
                    Str flightData,
         | 
| 384 | 
            -
                    Timestamp departureTime,
         | 
| 385 | 
            -
                    Timestamp arrivalTime,
         | 
| 386 | 
            -
                    Amount sumInsuredAmount,
         | 
| 387 | 
            -
                    uint256 weight
         | 
| 388 | 
            -
                )
         | 
| 389 | 
            -
                    internal
         | 
| 390 | 
            -
                    virtual
         | 
| 391 | 
            -
                    returns (RiskId riskId)
         | 
| 392 | 
            -
                {
         | 
| 393 | 
            -
                    bool exists;
         | 
| 394 | 
            -
                    FlightRisk memory flightRisk;
         | 
| 395 | 
            -
                    (riskId, exists, flightRisk) = FlightLib.getFlightRisk(
         | 
| 396 | 
            -
                        _getInstanceReader(), 
         | 
| 397 | 
            -
                        getNftId(), 
         | 
| 398 | 
            -
                        flightData, 
         | 
| 399 | 
            -
                        departureTime, 
         | 
| 400 | 
            -
                        arrivalTime);
         | 
| 401 | 
            -
             | 
| 402 | 
            -
                    // create risk, if new
         | 
| 403 | 
            -
                    if (!exists) {
         | 
| 404 | 
            -
                        bytes32 riskKey = FlightLib.getRiskKey(flightData);
         | 
| 405 | 
            -
                        _createRisk(riskKey, abi.encode(flightRisk));
         | 
| 406 | 
            -
                    }
         | 
| 407 | 
            -
             | 
| 408 | 
            -
                    // check for cluster risk: additional sum insured amount must not exceed MAX_TOTAL_PAYOUT
         | 
| 409 | 
            -
                    require (
         | 
| 410 | 
            -
                        flightRisk.sumOfSumInsuredAmounts + sumInsuredAmount <= MAX_TOTAL_PAYOUT,
         | 
| 411 | 
            -
                        "ERROR:FDD-006:CLUSTER_RISK"
         | 
| 412 | 
            -
                    );
         | 
| 413 | 
            -
             | 
| 414 | 
            -
                    // update existing risk with additional sum insured amount
         | 
| 415 | 
            -
                    flightRisk.sumOfSumInsuredAmounts = flightRisk.sumOfSumInsuredAmounts + sumInsuredAmount;
         | 
| 416 | 
            -
                    _updateRisk(riskId, abi.encode(flightRisk));
         | 
| 417 | 
            -
                }
         | 
| 418 | 
            -
             | 
| 419 | 
            -
             | 
| 420 | 
            -
                function _processFlightStatus(
         | 
| 421 | 
            -
                    RequestId requestId,
         | 
| 422 | 
            -
                    RiskId riskId, 
         | 
| 423 | 
            -
                    bytes1 status, 
         | 
| 424 | 
            -
                    int256 delayMinutes,
         | 
| 425 | 
            -
                    uint8 maxPoliciesToProcess
         | 
| 426 | 
            -
                )
         | 
| 427 | 
            -
                    internal
         | 
| 428 | 
            -
                    virtual
         | 
| 429 | 
            -
                {
         | 
| 430 | 
            -
                    // check risk exists
         | 
| 431 | 
            -
                    InstanceReader reader = _getInstanceReader();
         | 
| 432 | 
            -
                    (
         | 
| 433 | 
            -
                        bool exists,
         | 
| 434 | 
            -
                        FlightRisk memory flightRisk
         | 
| 435 | 
            -
                    ) = FlightLib.getFlightRisk(reader, getNftId(), riskId);
         | 
| 436 | 
            -
             | 
| 437 | 
            -
                    if (!exists) {
         | 
| 438 | 
            -
                        emit LogErrorRiskInvalid(requestId, riskId);
         | 
| 439 | 
            -
                        return;
         | 
| 440 | 
            -
                    }
         | 
| 441 | 
            -
             | 
| 442 | 
            -
                    uint8 payoutOption = FlightLib.checkAndGetPayoutOption(
         | 
| 443 | 
            -
                        requestId, riskId, status, delayMinutes);
         | 
| 444 | 
            -
             | 
| 445 | 
            -
                    _processPayoutsAndClosePolicies(
         | 
| 446 | 
            -
                        riskId, 
         | 
| 447 | 
            -
                        payoutOption, 
         | 
| 448 | 
            -
                        maxPoliciesToProcess);
         | 
| 449 | 
            -
             | 
| 450 | 
            -
                    // logging
         | 
| 451 | 
            -
                    emit LogFlightStatusProcessed(requestId, riskId, status, delayMinutes, payoutOption);
         | 
| 452 | 
            -
                }
         | 
| 453 | 
            -
             | 
| 454 | 
            -
             | 
| 455 | 
            -
                // REMARK caller responsible to check that risk exists.
         | 
| 456 | 
            -
                function _processPayoutsAndClosePolicies(
         | 
| 457 | 
            -
                    RiskId riskId, 
         | 
| 458 | 
            -
                    uint8 payoutOption,
         | 
| 459 | 
            -
                    uint8 maxPoliciesToProcess
         | 
| 460 | 
            -
                )
         | 
| 461 | 
            -
                    internal
         | 
| 462 | 
            -
                    virtual
         | 
| 463 | 
            -
                {
         | 
| 464 | 
            -
                    // determine numbers of policies to process
         | 
| 465 | 
            -
                    InstanceReader reader = _getInstanceReader();
         | 
| 466 | 
            -
                    uint256 policiesToProcess = reader.policiesForRisk(riskId);
         | 
| 467 | 
            -
                    policiesToProcess = policiesToProcess < maxPoliciesToProcess ? policiesToProcess : maxPoliciesToProcess;
         | 
| 468 | 
            -
             | 
| 469 | 
            -
                    // go trough policies
         | 
| 470 | 
            -
                    for (uint256 i = 0; i < policiesToProcess; i++) {
         | 
| 471 | 
            -
                        NftId policyNftId = reader.getPolicyForRisk(riskId, i);
         | 
| 472 | 
            -
             | 
| 473 | 
            -
                        // create payout (if any)
         | 
| 474 | 
            -
                        if (payoutOption < type(uint8).max) { 
         | 
| 475 | 
            -
                            bytes memory applicationData = reader.getPolicyInfo(
         | 
| 476 | 
            -
                                policyNftId).applicationData;
         | 
| 477 | 
            -
             | 
| 478 | 
            -
                            _resolvePayout(
         | 
| 479 | 
            -
                                policyNftId, 
         | 
| 480 | 
            -
                                FlightLib.getPayoutAmount(
         | 
| 481 | 
            -
                                    applicationData, 
         | 
| 482 | 
            -
                                    payoutOption)); 
         | 
| 483 | 
            -
                        }
         | 
| 484 | 
            -
             | 
| 485 | 
            -
                        // expire and close policy
         | 
| 486 | 
            -
                        _expire(policyNftId, TimestampLib.current());
         | 
| 487 | 
            -
                        _close(policyNftId);
         | 
| 488 | 
            -
                    }
         | 
| 489 | 
            -
                }
         | 
| 490 | 
            -
             | 
| 491 | 
            -
             | 
| 492 | 
            -
                function _resolvePayout(
         | 
| 493 | 
            -
                    NftId policyNftId,
         | 
| 494 | 
            -
                    Amount payoutAmount
         | 
| 495 | 
            -
                )
         | 
| 496 | 
            -
                    internal
         | 
| 497 | 
            -
                    virtual
         | 
| 498 | 
            -
                {
         | 
| 499 | 
            -
                    // create confirmed claim
         | 
| 500 | 
            -
                    ClaimId claimId = _submitClaim(policyNftId, payoutAmount, "");
         | 
| 501 | 
            -
                    _confirmClaim(policyNftId, claimId, payoutAmount, "");
         | 
| 502 | 
            -
             | 
| 503 | 
            -
                    // create and execute payout
         | 
| 504 | 
            -
                    PayoutId payoutId = _createPayout(policyNftId, claimId, payoutAmount, "");
         | 
| 505 | 
            -
                    _processPayout(policyNftId, payoutId);
         | 
| 506 | 
            -
                }
         | 
| 507 | 
            -
             | 
| 508 | 
            -
             | 
| 509 | 
            -
                function _initialize(
         | 
| 510 | 
            -
                    address registry,
         | 
| 511 | 
            -
                    NftId instanceNftId,
         | 
| 512 | 
            -
                    string memory componentName,
         | 
| 513 | 
            -
                    IAuthorization authorization,
         | 
| 514 | 
            -
                    address initialOwner
         | 
| 515 | 
            -
                )
         | 
| 516 | 
            -
                    internal
         | 
| 517 | 
            -
                    initializer
         | 
| 518 | 
            -
                {
         | 
| 519 | 
            -
                    _initializeBasicProduct(
         | 
| 520 | 
            -
                        registry,
         | 
| 521 | 
            -
                        instanceNftId,
         | 
| 522 | 
            -
                        componentName,
         | 
| 523 | 
            -
                        IComponents.ProductInfo({
         | 
| 524 | 
            -
                            isProcessingFundedClaims: false,
         | 
| 525 | 
            -
                            isInterceptingPolicyTransfers: false,
         | 
| 526 | 
            -
                            hasDistribution: false,
         | 
| 527 | 
            -
                            expectedNumberOfOracles: 1,
         | 
| 528 | 
            -
                            numberOfOracles: 0,
         | 
| 529 | 
            -
                            poolNftId: NftIdLib.zero(),
         | 
| 530 | 
            -
                            distributionNftId: NftIdLib.zero(),
         | 
| 531 | 
            -
                            oracleNftId: new NftId[](0)
         | 
| 532 | 
            -
                        }), 
         | 
| 533 | 
            -
                        IComponents.FeeInfo({
         | 
| 534 | 
            -
                            productFee: FeeLib.zero(),
         | 
| 535 | 
            -
                            processingFee: FeeLib.zero(),
         | 
| 536 | 
            -
                            distributionFee: FeeLib.zero(),
         | 
| 537 | 
            -
                            minDistributionOwnerFee: FeeLib.zero(),
         | 
| 538 | 
            -
                            poolFee: FeeLib.zero(),
         | 
| 539 | 
            -
                            stakingFee: FeeLib.zero(),
         | 
| 540 | 
            -
                            performanceFee: FeeLib.zero()
         | 
| 541 | 
            -
                        }),
         | 
| 542 | 
            -
                        authorization,
         | 
| 543 | 
            -
                        initialOwner);  // number of oracles
         | 
| 544 | 
            -
                }
         | 
| 545 | 
            -
            }
         |