@etherisc/gif-next 0.0.2-d7cec72-860 → 0.0.2-d8532da-980
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +128 -9
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1056 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +771 -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} +389 -104
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.json +10 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{shared → authorization}/IAccessAdmin.sol/IAccessAdmin.json +525 -342
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1225 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +120 -606
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +750 -297
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +222 -117
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +133 -279
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +506 -67
- 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 +1461 -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 +2026 -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 +1404 -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 +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1628 -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 +2452 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +547 -85
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +322 -91
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +537 -215
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1954 -313
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1704 -759
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +315 -289
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +121 -126
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +940 -754
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- 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 +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +43 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +130 -136
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +79 -11
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +121 -413
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +179 -190
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +157 -96
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +542 -241
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +200 -103
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +355 -36
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +128 -396
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +692 -340
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +125 -684
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +546 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +907 -546
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +210 -105
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +334 -180
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +139 -98
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +453 -235
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +175 -122
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +282 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +329 -16
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +398 -101
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +164 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +270 -268
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +98 -8
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +513 -311
- 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 +176 -107
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +230 -329
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +145 -136
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +268 -567
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +698 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +755 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +379 -64
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +78 -148
- 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 +612 -128
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +791 -545
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +117 -290
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +121 -88
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +523 -27
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +15 -15
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +67 -277
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +574 -588
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +169 -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 +80 -100
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +509 -252
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +116 -133
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +45 -3
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +34 -3
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +16 -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 +148 -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 +65 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +106 -366
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +55 -88
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -62
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +22 -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 +122 -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 +67 -111
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +585 -12
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +322 -133
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +165 -23
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +417 -387
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +161 -99
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +91 -67
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +234 -171
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +138 -93
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +218 -182
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +95 -49
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +63 -10
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +98 -37
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +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 +59 -4
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +4 -4
- 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 +79 -91
- 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 +23 -4
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +126 -33
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +120 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +637 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +780 -0
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +169 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +27 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +320 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +125 -139
- package/contracts/distribution/DistributionService.sol +283 -132
- package/contracts/distribution/DistributionServiceManager.sol +8 -11
- package/contracts/distribution/IDistributionComponent.sol +21 -42
- package/contracts/distribution/IDistributionService.sol +60 -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 +385 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +106 -48
- package/contracts/instance/IInstanceService.sol +59 -43
- package/contracts/instance/Instance.sol +214 -131
- package/contracts/instance/InstanceAdmin.sol +301 -249
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +492 -252
- package/contracts/instance/InstanceService.sol +306 -233
- package/contracts/instance/InstanceServiceManager.sol +8 -13
- package/contracts/instance/InstanceStore.sol +35 -6
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +3 -5
- package/contracts/instance/base/ObjectCounter.sol +1 -2
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +30 -20
- package/contracts/instance/module/IDistribution.sol +21 -9
- package/contracts/instance/module/IPolicy.sol +50 -29
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/mock/Dip.sol +1 -1
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +25 -4
- package/contracts/oracle/IOracleComponent.sol +2 -1
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +62 -53
- package/contracts/oracle/OracleService.sol +117 -85
- package/contracts/oracle/OracleServiceManager.sol +8 -11
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +82 -0
- package/contracts/pool/BundleService.sol +222 -112
- package/contracts/pool/BundleServiceManager.sol +8 -11
- package/contracts/pool/IBundleService.sol +40 -25
- package/contracts/pool/IPoolComponent.sol +20 -70
- package/contracts/pool/IPoolService.sol +97 -77
- package/contracts/pool/Pool.sol +207 -163
- package/contracts/pool/PoolLib.sol +359 -0
- package/contracts/pool/PoolService.sol +419 -257
- package/contracts/pool/PoolServiceManager.sol +6 -9
- package/contracts/product/ApplicationService.sol +153 -80
- package/contracts/product/ApplicationServiceManager.sol +6 -6
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +380 -183
- package/contracts/product/ClaimServiceManager.sol +6 -6
- package/contracts/product/IApplicationService.sol +29 -3
- package/contracts/product/IClaimService.sol +44 -8
- package/contracts/product/IPolicyService.sol +61 -37
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +29 -9
- package/contracts/product/{IProductService.sol → IRiskService.sol} +8 -8
- package/contracts/product/PolicyService.sol +443 -273
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +6 -9
- package/contracts/product/PricingService.sol +90 -84
- package/contracts/product/PricingServiceManager.sol +6 -9
- package/contracts/product/Product.sol +237 -142
- package/contracts/product/RiskService.sol +157 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +72 -40
- package/contracts/registry/IRegistry.sol +82 -31
- package/contracts/registry/IRegistryService.sol +3 -10
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +374 -220
- package/contracts/registry/RegistryAdmin.sol +115 -260
- package/contracts/registry/RegistryAuthorization.sol +284 -0
- package/contracts/registry/RegistryService.sol +42 -67
- package/contracts/registry/RegistryServiceManager.sol +5 -5
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +520 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +210 -65
- package/contracts/registry/TokenRegistry.sol +14 -15
- package/contracts/shared/Component.sol +65 -136
- package/contracts/shared/ComponentService.sol +442 -381
- package/contracts/shared/ComponentServiceManager.sol +10 -7
- package/contracts/shared/ContractLib.sol +311 -0
- package/contracts/shared/IComponent.sol +6 -18
- package/contracts/shared/IComponentService.sol +49 -41
- package/contracts/shared/IInstanceLinkedComponent.sol +10 -26
- package/contracts/shared/IKeyValueStore.sol +1 -0
- package/contracts/shared/ILifecycle.sol +3 -2
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +4 -6
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +11 -3
- package/contracts/shared/InstanceLinkedComponent.sol +95 -45
- package/contracts/shared/KeyValueStore.sol +7 -3
- package/contracts/shared/Lifecycle.sol +30 -72
- package/contracts/shared/{NftIdSetManager.sol → NftIdSet.sol} +1 -1
- package/contracts/shared/NftOwnable.sol +31 -11
- package/contracts/shared/PolicyHolder.sol +20 -59
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +22 -38
- package/contracts/shared/TokenHandler.sol +310 -26
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +49 -22
- package/contracts/staking/IStakingService.sol +27 -10
- package/contracts/staking/Staking.sol +213 -121
- package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +95 -45
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +10 -12
- package/contracts/staking/StakingReader.sol +46 -34
- package/contracts/staking/StakingService.sol +96 -39
- package/contracts/staking/StakingServiceManager.sol +8 -7
- package/contracts/staking/StakingStore.sol +18 -25
- package/contracts/staking/TargetManagerLib.sol +8 -4
- package/contracts/type/Amount.sol +27 -5
- package/contracts/type/Blocknumber.sol +7 -1
- 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 +94 -28
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/Referral.sol +1 -0
- package/contracts/type/RiskId.sol +38 -6
- package/contracts/type/RoleId.sol +93 -114
- package/contracts/type/Seconds.sol +25 -1
- 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 +10 -5
- package/contracts/type/UFixed.sol +61 -125
- package/contracts/type/Version.sol +57 -6
- package/contracts/{shared → upgradeability}/IVersionable.sol +3 -0
- package/contracts/{shared → upgradeability}/ProxyManager.sol +96 -49
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +8 -4
- package/contracts/{shared → upgradeability}/Versionable.sol +8 -5
- package/package.json +10 -6
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -709
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -228
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -187
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -129
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +0 -129
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -1218
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +0 -171
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +0 -1559
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +0 -1193
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +0 -1747
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +0 -1760
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +0 -1838
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +0 -1856
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +0 -1562
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +0 -1600
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.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/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +0 -4
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +0 -306
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -617
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -460
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -10
- package/contracts/instance/BundleManager.sol +0 -126
- package/contracts/instance/InstanceAuthorizationsLib.sol +0 -377
- package/contracts/instance/base/ObjectManager.sol +0 -80
- package/contracts/instance/module/IAccess.sol +0 -46
- package/contracts/product/ProductService.sol +0 -124
- package/contracts/product/ProductServiceManager.sol +0 -42
- package/contracts/registry/IServiceAuthorization.sol +0 -35
- package/contracts/registry/ReleaseManager.sol +0 -527
- package/contracts/registry/ServiceAuthorization.sol +0 -86
- package/contracts/shared/AccessAdmin.sol +0 -759
- package/contracts/shared/AccessManagerCustom.sol +0 -741
- package/contracts/shared/AccessManagerExtended.sol +0 -481
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +0 -13
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +0 -137
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +0 -14
- package/contracts/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/IAccessAdmin.sol +0 -168
- package/contracts/shared/IAccessManagerExtended.sol +0 -74
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +0 -18
- package/contracts/shared/InitializableCustom.sol +0 -177
@@ -41,6 +41,17 @@
|
|
41
41
|
"name": "AccessManagedUnauthorized",
|
42
42
|
"type": "error"
|
43
43
|
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "authority",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
54
|
+
},
|
44
55
|
{
|
45
56
|
"inputs": [
|
46
57
|
{
|
@@ -68,6 +79,22 @@
|
|
68
79
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
69
80
|
"type": "error"
|
70
81
|
},
|
82
|
+
{
|
83
|
+
"inputs": [
|
84
|
+
{
|
85
|
+
"internalType": "NftId",
|
86
|
+
"name": "nftId",
|
87
|
+
"type": "uint96"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"internalType": "ObjectType",
|
91
|
+
"name": "expectedObjectType",
|
92
|
+
"type": "uint8"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorNftOwnableInvalidType",
|
96
|
+
"type": "error"
|
97
|
+
},
|
71
98
|
{
|
72
99
|
"inputs": [
|
73
100
|
{
|
@@ -101,6 +128,38 @@
|
|
101
128
|
"name": "ErrorPoolServiceBundleOwnerRoleAlreadySet",
|
102
129
|
"type": "error"
|
103
130
|
},
|
131
|
+
{
|
132
|
+
"inputs": [
|
133
|
+
{
|
134
|
+
"internalType": "NftId",
|
135
|
+
"name": "bundleNftId",
|
136
|
+
"type": "uint96"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"internalType": "NftId",
|
140
|
+
"name": "poolNftId",
|
141
|
+
"type": "uint96"
|
142
|
+
}
|
143
|
+
],
|
144
|
+
"name": "ErrorPoolServiceBundlePoolMismatch",
|
145
|
+
"type": "error"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"inputs": [
|
149
|
+
{
|
150
|
+
"internalType": "Amount",
|
151
|
+
"name": "amount",
|
152
|
+
"type": "uint96"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"internalType": "Amount",
|
156
|
+
"name": "limit",
|
157
|
+
"type": "uint96"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"name": "ErrorPoolServiceFeesWithdrawAmountExceedsLimit",
|
161
|
+
"type": "error"
|
162
|
+
},
|
104
163
|
{
|
105
164
|
"inputs": [
|
106
165
|
{
|
@@ -117,9 +176,77 @@
|
|
117
176
|
"name": "ErrorPoolServiceInvalidTransferAmount",
|
118
177
|
"type": "error"
|
119
178
|
},
|
179
|
+
{
|
180
|
+
"inputs": [
|
181
|
+
{
|
182
|
+
"internalType": "NftId",
|
183
|
+
"name": "poolNftId",
|
184
|
+
"type": "uint96"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"internalType": "Amount",
|
188
|
+
"name": "maxBalanceAmount",
|
189
|
+
"type": "uint96"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"internalType": "Amount",
|
193
|
+
"name": "currentBalanceAmount",
|
194
|
+
"type": "uint96"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"internalType": "Amount",
|
198
|
+
"name": "transferAmount",
|
199
|
+
"type": "uint96"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"name": "ErrorPoolServiceMaxBalanceAmountExceeded",
|
203
|
+
"type": "error"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"inputs": [
|
207
|
+
{
|
208
|
+
"internalType": "NftId",
|
209
|
+
"name": "policyNftId",
|
210
|
+
"type": "uint96"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"internalType": "NftId",
|
214
|
+
"name": "productNftId",
|
215
|
+
"type": "uint96"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"internalType": "NftId",
|
219
|
+
"name": "expectedProductNftId",
|
220
|
+
"type": "uint96"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorPoolServicePolicyPoolMismatch",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
228
|
+
{
|
229
|
+
"internalType": "NftId",
|
230
|
+
"name": "poolNftId",
|
231
|
+
"type": "uint96"
|
232
|
+
}
|
233
|
+
],
|
234
|
+
"name": "ErrorPoolServicePoolNotExternallyManaged",
|
235
|
+
"type": "error"
|
236
|
+
},
|
120
237
|
{
|
121
238
|
"inputs": [],
|
122
|
-
"name": "
|
239
|
+
"name": "ErrorRegisterableNotActive",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [],
|
244
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [],
|
249
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
123
250
|
"type": "error"
|
124
251
|
},
|
125
252
|
{
|
@@ -132,7 +259,255 @@
|
|
132
259
|
"type": "address"
|
133
260
|
}
|
134
261
|
],
|
135
|
-
"name": "AuthorityUpdated",
|
262
|
+
"name": "AuthorityUpdated",
|
263
|
+
"type": "event"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"anonymous": false,
|
267
|
+
"inputs": [
|
268
|
+
{
|
269
|
+
"indexed": false,
|
270
|
+
"internalType": "NftId",
|
271
|
+
"name": "poolNftId",
|
272
|
+
"type": "uint96"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"indexed": false,
|
276
|
+
"internalType": "NftId",
|
277
|
+
"name": "bundleNftId",
|
278
|
+
"type": "uint96"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"indexed": false,
|
282
|
+
"internalType": "NftId",
|
283
|
+
"name": "applicationNftId",
|
284
|
+
"type": "uint96"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"indexed": false,
|
288
|
+
"internalType": "Amount",
|
289
|
+
"name": "totalCollateralAmount",
|
290
|
+
"type": "uint96"
|
291
|
+
}
|
292
|
+
],
|
293
|
+
"name": "LogPoolServiceApplicationVerified",
|
294
|
+
"type": "event"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"anonymous": false,
|
298
|
+
"inputs": [
|
299
|
+
{
|
300
|
+
"indexed": false,
|
301
|
+
"internalType": "NftId",
|
302
|
+
"name": "instanceNftId",
|
303
|
+
"type": "uint96"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"indexed": false,
|
307
|
+
"internalType": "NftId",
|
308
|
+
"name": "poolNftId",
|
309
|
+
"type": "uint96"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"indexed": false,
|
313
|
+
"internalType": "NftId",
|
314
|
+
"name": "bundleNftId",
|
315
|
+
"type": "uint96"
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"name": "LogPoolServiceBundleClosed",
|
319
|
+
"type": "event"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"anonymous": false,
|
323
|
+
"inputs": [
|
324
|
+
{
|
325
|
+
"indexed": false,
|
326
|
+
"internalType": "NftId",
|
327
|
+
"name": "instanceNftId",
|
328
|
+
"type": "uint96"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"indexed": false,
|
332
|
+
"internalType": "NftId",
|
333
|
+
"name": "poolNftId",
|
334
|
+
"type": "uint96"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"indexed": false,
|
338
|
+
"internalType": "NftId",
|
339
|
+
"name": "bundleNftId",
|
340
|
+
"type": "uint96"
|
341
|
+
}
|
342
|
+
],
|
343
|
+
"name": "LogPoolServiceBundleCreated",
|
344
|
+
"type": "event"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"anonymous": false,
|
348
|
+
"inputs": [
|
349
|
+
{
|
350
|
+
"indexed": false,
|
351
|
+
"internalType": "NftId",
|
352
|
+
"name": "instanceNftId",
|
353
|
+
"type": "uint96"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"indexed": false,
|
357
|
+
"internalType": "NftId",
|
358
|
+
"name": "poolNftId",
|
359
|
+
"type": "uint96"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"indexed": false,
|
363
|
+
"internalType": "NftId",
|
364
|
+
"name": "bundleNftId",
|
365
|
+
"type": "uint96"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"indexed": false,
|
369
|
+
"internalType": "Amount",
|
370
|
+
"name": "amount",
|
371
|
+
"type": "uint96"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"indexed": false,
|
375
|
+
"internalType": "Amount",
|
376
|
+
"name": "netAmount",
|
377
|
+
"type": "uint96"
|
378
|
+
}
|
379
|
+
],
|
380
|
+
"name": "LogPoolServiceBundleStaked",
|
381
|
+
"type": "event"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"anonymous": false,
|
385
|
+
"inputs": [
|
386
|
+
{
|
387
|
+
"indexed": false,
|
388
|
+
"internalType": "NftId",
|
389
|
+
"name": "instanceNftId",
|
390
|
+
"type": "uint96"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"indexed": false,
|
394
|
+
"internalType": "NftId",
|
395
|
+
"name": "poolNftId",
|
396
|
+
"type": "uint96"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"indexed": false,
|
400
|
+
"internalType": "NftId",
|
401
|
+
"name": "bundleNftId",
|
402
|
+
"type": "uint96"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"indexed": false,
|
406
|
+
"internalType": "Amount",
|
407
|
+
"name": "amount",
|
408
|
+
"type": "uint96"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"indexed": false,
|
412
|
+
"internalType": "Amount",
|
413
|
+
"name": "netAmount",
|
414
|
+
"type": "uint96"
|
415
|
+
}
|
416
|
+
],
|
417
|
+
"name": "LogPoolServiceBundleUnstaked",
|
418
|
+
"type": "event"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"anonymous": false,
|
422
|
+
"inputs": [
|
423
|
+
{
|
424
|
+
"indexed": false,
|
425
|
+
"internalType": "NftId",
|
426
|
+
"name": "poolNftId",
|
427
|
+
"type": "uint96"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"indexed": false,
|
431
|
+
"internalType": "NftId",
|
432
|
+
"name": "bundleNftId",
|
433
|
+
"type": "uint96"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"indexed": false,
|
437
|
+
"internalType": "NftId",
|
438
|
+
"name": "applicationNftId",
|
439
|
+
"type": "uint96"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"indexed": false,
|
443
|
+
"internalType": "Amount",
|
444
|
+
"name": "totalCollateralAmount",
|
445
|
+
"type": "uint96"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"indexed": false,
|
449
|
+
"internalType": "Amount",
|
450
|
+
"name": "lockedCollateralAmount",
|
451
|
+
"type": "uint96"
|
452
|
+
}
|
453
|
+
],
|
454
|
+
"name": "LogPoolServiceCollateralLocked",
|
455
|
+
"type": "event"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"anonymous": false,
|
459
|
+
"inputs": [
|
460
|
+
{
|
461
|
+
"indexed": false,
|
462
|
+
"internalType": "NftId",
|
463
|
+
"name": "bundleNftId",
|
464
|
+
"type": "uint96"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"indexed": false,
|
468
|
+
"internalType": "NftId",
|
469
|
+
"name": "policyNftId",
|
470
|
+
"type": "uint96"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"indexed": false,
|
474
|
+
"internalType": "Amount",
|
475
|
+
"name": "remainingCollateralAmount",
|
476
|
+
"type": "uint96"
|
477
|
+
}
|
478
|
+
],
|
479
|
+
"name": "LogPoolServiceCollateralReleased",
|
480
|
+
"type": "event"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"anonymous": false,
|
484
|
+
"inputs": [
|
485
|
+
{
|
486
|
+
"indexed": false,
|
487
|
+
"internalType": "NftId",
|
488
|
+
"name": "bundleNftId",
|
489
|
+
"type": "uint96"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"indexed": false,
|
493
|
+
"internalType": "address",
|
494
|
+
"name": "recipient",
|
495
|
+
"type": "address"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"indexed": false,
|
499
|
+
"internalType": "address",
|
500
|
+
"name": "tokenAddress",
|
501
|
+
"type": "address"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"indexed": false,
|
505
|
+
"internalType": "Amount",
|
506
|
+
"name": "amount",
|
507
|
+
"type": "uint96"
|
508
|
+
}
|
509
|
+
],
|
510
|
+
"name": "LogPoolServiceFeesWithdrawn",
|
136
511
|
"type": "event"
|
137
512
|
},
|
138
513
|
{
|
@@ -141,23 +516,23 @@
|
|
141
516
|
{
|
142
517
|
"indexed": false,
|
143
518
|
"internalType": "NftId",
|
144
|
-
"name": "
|
519
|
+
"name": "poolNftId",
|
145
520
|
"type": "uint96"
|
146
521
|
},
|
147
522
|
{
|
148
523
|
"indexed": false,
|
149
|
-
"internalType": "
|
150
|
-
"name": "
|
524
|
+
"internalType": "Amount",
|
525
|
+
"name": "previousMaxCapitalAmount",
|
151
526
|
"type": "uint96"
|
152
527
|
},
|
153
528
|
{
|
154
529
|
"indexed": false,
|
155
|
-
"internalType": "
|
156
|
-
"name": "
|
530
|
+
"internalType": "Amount",
|
531
|
+
"name": "currentMaxCapitalAmount",
|
157
532
|
"type": "uint96"
|
158
533
|
}
|
159
534
|
],
|
160
|
-
"name": "
|
535
|
+
"name": "LogPoolServiceMaxBalanceAmountUpdated",
|
161
536
|
"type": "event"
|
162
537
|
},
|
163
538
|
{
|
@@ -166,42 +541,47 @@
|
|
166
541
|
{
|
167
542
|
"indexed": false,
|
168
543
|
"internalType": "NftId",
|
169
|
-
"name": "
|
544
|
+
"name": "poolNftId",
|
170
545
|
"type": "uint96"
|
171
546
|
},
|
172
547
|
{
|
173
548
|
"indexed": false,
|
174
549
|
"internalType": "NftId",
|
175
|
-
"name": "
|
550
|
+
"name": "bundleNftId",
|
176
551
|
"type": "uint96"
|
177
552
|
},
|
178
553
|
{
|
179
554
|
"indexed": false,
|
180
555
|
"internalType": "NftId",
|
181
|
-
"name": "
|
556
|
+
"name": "policyNftId",
|
182
557
|
"type": "uint96"
|
183
|
-
}
|
184
|
-
],
|
185
|
-
"name": "LogPoolServiceBundleCreated",
|
186
|
-
"type": "event"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"anonymous": false,
|
190
|
-
"inputs": [
|
558
|
+
},
|
191
559
|
{
|
192
560
|
"indexed": false,
|
193
|
-
"internalType": "
|
194
|
-
"name": "
|
561
|
+
"internalType": "PayoutId",
|
562
|
+
"name": "payoutId",
|
563
|
+
"type": "uint40"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"indexed": false,
|
567
|
+
"internalType": "Amount",
|
568
|
+
"name": "netPayoutAmount",
|
195
569
|
"type": "uint96"
|
196
570
|
},
|
197
571
|
{
|
198
572
|
"indexed": false,
|
199
|
-
"internalType": "
|
200
|
-
"name": "
|
201
|
-
"type": "
|
573
|
+
"internalType": "Amount",
|
574
|
+
"name": "processingFeeAmount",
|
575
|
+
"type": "uint96"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"indexed": false,
|
579
|
+
"internalType": "address",
|
580
|
+
"name": "payoutBeneficiary",
|
581
|
+
"type": "address"
|
202
582
|
}
|
203
583
|
],
|
204
|
-
"name": "
|
584
|
+
"name": "LogPoolServicePayoutProcessed",
|
205
585
|
"type": "event"
|
206
586
|
},
|
207
587
|
{
|
@@ -210,103 +590,122 @@
|
|
210
590
|
{
|
211
591
|
"indexed": false,
|
212
592
|
"internalType": "NftId",
|
213
|
-
"name": "
|
593
|
+
"name": "policyNftId",
|
214
594
|
"type": "uint96"
|
215
595
|
},
|
216
596
|
{
|
217
597
|
"indexed": false,
|
218
|
-
"internalType": "
|
219
|
-
"name": "
|
220
|
-
"type": "
|
598
|
+
"internalType": "ClaimId",
|
599
|
+
"name": "claimId",
|
600
|
+
"type": "uint16"
|
221
601
|
},
|
222
602
|
{
|
223
603
|
"indexed": false,
|
224
604
|
"internalType": "Amount",
|
225
|
-
"name": "
|
605
|
+
"name": "availableAmount",
|
226
606
|
"type": "uint96"
|
227
607
|
}
|
228
608
|
],
|
229
|
-
"name": "
|
609
|
+
"name": "LogPoolServiceProcessFundedClaim",
|
230
610
|
"type": "event"
|
231
611
|
},
|
232
612
|
{
|
233
|
-
"
|
234
|
-
"name": "authority",
|
235
|
-
"outputs": [
|
236
|
-
{
|
237
|
-
"internalType": "address",
|
238
|
-
"name": "",
|
239
|
-
"type": "address"
|
240
|
-
}
|
241
|
-
],
|
242
|
-
"stateMutability": "view",
|
243
|
-
"type": "function"
|
244
|
-
},
|
245
|
-
{
|
613
|
+
"anonymous": false,
|
246
614
|
"inputs": [
|
247
615
|
{
|
248
|
-
"
|
249
|
-
"
|
250
|
-
"
|
616
|
+
"indexed": false,
|
617
|
+
"internalType": "NftId",
|
618
|
+
"name": "poolNftId",
|
619
|
+
"type": "uint96"
|
251
620
|
},
|
252
621
|
{
|
253
|
-
"
|
254
|
-
"
|
255
|
-
"
|
622
|
+
"indexed": false,
|
623
|
+
"internalType": "NftId",
|
624
|
+
"name": "bundleNftId",
|
625
|
+
"type": "uint96"
|
256
626
|
},
|
257
627
|
{
|
628
|
+
"indexed": false,
|
258
629
|
"internalType": "Amount",
|
259
|
-
"name": "
|
630
|
+
"name": "bundleNetAmount",
|
260
631
|
"type": "uint96"
|
261
|
-
}
|
262
|
-
],
|
263
|
-
"name": "calculateRequiredCollateral",
|
264
|
-
"outputs": [
|
632
|
+
},
|
265
633
|
{
|
634
|
+
"indexed": false,
|
266
635
|
"internalType": "Amount",
|
267
|
-
"name": "
|
636
|
+
"name": "bundleFeeAmount",
|
268
637
|
"type": "uint96"
|
269
638
|
},
|
270
639
|
{
|
640
|
+
"indexed": false,
|
271
641
|
"internalType": "Amount",
|
272
|
-
"name": "
|
642
|
+
"name": "poolFeeAmount",
|
273
643
|
"type": "uint96"
|
274
644
|
}
|
275
645
|
],
|
276
|
-
"
|
277
|
-
"type": "
|
646
|
+
"name": "LogPoolServiceSaleProcessed",
|
647
|
+
"type": "event"
|
278
648
|
},
|
279
649
|
{
|
650
|
+
"anonymous": false,
|
280
651
|
"inputs": [
|
281
652
|
{
|
282
|
-
"
|
283
|
-
"name": "instanceReader",
|
284
|
-
"type": "address"
|
285
|
-
},
|
286
|
-
{
|
653
|
+
"indexed": false,
|
287
654
|
"internalType": "NftId",
|
288
|
-
"name": "
|
655
|
+
"name": "poolNftId",
|
289
656
|
"type": "uint96"
|
290
657
|
},
|
291
658
|
{
|
659
|
+
"indexed": false,
|
660
|
+
"internalType": "address",
|
661
|
+
"name": "poolOwner",
|
662
|
+
"type": "address"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"indexed": false,
|
292
666
|
"internalType": "Amount",
|
293
|
-
"name": "
|
667
|
+
"name": "amount",
|
294
668
|
"type": "uint96"
|
295
669
|
}
|
296
670
|
],
|
297
|
-
"name": "
|
298
|
-
"
|
671
|
+
"name": "LogPoolServiceWalletDefunded",
|
672
|
+
"type": "event"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"anonymous": false,
|
676
|
+
"inputs": [
|
299
677
|
{
|
300
|
-
"
|
301
|
-
"
|
678
|
+
"indexed": false,
|
679
|
+
"internalType": "NftId",
|
680
|
+
"name": "poolNftId",
|
302
681
|
"type": "uint96"
|
303
682
|
},
|
304
683
|
{
|
684
|
+
"indexed": false,
|
685
|
+
"internalType": "address",
|
686
|
+
"name": "poolOwner",
|
687
|
+
"type": "address"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"indexed": false,
|
305
691
|
"internalType": "Amount",
|
306
|
-
"name": "
|
692
|
+
"name": "amount",
|
307
693
|
"type": "uint96"
|
308
694
|
}
|
309
695
|
],
|
696
|
+
"name": "LogPoolServiceWalletFunded",
|
697
|
+
"type": "event"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"inputs": [],
|
701
|
+
"name": "authority",
|
702
|
+
"outputs": [
|
703
|
+
{
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "",
|
706
|
+
"type": "address"
|
707
|
+
}
|
708
|
+
],
|
310
709
|
"stateMutability": "view",
|
311
710
|
"type": "function"
|
312
711
|
},
|
@@ -325,52 +724,27 @@
|
|
325
724
|
},
|
326
725
|
{
|
327
726
|
"inputs": [
|
328
|
-
{
|
329
|
-
"internalType": "address",
|
330
|
-
"name": "owner",
|
331
|
-
"type": "address"
|
332
|
-
},
|
333
|
-
{
|
334
|
-
"components": [
|
335
|
-
{
|
336
|
-
"internalType": "UFixed",
|
337
|
-
"name": "fractionalFee",
|
338
|
-
"type": "uint256"
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"internalType": "uint256",
|
342
|
-
"name": "fixedFee",
|
343
|
-
"type": "uint256"
|
344
|
-
}
|
345
|
-
],
|
346
|
-
"internalType": "struct Fee",
|
347
|
-
"name": "fee",
|
348
|
-
"type": "tuple"
|
349
|
-
},
|
350
727
|
{
|
351
728
|
"internalType": "Amount",
|
352
|
-
"name": "
|
729
|
+
"name": "amount",
|
353
730
|
"type": "uint96"
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"internalType": "Seconds",
|
357
|
-
"name": "lifetime",
|
358
|
-
"type": "uint40"
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"internalType": "bytes",
|
362
|
-
"name": "filter",
|
363
|
-
"type": "bytes"
|
364
731
|
}
|
365
732
|
],
|
366
|
-
"name": "
|
367
|
-
"outputs": [
|
733
|
+
"name": "defundPoolWallet",
|
734
|
+
"outputs": [],
|
735
|
+
"stateMutability": "nonpayable",
|
736
|
+
"type": "function"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"inputs": [
|
368
740
|
{
|
369
|
-
"internalType": "
|
370
|
-
"name": "
|
741
|
+
"internalType": "Amount",
|
742
|
+
"name": "amount",
|
371
743
|
"type": "uint96"
|
372
744
|
}
|
373
745
|
],
|
746
|
+
"name": "fundPoolWallet",
|
747
|
+
"outputs": [],
|
374
748
|
"stateMutability": "nonpayable",
|
375
749
|
"type": "function"
|
376
750
|
},
|
@@ -476,6 +850,19 @@
|
|
476
850
|
"stateMutability": "view",
|
477
851
|
"type": "function"
|
478
852
|
},
|
853
|
+
{
|
854
|
+
"inputs": [],
|
855
|
+
"name": "getRelease",
|
856
|
+
"outputs": [
|
857
|
+
{
|
858
|
+
"internalType": "VersionPart",
|
859
|
+
"name": "release",
|
860
|
+
"type": "uint8"
|
861
|
+
}
|
862
|
+
],
|
863
|
+
"stateMutability": "view",
|
864
|
+
"type": "function"
|
865
|
+
},
|
479
866
|
{
|
480
867
|
"inputs": [],
|
481
868
|
"name": "getRoleId",
|
@@ -486,7 +873,7 @@
|
|
486
873
|
"type": "uint64"
|
487
874
|
}
|
488
875
|
],
|
489
|
-
"stateMutability": "
|
876
|
+
"stateMutability": "view",
|
490
877
|
"type": "function"
|
491
878
|
},
|
492
879
|
{
|
@@ -520,6 +907,19 @@
|
|
520
907
|
"stateMutability": "nonpayable",
|
521
908
|
"type": "function"
|
522
909
|
},
|
910
|
+
{
|
911
|
+
"inputs": [],
|
912
|
+
"name": "isActive",
|
913
|
+
"outputs": [
|
914
|
+
{
|
915
|
+
"internalType": "bool",
|
916
|
+
"name": "active",
|
917
|
+
"type": "bool"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"stateMutability": "view",
|
921
|
+
"type": "function"
|
922
|
+
},
|
523
923
|
{
|
524
924
|
"inputs": [],
|
525
925
|
"name": "isConsumingScheduledOp",
|
@@ -588,7 +988,89 @@
|
|
588
988
|
},
|
589
989
|
{
|
590
990
|
"internalType": "Amount",
|
591
|
-
"name": "totalCollateralAmount",
|
991
|
+
"name": "totalCollateralAmount",
|
992
|
+
"type": "uint96"
|
993
|
+
}
|
994
|
+
],
|
995
|
+
"stateMutability": "nonpayable",
|
996
|
+
"type": "function"
|
997
|
+
},
|
998
|
+
{
|
999
|
+
"inputs": [
|
1000
|
+
{
|
1001
|
+
"internalType": "NftId",
|
1002
|
+
"name": "policyNftId",
|
1003
|
+
"type": "uint96"
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"internalType": "ClaimId",
|
1007
|
+
"name": "claimId",
|
1008
|
+
"type": "uint16"
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"internalType": "Amount",
|
1012
|
+
"name": "availableAmount",
|
1013
|
+
"type": "uint96"
|
1014
|
+
}
|
1015
|
+
],
|
1016
|
+
"name": "processFundedClaim",
|
1017
|
+
"outputs": [],
|
1018
|
+
"stateMutability": "nonpayable",
|
1019
|
+
"type": "function"
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"inputs": [
|
1023
|
+
{
|
1024
|
+
"internalType": "contract InstanceReader",
|
1025
|
+
"name": "instanceReader",
|
1026
|
+
"type": "address"
|
1027
|
+
},
|
1028
|
+
{
|
1029
|
+
"internalType": "contract InstanceStore",
|
1030
|
+
"name": "instanceStore",
|
1031
|
+
"type": "address"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"internalType": "NftId",
|
1035
|
+
"name": "productNftId",
|
1036
|
+
"type": "uint96"
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"internalType": "NftId",
|
1040
|
+
"name": "policyNftId",
|
1041
|
+
"type": "uint96"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"internalType": "NftId",
|
1045
|
+
"name": "bundleNftId",
|
1046
|
+
"type": "uint96"
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"internalType": "PayoutId",
|
1050
|
+
"name": "payoutId",
|
1051
|
+
"type": "uint40"
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"internalType": "Amount",
|
1055
|
+
"name": "payoutAmount",
|
1056
|
+
"type": "uint96"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"internalType": "address",
|
1060
|
+
"name": "payoutBeneficiary",
|
1061
|
+
"type": "address"
|
1062
|
+
}
|
1063
|
+
],
|
1064
|
+
"name": "processPayout",
|
1065
|
+
"outputs": [
|
1066
|
+
{
|
1067
|
+
"internalType": "Amount",
|
1068
|
+
"name": "netPayoutAmount",
|
1069
|
+
"type": "uint96"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"internalType": "Amount",
|
1073
|
+
"name": "processingFeeAmount",
|
592
1074
|
"type": "uint96"
|
593
1075
|
}
|
594
1076
|
],
|
@@ -620,82 +1102,82 @@
|
|
620
1102
|
"type": "uint96"
|
621
1103
|
},
|
622
1104
|
{
|
623
|
-
"internalType": "
|
1105
|
+
"internalType": "Amount",
|
624
1106
|
"name": "netPremiumAmount",
|
625
|
-
"type": "
|
1107
|
+
"type": "uint96"
|
626
1108
|
},
|
627
1109
|
{
|
628
|
-
"internalType": "
|
1110
|
+
"internalType": "Amount",
|
629
1111
|
"name": "fullPremiumAmount",
|
630
|
-
"type": "
|
1112
|
+
"type": "uint96"
|
631
1113
|
},
|
632
1114
|
{
|
633
|
-
"internalType": "
|
1115
|
+
"internalType": "Amount",
|
634
1116
|
"name": "premiumAmount",
|
635
|
-
"type": "
|
1117
|
+
"type": "uint96"
|
636
1118
|
},
|
637
1119
|
{
|
638
|
-
"internalType": "
|
1120
|
+
"internalType": "Amount",
|
639
1121
|
"name": "productFeeFixAmount",
|
640
|
-
"type": "
|
1122
|
+
"type": "uint96"
|
641
1123
|
},
|
642
1124
|
{
|
643
|
-
"internalType": "
|
1125
|
+
"internalType": "Amount",
|
644
1126
|
"name": "poolFeeFixAmount",
|
645
|
-
"type": "
|
1127
|
+
"type": "uint96"
|
646
1128
|
},
|
647
1129
|
{
|
648
|
-
"internalType": "
|
1130
|
+
"internalType": "Amount",
|
649
1131
|
"name": "bundleFeeFixAmount",
|
650
|
-
"type": "
|
1132
|
+
"type": "uint96"
|
651
1133
|
},
|
652
1134
|
{
|
653
|
-
"internalType": "
|
1135
|
+
"internalType": "Amount",
|
654
1136
|
"name": "distributionFeeFixAmount",
|
655
|
-
"type": "
|
1137
|
+
"type": "uint96"
|
656
1138
|
},
|
657
1139
|
{
|
658
|
-
"internalType": "
|
1140
|
+
"internalType": "Amount",
|
659
1141
|
"name": "productFeeVarAmount",
|
660
|
-
"type": "
|
1142
|
+
"type": "uint96"
|
661
1143
|
},
|
662
1144
|
{
|
663
|
-
"internalType": "
|
1145
|
+
"internalType": "Amount",
|
664
1146
|
"name": "poolFeeVarAmount",
|
665
|
-
"type": "
|
1147
|
+
"type": "uint96"
|
666
1148
|
},
|
667
1149
|
{
|
668
|
-
"internalType": "
|
1150
|
+
"internalType": "Amount",
|
669
1151
|
"name": "bundleFeeVarAmount",
|
670
|
-
"type": "
|
1152
|
+
"type": "uint96"
|
671
1153
|
},
|
672
1154
|
{
|
673
|
-
"internalType": "
|
1155
|
+
"internalType": "Amount",
|
674
1156
|
"name": "distributionFeeVarAmount",
|
675
|
-
"type": "
|
1157
|
+
"type": "uint96"
|
676
1158
|
},
|
677
1159
|
{
|
678
|
-
"internalType": "
|
1160
|
+
"internalType": "Amount",
|
679
1161
|
"name": "distributionOwnerFeeFixAmount",
|
680
|
-
"type": "
|
1162
|
+
"type": "uint96"
|
681
1163
|
},
|
682
1164
|
{
|
683
|
-
"internalType": "
|
1165
|
+
"internalType": "Amount",
|
684
1166
|
"name": "distributionOwnerFeeVarAmount",
|
685
|
-
"type": "
|
1167
|
+
"type": "uint96"
|
686
1168
|
},
|
687
1169
|
{
|
688
|
-
"internalType": "
|
1170
|
+
"internalType": "Amount",
|
689
1171
|
"name": "commissionAmount",
|
690
|
-
"type": "
|
1172
|
+
"type": "uint96"
|
691
1173
|
},
|
692
1174
|
{
|
693
|
-
"internalType": "
|
1175
|
+
"internalType": "Amount",
|
694
1176
|
"name": "discountAmount",
|
695
|
-
"type": "
|
1177
|
+
"type": "uint96"
|
696
1178
|
}
|
697
1179
|
],
|
698
|
-
"internalType": "struct IPolicy.
|
1180
|
+
"internalType": "struct IPolicy.PremiumInfo",
|
699
1181
|
"name": "premium",
|
700
1182
|
"type": "tuple"
|
701
1183
|
}
|
@@ -712,11 +1194,6 @@
|
|
712
1194
|
"name": "instance",
|
713
1195
|
"type": "address"
|
714
1196
|
},
|
715
|
-
{
|
716
|
-
"internalType": "address",
|
717
|
-
"name": "token",
|
718
|
-
"type": "address"
|
719
|
-
},
|
720
1197
|
{
|
721
1198
|
"internalType": "NftId",
|
722
1199
|
"name": "policyNftId",
|
@@ -734,11 +1211,6 @@
|
|
734
1211
|
"name": "bundleNftId",
|
735
1212
|
"type": "uint96"
|
736
1213
|
},
|
737
|
-
{
|
738
|
-
"internalType": "ReferralId",
|
739
|
-
"name": "referralId",
|
740
|
-
"type": "bytes8"
|
741
|
-
},
|
742
1214
|
{
|
743
1215
|
"internalType": "RiskId",
|
744
1216
|
"name": "riskId",
|
@@ -755,24 +1227,9 @@
|
|
755
1227
|
"type": "uint96"
|
756
1228
|
},
|
757
1229
|
{
|
758
|
-
"internalType": "
|
759
|
-
"name": "
|
760
|
-
"type": "
|
761
|
-
},
|
762
|
-
{
|
763
|
-
"internalType": "Seconds",
|
764
|
-
"name": "lifetime",
|
765
|
-
"type": "uint40"
|
766
|
-
},
|
767
|
-
{
|
768
|
-
"internalType": "bytes",
|
769
|
-
"name": "applicationData",
|
770
|
-
"type": "bytes"
|
771
|
-
},
|
772
|
-
{
|
773
|
-
"internalType": "bytes",
|
774
|
-
"name": "processData",
|
775
|
-
"type": "bytes"
|
1230
|
+
"internalType": "ReferralId",
|
1231
|
+
"name": "referralId",
|
1232
|
+
"type": "bytes8"
|
776
1233
|
},
|
777
1234
|
{
|
778
1235
|
"internalType": "uint16",
|
@@ -800,88 +1257,18 @@
|
|
800
1257
|
"type": "uint40"
|
801
1258
|
},
|
802
1259
|
{
|
803
|
-
"internalType": "
|
804
|
-
"name": "
|
1260
|
+
"internalType": "Seconds",
|
1261
|
+
"name": "lifetime",
|
805
1262
|
"type": "uint40"
|
806
1263
|
},
|
807
1264
|
{
|
808
1265
|
"internalType": "Timestamp",
|
809
|
-
"name": "
|
1266
|
+
"name": "expiredAt",
|
810
1267
|
"type": "uint40"
|
811
|
-
}
|
812
|
-
],
|
813
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
814
|
-
"name": "policyInfo",
|
815
|
-
"type": "tuple"
|
816
|
-
},
|
817
|
-
{
|
818
|
-
"internalType": "Amount",
|
819
|
-
"name": "payoutAmount",
|
820
|
-
"type": "uint96"
|
821
|
-
}
|
822
|
-
],
|
823
|
-
"name": "reduceCollateral",
|
824
|
-
"outputs": [],
|
825
|
-
"stateMutability": "nonpayable",
|
826
|
-
"type": "function"
|
827
|
-
},
|
828
|
-
{
|
829
|
-
"inputs": [
|
830
|
-
{
|
831
|
-
"internalType": "contract IInstance",
|
832
|
-
"name": "instance",
|
833
|
-
"type": "address"
|
834
|
-
},
|
835
|
-
{
|
836
|
-
"internalType": "address",
|
837
|
-
"name": "token",
|
838
|
-
"type": "address"
|
839
|
-
},
|
840
|
-
{
|
841
|
-
"internalType": "NftId",
|
842
|
-
"name": "policyNftId",
|
843
|
-
"type": "uint96"
|
844
|
-
},
|
845
|
-
{
|
846
|
-
"components": [
|
847
|
-
{
|
848
|
-
"internalType": "NftId",
|
849
|
-
"name": "productNftId",
|
850
|
-
"type": "uint96"
|
851
|
-
},
|
852
|
-
{
|
853
|
-
"internalType": "NftId",
|
854
|
-
"name": "bundleNftId",
|
855
|
-
"type": "uint96"
|
856
|
-
},
|
857
|
-
{
|
858
|
-
"internalType": "ReferralId",
|
859
|
-
"name": "referralId",
|
860
|
-
"type": "bytes8"
|
861
|
-
},
|
862
|
-
{
|
863
|
-
"internalType": "RiskId",
|
864
|
-
"name": "riskId",
|
865
|
-
"type": "bytes8"
|
866
|
-
},
|
867
|
-
{
|
868
|
-
"internalType": "Amount",
|
869
|
-
"name": "sumInsuredAmount",
|
870
|
-
"type": "uint96"
|
871
|
-
},
|
872
|
-
{
|
873
|
-
"internalType": "Amount",
|
874
|
-
"name": "premiumAmount",
|
875
|
-
"type": "uint96"
|
876
|
-
},
|
877
|
-
{
|
878
|
-
"internalType": "Amount",
|
879
|
-
"name": "premiumPaidAmount",
|
880
|
-
"type": "uint96"
|
881
1268
|
},
|
882
1269
|
{
|
883
|
-
"internalType": "
|
884
|
-
"name": "
|
1270
|
+
"internalType": "Timestamp",
|
1271
|
+
"name": "closedAt",
|
885
1272
|
"type": "uint40"
|
886
1273
|
},
|
887
1274
|
{
|
@@ -893,41 +1280,6 @@
|
|
893
1280
|
"internalType": "bytes",
|
894
1281
|
"name": "processData",
|
895
1282
|
"type": "bytes"
|
896
|
-
},
|
897
|
-
{
|
898
|
-
"internalType": "uint16",
|
899
|
-
"name": "claimsCount",
|
900
|
-
"type": "uint16"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"internalType": "uint16",
|
904
|
-
"name": "openClaimsCount",
|
905
|
-
"type": "uint16"
|
906
|
-
},
|
907
|
-
{
|
908
|
-
"internalType": "Amount",
|
909
|
-
"name": "claimAmount",
|
910
|
-
"type": "uint96"
|
911
|
-
},
|
912
|
-
{
|
913
|
-
"internalType": "Amount",
|
914
|
-
"name": "payoutAmount",
|
915
|
-
"type": "uint96"
|
916
|
-
},
|
917
|
-
{
|
918
|
-
"internalType": "Timestamp",
|
919
|
-
"name": "activatedAt",
|
920
|
-
"type": "uint40"
|
921
|
-
},
|
922
|
-
{
|
923
|
-
"internalType": "Timestamp",
|
924
|
-
"name": "expiredAt",
|
925
|
-
"type": "uint40"
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"internalType": "Timestamp",
|
929
|
-
"name": "closedAt",
|
930
|
-
"type": "uint40"
|
931
1283
|
}
|
932
1284
|
],
|
933
1285
|
"internalType": "struct IPolicy.PolicyInfo",
|
@@ -956,12 +1308,12 @@
|
|
956
1308
|
{
|
957
1309
|
"inputs": [
|
958
1310
|
{
|
959
|
-
"internalType": "
|
960
|
-
"name": "
|
961
|
-
"type": "
|
1311
|
+
"internalType": "Amount",
|
1312
|
+
"name": "maxBalanceAmount",
|
1313
|
+
"type": "uint96"
|
962
1314
|
}
|
963
1315
|
],
|
964
|
-
"name": "
|
1316
|
+
"name": "setMaxBalanceAmount",
|
965
1317
|
"outputs": [],
|
966
1318
|
"stateMutability": "nonpayable",
|
967
1319
|
"type": "function"
|
@@ -969,72 +1321,24 @@
|
|
969
1321
|
{
|
970
1322
|
"inputs": [
|
971
1323
|
{
|
972
|
-
"
|
973
|
-
|
974
|
-
|
975
|
-
"name": "fractionalFee",
|
976
|
-
"type": "uint256"
|
977
|
-
},
|
978
|
-
{
|
979
|
-
"internalType": "uint256",
|
980
|
-
"name": "fixedFee",
|
981
|
-
"type": "uint256"
|
982
|
-
}
|
983
|
-
],
|
984
|
-
"internalType": "struct Fee",
|
985
|
-
"name": "poolFee",
|
986
|
-
"type": "tuple"
|
987
|
-
},
|
988
|
-
{
|
989
|
-
"components": [
|
990
|
-
{
|
991
|
-
"internalType": "UFixed",
|
992
|
-
"name": "fractionalFee",
|
993
|
-
"type": "uint256"
|
994
|
-
},
|
995
|
-
{
|
996
|
-
"internalType": "uint256",
|
997
|
-
"name": "fixedFee",
|
998
|
-
"type": "uint256"
|
999
|
-
}
|
1000
|
-
],
|
1001
|
-
"internalType": "struct Fee",
|
1002
|
-
"name": "stakingFee",
|
1003
|
-
"type": "tuple"
|
1324
|
+
"internalType": "NftId",
|
1325
|
+
"name": "bundleNftId",
|
1326
|
+
"type": "uint96"
|
1004
1327
|
},
|
1005
1328
|
{
|
1006
|
-
"
|
1007
|
-
|
1008
|
-
|
1009
|
-
"name": "fractionalFee",
|
1010
|
-
"type": "uint256"
|
1011
|
-
},
|
1012
|
-
{
|
1013
|
-
"internalType": "uint256",
|
1014
|
-
"name": "fixedFee",
|
1015
|
-
"type": "uint256"
|
1016
|
-
}
|
1017
|
-
],
|
1018
|
-
"internalType": "struct Fee",
|
1019
|
-
"name": "performanceFee",
|
1020
|
-
"type": "tuple"
|
1329
|
+
"internalType": "Amount",
|
1330
|
+
"name": "amount",
|
1331
|
+
"type": "uint96"
|
1021
1332
|
}
|
1022
1333
|
],
|
1023
|
-
"name": "
|
1024
|
-
"outputs": [
|
1025
|
-
"stateMutability": "nonpayable",
|
1026
|
-
"type": "function"
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
"inputs": [
|
1334
|
+
"name": "stake",
|
1335
|
+
"outputs": [
|
1030
1336
|
{
|
1031
1337
|
"internalType": "Amount",
|
1032
|
-
"name": "
|
1338
|
+
"name": "netAmount",
|
1033
1339
|
"type": "uint96"
|
1034
1340
|
}
|
1035
1341
|
],
|
1036
|
-
"name": "setMaxCapitalAmount",
|
1037
|
-
"outputs": [],
|
1038
1342
|
"stateMutability": "nonpayable",
|
1039
1343
|
"type": "function"
|
1040
1344
|
},
|
@@ -1057,6 +1361,30 @@
|
|
1057
1361
|
"stateMutability": "view",
|
1058
1362
|
"type": "function"
|
1059
1363
|
},
|
1364
|
+
{
|
1365
|
+
"inputs": [
|
1366
|
+
{
|
1367
|
+
"internalType": "NftId",
|
1368
|
+
"name": "bundleNftId",
|
1369
|
+
"type": "uint96"
|
1370
|
+
},
|
1371
|
+
{
|
1372
|
+
"internalType": "Amount",
|
1373
|
+
"name": "amount",
|
1374
|
+
"type": "uint96"
|
1375
|
+
}
|
1376
|
+
],
|
1377
|
+
"name": "unstake",
|
1378
|
+
"outputs": [
|
1379
|
+
{
|
1380
|
+
"internalType": "Amount",
|
1381
|
+
"name": "netAmount",
|
1382
|
+
"type": "uint96"
|
1383
|
+
}
|
1384
|
+
],
|
1385
|
+
"stateMutability": "nonpayable",
|
1386
|
+
"type": "function"
|
1387
|
+
},
|
1060
1388
|
{
|
1061
1389
|
"inputs": [
|
1062
1390
|
{
|
@@ -1069,6 +1397,30 @@
|
|
1069
1397
|
"outputs": [],
|
1070
1398
|
"stateMutability": "nonpayable",
|
1071
1399
|
"type": "function"
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"inputs": [
|
1403
|
+
{
|
1404
|
+
"internalType": "NftId",
|
1405
|
+
"name": "bundleNftId",
|
1406
|
+
"type": "uint96"
|
1407
|
+
},
|
1408
|
+
{
|
1409
|
+
"internalType": "Amount",
|
1410
|
+
"name": "amount",
|
1411
|
+
"type": "uint96"
|
1412
|
+
}
|
1413
|
+
],
|
1414
|
+
"name": "withdrawBundleFees",
|
1415
|
+
"outputs": [
|
1416
|
+
{
|
1417
|
+
"internalType": "Amount",
|
1418
|
+
"name": "withdrawnAmount",
|
1419
|
+
"type": "uint96"
|
1420
|
+
}
|
1421
|
+
],
|
1422
|
+
"stateMutability": "nonpayable",
|
1423
|
+
"type": "function"
|
1072
1424
|
}
|
1073
1425
|
],
|
1074
1426
|
"bytecode": "0x",
|