@etherisc/gif-next 0.0.2-e5a2253-213 → 0.0.2-e5bdc7a-937
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +85 -23
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
- 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 +1429 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -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 +1430 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +322 -1403
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +355 -203
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +419 -2524
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1666 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1276 -412
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +461 -393
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +378 -92
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +25 -150
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +291 -353
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +476 -274
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/IPoolComponent.sol/IPoolComponent.json} +421 -365
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +265 -228
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +944 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +290 -211
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/IProductComponent.sol/IProductComponent.json} +488 -269
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → product/IRiskService.sol/IRiskService.json} +154 -133
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +562 -20
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +273 -230
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1010 -85
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +338 -271
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +364 -78
- 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 +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -96
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/Component.sol/Component.json} +283 -274
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1835 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +846 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +153 -172
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -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/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +260 -262
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +96 -34
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +40 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +106 -152
- 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 +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +129 -20
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- 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 +81 -30
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +96 -48
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +138 -164
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -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 +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -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 +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- 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 +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +616 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +284 -0
- package/contracts/distribution/DistributionService.sol +354 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +100 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +431 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +62 -50
- package/contracts/instance/IInstanceService.sol +56 -22
- package/contracts/instance/Instance.sol +175 -196
- package/contracts/instance/InstanceAdmin.sol +278 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +217 -0
- package/contracts/instance/InstanceReader.sol +347 -83
- package/contracts/instance/InstanceService.sol +325 -246
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/RiskSet.sol +119 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +78 -0
- package/contracts/instance/module/IAccess.sol +19 -21
- package/contracts/instance/module/IBundle.sol +8 -8
- package/contracts/instance/module/IComponents.sol +50 -0
- package/contracts/instance/module/IDistribution.sol +6 -4
- package/contracts/instance/module/IPolicy.sol +59 -19
- package/contracts/instance/module/IRisk.sol +2 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +309 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +68 -0
- package/contracts/pool/BundleService.sol +423 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +122 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +153 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +612 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +614 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +66 -0
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +90 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +733 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +427 -0
- package/contracts/product/RiskService.sol +107 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -34
- package/contracts/registry/IRegistry.sol +108 -26
- package/contracts/registry/IRegistryService.sol +38 -34
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +538 -209
- package/contracts/registry/RegistryAdmin.sol +451 -0
- package/contracts/registry/RegistryService.sol +119 -198
- package/contracts/registry/RegistryServiceManager.sol +24 -33
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +485 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +175 -0
- package/contracts/registry/TokenRegistry.sol +263 -58
- package/contracts/shared/Component.sol +217 -0
- package/contracts/shared/ComponentService.sol +806 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +224 -0
- package/contracts/shared/IComponent.sol +67 -0
- package/contracts/shared/IComponentService.sol +130 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +15 -12
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +15 -4
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +15 -6
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +205 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +75 -82
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +34 -41
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +60 -34
- package/contracts/shared/TokenHandler.sol +374 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +173 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +505 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +440 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +31 -5
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +48 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +34 -15
- package/contracts/{types → type}/UFixed.sol +39 -9
- package/contracts/{types → type}/Version.sol +5 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1047
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -100
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1121
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -436
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -791
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -424
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1246
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -492
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -825
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -424
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -875
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -424
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -530
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
- 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/shared/Versionable.sol/Versionable.json +0 -228
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/BaseComponent.sol +0 -168
- package/contracts/components/Distribution.sol +0 -154
- package/contracts/components/IBaseComponent.sol +0 -35
- package/contracts/components/IDistributionComponent.sol +0 -44
- package/contracts/components/IPoolComponent.sol +0 -66
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -258
- package/contracts/components/Product.sol +0 -295
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
- package/contracts/instance/BundleManager.sol +0 -129
- package/contracts/instance/IInstanceBase.sol +0 -25
- package/contracts/instance/InstanceAccessManager.sol +0 -303
- package/contracts/instance/InstanceBase.sol +0 -39
- package/contracts/instance/ObjectManager.sol +0 -101
- package/contracts/instance/base/ComponentServiceBase.sol +0 -138
- package/contracts/instance/base/IInstanceBase.sol +0 -21
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/ISetup.sol +0 -46
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/BundleService.sol +0 -294
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/DistributionService.sol +0 -115
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -44
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPolicyService.sol +0 -94
- package/contracts/instance/service/IPoolService.sol +0 -20
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -539
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -142
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -209
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -210
- package/contracts/registry/ReleaseManager.sol +0 -342
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/ERC165.sol +0 -25
- package/contracts/shared/ProxyManager.sol +0 -94
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/shared/Versionable.sol +0 -147
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -152
- package/contracts/types/RoleId.sol +0 -90
@@ -44,180 +44,205 @@
|
|
44
44
|
{
|
45
45
|
"inputs": [
|
46
46
|
{
|
47
|
-
"internalType": "
|
48
|
-
"name": "
|
49
|
-
"type": "
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"internalType": "StateId",
|
53
|
-
"name": "fromStateId",
|
54
|
-
"type": "uint8"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"internalType": "StateId",
|
58
|
-
"name": "toStateId",
|
59
|
-
"type": "uint8"
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "instanceBundleSet",
|
49
|
+
"type": "address"
|
60
50
|
}
|
61
51
|
],
|
62
|
-
"name": "
|
52
|
+
"name": "ErrorInstanceBundleSetAlreadySet",
|
63
53
|
"type": "error"
|
64
54
|
},
|
65
55
|
{
|
66
56
|
"inputs": [
|
67
57
|
{
|
68
|
-
"internalType": "
|
69
|
-
"name": "
|
70
|
-
"type": "
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"internalType": "ObjectType",
|
74
|
-
"name": "objectType",
|
75
|
-
"type": "uint8"
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "instanceAuthority",
|
60
|
+
"type": "address"
|
76
61
|
}
|
77
62
|
],
|
78
|
-
"name": "
|
63
|
+
"name": "ErrorInstanceBundleSetAuthorityMismatch",
|
79
64
|
"type": "error"
|
80
65
|
},
|
81
66
|
{
|
82
|
-
"anonymous": false,
|
83
67
|
"inputs": [
|
84
68
|
{
|
85
|
-
"indexed": false,
|
86
69
|
"internalType": "address",
|
87
|
-
"name": "
|
70
|
+
"name": "instance",
|
88
71
|
"type": "address"
|
89
72
|
}
|
90
73
|
],
|
91
|
-
"name": "
|
92
|
-
"type": "
|
74
|
+
"name": "ErrorInstanceBundleSetInstanceMismatch",
|
75
|
+
"type": "error"
|
93
76
|
},
|
94
77
|
{
|
95
|
-
"anonymous": false,
|
96
78
|
"inputs": [
|
97
79
|
{
|
98
|
-
"indexed": false,
|
99
|
-
"internalType": "ObjectType",
|
100
|
-
"name": "objectType",
|
101
|
-
"type": "uint8"
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"indexed": false,
|
105
|
-
"internalType": "KeyId",
|
106
|
-
"name": "keyId",
|
107
|
-
"type": "bytes31"
|
108
|
-
},
|
109
|
-
{
|
110
|
-
"indexed": false,
|
111
|
-
"internalType": "StateId",
|
112
|
-
"name": "state",
|
113
|
-
"type": "uint8"
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"indexed": false,
|
117
80
|
"internalType": "address",
|
118
|
-
"name": "
|
81
|
+
"name": "InstanceAdmin",
|
119
82
|
"type": "address"
|
120
|
-
}
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"name": "ErrorInstanceInstanceAdminAlreadySet",
|
86
|
+
"type": "error"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"inputs": [
|
121
90
|
{
|
122
|
-
"indexed": false,
|
123
91
|
"internalType": "address",
|
124
|
-
"name": "
|
92
|
+
"name": "instanceAuthority",
|
125
93
|
"type": "address"
|
126
94
|
}
|
127
95
|
],
|
128
|
-
"name": "
|
129
|
-
"type": "
|
96
|
+
"name": "ErrorInstanceInstanceAdminAuthorityMismatch",
|
97
|
+
"type": "error"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"inputs": [],
|
101
|
+
"name": "ErrorInstanceInstanceAdminZero",
|
102
|
+
"type": "error"
|
130
103
|
},
|
131
104
|
{
|
132
|
-
"anonymous": false,
|
133
105
|
"inputs": [
|
134
106
|
{
|
135
|
-
"
|
136
|
-
"
|
137
|
-
"
|
138
|
-
|
139
|
-
|
107
|
+
"internalType": "address",
|
108
|
+
"name": "instanceAuthority",
|
109
|
+
"type": "address"
|
110
|
+
}
|
111
|
+
],
|
112
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
113
|
+
"type": "error"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"inputs": [
|
140
117
|
{
|
141
|
-
"
|
142
|
-
"
|
143
|
-
"
|
144
|
-
|
145
|
-
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceStore",
|
120
|
+
"type": "address"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [
|
146
128
|
{
|
147
|
-
"
|
148
|
-
"
|
149
|
-
"
|
150
|
-
|
151
|
-
|
129
|
+
"internalType": "address",
|
130
|
+
"name": "instanceAuthority",
|
131
|
+
"type": "address"
|
132
|
+
}
|
133
|
+
],
|
134
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
135
|
+
"type": "error"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"inputs": [
|
152
139
|
{
|
153
|
-
"indexed": false,
|
154
140
|
"internalType": "address",
|
155
|
-
"name": "
|
141
|
+
"name": "instanceRiskSet",
|
156
142
|
"type": "address"
|
157
|
-
}
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"name": "ErrorInstanceRiskSetAlreadySet",
|
146
|
+
"type": "error"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"inputs": [
|
158
150
|
{
|
159
|
-
"indexed": false,
|
160
151
|
"internalType": "address",
|
161
|
-
"name": "
|
152
|
+
"name": "instanceAuthority",
|
162
153
|
"type": "address"
|
163
|
-
}
|
154
|
+
}
|
155
|
+
],
|
156
|
+
"name": "ErrorInstanceRiskSetAuthorityMismatch",
|
157
|
+
"type": "error"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"inputs": [
|
164
161
|
{
|
165
|
-
"
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"type": "uint32"
|
162
|
+
"internalType": "address",
|
163
|
+
"name": "instance",
|
164
|
+
"type": "address"
|
169
165
|
}
|
170
166
|
],
|
171
|
-
"name": "
|
172
|
-
"type": "
|
167
|
+
"name": "ErrorInstanceRiskSetInstanceMismatch",
|
168
|
+
"type": "error"
|
173
169
|
},
|
174
170
|
{
|
175
|
-
"anonymous": false,
|
176
171
|
"inputs": [
|
177
172
|
{
|
178
|
-
"
|
179
|
-
"
|
180
|
-
"
|
181
|
-
|
182
|
-
|
173
|
+
"internalType": "NftId",
|
174
|
+
"name": "nftId",
|
175
|
+
"type": "uint96"
|
176
|
+
}
|
177
|
+
],
|
178
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
179
|
+
"type": "error"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"inputs": [
|
183
183
|
{
|
184
|
-
"
|
185
|
-
"
|
186
|
-
"
|
187
|
-
|
188
|
-
|
184
|
+
"internalType": "address",
|
185
|
+
"name": "contractAddress",
|
186
|
+
"type": "address"
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
190
|
+
"type": "error"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"inputs": [],
|
194
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
195
|
+
"type": "error"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"inputs": [
|
189
199
|
{
|
190
|
-
"
|
191
|
-
"
|
192
|
-
"
|
193
|
-
"type": "uint8"
|
200
|
+
"internalType": "NftId",
|
201
|
+
"name": "nftId",
|
202
|
+
"type": "uint96"
|
194
203
|
},
|
195
204
|
{
|
196
|
-
"
|
197
|
-
"
|
198
|
-
"name": "stateNew",
|
205
|
+
"internalType": "ObjectType",
|
206
|
+
"name": "expectedObjectType",
|
199
207
|
"type": "uint8"
|
200
|
-
}
|
208
|
+
}
|
209
|
+
],
|
210
|
+
"name": "ErrorNftOwnableInvalidType",
|
211
|
+
"type": "error"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"inputs": [
|
201
215
|
{
|
202
|
-
"indexed": false,
|
203
216
|
"internalType": "address",
|
204
|
-
"name": "
|
217
|
+
"name": "account",
|
205
218
|
"type": "address"
|
206
|
-
}
|
219
|
+
}
|
220
|
+
],
|
221
|
+
"name": "ErrorNftOwnableNotOwner",
|
222
|
+
"type": "error"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"inputs": [
|
207
226
|
{
|
208
|
-
"indexed": false,
|
209
227
|
"internalType": "address",
|
210
|
-
"name": "
|
228
|
+
"name": "registryAddress",
|
211
229
|
"type": "address"
|
212
|
-
}
|
230
|
+
}
|
231
|
+
],
|
232
|
+
"name": "ErrorNotRegistry",
|
233
|
+
"type": "error"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"anonymous": false,
|
237
|
+
"inputs": [
|
213
238
|
{
|
214
239
|
"indexed": false,
|
215
|
-
"internalType": "
|
216
|
-
"name": "
|
217
|
-
"type": "
|
240
|
+
"internalType": "address",
|
241
|
+
"name": "authority",
|
242
|
+
"type": "address"
|
218
243
|
}
|
219
244
|
],
|
220
|
-
"name": "
|
245
|
+
"name": "AuthorityUpdated",
|
221
246
|
"type": "event"
|
222
247
|
},
|
223
248
|
{
|
@@ -236,503 +261,98 @@
|
|
236
261
|
{
|
237
262
|
"inputs": [
|
238
263
|
{
|
239
|
-
"internalType": "
|
240
|
-
"name": "
|
241
|
-
"type": "
|
264
|
+
"internalType": "string",
|
265
|
+
"name": "roleName",
|
266
|
+
"type": "string"
|
242
267
|
},
|
243
268
|
{
|
244
|
-
"
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
"type": "uint256"
|
261
|
-
}
|
262
|
-
],
|
263
|
-
"internalType": "struct Fee",
|
264
|
-
"name": "fee",
|
265
|
-
"type": "tuple"
|
266
|
-
},
|
267
|
-
{
|
268
|
-
"internalType": "bytes",
|
269
|
-
"name": "filter",
|
270
|
-
"type": "bytes"
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"internalType": "uint256",
|
274
|
-
"name": "capitalAmount",
|
275
|
-
"type": "uint256"
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"internalType": "uint256",
|
279
|
-
"name": "lockedAmount",
|
280
|
-
"type": "uint256"
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"internalType": "uint256",
|
284
|
-
"name": "balanceAmount",
|
285
|
-
"type": "uint256"
|
286
|
-
},
|
287
|
-
{
|
288
|
-
"internalType": "uint256",
|
289
|
-
"name": "lifetime",
|
290
|
-
"type": "uint256"
|
291
|
-
},
|
292
|
-
{
|
293
|
-
"internalType": "Timestamp",
|
294
|
-
"name": "expiredAt",
|
295
|
-
"type": "uint40"
|
296
|
-
},
|
297
|
-
{
|
298
|
-
"internalType": "Timestamp",
|
299
|
-
"name": "closedAt",
|
300
|
-
"type": "uint40"
|
301
|
-
}
|
302
|
-
],
|
303
|
-
"internalType": "struct IBundle.BundleInfo",
|
304
|
-
"name": "bundle",
|
305
|
-
"type": "tuple"
|
269
|
+
"internalType": "string",
|
270
|
+
"name": "adminName",
|
271
|
+
"type": "string"
|
272
|
+
}
|
273
|
+
],
|
274
|
+
"name": "createRole",
|
275
|
+
"outputs": [
|
276
|
+
{
|
277
|
+
"internalType": "RoleId",
|
278
|
+
"name": "roleId",
|
279
|
+
"type": "uint64"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"internalType": "RoleId",
|
283
|
+
"name": "admin",
|
284
|
+
"type": "uint64"
|
306
285
|
}
|
307
286
|
],
|
308
|
-
"name": "createBundle",
|
309
|
-
"outputs": [],
|
310
287
|
"stateMutability": "nonpayable",
|
311
288
|
"type": "function"
|
312
289
|
},
|
313
290
|
{
|
314
291
|
"inputs": [
|
315
292
|
{
|
316
|
-
"internalType": "
|
317
|
-
"name": "
|
318
|
-
"type": "
|
293
|
+
"internalType": "address",
|
294
|
+
"name": "target",
|
295
|
+
"type": "address"
|
319
296
|
},
|
320
297
|
{
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
"name": "productNftId",
|
325
|
-
"type": "uint96"
|
326
|
-
},
|
327
|
-
{
|
328
|
-
"internalType": "contract TokenHandler",
|
329
|
-
"name": "tokenHandler",
|
330
|
-
"type": "address"
|
331
|
-
},
|
332
|
-
{
|
333
|
-
"components": [
|
334
|
-
{
|
335
|
-
"internalType": "UFixed",
|
336
|
-
"name": "fractionalFee",
|
337
|
-
"type": "uint256"
|
338
|
-
},
|
339
|
-
{
|
340
|
-
"internalType": "uint256",
|
341
|
-
"name": "fixedFee",
|
342
|
-
"type": "uint256"
|
343
|
-
}
|
344
|
-
],
|
345
|
-
"internalType": "struct Fee",
|
346
|
-
"name": "distributionFee",
|
347
|
-
"type": "tuple"
|
348
|
-
},
|
349
|
-
{
|
350
|
-
"internalType": "bool",
|
351
|
-
"name": "isIntercepting",
|
352
|
-
"type": "bool"
|
353
|
-
},
|
354
|
-
{
|
355
|
-
"internalType": "address",
|
356
|
-
"name": "wallet",
|
357
|
-
"type": "address"
|
358
|
-
}
|
359
|
-
],
|
360
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
361
|
-
"name": "setup",
|
362
|
-
"type": "tuple"
|
298
|
+
"internalType": "string",
|
299
|
+
"name": "name",
|
300
|
+
"type": "string"
|
363
301
|
}
|
364
302
|
],
|
365
|
-
"name": "
|
303
|
+
"name": "createTarget",
|
366
304
|
"outputs": [],
|
367
305
|
"stateMutability": "nonpayable",
|
368
306
|
"type": "function"
|
369
307
|
},
|
370
308
|
{
|
371
|
-
"inputs": [
|
309
|
+
"inputs": [],
|
310
|
+
"name": "getBundleSet",
|
311
|
+
"outputs": [
|
372
312
|
{
|
373
|
-
"internalType": "
|
374
|
-
"name": "
|
375
|
-
"type": "
|
376
|
-
}
|
313
|
+
"internalType": "contract BundleSet",
|
314
|
+
"name": "",
|
315
|
+
"type": "address"
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"stateMutability": "view",
|
319
|
+
"type": "function"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"inputs": [],
|
323
|
+
"name": "getInitialInfo",
|
324
|
+
"outputs": [
|
377
325
|
{
|
378
326
|
"components": [
|
379
327
|
{
|
380
328
|
"internalType": "NftId",
|
381
|
-
"name": "
|
329
|
+
"name": "nftId",
|
382
330
|
"type": "uint96"
|
383
331
|
},
|
384
332
|
{
|
385
333
|
"internalType": "NftId",
|
386
|
-
"name": "
|
334
|
+
"name": "parentNftId",
|
387
335
|
"type": "uint96"
|
388
336
|
},
|
389
337
|
{
|
390
|
-
"internalType": "
|
391
|
-
"name": "
|
392
|
-
"type": "
|
338
|
+
"internalType": "ObjectType",
|
339
|
+
"name": "objectType",
|
340
|
+
"type": "uint8"
|
393
341
|
},
|
394
342
|
{
|
395
|
-
"internalType": "
|
396
|
-
"name": "
|
397
|
-
"type": "
|
343
|
+
"internalType": "bool",
|
344
|
+
"name": "isInterceptor",
|
345
|
+
"type": "bool"
|
398
346
|
},
|
399
347
|
{
|
400
|
-
"internalType": "
|
401
|
-
"name": "
|
402
|
-
"type": "
|
348
|
+
"internalType": "address",
|
349
|
+
"name": "objectAddress",
|
350
|
+
"type": "address"
|
403
351
|
},
|
404
352
|
{
|
405
|
-
"internalType": "
|
406
|
-
"name": "
|
407
|
-
"type": "
|
408
|
-
},
|
409
|
-
{
|
410
|
-
"internalType": "uint256",
|
411
|
-
"name": "premiumPaidAmount",
|
412
|
-
"type": "uint256"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"internalType": "uint256",
|
416
|
-
"name": "lifetime",
|
417
|
-
"type": "uint256"
|
418
|
-
},
|
419
|
-
{
|
420
|
-
"internalType": "bytes",
|
421
|
-
"name": "applicationData",
|
422
|
-
"type": "bytes"
|
423
|
-
},
|
424
|
-
{
|
425
|
-
"internalType": "bytes",
|
426
|
-
"name": "policyData",
|
427
|
-
"type": "bytes"
|
428
|
-
},
|
429
|
-
{
|
430
|
-
"internalType": "uint16",
|
431
|
-
"name": "claimsCount",
|
432
|
-
"type": "uint16"
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"internalType": "uint16",
|
436
|
-
"name": "openClaimsCount",
|
437
|
-
"type": "uint16"
|
438
|
-
},
|
439
|
-
{
|
440
|
-
"internalType": "uint256",
|
441
|
-
"name": "payoutAmount",
|
442
|
-
"type": "uint256"
|
443
|
-
},
|
444
|
-
{
|
445
|
-
"internalType": "Timestamp",
|
446
|
-
"name": "activatedAt",
|
447
|
-
"type": "uint40"
|
448
|
-
},
|
449
|
-
{
|
450
|
-
"internalType": "Timestamp",
|
451
|
-
"name": "expiredAt",
|
452
|
-
"type": "uint40"
|
453
|
-
},
|
454
|
-
{
|
455
|
-
"internalType": "Timestamp",
|
456
|
-
"name": "closedAt",
|
457
|
-
"type": "uint40"
|
458
|
-
}
|
459
|
-
],
|
460
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
461
|
-
"name": "policy",
|
462
|
-
"type": "tuple"
|
463
|
-
}
|
464
|
-
],
|
465
|
-
"name": "createPolicy",
|
466
|
-
"outputs": [],
|
467
|
-
"stateMutability": "nonpayable",
|
468
|
-
"type": "function"
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"inputs": [
|
472
|
-
{
|
473
|
-
"internalType": "NftId",
|
474
|
-
"name": "poolNftId",
|
475
|
-
"type": "uint96"
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"components": [
|
479
|
-
{
|
480
|
-
"internalType": "NftId",
|
481
|
-
"name": "productNftId",
|
482
|
-
"type": "uint96"
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"internalType": "contract TokenHandler",
|
486
|
-
"name": "tokenHandler",
|
487
|
-
"type": "address"
|
488
|
-
},
|
489
|
-
{
|
490
|
-
"internalType": "UFixed",
|
491
|
-
"name": "collateralizationLevel",
|
492
|
-
"type": "uint256"
|
493
|
-
},
|
494
|
-
{
|
495
|
-
"components": [
|
496
|
-
{
|
497
|
-
"internalType": "UFixed",
|
498
|
-
"name": "fractionalFee",
|
499
|
-
"type": "uint256"
|
500
|
-
},
|
501
|
-
{
|
502
|
-
"internalType": "uint256",
|
503
|
-
"name": "fixedFee",
|
504
|
-
"type": "uint256"
|
505
|
-
}
|
506
|
-
],
|
507
|
-
"internalType": "struct Fee",
|
508
|
-
"name": "poolFee",
|
509
|
-
"type": "tuple"
|
510
|
-
},
|
511
|
-
{
|
512
|
-
"components": [
|
513
|
-
{
|
514
|
-
"internalType": "UFixed",
|
515
|
-
"name": "fractionalFee",
|
516
|
-
"type": "uint256"
|
517
|
-
},
|
518
|
-
{
|
519
|
-
"internalType": "uint256",
|
520
|
-
"name": "fixedFee",
|
521
|
-
"type": "uint256"
|
522
|
-
}
|
523
|
-
],
|
524
|
-
"internalType": "struct Fee",
|
525
|
-
"name": "stakingFee",
|
526
|
-
"type": "tuple"
|
527
|
-
},
|
528
|
-
{
|
529
|
-
"components": [
|
530
|
-
{
|
531
|
-
"internalType": "UFixed",
|
532
|
-
"name": "fractionalFee",
|
533
|
-
"type": "uint256"
|
534
|
-
},
|
535
|
-
{
|
536
|
-
"internalType": "uint256",
|
537
|
-
"name": "fixedFee",
|
538
|
-
"type": "uint256"
|
539
|
-
}
|
540
|
-
],
|
541
|
-
"internalType": "struct Fee",
|
542
|
-
"name": "performanceFee",
|
543
|
-
"type": "tuple"
|
544
|
-
},
|
545
|
-
{
|
546
|
-
"internalType": "bool",
|
547
|
-
"name": "isIntercepting",
|
548
|
-
"type": "bool"
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"internalType": "bool",
|
552
|
-
"name": "isConfirmingApplication",
|
553
|
-
"type": "bool"
|
554
|
-
},
|
555
|
-
{
|
556
|
-
"internalType": "address",
|
557
|
-
"name": "wallet",
|
558
|
-
"type": "address"
|
559
|
-
}
|
560
|
-
],
|
561
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
562
|
-
"name": "setup",
|
563
|
-
"type": "tuple"
|
564
|
-
}
|
565
|
-
],
|
566
|
-
"name": "createPoolSetup",
|
567
|
-
"outputs": [],
|
568
|
-
"stateMutability": "nonpayable",
|
569
|
-
"type": "function"
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"inputs": [
|
573
|
-
{
|
574
|
-
"internalType": "NftId",
|
575
|
-
"name": "productNftId",
|
576
|
-
"type": "uint96"
|
577
|
-
},
|
578
|
-
{
|
579
|
-
"components": [
|
580
|
-
{
|
581
|
-
"internalType": "contract IERC20Metadata",
|
582
|
-
"name": "token",
|
583
|
-
"type": "address"
|
584
|
-
},
|
585
|
-
{
|
586
|
-
"internalType": "contract TokenHandler",
|
587
|
-
"name": "tokenHandler",
|
588
|
-
"type": "address"
|
589
|
-
},
|
590
|
-
{
|
591
|
-
"internalType": "NftId",
|
592
|
-
"name": "distributionNftId",
|
593
|
-
"type": "uint96"
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"internalType": "NftId",
|
597
|
-
"name": "poolNftId",
|
598
|
-
"type": "uint96"
|
599
|
-
},
|
600
|
-
{
|
601
|
-
"components": [
|
602
|
-
{
|
603
|
-
"internalType": "UFixed",
|
604
|
-
"name": "fractionalFee",
|
605
|
-
"type": "uint256"
|
606
|
-
},
|
607
|
-
{
|
608
|
-
"internalType": "uint256",
|
609
|
-
"name": "fixedFee",
|
610
|
-
"type": "uint256"
|
611
|
-
}
|
612
|
-
],
|
613
|
-
"internalType": "struct Fee",
|
614
|
-
"name": "distributionFee",
|
615
|
-
"type": "tuple"
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"components": [
|
619
|
-
{
|
620
|
-
"internalType": "UFixed",
|
621
|
-
"name": "fractionalFee",
|
622
|
-
"type": "uint256"
|
623
|
-
},
|
624
|
-
{
|
625
|
-
"internalType": "uint256",
|
626
|
-
"name": "fixedFee",
|
627
|
-
"type": "uint256"
|
628
|
-
}
|
629
|
-
],
|
630
|
-
"internalType": "struct Fee",
|
631
|
-
"name": "productFee",
|
632
|
-
"type": "tuple"
|
633
|
-
},
|
634
|
-
{
|
635
|
-
"components": [
|
636
|
-
{
|
637
|
-
"internalType": "UFixed",
|
638
|
-
"name": "fractionalFee",
|
639
|
-
"type": "uint256"
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"internalType": "uint256",
|
643
|
-
"name": "fixedFee",
|
644
|
-
"type": "uint256"
|
645
|
-
}
|
646
|
-
],
|
647
|
-
"internalType": "struct Fee",
|
648
|
-
"name": "processingFee",
|
649
|
-
"type": "tuple"
|
650
|
-
},
|
651
|
-
{
|
652
|
-
"components": [
|
653
|
-
{
|
654
|
-
"internalType": "UFixed",
|
655
|
-
"name": "fractionalFee",
|
656
|
-
"type": "uint256"
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"internalType": "uint256",
|
660
|
-
"name": "fixedFee",
|
661
|
-
"type": "uint256"
|
662
|
-
}
|
663
|
-
],
|
664
|
-
"internalType": "struct Fee",
|
665
|
-
"name": "poolFee",
|
666
|
-
"type": "tuple"
|
667
|
-
},
|
668
|
-
{
|
669
|
-
"components": [
|
670
|
-
{
|
671
|
-
"internalType": "UFixed",
|
672
|
-
"name": "fractionalFee",
|
673
|
-
"type": "uint256"
|
674
|
-
},
|
675
|
-
{
|
676
|
-
"internalType": "uint256",
|
677
|
-
"name": "fixedFee",
|
678
|
-
"type": "uint256"
|
679
|
-
}
|
680
|
-
],
|
681
|
-
"internalType": "struct Fee",
|
682
|
-
"name": "stakingFee",
|
683
|
-
"type": "tuple"
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"components": [
|
687
|
-
{
|
688
|
-
"internalType": "UFixed",
|
689
|
-
"name": "fractionalFee",
|
690
|
-
"type": "uint256"
|
691
|
-
},
|
692
|
-
{
|
693
|
-
"internalType": "uint256",
|
694
|
-
"name": "fixedFee",
|
695
|
-
"type": "uint256"
|
696
|
-
}
|
697
|
-
],
|
698
|
-
"internalType": "struct Fee",
|
699
|
-
"name": "performanceFee",
|
700
|
-
"type": "tuple"
|
701
|
-
},
|
702
|
-
{
|
703
|
-
"internalType": "bool",
|
704
|
-
"name": "isIntercepting",
|
705
|
-
"type": "bool"
|
706
|
-
},
|
707
|
-
{
|
708
|
-
"internalType": "address",
|
709
|
-
"name": "wallet",
|
710
|
-
"type": "address"
|
711
|
-
}
|
712
|
-
],
|
713
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
714
|
-
"name": "setup",
|
715
|
-
"type": "tuple"
|
716
|
-
}
|
717
|
-
],
|
718
|
-
"name": "createProductSetup",
|
719
|
-
"outputs": [],
|
720
|
-
"stateMutability": "nonpayable",
|
721
|
-
"type": "function"
|
722
|
-
},
|
723
|
-
{
|
724
|
-
"inputs": [
|
725
|
-
{
|
726
|
-
"internalType": "RiskId",
|
727
|
-
"name": "riskId",
|
728
|
-
"type": "bytes8"
|
729
|
-
},
|
730
|
-
{
|
731
|
-
"components": [
|
732
|
-
{
|
733
|
-
"internalType": "NftId",
|
734
|
-
"name": "productNftId",
|
735
|
-
"type": "uint96"
|
353
|
+
"internalType": "address",
|
354
|
+
"name": "initialOwner",
|
355
|
+
"type": "address"
|
736
356
|
},
|
737
357
|
{
|
738
358
|
"internalType": "bytes",
|
@@ -740,88 +360,35 @@
|
|
740
360
|
"type": "bytes"
|
741
361
|
}
|
742
362
|
],
|
743
|
-
"internalType": "struct
|
744
|
-
"name": "
|
363
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
364
|
+
"name": "",
|
745
365
|
"type": "tuple"
|
746
366
|
}
|
747
367
|
],
|
748
|
-
"
|
749
|
-
"outputs": [],
|
750
|
-
"stateMutability": "nonpayable",
|
368
|
+
"stateMutability": "view",
|
751
369
|
"type": "function"
|
752
370
|
},
|
753
371
|
{
|
754
|
-
"inputs": [
|
755
|
-
|
756
|
-
"internalType": "Key32",
|
757
|
-
"name": "key",
|
758
|
-
"type": "bytes32"
|
759
|
-
}
|
760
|
-
],
|
761
|
-
"name": "exists",
|
372
|
+
"inputs": [],
|
373
|
+
"name": "getInstanceAdmin",
|
762
374
|
"outputs": [
|
763
375
|
{
|
764
|
-
"internalType": "
|
376
|
+
"internalType": "contract InstanceAdmin",
|
765
377
|
"name": "",
|
766
|
-
"type": "
|
378
|
+
"type": "address"
|
767
379
|
}
|
768
380
|
],
|
769
381
|
"stateMutability": "view",
|
770
382
|
"type": "function"
|
771
383
|
},
|
772
384
|
{
|
773
|
-
"inputs": [
|
774
|
-
|
775
|
-
"internalType": "Key32",
|
776
|
-
"name": "key",
|
777
|
-
"type": "bytes32"
|
778
|
-
}
|
779
|
-
],
|
780
|
-
"name": "get",
|
385
|
+
"inputs": [],
|
386
|
+
"name": "getInstanceReader",
|
781
387
|
"outputs": [
|
782
388
|
{
|
783
|
-
"
|
784
|
-
|
785
|
-
|
786
|
-
{
|
787
|
-
"internalType": "ObjectType",
|
788
|
-
"name": "objectType",
|
789
|
-
"type": "uint8"
|
790
|
-
},
|
791
|
-
{
|
792
|
-
"internalType": "StateId",
|
793
|
-
"name": "state",
|
794
|
-
"type": "uint8"
|
795
|
-
},
|
796
|
-
{
|
797
|
-
"internalType": "address",
|
798
|
-
"name": "updatedBy",
|
799
|
-
"type": "address"
|
800
|
-
},
|
801
|
-
{
|
802
|
-
"internalType": "Blocknumber",
|
803
|
-
"name": "updatedIn",
|
804
|
-
"type": "uint32"
|
805
|
-
},
|
806
|
-
{
|
807
|
-
"internalType": "Blocknumber",
|
808
|
-
"name": "createdIn",
|
809
|
-
"type": "uint32"
|
810
|
-
}
|
811
|
-
],
|
812
|
-
"internalType": "struct IKeyValueStore.Metadata",
|
813
|
-
"name": "metadata",
|
814
|
-
"type": "tuple"
|
815
|
-
},
|
816
|
-
{
|
817
|
-
"internalType": "bytes",
|
818
|
-
"name": "data",
|
819
|
-
"type": "bytes"
|
820
|
-
}
|
821
|
-
],
|
822
|
-
"internalType": "struct IKeyValueStore.Value",
|
823
|
-
"name": "value",
|
824
|
-
"type": "tuple"
|
389
|
+
"internalType": "contract InstanceReader",
|
390
|
+
"name": "",
|
391
|
+
"type": "address"
|
825
392
|
}
|
826
393
|
],
|
827
394
|
"stateMutability": "view",
|
@@ -829,10 +396,10 @@
|
|
829
396
|
},
|
830
397
|
{
|
831
398
|
"inputs": [],
|
832
|
-
"name": "
|
399
|
+
"name": "getInstanceStore",
|
833
400
|
"outputs": [
|
834
401
|
{
|
835
|
-
"internalType": "contract
|
402
|
+
"internalType": "contract InstanceStore",
|
836
403
|
"name": "",
|
837
404
|
"type": "address"
|
838
405
|
}
|
@@ -842,31 +409,25 @@
|
|
842
409
|
},
|
843
410
|
{
|
844
411
|
"inputs": [],
|
845
|
-
"name": "
|
412
|
+
"name": "getNftId",
|
846
413
|
"outputs": [
|
847
414
|
{
|
848
|
-
"internalType": "
|
415
|
+
"internalType": "NftId",
|
849
416
|
"name": "",
|
850
|
-
"type": "
|
417
|
+
"type": "uint96"
|
851
418
|
}
|
852
419
|
],
|
853
420
|
"stateMutability": "view",
|
854
421
|
"type": "function"
|
855
422
|
},
|
856
423
|
{
|
857
|
-
"inputs": [
|
858
|
-
|
859
|
-
"internalType": "Key32",
|
860
|
-
"name": "key",
|
861
|
-
"type": "bytes32"
|
862
|
-
}
|
863
|
-
],
|
864
|
-
"name": "getData",
|
424
|
+
"inputs": [],
|
425
|
+
"name": "getOwner",
|
865
426
|
"outputs": [
|
866
427
|
{
|
867
|
-
"internalType": "
|
868
|
-
"name": "
|
869
|
-
"type": "
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "",
|
430
|
+
"type": "address"
|
870
431
|
}
|
871
432
|
],
|
872
433
|
"stateMutability": "view",
|
@@ -874,10 +435,10 @@
|
|
874
435
|
},
|
875
436
|
{
|
876
437
|
"inputs": [],
|
877
|
-
"name": "
|
438
|
+
"name": "getRegistry",
|
878
439
|
"outputs": [
|
879
440
|
{
|
880
|
-
"internalType": "contract
|
441
|
+
"internalType": "contract IRegistry",
|
881
442
|
"name": "",
|
882
443
|
"type": "address"
|
883
444
|
}
|
@@ -886,30 +447,24 @@
|
|
886
447
|
"type": "function"
|
887
448
|
},
|
888
449
|
{
|
889
|
-
"inputs": [
|
890
|
-
|
891
|
-
"internalType": "ObjectType",
|
892
|
-
"name": "objectType",
|
893
|
-
"type": "uint8"
|
894
|
-
}
|
895
|
-
],
|
896
|
-
"name": "getInitialState",
|
450
|
+
"inputs": [],
|
451
|
+
"name": "getRelease",
|
897
452
|
"outputs": [
|
898
453
|
{
|
899
|
-
"internalType": "
|
900
|
-
"name": "",
|
454
|
+
"internalType": "VersionPart",
|
455
|
+
"name": "release",
|
901
456
|
"type": "uint8"
|
902
457
|
}
|
903
458
|
],
|
904
|
-
"stateMutability": "
|
459
|
+
"stateMutability": "pure",
|
905
460
|
"type": "function"
|
906
461
|
},
|
907
462
|
{
|
908
463
|
"inputs": [],
|
909
|
-
"name": "
|
464
|
+
"name": "getRiskSet",
|
910
465
|
"outputs": [
|
911
466
|
{
|
912
|
-
"internalType": "contract
|
467
|
+
"internalType": "contract RiskSet",
|
913
468
|
"name": "",
|
914
469
|
"type": "address"
|
915
470
|
}
|
@@ -920,57 +475,29 @@
|
|
920
475
|
{
|
921
476
|
"inputs": [
|
922
477
|
{
|
923
|
-
"internalType": "
|
924
|
-
"name": "
|
925
|
-
"type": "
|
926
|
-
}
|
927
|
-
],
|
928
|
-
"name": "getMetadata",
|
929
|
-
"outputs": [
|
478
|
+
"internalType": "RoleId",
|
479
|
+
"name": "roleId",
|
480
|
+
"type": "uint64"
|
481
|
+
},
|
930
482
|
{
|
931
|
-
"
|
932
|
-
|
933
|
-
|
934
|
-
"name": "objectType",
|
935
|
-
"type": "uint8"
|
936
|
-
},
|
937
|
-
{
|
938
|
-
"internalType": "StateId",
|
939
|
-
"name": "state",
|
940
|
-
"type": "uint8"
|
941
|
-
},
|
942
|
-
{
|
943
|
-
"internalType": "address",
|
944
|
-
"name": "updatedBy",
|
945
|
-
"type": "address"
|
946
|
-
},
|
947
|
-
{
|
948
|
-
"internalType": "Blocknumber",
|
949
|
-
"name": "updatedIn",
|
950
|
-
"type": "uint32"
|
951
|
-
},
|
952
|
-
{
|
953
|
-
"internalType": "Blocknumber",
|
954
|
-
"name": "createdIn",
|
955
|
-
"type": "uint32"
|
956
|
-
}
|
957
|
-
],
|
958
|
-
"internalType": "struct IKeyValueStore.Metadata",
|
959
|
-
"name": "metadata",
|
960
|
-
"type": "tuple"
|
483
|
+
"internalType": "address",
|
484
|
+
"name": "account",
|
485
|
+
"type": "address"
|
961
486
|
}
|
962
487
|
],
|
963
|
-
"
|
488
|
+
"name": "grantRole",
|
489
|
+
"outputs": [],
|
490
|
+
"stateMutability": "nonpayable",
|
964
491
|
"type": "function"
|
965
492
|
},
|
966
493
|
{
|
967
494
|
"inputs": [],
|
968
|
-
"name": "
|
495
|
+
"name": "isConsumingScheduledOp",
|
969
496
|
"outputs": [
|
970
497
|
{
|
971
|
-
"internalType": "
|
498
|
+
"internalType": "bytes4",
|
972
499
|
"name": "",
|
973
|
-
"type": "
|
500
|
+
"type": "bytes4"
|
974
501
|
}
|
975
502
|
],
|
976
503
|
"stateMutability": "view",
|
@@ -978,262 +505,91 @@
|
|
978
505
|
},
|
979
506
|
{
|
980
507
|
"inputs": [],
|
981
|
-
"name": "
|
508
|
+
"name": "linkToRegisteredNftId",
|
982
509
|
"outputs": [
|
983
510
|
{
|
984
|
-
"internalType": "
|
511
|
+
"internalType": "NftId",
|
985
512
|
"name": "",
|
986
|
-
"type": "
|
513
|
+
"type": "uint96"
|
987
514
|
}
|
988
515
|
],
|
989
|
-
"stateMutability": "
|
516
|
+
"stateMutability": "nonpayable",
|
990
517
|
"type": "function"
|
991
518
|
},
|
992
519
|
{
|
993
|
-
"inputs": [
|
994
|
-
"name": "getProductService",
|
995
|
-
"outputs": [
|
520
|
+
"inputs": [
|
996
521
|
{
|
997
|
-
"internalType": "
|
998
|
-
"name": "",
|
522
|
+
"internalType": "address",
|
523
|
+
"name": "from",
|
524
|
+
"type": "address"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"internalType": "address",
|
528
|
+
"name": "to",
|
529
|
+
"type": "address"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"internalType": "uint256",
|
533
|
+
"name": "tokenId",
|
534
|
+
"type": "uint256"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"internalType": "address",
|
538
|
+
"name": "operator",
|
999
539
|
"type": "address"
|
1000
540
|
}
|
1001
541
|
],
|
1002
|
-
"
|
542
|
+
"name": "nftTransferFrom",
|
543
|
+
"outputs": [],
|
544
|
+
"stateMutability": "nonpayable",
|
1003
545
|
"type": "function"
|
1004
546
|
},
|
1005
547
|
{
|
1006
548
|
"inputs": [
|
1007
549
|
{
|
1008
|
-
"internalType": "
|
1009
|
-
"name": "
|
1010
|
-
"type": "
|
1011
|
-
}
|
1012
|
-
],
|
1013
|
-
"name": "getState",
|
1014
|
-
"outputs": [
|
1015
|
-
{
|
1016
|
-
"internalType": "StateId",
|
1017
|
-
"name": "state",
|
1018
|
-
"type": "uint8"
|
550
|
+
"internalType": "Amount",
|
551
|
+
"name": "dipAmount",
|
552
|
+
"type": "uint96"
|
1019
553
|
}
|
1020
554
|
],
|
1021
|
-
"
|
1022
|
-
"
|
1023
|
-
|
1024
|
-
{
|
1025
|
-
"inputs": [
|
1026
|
-
{
|
1027
|
-
"internalType": "ObjectType",
|
1028
|
-
"name": "objectType",
|
1029
|
-
"type": "uint8"
|
1030
|
-
}
|
1031
|
-
],
|
1032
|
-
"name": "hasLifecycle",
|
1033
|
-
"outputs": [
|
1034
|
-
{
|
1035
|
-
"internalType": "bool",
|
1036
|
-
"name": "",
|
1037
|
-
"type": "bool"
|
1038
|
-
}
|
1039
|
-
],
|
1040
|
-
"stateMutability": "view",
|
1041
|
-
"type": "function"
|
1042
|
-
},
|
1043
|
-
{
|
1044
|
-
"inputs": [],
|
1045
|
-
"name": "isConsumingScheduledOp",
|
1046
|
-
"outputs": [
|
1047
|
-
{
|
1048
|
-
"internalType": "bytes4",
|
1049
|
-
"name": "",
|
1050
|
-
"type": "bytes4"
|
1051
|
-
}
|
1052
|
-
],
|
1053
|
-
"stateMutability": "view",
|
1054
|
-
"type": "function"
|
1055
|
-
},
|
1056
|
-
{
|
1057
|
-
"inputs": [
|
1058
|
-
{
|
1059
|
-
"internalType": "ObjectType",
|
1060
|
-
"name": "objectType",
|
1061
|
-
"type": "uint8"
|
1062
|
-
},
|
1063
|
-
{
|
1064
|
-
"internalType": "StateId",
|
1065
|
-
"name": "fromId",
|
1066
|
-
"type": "uint8"
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"internalType": "StateId",
|
1070
|
-
"name": "toId",
|
1071
|
-
"type": "uint8"
|
1072
|
-
}
|
1073
|
-
],
|
1074
|
-
"name": "isValidTransition",
|
1075
|
-
"outputs": [
|
1076
|
-
{
|
1077
|
-
"internalType": "bool",
|
1078
|
-
"name": "",
|
1079
|
-
"type": "bool"
|
1080
|
-
}
|
1081
|
-
],
|
1082
|
-
"stateMutability": "view",
|
555
|
+
"name": "refillStakingRewardReserves",
|
556
|
+
"outputs": [],
|
557
|
+
"stateMutability": "nonpayable",
|
1083
558
|
"type": "function"
|
1084
559
|
},
|
1085
560
|
{
|
1086
561
|
"inputs": [
|
1087
562
|
{
|
1088
563
|
"internalType": "address",
|
1089
|
-
"name": "",
|
564
|
+
"name": "product",
|
1090
565
|
"type": "address"
|
1091
566
|
}
|
1092
567
|
],
|
1093
|
-
"name": "
|
1094
|
-
"outputs": [],
|
1095
|
-
"stateMutability": "nonpayable",
|
1096
|
-
"type": "function"
|
1097
|
-
},
|
1098
|
-
{
|
1099
|
-
"inputs": [
|
1100
|
-
{
|
1101
|
-
"internalType": "bytes4",
|
1102
|
-
"name": "interfaceId",
|
1103
|
-
"type": "bytes4"
|
1104
|
-
}
|
1105
|
-
],
|
1106
|
-
"name": "supportsInterface",
|
1107
|
-
"outputs": [
|
1108
|
-
{
|
1109
|
-
"internalType": "bool",
|
1110
|
-
"name": "",
|
1111
|
-
"type": "bool"
|
1112
|
-
}
|
1113
|
-
],
|
1114
|
-
"stateMutability": "view",
|
1115
|
-
"type": "function"
|
1116
|
-
},
|
1117
|
-
{
|
1118
|
-
"inputs": [
|
1119
|
-
{
|
1120
|
-
"internalType": "ObjectType",
|
1121
|
-
"name": "objectType",
|
1122
|
-
"type": "uint8"
|
1123
|
-
},
|
1124
|
-
{
|
1125
|
-
"internalType": "KeyId",
|
1126
|
-
"name": "id",
|
1127
|
-
"type": "bytes31"
|
1128
|
-
}
|
1129
|
-
],
|
1130
|
-
"name": "toKey32",
|
568
|
+
"name": "registerProduct",
|
1131
569
|
"outputs": [
|
1132
|
-
{
|
1133
|
-
"internalType": "Key32",
|
1134
|
-
"name": "",
|
1135
|
-
"type": "bytes32"
|
1136
|
-
}
|
1137
|
-
],
|
1138
|
-
"stateMutability": "pure",
|
1139
|
-
"type": "function"
|
1140
|
-
},
|
1141
|
-
{
|
1142
|
-
"inputs": [
|
1143
570
|
{
|
1144
571
|
"internalType": "NftId",
|
1145
|
-
"name": "
|
572
|
+
"name": "productNftId",
|
1146
573
|
"type": "uint96"
|
1147
|
-
},
|
1148
|
-
{
|
1149
|
-
"components": [
|
1150
|
-
{
|
1151
|
-
"internalType": "NftId",
|
1152
|
-
"name": "poolNftId",
|
1153
|
-
"type": "uint96"
|
1154
|
-
},
|
1155
|
-
{
|
1156
|
-
"components": [
|
1157
|
-
{
|
1158
|
-
"internalType": "UFixed",
|
1159
|
-
"name": "fractionalFee",
|
1160
|
-
"type": "uint256"
|
1161
|
-
},
|
1162
|
-
{
|
1163
|
-
"internalType": "uint256",
|
1164
|
-
"name": "fixedFee",
|
1165
|
-
"type": "uint256"
|
1166
|
-
}
|
1167
|
-
],
|
1168
|
-
"internalType": "struct Fee",
|
1169
|
-
"name": "fee",
|
1170
|
-
"type": "tuple"
|
1171
|
-
},
|
1172
|
-
{
|
1173
|
-
"internalType": "bytes",
|
1174
|
-
"name": "filter",
|
1175
|
-
"type": "bytes"
|
1176
|
-
},
|
1177
|
-
{
|
1178
|
-
"internalType": "uint256",
|
1179
|
-
"name": "capitalAmount",
|
1180
|
-
"type": "uint256"
|
1181
|
-
},
|
1182
|
-
{
|
1183
|
-
"internalType": "uint256",
|
1184
|
-
"name": "lockedAmount",
|
1185
|
-
"type": "uint256"
|
1186
|
-
},
|
1187
|
-
{
|
1188
|
-
"internalType": "uint256",
|
1189
|
-
"name": "balanceAmount",
|
1190
|
-
"type": "uint256"
|
1191
|
-
},
|
1192
|
-
{
|
1193
|
-
"internalType": "uint256",
|
1194
|
-
"name": "lifetime",
|
1195
|
-
"type": "uint256"
|
1196
|
-
},
|
1197
|
-
{
|
1198
|
-
"internalType": "Timestamp",
|
1199
|
-
"name": "expiredAt",
|
1200
|
-
"type": "uint40"
|
1201
|
-
},
|
1202
|
-
{
|
1203
|
-
"internalType": "Timestamp",
|
1204
|
-
"name": "closedAt",
|
1205
|
-
"type": "uint40"
|
1206
|
-
}
|
1207
|
-
],
|
1208
|
-
"internalType": "struct IBundle.BundleInfo",
|
1209
|
-
"name": "bundle",
|
1210
|
-
"type": "tuple"
|
1211
|
-
},
|
1212
|
-
{
|
1213
|
-
"internalType": "StateId",
|
1214
|
-
"name": "newState",
|
1215
|
-
"type": "uint8"
|
1216
574
|
}
|
1217
575
|
],
|
1218
|
-
"name": "updateBundle",
|
1219
|
-
"outputs": [],
|
1220
576
|
"stateMutability": "nonpayable",
|
1221
577
|
"type": "function"
|
1222
578
|
},
|
1223
579
|
{
|
1224
580
|
"inputs": [
|
1225
581
|
{
|
1226
|
-
"internalType": "
|
1227
|
-
"name": "
|
1228
|
-
"type": "
|
582
|
+
"internalType": "RoleId",
|
583
|
+
"name": "roleId",
|
584
|
+
"type": "uint64"
|
1229
585
|
},
|
1230
586
|
{
|
1231
|
-
"internalType": "
|
1232
|
-
"name": "
|
1233
|
-
"type": "
|
587
|
+
"internalType": "address",
|
588
|
+
"name": "account",
|
589
|
+
"type": "address"
|
1234
590
|
}
|
1235
591
|
],
|
1236
|
-
"name": "
|
592
|
+
"name": "revokeRole",
|
1237
593
|
"outputs": [],
|
1238
594
|
"stateMutability": "nonpayable",
|
1239
595
|
"type": "function"
|
@@ -1241,61 +597,12 @@
|
|
1241
597
|
{
|
1242
598
|
"inputs": [
|
1243
599
|
{
|
1244
|
-
"internalType": "
|
1245
|
-
"name": "
|
1246
|
-
"type": "
|
1247
|
-
},
|
1248
|
-
{
|
1249
|
-
"components": [
|
1250
|
-
{
|
1251
|
-
"internalType": "NftId",
|
1252
|
-
"name": "productNftId",
|
1253
|
-
"type": "uint96"
|
1254
|
-
},
|
1255
|
-
{
|
1256
|
-
"internalType": "contract TokenHandler",
|
1257
|
-
"name": "tokenHandler",
|
1258
|
-
"type": "address"
|
1259
|
-
},
|
1260
|
-
{
|
1261
|
-
"components": [
|
1262
|
-
{
|
1263
|
-
"internalType": "UFixed",
|
1264
|
-
"name": "fractionalFee",
|
1265
|
-
"type": "uint256"
|
1266
|
-
},
|
1267
|
-
{
|
1268
|
-
"internalType": "uint256",
|
1269
|
-
"name": "fixedFee",
|
1270
|
-
"type": "uint256"
|
1271
|
-
}
|
1272
|
-
],
|
1273
|
-
"internalType": "struct Fee",
|
1274
|
-
"name": "distributionFee",
|
1275
|
-
"type": "tuple"
|
1276
|
-
},
|
1277
|
-
{
|
1278
|
-
"internalType": "bool",
|
1279
|
-
"name": "isIntercepting",
|
1280
|
-
"type": "bool"
|
1281
|
-
},
|
1282
|
-
{
|
1283
|
-
"internalType": "address",
|
1284
|
-
"name": "wallet",
|
1285
|
-
"type": "address"
|
1286
|
-
}
|
1287
|
-
],
|
1288
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
1289
|
-
"name": "setup",
|
1290
|
-
"type": "tuple"
|
1291
|
-
},
|
1292
|
-
{
|
1293
|
-
"internalType": "StateId",
|
1294
|
-
"name": "newState",
|
1295
|
-
"type": "uint8"
|
600
|
+
"internalType": "address",
|
601
|
+
"name": "",
|
602
|
+
"type": "address"
|
1296
603
|
}
|
1297
604
|
],
|
1298
|
-
"name": "
|
605
|
+
"name": "setAuthority",
|
1299
606
|
"outputs": [],
|
1300
607
|
"stateMutability": "nonpayable",
|
1301
608
|
"type": "function"
|
@@ -1303,17 +610,12 @@
|
|
1303
610
|
{
|
1304
611
|
"inputs": [
|
1305
612
|
{
|
1306
|
-
"internalType": "
|
1307
|
-
"name": "
|
1308
|
-
"type": "
|
1309
|
-
},
|
1310
|
-
{
|
1311
|
-
"internalType": "StateId",
|
1312
|
-
"name": "newState",
|
1313
|
-
"type": "uint8"
|
613
|
+
"internalType": "Seconds",
|
614
|
+
"name": "stakeLockingPeriod",
|
615
|
+
"type": "uint40"
|
1314
616
|
}
|
1315
617
|
],
|
1316
|
-
"name": "
|
618
|
+
"name": "setStakingLockingPeriod",
|
1317
619
|
"outputs": [],
|
1318
620
|
"stateMutability": "nonpayable",
|
1319
621
|
"type": "function"
|
@@ -1321,122 +623,12 @@
|
|
1321
623
|
{
|
1322
624
|
"inputs": [
|
1323
625
|
{
|
1324
|
-
"internalType": "
|
1325
|
-
"name": "
|
1326
|
-
"type": "
|
1327
|
-
},
|
1328
|
-
{
|
1329
|
-
"components": [
|
1330
|
-
{
|
1331
|
-
"internalType": "NftId",
|
1332
|
-
"name": "productNftId",
|
1333
|
-
"type": "uint96"
|
1334
|
-
},
|
1335
|
-
{
|
1336
|
-
"internalType": "NftId",
|
1337
|
-
"name": "bundleNftId",
|
1338
|
-
"type": "uint96"
|
1339
|
-
},
|
1340
|
-
{
|
1341
|
-
"internalType": "ReferralId",
|
1342
|
-
"name": "referralId",
|
1343
|
-
"type": "bytes8"
|
1344
|
-
},
|
1345
|
-
{
|
1346
|
-
"internalType": "RiskId",
|
1347
|
-
"name": "riskId",
|
1348
|
-
"type": "bytes8"
|
1349
|
-
},
|
1350
|
-
{
|
1351
|
-
"internalType": "uint256",
|
1352
|
-
"name": "sumInsuredAmount",
|
1353
|
-
"type": "uint256"
|
1354
|
-
},
|
1355
|
-
{
|
1356
|
-
"internalType": "uint256",
|
1357
|
-
"name": "premiumAmount",
|
1358
|
-
"type": "uint256"
|
1359
|
-
},
|
1360
|
-
{
|
1361
|
-
"internalType": "uint256",
|
1362
|
-
"name": "premiumPaidAmount",
|
1363
|
-
"type": "uint256"
|
1364
|
-
},
|
1365
|
-
{
|
1366
|
-
"internalType": "uint256",
|
1367
|
-
"name": "lifetime",
|
1368
|
-
"type": "uint256"
|
1369
|
-
},
|
1370
|
-
{
|
1371
|
-
"internalType": "bytes",
|
1372
|
-
"name": "applicationData",
|
1373
|
-
"type": "bytes"
|
1374
|
-
},
|
1375
|
-
{
|
1376
|
-
"internalType": "bytes",
|
1377
|
-
"name": "policyData",
|
1378
|
-
"type": "bytes"
|
1379
|
-
},
|
1380
|
-
{
|
1381
|
-
"internalType": "uint16",
|
1382
|
-
"name": "claimsCount",
|
1383
|
-
"type": "uint16"
|
1384
|
-
},
|
1385
|
-
{
|
1386
|
-
"internalType": "uint16",
|
1387
|
-
"name": "openClaimsCount",
|
1388
|
-
"type": "uint16"
|
1389
|
-
},
|
1390
|
-
{
|
1391
|
-
"internalType": "uint256",
|
1392
|
-
"name": "payoutAmount",
|
1393
|
-
"type": "uint256"
|
1394
|
-
},
|
1395
|
-
{
|
1396
|
-
"internalType": "Timestamp",
|
1397
|
-
"name": "activatedAt",
|
1398
|
-
"type": "uint40"
|
1399
|
-
},
|
1400
|
-
{
|
1401
|
-
"internalType": "Timestamp",
|
1402
|
-
"name": "expiredAt",
|
1403
|
-
"type": "uint40"
|
1404
|
-
},
|
1405
|
-
{
|
1406
|
-
"internalType": "Timestamp",
|
1407
|
-
"name": "closedAt",
|
1408
|
-
"type": "uint40"
|
1409
|
-
}
|
1410
|
-
],
|
1411
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
1412
|
-
"name": "policy",
|
1413
|
-
"type": "tuple"
|
1414
|
-
},
|
1415
|
-
{
|
1416
|
-
"internalType": "StateId",
|
1417
|
-
"name": "newState",
|
1418
|
-
"type": "uint8"
|
1419
|
-
}
|
1420
|
-
],
|
1421
|
-
"name": "updatePolicy",
|
1422
|
-
"outputs": [],
|
1423
|
-
"stateMutability": "nonpayable",
|
1424
|
-
"type": "function"
|
1425
|
-
},
|
1426
|
-
{
|
1427
|
-
"inputs": [
|
1428
|
-
{
|
1429
|
-
"internalType": "NftId",
|
1430
|
-
"name": "policyNftId",
|
1431
|
-
"type": "uint96"
|
1432
|
-
},
|
1433
|
-
{
|
1434
|
-
"internalType": "StateId",
|
1435
|
-
"name": "newState",
|
1436
|
-
"type": "uint8"
|
626
|
+
"internalType": "UFixed",
|
627
|
+
"name": "rewardRate",
|
628
|
+
"type": "uint256"
|
1437
629
|
}
|
1438
630
|
],
|
1439
|
-
"name": "
|
631
|
+
"name": "setStakingRewardRate",
|
1440
632
|
"outputs": [],
|
1441
633
|
"stateMutability": "nonpayable",
|
1442
634
|
"type": "function"
|
@@ -1444,105 +636,22 @@
|
|
1444
636
|
{
|
1445
637
|
"inputs": [
|
1446
638
|
{
|
1447
|
-
"internalType": "
|
1448
|
-
"name": "
|
1449
|
-
"type": "
|
639
|
+
"internalType": "string",
|
640
|
+
"name": "targetName",
|
641
|
+
"type": "string"
|
1450
642
|
},
|
1451
643
|
{
|
1452
|
-
"
|
1453
|
-
|
1454
|
-
|
1455
|
-
"name": "productNftId",
|
1456
|
-
"type": "uint96"
|
1457
|
-
},
|
1458
|
-
{
|
1459
|
-
"internalType": "contract TokenHandler",
|
1460
|
-
"name": "tokenHandler",
|
1461
|
-
"type": "address"
|
1462
|
-
},
|
1463
|
-
{
|
1464
|
-
"internalType": "UFixed",
|
1465
|
-
"name": "collateralizationLevel",
|
1466
|
-
"type": "uint256"
|
1467
|
-
},
|
1468
|
-
{
|
1469
|
-
"components": [
|
1470
|
-
{
|
1471
|
-
"internalType": "UFixed",
|
1472
|
-
"name": "fractionalFee",
|
1473
|
-
"type": "uint256"
|
1474
|
-
},
|
1475
|
-
{
|
1476
|
-
"internalType": "uint256",
|
1477
|
-
"name": "fixedFee",
|
1478
|
-
"type": "uint256"
|
1479
|
-
}
|
1480
|
-
],
|
1481
|
-
"internalType": "struct Fee",
|
1482
|
-
"name": "poolFee",
|
1483
|
-
"type": "tuple"
|
1484
|
-
},
|
1485
|
-
{
|
1486
|
-
"components": [
|
1487
|
-
{
|
1488
|
-
"internalType": "UFixed",
|
1489
|
-
"name": "fractionalFee",
|
1490
|
-
"type": "uint256"
|
1491
|
-
},
|
1492
|
-
{
|
1493
|
-
"internalType": "uint256",
|
1494
|
-
"name": "fixedFee",
|
1495
|
-
"type": "uint256"
|
1496
|
-
}
|
1497
|
-
],
|
1498
|
-
"internalType": "struct Fee",
|
1499
|
-
"name": "stakingFee",
|
1500
|
-
"type": "tuple"
|
1501
|
-
},
|
1502
|
-
{
|
1503
|
-
"components": [
|
1504
|
-
{
|
1505
|
-
"internalType": "UFixed",
|
1506
|
-
"name": "fractionalFee",
|
1507
|
-
"type": "uint256"
|
1508
|
-
},
|
1509
|
-
{
|
1510
|
-
"internalType": "uint256",
|
1511
|
-
"name": "fixedFee",
|
1512
|
-
"type": "uint256"
|
1513
|
-
}
|
1514
|
-
],
|
1515
|
-
"internalType": "struct Fee",
|
1516
|
-
"name": "performanceFee",
|
1517
|
-
"type": "tuple"
|
1518
|
-
},
|
1519
|
-
{
|
1520
|
-
"internalType": "bool",
|
1521
|
-
"name": "isIntercepting",
|
1522
|
-
"type": "bool"
|
1523
|
-
},
|
1524
|
-
{
|
1525
|
-
"internalType": "bool",
|
1526
|
-
"name": "isConfirmingApplication",
|
1527
|
-
"type": "bool"
|
1528
|
-
},
|
1529
|
-
{
|
1530
|
-
"internalType": "address",
|
1531
|
-
"name": "wallet",
|
1532
|
-
"type": "address"
|
1533
|
-
}
|
1534
|
-
],
|
1535
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
1536
|
-
"name": "setup",
|
1537
|
-
"type": "tuple"
|
644
|
+
"internalType": "bytes4[]",
|
645
|
+
"name": "selectors",
|
646
|
+
"type": "bytes4[]"
|
1538
647
|
},
|
1539
648
|
{
|
1540
|
-
"internalType": "
|
1541
|
-
"name": "
|
1542
|
-
"type": "
|
649
|
+
"internalType": "RoleId",
|
650
|
+
"name": "roleId",
|
651
|
+
"type": "uint64"
|
1543
652
|
}
|
1544
653
|
],
|
1545
|
-
"name": "
|
654
|
+
"name": "setTargetFunctionRole",
|
1546
655
|
"outputs": [],
|
1547
656
|
"stateMutability": "nonpayable",
|
1548
657
|
"type": "function"
|
@@ -1550,17 +659,17 @@
|
|
1550
659
|
{
|
1551
660
|
"inputs": [
|
1552
661
|
{
|
1553
|
-
"internalType": "
|
1554
|
-
"name": "
|
1555
|
-
"type": "
|
662
|
+
"internalType": "address",
|
663
|
+
"name": "target",
|
664
|
+
"type": "address"
|
1556
665
|
},
|
1557
666
|
{
|
1558
|
-
"internalType": "
|
1559
|
-
"name": "
|
1560
|
-
"type": "
|
667
|
+
"internalType": "bool",
|
668
|
+
"name": "locked",
|
669
|
+
"type": "bool"
|
1561
670
|
}
|
1562
671
|
],
|
1563
|
-
"name": "
|
672
|
+
"name": "setTargetLocked",
|
1564
673
|
"outputs": [],
|
1565
674
|
"stateMutability": "nonpayable",
|
1566
675
|
"type": "function"
|
@@ -1568,228 +677,38 @@
|
|
1568
677
|
{
|
1569
678
|
"inputs": [
|
1570
679
|
{
|
1571
|
-
"internalType": "
|
1572
|
-
"name": "
|
1573
|
-
"type": "
|
1574
|
-
},
|
1575
|
-
{
|
1576
|
-
"components": [
|
1577
|
-
{
|
1578
|
-
"internalType": "contract IERC20Metadata",
|
1579
|
-
"name": "token",
|
1580
|
-
"type": "address"
|
1581
|
-
},
|
1582
|
-
{
|
1583
|
-
"internalType": "contract TokenHandler",
|
1584
|
-
"name": "tokenHandler",
|
1585
|
-
"type": "address"
|
1586
|
-
},
|
1587
|
-
{
|
1588
|
-
"internalType": "NftId",
|
1589
|
-
"name": "distributionNftId",
|
1590
|
-
"type": "uint96"
|
1591
|
-
},
|
1592
|
-
{
|
1593
|
-
"internalType": "NftId",
|
1594
|
-
"name": "poolNftId",
|
1595
|
-
"type": "uint96"
|
1596
|
-
},
|
1597
|
-
{
|
1598
|
-
"components": [
|
1599
|
-
{
|
1600
|
-
"internalType": "UFixed",
|
1601
|
-
"name": "fractionalFee",
|
1602
|
-
"type": "uint256"
|
1603
|
-
},
|
1604
|
-
{
|
1605
|
-
"internalType": "uint256",
|
1606
|
-
"name": "fixedFee",
|
1607
|
-
"type": "uint256"
|
1608
|
-
}
|
1609
|
-
],
|
1610
|
-
"internalType": "struct Fee",
|
1611
|
-
"name": "distributionFee",
|
1612
|
-
"type": "tuple"
|
1613
|
-
},
|
1614
|
-
{
|
1615
|
-
"components": [
|
1616
|
-
{
|
1617
|
-
"internalType": "UFixed",
|
1618
|
-
"name": "fractionalFee",
|
1619
|
-
"type": "uint256"
|
1620
|
-
},
|
1621
|
-
{
|
1622
|
-
"internalType": "uint256",
|
1623
|
-
"name": "fixedFee",
|
1624
|
-
"type": "uint256"
|
1625
|
-
}
|
1626
|
-
],
|
1627
|
-
"internalType": "struct Fee",
|
1628
|
-
"name": "productFee",
|
1629
|
-
"type": "tuple"
|
1630
|
-
},
|
1631
|
-
{
|
1632
|
-
"components": [
|
1633
|
-
{
|
1634
|
-
"internalType": "UFixed",
|
1635
|
-
"name": "fractionalFee",
|
1636
|
-
"type": "uint256"
|
1637
|
-
},
|
1638
|
-
{
|
1639
|
-
"internalType": "uint256",
|
1640
|
-
"name": "fixedFee",
|
1641
|
-
"type": "uint256"
|
1642
|
-
}
|
1643
|
-
],
|
1644
|
-
"internalType": "struct Fee",
|
1645
|
-
"name": "processingFee",
|
1646
|
-
"type": "tuple"
|
1647
|
-
},
|
1648
|
-
{
|
1649
|
-
"components": [
|
1650
|
-
{
|
1651
|
-
"internalType": "UFixed",
|
1652
|
-
"name": "fractionalFee",
|
1653
|
-
"type": "uint256"
|
1654
|
-
},
|
1655
|
-
{
|
1656
|
-
"internalType": "uint256",
|
1657
|
-
"name": "fixedFee",
|
1658
|
-
"type": "uint256"
|
1659
|
-
}
|
1660
|
-
],
|
1661
|
-
"internalType": "struct Fee",
|
1662
|
-
"name": "poolFee",
|
1663
|
-
"type": "tuple"
|
1664
|
-
},
|
1665
|
-
{
|
1666
|
-
"components": [
|
1667
|
-
{
|
1668
|
-
"internalType": "UFixed",
|
1669
|
-
"name": "fractionalFee",
|
1670
|
-
"type": "uint256"
|
1671
|
-
},
|
1672
|
-
{
|
1673
|
-
"internalType": "uint256",
|
1674
|
-
"name": "fixedFee",
|
1675
|
-
"type": "uint256"
|
1676
|
-
}
|
1677
|
-
],
|
1678
|
-
"internalType": "struct Fee",
|
1679
|
-
"name": "stakingFee",
|
1680
|
-
"type": "tuple"
|
1681
|
-
},
|
1682
|
-
{
|
1683
|
-
"components": [
|
1684
|
-
{
|
1685
|
-
"internalType": "UFixed",
|
1686
|
-
"name": "fractionalFee",
|
1687
|
-
"type": "uint256"
|
1688
|
-
},
|
1689
|
-
{
|
1690
|
-
"internalType": "uint256",
|
1691
|
-
"name": "fixedFee",
|
1692
|
-
"type": "uint256"
|
1693
|
-
}
|
1694
|
-
],
|
1695
|
-
"internalType": "struct Fee",
|
1696
|
-
"name": "performanceFee",
|
1697
|
-
"type": "tuple"
|
1698
|
-
},
|
1699
|
-
{
|
1700
|
-
"internalType": "bool",
|
1701
|
-
"name": "isIntercepting",
|
1702
|
-
"type": "bool"
|
1703
|
-
},
|
1704
|
-
{
|
1705
|
-
"internalType": "address",
|
1706
|
-
"name": "wallet",
|
1707
|
-
"type": "address"
|
1708
|
-
}
|
1709
|
-
],
|
1710
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
1711
|
-
"name": "setup",
|
1712
|
-
"type": "tuple"
|
1713
|
-
},
|
1714
|
-
{
|
1715
|
-
"internalType": "StateId",
|
1716
|
-
"name": "newState",
|
1717
|
-
"type": "uint8"
|
680
|
+
"internalType": "bytes4",
|
681
|
+
"name": "interfaceId",
|
682
|
+
"type": "bytes4"
|
1718
683
|
}
|
1719
684
|
],
|
1720
|
-
"name": "
|
1721
|
-
"outputs": [
|
1722
|
-
"stateMutability": "nonpayable",
|
1723
|
-
"type": "function"
|
1724
|
-
},
|
1725
|
-
{
|
1726
|
-
"inputs": [
|
1727
|
-
{
|
1728
|
-
"internalType": "NftId",
|
1729
|
-
"name": "productNftId",
|
1730
|
-
"type": "uint96"
|
1731
|
-
},
|
685
|
+
"name": "supportsInterface",
|
686
|
+
"outputs": [
|
1732
687
|
{
|
1733
|
-
"internalType": "
|
1734
|
-
"name": "
|
1735
|
-
"type": "
|
688
|
+
"internalType": "bool",
|
689
|
+
"name": "",
|
690
|
+
"type": "bool"
|
1736
691
|
}
|
1737
692
|
],
|
1738
|
-
"
|
1739
|
-
"outputs": [],
|
1740
|
-
"stateMutability": "nonpayable",
|
693
|
+
"stateMutability": "view",
|
1741
694
|
"type": "function"
|
1742
695
|
},
|
1743
696
|
{
|
1744
697
|
"inputs": [
|
1745
698
|
{
|
1746
|
-
"internalType": "
|
1747
|
-
"name": "
|
1748
|
-
"type": "
|
1749
|
-
},
|
1750
|
-
{
|
1751
|
-
"components": [
|
1752
|
-
{
|
1753
|
-
"internalType": "NftId",
|
1754
|
-
"name": "productNftId",
|
1755
|
-
"type": "uint96"
|
1756
|
-
},
|
1757
|
-
{
|
1758
|
-
"internalType": "bytes",
|
1759
|
-
"name": "data",
|
1760
|
-
"type": "bytes"
|
1761
|
-
}
|
1762
|
-
],
|
1763
|
-
"internalType": "struct IRisk.RiskInfo",
|
1764
|
-
"name": "risk",
|
1765
|
-
"type": "tuple"
|
1766
|
-
},
|
1767
|
-
{
|
1768
|
-
"internalType": "StateId",
|
1769
|
-
"name": "newState",
|
1770
|
-
"type": "uint8"
|
699
|
+
"internalType": "Amount",
|
700
|
+
"name": "dipAmount",
|
701
|
+
"type": "uint96"
|
1771
702
|
}
|
1772
703
|
],
|
1773
|
-
"name": "
|
1774
|
-
"outputs": [
|
1775
|
-
"stateMutability": "nonpayable",
|
1776
|
-
"type": "function"
|
1777
|
-
},
|
1778
|
-
{
|
1779
|
-
"inputs": [
|
1780
|
-
{
|
1781
|
-
"internalType": "RiskId",
|
1782
|
-
"name": "riskId",
|
1783
|
-
"type": "bytes8"
|
1784
|
-
},
|
704
|
+
"name": "withdrawStakingRewardReserves",
|
705
|
+
"outputs": [
|
1785
706
|
{
|
1786
|
-
"internalType": "
|
1787
|
-
"name": "
|
1788
|
-
"type": "
|
707
|
+
"internalType": "Amount",
|
708
|
+
"name": "newBalance",
|
709
|
+
"type": "uint96"
|
1789
710
|
}
|
1790
711
|
],
|
1791
|
-
"name": "updateRiskState",
|
1792
|
-
"outputs": [],
|
1793
712
|
"stateMutability": "nonpayable",
|
1794
713
|
"type": "function"
|
1795
714
|
}
|