@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f62dcdf-553
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -5
- 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/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 +1402 -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/{components → distribution}/Distribution.sol/Distribution.json +272 -553
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +252 -292
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +207 -336
- 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 +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -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 +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +313 -2006
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +178 -109
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +403 -2855
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1078 -309
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +240 -424
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +140 -159
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -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 -54
- 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 +8 -116
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +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 +1039 -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/{components/IProductComponent.sol/IProductComponent.json → oracle/IOracleComponent.sol/IOracleComponent.json} +231 -273
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +281 -231
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +337 -414
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → pool/IBundleService.sol/IBundleService.json} +420 -304
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +411 -377
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +423 -417
- 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 +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +91 -167
- 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 +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IPricingService.sol/IPricingService.json} +201 -229
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +435 -29
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -68
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +333 -245
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +138 -95
- 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 +316 -153
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +314 -196
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +142 -115
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- 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 +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
- 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/{components/Component.sol/Component.json → shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json} +239 -252
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- 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 +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -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 +1888 -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 +776 -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 +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -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/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -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 +142 -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/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -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/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +596 -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/{components → distribution}/Distribution.sol +170 -165
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/{instance/service → distribution}/IDistributionService.sol +40 -38
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/{BundleManager.sol → BundleSet.sol} +30 -31
- package/contracts/instance/IInstance.sol +41 -73
- package/contracts/instance/IInstanceService.sol +37 -37
- package/contracts/instance/Instance.sol +153 -248
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +264 -60
- package/contracts/instance/InstanceService.sol +259 -343
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +26 -16
- package/contracts/instance/module/IDistribution.sol +6 -6
- package/contracts/instance/module/IPolicy.sol +47 -35
- package/contracts/instance/module/IRisk.sol +1 -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 +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +143 -0
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +16 -35
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +80 -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 +691 -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 +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +75 -38
- package/contracts/registry/IRegistry.sol +96 -26
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +445 -195
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +87 -128
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +265 -0
- package/contracts/shared/ComponentService.sol +745 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +120 -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 +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +12 -3
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +213 -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 +32 -25
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +32 -21
- package/contracts/shared/RegistryLinked.sol +3 -7
- package/contracts/shared/Service.sol +48 -36
- package/contracts/shared/TokenHandler.sol +115 -9
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -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 +407 -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 +26 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +24 -22
- package/contracts/{types → type}/NftId.sol +15 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +16 -2
- 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 +47 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +21 -2
- package/contracts/{types → type}/UFixed.sol +38 -9
- package/contracts/{types → type}/Version.sol +4 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- package/package.json +9 -5
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- 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/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 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- 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 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- 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/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- 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 -1092
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- 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 -559
- 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 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- 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/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 -383
- 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 -596
- 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 -104
- 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/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
- 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/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- 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 -288
- 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 -166
- 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/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- 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/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- 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 -267
- 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/Component.sol +0 -253
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -303
- package/contracts/components/Product.sol +0 -293
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -109
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -350
- package/contracts/instance/service/BundleService.sol +0 -431
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -435
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -93
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IPolicyService.sol +0 -72
- package/contracts/instance/service/IPoolService.sol +0 -99
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -362
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -303
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- 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/Amount.sol +0 -60
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
| @@ -44,237 +44,240 @@ | |
| 44 44 | 
             
                {
         | 
| 45 45 | 
             
                  "inputs": [
         | 
| 46 46 | 
             
                    {
         | 
| 47 | 
            -
                      "internalType": " | 
| 48 | 
            -
                      "name": " | 
| 49 | 
            -
                      "type": " | 
| 50 | 
            -
                    } | 
| 47 | 
            +
                      "internalType": "address",
         | 
| 48 | 
            +
                      "name": "instanceBundleSet",
         | 
| 49 | 
            +
                      "type": "address"
         | 
| 50 | 
            +
                    }
         | 
| 51 | 
            +
                  ],
         | 
| 52 | 
            +
                  "name": "ErrorInstanceBundleSetAlreadySet",
         | 
| 53 | 
            +
                  "type": "error"
         | 
| 54 | 
            +
                },
         | 
| 55 | 
            +
                {
         | 
| 56 | 
            +
                  "inputs": [
         | 
| 51 57 | 
             
                    {
         | 
| 52 | 
            -
                      "internalType": " | 
| 53 | 
            -
                      "name": " | 
| 54 | 
            -
                      "type": " | 
| 55 | 
            -
                    } | 
| 58 | 
            +
                      "internalType": "address",
         | 
| 59 | 
            +
                      "name": "instanceAuthority",
         | 
| 60 | 
            +
                      "type": "address"
         | 
| 61 | 
            +
                    }
         | 
| 62 | 
            +
                  ],
         | 
| 63 | 
            +
                  "name": "ErrorInstanceBundleSetAuthorityMismatch",
         | 
| 64 | 
            +
                  "type": "error"
         | 
| 65 | 
            +
                },
         | 
| 66 | 
            +
                {
         | 
| 67 | 
            +
                  "inputs": [
         | 
| 56 68 | 
             
                    {
         | 
| 57 | 
            -
                      "internalType": " | 
| 58 | 
            -
                      "name": " | 
| 59 | 
            -
                      "type": " | 
| 69 | 
            +
                      "internalType": "address",
         | 
| 70 | 
            +
                      "name": "instance",
         | 
| 71 | 
            +
                      "type": "address"
         | 
| 60 72 | 
             
                    }
         | 
| 61 73 | 
             
                  ],
         | 
| 62 | 
            -
                  "name": " | 
| 74 | 
            +
                  "name": "ErrorInstanceBundleSetInstanceMismatch",
         | 
| 63 75 | 
             
                  "type": "error"
         | 
| 64 76 | 
             
                },
         | 
| 65 77 | 
             
                {
         | 
| 66 78 | 
             
                  "inputs": [
         | 
| 67 79 | 
             
                    {
         | 
| 68 | 
            -
                      "internalType": " | 
| 69 | 
            -
                      "name": " | 
| 70 | 
            -
                      "type": " | 
| 80 | 
            +
                      "internalType": "address",
         | 
| 81 | 
            +
                      "name": "InstanceAdmin",
         | 
| 82 | 
            +
                      "type": "address"
         | 
| 71 83 | 
             
                    }
         | 
| 72 84 | 
             
                  ],
         | 
| 73 | 
            -
                  "name": " | 
| 85 | 
            +
                  "name": "ErrorInstanceInstanceAdminAlreadySet",
         | 
| 74 86 | 
             
                  "type": "error"
         | 
| 75 87 | 
             
                },
         | 
| 76 88 | 
             
                {
         | 
| 77 89 | 
             
                  "inputs": [
         | 
| 78 90 | 
             
                    {
         | 
| 79 91 | 
             
                      "internalType": "address",
         | 
| 80 | 
            -
                      "name": " | 
| 92 | 
            +
                      "name": "instanceAuthority",
         | 
| 81 93 | 
             
                      "type": "address"
         | 
| 82 94 | 
             
                    }
         | 
| 83 95 | 
             
                  ],
         | 
| 84 | 
            -
                  "name": " | 
| 96 | 
            +
                  "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
         | 
| 85 97 | 
             
                  "type": "error"
         | 
| 86 98 | 
             
                },
         | 
| 87 99 | 
             
                {
         | 
| 88 100 | 
             
                  "inputs": [],
         | 
| 89 | 
            -
                  "name": " | 
| 101 | 
            +
                  "name": "ErrorInstanceInstanceAdminZero",
         | 
| 90 102 | 
             
                  "type": "error"
         | 
| 91 103 | 
             
                },
         | 
| 92 104 | 
             
                {
         | 
| 93 105 | 
             
                  "inputs": [
         | 
| 94 106 | 
             
                    {
         | 
| 95 107 | 
             
                      "internalType": "address",
         | 
| 96 | 
            -
                      "name": " | 
| 108 | 
            +
                      "name": "instanceAuthority",
         | 
| 97 109 | 
             
                      "type": "address"
         | 
| 98 110 | 
             
                    }
         | 
| 99 111 | 
             
                  ],
         | 
| 100 | 
            -
                  "name": " | 
| 112 | 
            +
                  "name": "ErrorInstanceInstanceReaderInstanceMismatch",
         | 
| 101 113 | 
             
                  "type": "error"
         | 
| 102 114 | 
             
                },
         | 
| 103 115 | 
             
                {
         | 
| 104 116 | 
             
                  "inputs": [
         | 
| 105 117 | 
             
                    {
         | 
| 106 | 
            -
                      "internalType": " | 
| 107 | 
            -
                      "name": " | 
| 108 | 
            -
                      "type": " | 
| 109 | 
            -
                    },
         | 
| 110 | 
            -
                    {
         | 
| 111 | 
            -
                      "internalType": "ObjectType",
         | 
| 112 | 
            -
                      "name": "objectType",
         | 
| 113 | 
            -
                      "type": "uint8"
         | 
| 118 | 
            +
                      "internalType": "address",
         | 
| 119 | 
            +
                      "name": "instanceStore",
         | 
| 120 | 
            +
                      "type": "address"
         | 
| 114 121 | 
             
                    }
         | 
| 115 122 | 
             
                  ],
         | 
| 116 | 
            -
                  "name": " | 
| 123 | 
            +
                  "name": "ErrorInstanceInstanceStoreAlreadySet",
         | 
| 117 124 | 
             
                  "type": "error"
         | 
| 118 125 | 
             
                },
         | 
| 119 126 | 
             
                {
         | 
| 120 127 | 
             
                  "inputs": [
         | 
| 121 128 | 
             
                    {
         | 
| 122 129 | 
             
                      "internalType": "address",
         | 
| 123 | 
            -
                      "name": " | 
| 130 | 
            +
                      "name": "instanceAuthority",
         | 
| 124 131 | 
             
                      "type": "address"
         | 
| 125 132 | 
             
                    }
         | 
| 126 133 | 
             
                  ],
         | 
| 127 | 
            -
                  "name": " | 
| 134 | 
            +
                  "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
         | 
| 135 | 
            +
                  "type": "error"
         | 
| 136 | 
            +
                },
         | 
| 137 | 
            +
                {
         | 
| 138 | 
            +
                  "inputs": [
         | 
| 139 | 
            +
                    {
         | 
| 140 | 
            +
                      "internalType": "NftId",
         | 
| 141 | 
            +
                      "name": "nftId",
         | 
| 142 | 
            +
                      "type": "uint96"
         | 
| 143 | 
            +
                    }
         | 
| 144 | 
            +
                  ],
         | 
| 145 | 
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         | 
| 128 146 | 
             
                  "type": "error"
         | 
| 129 147 | 
             
                },
         | 
| 130 148 | 
             
                {
         | 
| 131 | 
            -
                  "anonymous": false,
         | 
| 132 149 | 
             
                  "inputs": [
         | 
| 133 150 | 
             
                    {
         | 
| 134 | 
            -
                      "indexed": false,
         | 
| 135 151 | 
             
                      "internalType": "address",
         | 
| 136 | 
            -
                      "name": " | 
| 152 | 
            +
                      "name": "contractAddress",
         | 
| 137 153 | 
             
                      "type": "address"
         | 
| 138 154 | 
             
                    }
         | 
| 139 155 | 
             
                  ],
         | 
| 140 | 
            -
                  "name": " | 
| 141 | 
            -
                  "type": " | 
| 156 | 
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         | 
| 157 | 
            +
                  "type": "error"
         | 
| 158 | 
            +
                },
         | 
| 159 | 
            +
                {
         | 
| 160 | 
            +
                  "inputs": [],
         | 
| 161 | 
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         | 
| 162 | 
            +
                  "type": "error"
         | 
| 142 163 | 
             
                },
         | 
| 143 164 | 
             
                {
         | 
| 144 | 
            -
                  "anonymous": false,
         | 
| 145 165 | 
             
                  "inputs": [
         | 
| 146 166 | 
             
                    {
         | 
| 147 | 
            -
                      " | 
| 148 | 
            -
                      " | 
| 149 | 
            -
                      " | 
| 150 | 
            -
                      "type": "uint8"
         | 
| 151 | 
            -
                    },
         | 
| 152 | 
            -
                    {
         | 
| 153 | 
            -
                      "indexed": false,
         | 
| 154 | 
            -
                      "internalType": "KeyId",
         | 
| 155 | 
            -
                      "name": "keyId",
         | 
| 156 | 
            -
                      "type": "bytes31"
         | 
| 167 | 
            +
                      "internalType": "NftId",
         | 
| 168 | 
            +
                      "name": "nftId",
         | 
| 169 | 
            +
                      "type": "uint96"
         | 
| 157 170 | 
             
                    },
         | 
| 158 171 | 
             
                    {
         | 
| 159 | 
            -
                      " | 
| 160 | 
            -
                      " | 
| 161 | 
            -
                      "name": "state",
         | 
| 172 | 
            +
                      "internalType": "ObjectType",
         | 
| 173 | 
            +
                      "name": "expectedObjectType",
         | 
| 162 174 | 
             
                      "type": "uint8"
         | 
| 163 | 
            -
                    } | 
| 175 | 
            +
                    }
         | 
| 176 | 
            +
                  ],
         | 
| 177 | 
            +
                  "name": "ErrorNftOwnableInvalidType",
         | 
| 178 | 
            +
                  "type": "error"
         | 
| 179 | 
            +
                },
         | 
| 180 | 
            +
                {
         | 
| 181 | 
            +
                  "inputs": [
         | 
| 164 182 | 
             
                    {
         | 
| 165 | 
            -
                      "indexed": false,
         | 
| 166 183 | 
             
                      "internalType": "address",
         | 
| 167 | 
            -
                      "name": " | 
| 184 | 
            +
                      "name": "account",
         | 
| 168 185 | 
             
                      "type": "address"
         | 
| 169 | 
            -
                    } | 
| 186 | 
            +
                    }
         | 
| 187 | 
            +
                  ],
         | 
| 188 | 
            +
                  "name": "ErrorNftOwnableNotOwner",
         | 
| 189 | 
            +
                  "type": "error"
         | 
| 190 | 
            +
                },
         | 
| 191 | 
            +
                {
         | 
| 192 | 
            +
                  "inputs": [
         | 
| 170 193 | 
             
                    {
         | 
| 171 | 
            -
                      "indexed": false,
         | 
| 172 194 | 
             
                      "internalType": "address",
         | 
| 173 | 
            -
                      "name": " | 
| 195 | 
            +
                      "name": "registryAddress",
         | 
| 174 196 | 
             
                      "type": "address"
         | 
| 175 197 | 
             
                    }
         | 
| 176 198 | 
             
                  ],
         | 
| 177 | 
            -
                  "name": " | 
| 178 | 
            -
                  "type": " | 
| 199 | 
            +
                  "name": "ErrorNotRegistry",
         | 
| 200 | 
            +
                  "type": "error"
         | 
| 179 201 | 
             
                },
         | 
| 180 202 | 
             
                {
         | 
| 181 203 | 
             
                  "anonymous": false,
         | 
| 182 204 | 
             
                  "inputs": [
         | 
| 183 | 
            -
                    {
         | 
| 184 | 
            -
                      "indexed": false,
         | 
| 185 | 
            -
                      "internalType": "ObjectType",
         | 
| 186 | 
            -
                      "name": "objectType",
         | 
| 187 | 
            -
                      "type": "uint8"
         | 
| 188 | 
            -
                    },
         | 
| 189 | 
            -
                    {
         | 
| 190 | 
            -
                      "indexed": false,
         | 
| 191 | 
            -
                      "internalType": "KeyId",
         | 
| 192 | 
            -
                      "name": "keyId",
         | 
| 193 | 
            -
                      "type": "bytes31"
         | 
| 194 | 
            -
                    },
         | 
| 195 | 
            -
                    {
         | 
| 196 | 
            -
                      "indexed": false,
         | 
| 197 | 
            -
                      "internalType": "StateId",
         | 
| 198 | 
            -
                      "name": "state",
         | 
| 199 | 
            -
                      "type": "uint8"
         | 
| 200 | 
            -
                    },
         | 
| 201 205 | 
             
                    {
         | 
| 202 206 | 
             
                      "indexed": false,
         | 
| 203 207 | 
             
                      "internalType": "address",
         | 
| 204 | 
            -
                      "name": " | 
| 208 | 
            +
                      "name": "authority",
         | 
| 205 209 | 
             
                      "type": "address"
         | 
| 206 | 
            -
                    } | 
| 210 | 
            +
                    }
         | 
| 211 | 
            +
                  ],
         | 
| 212 | 
            +
                  "name": "AuthorityUpdated",
         | 
| 213 | 
            +
                  "type": "event"
         | 
| 214 | 
            +
                },
         | 
| 215 | 
            +
                {
         | 
| 216 | 
            +
                  "inputs": [],
         | 
| 217 | 
            +
                  "name": "authority",
         | 
| 218 | 
            +
                  "outputs": [
         | 
| 207 219 | 
             
                    {
         | 
| 208 | 
            -
                      "indexed": false,
         | 
| 209 220 | 
             
                      "internalType": "address",
         | 
| 210 | 
            -
                      "name": " | 
| 221 | 
            +
                      "name": "",
         | 
| 211 222 | 
             
                      "type": "address"
         | 
| 212 | 
            -
                    },
         | 
| 213 | 
            -
                    {
         | 
| 214 | 
            -
                      "indexed": false,
         | 
| 215 | 
            -
                      "internalType": "Blocknumber",
         | 
| 216 | 
            -
                      "name": "lastUpdatedIn",
         | 
| 217 | 
            -
                      "type": "uint32"
         | 
| 218 223 | 
             
                    }
         | 
| 219 224 | 
             
                  ],
         | 
| 220 | 
            -
                  " | 
| 221 | 
            -
                  "type": " | 
| 225 | 
            +
                  "stateMutability": "view",
         | 
| 226 | 
            +
                  "type": "function"
         | 
| 222 227 | 
             
                },
         | 
| 223 228 | 
             
                {
         | 
| 224 | 
            -
                  "anonymous": false,
         | 
| 225 229 | 
             
                  "inputs": [
         | 
| 226 230 | 
             
                    {
         | 
| 227 | 
            -
                      " | 
| 228 | 
            -
                      " | 
| 229 | 
            -
                      " | 
| 230 | 
            -
                      "type": "uint8"
         | 
| 231 | 
            -
                    },
         | 
| 232 | 
            -
                    {
         | 
| 233 | 
            -
                      "indexed": false,
         | 
| 234 | 
            -
                      "internalType": "KeyId",
         | 
| 235 | 
            -
                      "name": "keyId",
         | 
| 236 | 
            -
                      "type": "bytes31"
         | 
| 231 | 
            +
                      "internalType": "string",
         | 
| 232 | 
            +
                      "name": "roleName",
         | 
| 233 | 
            +
                      "type": "string"
         | 
| 237 234 | 
             
                    },
         | 
| 238 235 | 
             
                    {
         | 
| 239 | 
            -
                      " | 
| 240 | 
            -
                      " | 
| 241 | 
            -
                      " | 
| 242 | 
            -
             | 
| 243 | 
            -
             | 
| 236 | 
            +
                      "internalType": "string",
         | 
| 237 | 
            +
                      "name": "adminName",
         | 
| 238 | 
            +
                      "type": "string"
         | 
| 239 | 
            +
                    }
         | 
| 240 | 
            +
                  ],
         | 
| 241 | 
            +
                  "name": "createRole",
         | 
| 242 | 
            +
                  "outputs": [
         | 
| 244 243 | 
             
                    {
         | 
| 245 | 
            -
                      " | 
| 246 | 
            -
                      " | 
| 247 | 
            -
                      " | 
| 248 | 
            -
                      "type": "uint8"
         | 
| 244 | 
            +
                      "internalType": "RoleId",
         | 
| 245 | 
            +
                      "name": "roleId",
         | 
| 246 | 
            +
                      "type": "uint64"
         | 
| 249 247 | 
             
                    },
         | 
| 250 248 | 
             
                    {
         | 
| 251 | 
            -
                      " | 
| 252 | 
            -
                      " | 
| 253 | 
            -
                      " | 
| 254 | 
            -
             | 
| 255 | 
            -
             | 
| 249 | 
            +
                      "internalType": "RoleId",
         | 
| 250 | 
            +
                      "name": "admin",
         | 
| 251 | 
            +
                      "type": "uint64"
         | 
| 252 | 
            +
                    }
         | 
| 253 | 
            +
                  ],
         | 
| 254 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 255 | 
            +
                  "type": "function"
         | 
| 256 | 
            +
                },
         | 
| 257 | 
            +
                {
         | 
| 258 | 
            +
                  "inputs": [
         | 
| 256 259 | 
             
                    {
         | 
| 257 | 
            -
                      "indexed": false,
         | 
| 258 260 | 
             
                      "internalType": "address",
         | 
| 259 | 
            -
                      "name": " | 
| 261 | 
            +
                      "name": "target",
         | 
| 260 262 | 
             
                      "type": "address"
         | 
| 261 263 | 
             
                    },
         | 
| 262 264 | 
             
                    {
         | 
| 263 | 
            -
                      " | 
| 264 | 
            -
                      " | 
| 265 | 
            -
                      " | 
| 266 | 
            -
                      "type": "uint32"
         | 
| 265 | 
            +
                      "internalType": "string",
         | 
| 266 | 
            +
                      "name": "name",
         | 
| 267 | 
            +
                      "type": "string"
         | 
| 267 268 | 
             
                    }
         | 
| 268 269 | 
             
                  ],
         | 
| 269 | 
            -
                  "name": " | 
| 270 | 
            -
                  " | 
| 270 | 
            +
                  "name": "createTarget",
         | 
| 271 | 
            +
                  "outputs": [],
         | 
| 272 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 273 | 
            +
                  "type": "function"
         | 
| 271 274 | 
             
                },
         | 
| 272 275 | 
             
                {
         | 
| 273 276 | 
             
                  "inputs": [],
         | 
| 274 | 
            -
                  "name": " | 
| 277 | 
            +
                  "name": "getBundleSet",
         | 
| 275 278 | 
             
                  "outputs": [
         | 
| 276 279 | 
             
                    {
         | 
| 277 | 
            -
                      "internalType": " | 
| 280 | 
            +
                      "internalType": "contract BundleSet",
         | 
| 278 281 | 
             
                      "name": "",
         | 
| 279 282 | 
             
                      "type": "address"
         | 
| 280 283 | 
             
                    }
         | 
| @@ -283,1744 +286,214 @@ | |
| 283 286 | 
             
                  "type": "function"
         | 
| 284 287 | 
             
                },
         | 
| 285 288 | 
             
                {
         | 
| 286 | 
            -
                  "inputs": [
         | 
| 287 | 
            -
             | 
| 288 | 
            -
             | 
| 289 | 
            -
                      "name": "applicationNftId",
         | 
| 290 | 
            -
                      "type": "uint96"
         | 
| 291 | 
            -
                    },
         | 
| 289 | 
            +
                  "inputs": [],
         | 
| 290 | 
            +
                  "name": "getInitialInfo",
         | 
| 291 | 
            +
                  "outputs": [
         | 
| 292 292 | 
             
                    {
         | 
| 293 293 | 
             
                      "components": [
         | 
| 294 294 | 
             
                        {
         | 
| 295 295 | 
             
                          "internalType": "NftId",
         | 
| 296 | 
            -
                          "name": " | 
| 296 | 
            +
                          "name": "nftId",
         | 
| 297 297 | 
             
                          "type": "uint96"
         | 
| 298 298 | 
             
                        },
         | 
| 299 299 | 
             
                        {
         | 
| 300 300 | 
             
                          "internalType": "NftId",
         | 
| 301 | 
            -
                          "name": " | 
| 301 | 
            +
                          "name": "parentNftId",
         | 
| 302 302 | 
             
                          "type": "uint96"
         | 
| 303 303 | 
             
                        },
         | 
| 304 304 | 
             
                        {
         | 
| 305 | 
            -
                          "internalType": " | 
| 306 | 
            -
                          "name": " | 
| 307 | 
            -
                          "type": " | 
| 308 | 
            -
                        },
         | 
| 309 | 
            -
                        {
         | 
| 310 | 
            -
                          "internalType": "RiskId",
         | 
| 311 | 
            -
                          "name": "riskId",
         | 
| 312 | 
            -
                          "type": "bytes8"
         | 
| 313 | 
            -
                        },
         | 
| 314 | 
            -
                        {
         | 
| 315 | 
            -
                          "internalType": "uint256",
         | 
| 316 | 
            -
                          "name": "sumInsuredAmount",
         | 
| 317 | 
            -
                          "type": "uint256"
         | 
| 318 | 
            -
                        },
         | 
| 319 | 
            -
                        {
         | 
| 320 | 
            -
                          "internalType": "uint256",
         | 
| 321 | 
            -
                          "name": "premiumAmount",
         | 
| 322 | 
            -
                          "type": "uint256"
         | 
| 305 | 
            +
                          "internalType": "ObjectType",
         | 
| 306 | 
            +
                          "name": "objectType",
         | 
| 307 | 
            +
                          "type": "uint8"
         | 
| 323 308 | 
             
                        },
         | 
| 324 309 | 
             
                        {
         | 
| 325 | 
            -
                          "internalType": " | 
| 326 | 
            -
                          "name": " | 
| 327 | 
            -
                          "type": " | 
| 310 | 
            +
                          "internalType": "bool",
         | 
| 311 | 
            +
                          "name": "isInterceptor",
         | 
| 312 | 
            +
                          "type": "bool"
         | 
| 328 313 | 
             
                        },
         | 
| 329 314 | 
             
                        {
         | 
| 330 | 
            -
                          "internalType": " | 
| 331 | 
            -
                          "name": " | 
| 332 | 
            -
                          "type": " | 
| 315 | 
            +
                          "internalType": "address",
         | 
| 316 | 
            +
                          "name": "objectAddress",
         | 
| 317 | 
            +
                          "type": "address"
         | 
| 333 318 | 
             
                        },
         | 
| 334 319 | 
             
                        {
         | 
| 335 | 
            -
                          "internalType": " | 
| 336 | 
            -
                          "name": " | 
| 337 | 
            -
                          "type": " | 
| 320 | 
            +
                          "internalType": "address",
         | 
| 321 | 
            +
                          "name": "initialOwner",
         | 
| 322 | 
            +
                          "type": "address"
         | 
| 338 323 | 
             
                        },
         | 
| 339 324 | 
             
                        {
         | 
| 340 325 | 
             
                          "internalType": "bytes",
         | 
| 341 | 
            -
                          "name": " | 
| 326 | 
            +
                          "name": "data",
         | 
| 342 327 | 
             
                          "type": "bytes"
         | 
| 343 | 
            -
                        },
         | 
| 344 | 
            -
                        {
         | 
| 345 | 
            -
                          "internalType": "uint16",
         | 
| 346 | 
            -
                          "name": "claimsCount",
         | 
| 347 | 
            -
                          "type": "uint16"
         | 
| 348 | 
            -
                        },
         | 
| 349 | 
            -
                        {
         | 
| 350 | 
            -
                          "internalType": "uint16",
         | 
| 351 | 
            -
                          "name": "openClaimsCount",
         | 
| 352 | 
            -
                          "type": "uint16"
         | 
| 353 | 
            -
                        },
         | 
| 354 | 
            -
                        {
         | 
| 355 | 
            -
                          "internalType": "uint256",
         | 
| 356 | 
            -
                          "name": "payoutAmount",
         | 
| 357 | 
            -
                          "type": "uint256"
         | 
| 358 | 
            -
                        },
         | 
| 359 | 
            -
                        {
         | 
| 360 | 
            -
                          "internalType": "Timestamp",
         | 
| 361 | 
            -
                          "name": "activatedAt",
         | 
| 362 | 
            -
                          "type": "uint40"
         | 
| 363 | 
            -
                        },
         | 
| 364 | 
            -
                        {
         | 
| 365 | 
            -
                          "internalType": "Timestamp",
         | 
| 366 | 
            -
                          "name": "expiredAt",
         | 
| 367 | 
            -
                          "type": "uint40"
         | 
| 368 | 
            -
                        },
         | 
| 369 | 
            -
                        {
         | 
| 370 | 
            -
                          "internalType": "Timestamp",
         | 
| 371 | 
            -
                          "name": "closedAt",
         | 
| 372 | 
            -
                          "type": "uint40"
         | 
| 373 328 | 
             
                        }
         | 
| 374 329 | 
             
                      ],
         | 
| 375 | 
            -
                      "internalType": "struct  | 
| 376 | 
            -
                      "name": " | 
| 330 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 331 | 
            +
                      "name": "",
         | 
| 377 332 | 
             
                      "type": "tuple"
         | 
| 378 333 | 
             
                    }
         | 
| 379 334 | 
             
                  ],
         | 
| 380 | 
            -
                  " | 
| 381 | 
            -
                  "outputs": [],
         | 
| 382 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 335 | 
            +
                  "stateMutability": "view",
         | 
| 383 336 | 
             
                  "type": "function"
         | 
| 384 337 | 
             
                },
         | 
| 385 338 | 
             
                {
         | 
| 386 | 
            -
                  "inputs": [
         | 
| 387 | 
            -
             | 
| 388 | 
            -
             | 
| 389 | 
            -
                      "name": "bundleNftId",
         | 
| 390 | 
            -
                      "type": "uint96"
         | 
| 391 | 
            -
                    },
         | 
| 339 | 
            +
                  "inputs": [],
         | 
| 340 | 
            +
                  "name": "getInstanceAdmin",
         | 
| 341 | 
            +
                  "outputs": [
         | 
| 392 342 | 
             
                    {
         | 
| 393 | 
            -
                      " | 
| 394 | 
            -
             | 
| 395 | 
            -
             | 
| 396 | 
            -
                          "name": "poolNftId",
         | 
| 397 | 
            -
                          "type": "uint96"
         | 
| 398 | 
            -
                        },
         | 
| 399 | 
            -
                        {
         | 
| 400 | 
            -
                          "components": [
         | 
| 401 | 
            -
                            {
         | 
| 402 | 
            -
                              "internalType": "UFixed",
         | 
| 403 | 
            -
                              "name": "fractionalFee",
         | 
| 404 | 
            -
                              "type": "uint256"
         | 
| 405 | 
            -
                            },
         | 
| 406 | 
            -
                            {
         | 
| 407 | 
            -
                              "internalType": "uint256",
         | 
| 408 | 
            -
                              "name": "fixedFee",
         | 
| 409 | 
            -
                              "type": "uint256"
         | 
| 410 | 
            -
                            }
         | 
| 411 | 
            -
                          ],
         | 
| 412 | 
            -
                          "internalType": "struct Fee",
         | 
| 413 | 
            -
                          "name": "fee",
         | 
| 414 | 
            -
                          "type": "tuple"
         | 
| 415 | 
            -
                        },
         | 
| 416 | 
            -
                        {
         | 
| 417 | 
            -
                          "internalType": "bytes",
         | 
| 418 | 
            -
                          "name": "filter",
         | 
| 419 | 
            -
                          "type": "bytes"
         | 
| 420 | 
            -
                        },
         | 
| 421 | 
            -
                        {
         | 
| 422 | 
            -
                          "internalType": "Amount",
         | 
| 423 | 
            -
                          "name": "capitalAmount",
         | 
| 424 | 
            -
                          "type": "uint96"
         | 
| 425 | 
            -
                        },
         | 
| 426 | 
            -
                        {
         | 
| 427 | 
            -
                          "internalType": "Amount",
         | 
| 428 | 
            -
                          "name": "lockedAmount",
         | 
| 429 | 
            -
                          "type": "uint96"
         | 
| 430 | 
            -
                        },
         | 
| 431 | 
            -
                        {
         | 
| 432 | 
            -
                          "internalType": "Amount",
         | 
| 433 | 
            -
                          "name": "feeAmount",
         | 
| 434 | 
            -
                          "type": "uint96"
         | 
| 435 | 
            -
                        },
         | 
| 436 | 
            -
                        {
         | 
| 437 | 
            -
                          "internalType": "Seconds",
         | 
| 438 | 
            -
                          "name": "lifetime",
         | 
| 439 | 
            -
                          "type": "uint40"
         | 
| 440 | 
            -
                        },
         | 
| 441 | 
            -
                        {
         | 
| 442 | 
            -
                          "internalType": "Timestamp",
         | 
| 443 | 
            -
                          "name": "expiredAt",
         | 
| 444 | 
            -
                          "type": "uint40"
         | 
| 445 | 
            -
                        },
         | 
| 446 | 
            -
                        {
         | 
| 447 | 
            -
                          "internalType": "Timestamp",
         | 
| 448 | 
            -
                          "name": "closedAt",
         | 
| 449 | 
            -
                          "type": "uint40"
         | 
| 450 | 
            -
                        }
         | 
| 451 | 
            -
                      ],
         | 
| 452 | 
            -
                      "internalType": "struct IBundle.BundleInfo",
         | 
| 453 | 
            -
                      "name": "bundle",
         | 
| 454 | 
            -
                      "type": "tuple"
         | 
| 343 | 
            +
                      "internalType": "contract InstanceAdmin",
         | 
| 344 | 
            +
                      "name": "",
         | 
| 345 | 
            +
                      "type": "address"
         | 
| 455 346 | 
             
                    }
         | 
| 456 347 | 
             
                  ],
         | 
| 457 | 
            -
                  " | 
| 458 | 
            -
                  "outputs": [],
         | 
| 459 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 460 | 
            -
                  "type": "function"
         | 
| 461 | 
            -
                },
         | 
| 462 | 
            -
                {
         | 
| 463 | 
            -
                  "inputs": [
         | 
| 464 | 
            -
                    {
         | 
| 465 | 
            -
                      "internalType": "NftId",
         | 
| 466 | 
            -
                      "name": "distributionNftId",
         | 
| 467 | 
            -
                      "type": "uint96"
         | 
| 468 | 
            -
                    },
         | 
| 469 | 
            -
                    {
         | 
| 470 | 
            -
                      "components": [
         | 
| 471 | 
            -
                        {
         | 
| 472 | 
            -
                          "internalType": "NftId",
         | 
| 473 | 
            -
                          "name": "productNftId",
         | 
| 474 | 
            -
                          "type": "uint96"
         | 
| 475 | 
            -
                        },
         | 
| 476 | 
            -
                        {
         | 
| 477 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 478 | 
            -
                          "name": "tokenHandler",
         | 
| 479 | 
            -
                          "type": "address"
         | 
| 480 | 
            -
                        },
         | 
| 481 | 
            -
                        {
         | 
| 482 | 
            -
                          "components": [
         | 
| 483 | 
            -
                            {
         | 
| 484 | 
            -
                              "internalType": "UFixed",
         | 
| 485 | 
            -
                              "name": "fractionalFee",
         | 
| 486 | 
            -
                              "type": "uint256"
         | 
| 487 | 
            -
                            },
         | 
| 488 | 
            -
                            {
         | 
| 489 | 
            -
                              "internalType": "uint256",
         | 
| 490 | 
            -
                              "name": "fixedFee",
         | 
| 491 | 
            -
                              "type": "uint256"
         | 
| 492 | 
            -
                            }
         | 
| 493 | 
            -
                          ],
         | 
| 494 | 
            -
                          "internalType": "struct Fee",
         | 
| 495 | 
            -
                          "name": "minDistributionOwnerFee",
         | 
| 496 | 
            -
                          "type": "tuple"
         | 
| 497 | 
            -
                        },
         | 
| 498 | 
            -
                        {
         | 
| 499 | 
            -
                          "components": [
         | 
| 500 | 
            -
                            {
         | 
| 501 | 
            -
                              "internalType": "UFixed",
         | 
| 502 | 
            -
                              "name": "fractionalFee",
         | 
| 503 | 
            -
                              "type": "uint256"
         | 
| 504 | 
            -
                            },
         | 
| 505 | 
            -
                            {
         | 
| 506 | 
            -
                              "internalType": "uint256",
         | 
| 507 | 
            -
                              "name": "fixedFee",
         | 
| 508 | 
            -
                              "type": "uint256"
         | 
| 509 | 
            -
                            }
         | 
| 510 | 
            -
                          ],
         | 
| 511 | 
            -
                          "internalType": "struct Fee",
         | 
| 512 | 
            -
                          "name": "distributionFee",
         | 
| 513 | 
            -
                          "type": "tuple"
         | 
| 514 | 
            -
                        },
         | 
| 515 | 
            -
                        {
         | 
| 516 | 
            -
                          "internalType": "address",
         | 
| 517 | 
            -
                          "name": "wallet",
         | 
| 518 | 
            -
                          "type": "address"
         | 
| 519 | 
            -
                        },
         | 
| 520 | 
            -
                        {
         | 
| 521 | 
            -
                          "internalType": "uint256",
         | 
| 522 | 
            -
                          "name": "sumDistributionOwnerFees",
         | 
| 523 | 
            -
                          "type": "uint256"
         | 
| 524 | 
            -
                        }
         | 
| 525 | 
            -
                      ],
         | 
| 526 | 
            -
                      "internalType": "struct ISetup.DistributionSetupInfo",
         | 
| 527 | 
            -
                      "name": "setup",
         | 
| 528 | 
            -
                      "type": "tuple"
         | 
| 529 | 
            -
                    }
         | 
| 530 | 
            -
                  ],
         | 
| 531 | 
            -
                  "name": "createDistributionSetup",
         | 
| 532 | 
            -
                  "outputs": [],
         | 
| 533 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 534 | 
            -
                  "type": "function"
         | 
| 535 | 
            -
                },
         | 
| 536 | 
            -
                {
         | 
| 537 | 
            -
                  "inputs": [
         | 
| 538 | 
            -
                    {
         | 
| 539 | 
            -
                      "internalType": "NftId",
         | 
| 540 | 
            -
                      "name": "nftId",
         | 
| 541 | 
            -
                      "type": "uint96"
         | 
| 542 | 
            -
                    },
         | 
| 543 | 
            -
                    {
         | 
| 544 | 
            -
                      "components": [
         | 
| 545 | 
            -
                        {
         | 
| 546 | 
            -
                          "internalType": "DistributorType",
         | 
| 547 | 
            -
                          "name": "distributorType",
         | 
| 548 | 
            -
                          "type": "bytes8"
         | 
| 549 | 
            -
                        },
         | 
| 550 | 
            -
                        {
         | 
| 551 | 
            -
                          "internalType": "bool",
         | 
| 552 | 
            -
                          "name": "active",
         | 
| 553 | 
            -
                          "type": "bool"
         | 
| 554 | 
            -
                        },
         | 
| 555 | 
            -
                        {
         | 
| 556 | 
            -
                          "internalType": "bytes",
         | 
| 557 | 
            -
                          "name": "data",
         | 
| 558 | 
            -
                          "type": "bytes"
         | 
| 559 | 
            -
                        },
         | 
| 560 | 
            -
                        {
         | 
| 561 | 
            -
                          "internalType": "uint256",
         | 
| 562 | 
            -
                          "name": "sumCommisions",
         | 
| 563 | 
            -
                          "type": "uint256"
         | 
| 564 | 
            -
                        },
         | 
| 565 | 
            -
                        {
         | 
| 566 | 
            -
                          "internalType": "uint256",
         | 
| 567 | 
            -
                          "name": "numPoliciesSold",
         | 
| 568 | 
            -
                          "type": "uint256"
         | 
| 569 | 
            -
                        }
         | 
| 570 | 
            -
                      ],
         | 
| 571 | 
            -
                      "internalType": "struct IDistribution.DistributorInfo",
         | 
| 572 | 
            -
                      "name": "info",
         | 
| 573 | 
            -
                      "type": "tuple"
         | 
| 574 | 
            -
                    }
         | 
| 575 | 
            -
                  ],
         | 
| 576 | 
            -
                  "name": "createDistributor",
         | 
| 577 | 
            -
                  "outputs": [],
         | 
| 578 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 579 | 
            -
                  "type": "function"
         | 
| 580 | 
            -
                },
         | 
| 581 | 
            -
                {
         | 
| 582 | 
            -
                  "inputs": [
         | 
| 583 | 
            -
                    {
         | 
| 584 | 
            -
                      "internalType": "Key32",
         | 
| 585 | 
            -
                      "name": "distributorKey",
         | 
| 586 | 
            -
                      "type": "bytes32"
         | 
| 587 | 
            -
                    },
         | 
| 588 | 
            -
                    {
         | 
| 589 | 
            -
                      "components": [
         | 
| 590 | 
            -
                        {
         | 
| 591 | 
            -
                          "internalType": "string",
         | 
| 592 | 
            -
                          "name": "name",
         | 
| 593 | 
            -
                          "type": "string"
         | 
| 594 | 
            -
                        },
         | 
| 595 | 
            -
                        {
         | 
| 596 | 
            -
                          "internalType": "UFixed",
         | 
| 597 | 
            -
                          "name": "minDiscountPercentage",
         | 
| 598 | 
            -
                          "type": "uint256"
         | 
| 599 | 
            -
                        },
         | 
| 600 | 
            -
                        {
         | 
| 601 | 
            -
                          "internalType": "UFixed",
         | 
| 602 | 
            -
                          "name": "maxDiscountPercentage",
         | 
| 603 | 
            -
                          "type": "uint256"
         | 
| 604 | 
            -
                        },
         | 
| 605 | 
            -
                        {
         | 
| 606 | 
            -
                          "internalType": "UFixed",
         | 
| 607 | 
            -
                          "name": "commissionPercentage",
         | 
| 608 | 
            -
                          "type": "uint256"
         | 
| 609 | 
            -
                        },
         | 
| 610 | 
            -
                        {
         | 
| 611 | 
            -
                          "internalType": "uint32",
         | 
| 612 | 
            -
                          "name": "maxReferralCount",
         | 
| 613 | 
            -
                          "type": "uint32"
         | 
| 614 | 
            -
                        },
         | 
| 615 | 
            -
                        {
         | 
| 616 | 
            -
                          "internalType": "uint32",
         | 
| 617 | 
            -
                          "name": "maxReferralLifetime",
         | 
| 618 | 
            -
                          "type": "uint32"
         | 
| 619 | 
            -
                        },
         | 
| 620 | 
            -
                        {
         | 
| 621 | 
            -
                          "internalType": "bool",
         | 
| 622 | 
            -
                          "name": "allowSelfReferrals",
         | 
| 623 | 
            -
                          "type": "bool"
         | 
| 624 | 
            -
                        },
         | 
| 625 | 
            -
                        {
         | 
| 626 | 
            -
                          "internalType": "bool",
         | 
| 627 | 
            -
                          "name": "allowRenewals",
         | 
| 628 | 
            -
                          "type": "bool"
         | 
| 629 | 
            -
                        },
         | 
| 630 | 
            -
                        {
         | 
| 631 | 
            -
                          "internalType": "bytes",
         | 
| 632 | 
            -
                          "name": "data",
         | 
| 633 | 
            -
                          "type": "bytes"
         | 
| 634 | 
            -
                        }
         | 
| 635 | 
            -
                      ],
         | 
| 636 | 
            -
                      "internalType": "struct IDistribution.DistributorTypeInfo",
         | 
| 637 | 
            -
                      "name": "info",
         | 
| 638 | 
            -
                      "type": "tuple"
         | 
| 639 | 
            -
                    }
         | 
| 640 | 
            -
                  ],
         | 
| 641 | 
            -
                  "name": "createDistributorType",
         | 
| 642 | 
            -
                  "outputs": [],
         | 
| 643 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 644 | 
            -
                  "type": "function"
         | 
| 645 | 
            -
                },
         | 
| 646 | 
            -
                {
         | 
| 647 | 
            -
                  "inputs": [
         | 
| 648 | 
            -
                    {
         | 
| 649 | 
            -
                      "internalType": "NftId",
         | 
| 650 | 
            -
                      "name": "poolNftId",
         | 
| 651 | 
            -
                      "type": "uint96"
         | 
| 652 | 
            -
                    },
         | 
| 653 | 
            -
                    {
         | 
| 654 | 
            -
                      "components": [
         | 
| 655 | 
            -
                        {
         | 
| 656 | 
            -
                          "internalType": "string",
         | 
| 657 | 
            -
                          "name": "name",
         | 
| 658 | 
            -
                          "type": "string"
         | 
| 659 | 
            -
                        },
         | 
| 660 | 
            -
                        {
         | 
| 661 | 
            -
                          "internalType": "contract IERC20Metadata",
         | 
| 662 | 
            -
                          "name": "token",
         | 
| 663 | 
            -
                          "type": "address"
         | 
| 664 | 
            -
                        },
         | 
| 665 | 
            -
                        {
         | 
| 666 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 667 | 
            -
                          "name": "tokenHandler",
         | 
| 668 | 
            -
                          "type": "address"
         | 
| 669 | 
            -
                        },
         | 
| 670 | 
            -
                        {
         | 
| 671 | 
            -
                          "internalType": "address",
         | 
| 672 | 
            -
                          "name": "wallet",
         | 
| 673 | 
            -
                          "type": "address"
         | 
| 674 | 
            -
                        },
         | 
| 675 | 
            -
                        {
         | 
| 676 | 
            -
                          "internalType": "Amount",
         | 
| 677 | 
            -
                          "name": "balanceAmount",
         | 
| 678 | 
            -
                          "type": "uint96"
         | 
| 679 | 
            -
                        },
         | 
| 680 | 
            -
                        {
         | 
| 681 | 
            -
                          "internalType": "Amount",
         | 
| 682 | 
            -
                          "name": "feeAmount",
         | 
| 683 | 
            -
                          "type": "uint96"
         | 
| 684 | 
            -
                        },
         | 
| 685 | 
            -
                        {
         | 
| 686 | 
            -
                          "internalType": "bytes",
         | 
| 687 | 
            -
                          "name": "data",
         | 
| 688 | 
            -
                          "type": "bytes"
         | 
| 689 | 
            -
                        }
         | 
| 690 | 
            -
                      ],
         | 
| 691 | 
            -
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| 692 | 
            -
                      "name": "info",
         | 
| 693 | 
            -
                      "type": "tuple"
         | 
| 694 | 
            -
                    }
         | 
| 695 | 
            -
                  ],
         | 
| 696 | 
            -
                  "name": "createPoolSetup",
         | 
| 697 | 
            -
                  "outputs": [],
         | 
| 698 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 699 | 
            -
                  "type": "function"
         | 
| 700 | 
            -
                },
         | 
| 701 | 
            -
                {
         | 
| 702 | 
            -
                  "inputs": [
         | 
| 703 | 
            -
                    {
         | 
| 704 | 
            -
                      "internalType": "NftId",
         | 
| 705 | 
            -
                      "name": "productNftId",
         | 
| 706 | 
            -
                      "type": "uint96"
         | 
| 707 | 
            -
                    },
         | 
| 708 | 
            -
                    {
         | 
| 709 | 
            -
                      "components": [
         | 
| 710 | 
            -
                        {
         | 
| 711 | 
            -
                          "internalType": "contract IERC20Metadata",
         | 
| 712 | 
            -
                          "name": "token",
         | 
| 713 | 
            -
                          "type": "address"
         | 
| 714 | 
            -
                        },
         | 
| 715 | 
            -
                        {
         | 
| 716 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 717 | 
            -
                          "name": "tokenHandler",
         | 
| 718 | 
            -
                          "type": "address"
         | 
| 719 | 
            -
                        },
         | 
| 720 | 
            -
                        {
         | 
| 721 | 
            -
                          "internalType": "NftId",
         | 
| 722 | 
            -
                          "name": "distributionNftId",
         | 
| 723 | 
            -
                          "type": "uint96"
         | 
| 724 | 
            -
                        },
         | 
| 725 | 
            -
                        {
         | 
| 726 | 
            -
                          "internalType": "NftId",
         | 
| 727 | 
            -
                          "name": "poolNftId",
         | 
| 728 | 
            -
                          "type": "uint96"
         | 
| 729 | 
            -
                        },
         | 
| 730 | 
            -
                        {
         | 
| 731 | 
            -
                          "components": [
         | 
| 732 | 
            -
                            {
         | 
| 733 | 
            -
                              "internalType": "UFixed",
         | 
| 734 | 
            -
                              "name": "fractionalFee",
         | 
| 735 | 
            -
                              "type": "uint256"
         | 
| 736 | 
            -
                            },
         | 
| 737 | 
            -
                            {
         | 
| 738 | 
            -
                              "internalType": "uint256",
         | 
| 739 | 
            -
                              "name": "fixedFee",
         | 
| 740 | 
            -
                              "type": "uint256"
         | 
| 741 | 
            -
                            }
         | 
| 742 | 
            -
                          ],
         | 
| 743 | 
            -
                          "internalType": "struct Fee",
         | 
| 744 | 
            -
                          "name": "productFee",
         | 
| 745 | 
            -
                          "type": "tuple"
         | 
| 746 | 
            -
                        },
         | 
| 747 | 
            -
                        {
         | 
| 748 | 
            -
                          "components": [
         | 
| 749 | 
            -
                            {
         | 
| 750 | 
            -
                              "internalType": "UFixed",
         | 
| 751 | 
            -
                              "name": "fractionalFee",
         | 
| 752 | 
            -
                              "type": "uint256"
         | 
| 753 | 
            -
                            },
         | 
| 754 | 
            -
                            {
         | 
| 755 | 
            -
                              "internalType": "uint256",
         | 
| 756 | 
            -
                              "name": "fixedFee",
         | 
| 757 | 
            -
                              "type": "uint256"
         | 
| 758 | 
            -
                            }
         | 
| 759 | 
            -
                          ],
         | 
| 760 | 
            -
                          "internalType": "struct Fee",
         | 
| 761 | 
            -
                          "name": "processingFee",
         | 
| 762 | 
            -
                          "type": "tuple"
         | 
| 763 | 
            -
                        },
         | 
| 764 | 
            -
                        {
         | 
| 765 | 
            -
                          "internalType": "bool",
         | 
| 766 | 
            -
                          "name": "isIntercepting",
         | 
| 767 | 
            -
                          "type": "bool"
         | 
| 768 | 
            -
                        },
         | 
| 769 | 
            -
                        {
         | 
| 770 | 
            -
                          "internalType": "address",
         | 
| 771 | 
            -
                          "name": "wallet",
         | 
| 772 | 
            -
                          "type": "address"
         | 
| 773 | 
            -
                        }
         | 
| 774 | 
            -
                      ],
         | 
| 775 | 
            -
                      "internalType": "struct ISetup.ProductSetupInfo",
         | 
| 776 | 
            -
                      "name": "setup",
         | 
| 777 | 
            -
                      "type": "tuple"
         | 
| 778 | 
            -
                    }
         | 
| 779 | 
            -
                  ],
         | 
| 780 | 
            -
                  "name": "createProductSetup",
         | 
| 781 | 
            -
                  "outputs": [],
         | 
| 782 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 783 | 
            -
                  "type": "function"
         | 
| 784 | 
            -
                },
         | 
| 785 | 
            -
                {
         | 
| 786 | 
            -
                  "inputs": [
         | 
| 787 | 
            -
                    {
         | 
| 788 | 
            -
                      "internalType": "Key32",
         | 
| 789 | 
            -
                      "name": "referralKey",
         | 
| 790 | 
            -
                      "type": "bytes32"
         | 
| 791 | 
            -
                    },
         | 
| 792 | 
            -
                    {
         | 
| 793 | 
            -
                      "components": [
         | 
| 794 | 
            -
                        {
         | 
| 795 | 
            -
                          "internalType": "NftId",
         | 
| 796 | 
            -
                          "name": "distributorNftId",
         | 
| 797 | 
            -
                          "type": "uint96"
         | 
| 798 | 
            -
                        },
         | 
| 799 | 
            -
                        {
         | 
| 800 | 
            -
                          "internalType": "string",
         | 
| 801 | 
            -
                          "name": "referralCode",
         | 
| 802 | 
            -
                          "type": "string"
         | 
| 803 | 
            -
                        },
         | 
| 804 | 
            -
                        {
         | 
| 805 | 
            -
                          "internalType": "UFixed",
         | 
| 806 | 
            -
                          "name": "discountPercentage",
         | 
| 807 | 
            -
                          "type": "uint256"
         | 
| 808 | 
            -
                        },
         | 
| 809 | 
            -
                        {
         | 
| 810 | 
            -
                          "internalType": "uint32",
         | 
| 811 | 
            -
                          "name": "maxReferrals",
         | 
| 812 | 
            -
                          "type": "uint32"
         | 
| 813 | 
            -
                        },
         | 
| 814 | 
            -
                        {
         | 
| 815 | 
            -
                          "internalType": "uint32",
         | 
| 816 | 
            -
                          "name": "usedReferrals",
         | 
| 817 | 
            -
                          "type": "uint32"
         | 
| 818 | 
            -
                        },
         | 
| 819 | 
            -
                        {
         | 
| 820 | 
            -
                          "internalType": "Timestamp",
         | 
| 821 | 
            -
                          "name": "expiryAt",
         | 
| 822 | 
            -
                          "type": "uint40"
         | 
| 823 | 
            -
                        },
         | 
| 824 | 
            -
                        {
         | 
| 825 | 
            -
                          "internalType": "bytes",
         | 
| 826 | 
            -
                          "name": "data",
         | 
| 827 | 
            -
                          "type": "bytes"
         | 
| 828 | 
            -
                        }
         | 
| 829 | 
            -
                      ],
         | 
| 830 | 
            -
                      "internalType": "struct IDistribution.ReferralInfo",
         | 
| 831 | 
            -
                      "name": "referralInfo",
         | 
| 832 | 
            -
                      "type": "tuple"
         | 
| 833 | 
            -
                    }
         | 
| 834 | 
            -
                  ],
         | 
| 835 | 
            -
                  "name": "createReferral",
         | 
| 836 | 
            -
                  "outputs": [],
         | 
| 837 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 838 | 
            -
                  "type": "function"
         | 
| 839 | 
            -
                },
         | 
| 840 | 
            -
                {
         | 
| 841 | 
            -
                  "inputs": [
         | 
| 842 | 
            -
                    {
         | 
| 843 | 
            -
                      "internalType": "RiskId",
         | 
| 844 | 
            -
                      "name": "riskId",
         | 
| 845 | 
            -
                      "type": "bytes8"
         | 
| 846 | 
            -
                    },
         | 
| 847 | 
            -
                    {
         | 
| 848 | 
            -
                      "components": [
         | 
| 849 | 
            -
                        {
         | 
| 850 | 
            -
                          "internalType": "NftId",
         | 
| 851 | 
            -
                          "name": "productNftId",
         | 
| 852 | 
            -
                          "type": "uint96"
         | 
| 853 | 
            -
                        },
         | 
| 854 | 
            -
                        {
         | 
| 855 | 
            -
                          "internalType": "bytes",
         | 
| 856 | 
            -
                          "name": "data",
         | 
| 857 | 
            -
                          "type": "bytes"
         | 
| 858 | 
            -
                        }
         | 
| 859 | 
            -
                      ],
         | 
| 860 | 
            -
                      "internalType": "struct IRisk.RiskInfo",
         | 
| 861 | 
            -
                      "name": "risk",
         | 
| 862 | 
            -
                      "type": "tuple"
         | 
| 863 | 
            -
                    }
         | 
| 864 | 
            -
                  ],
         | 
| 865 | 
            -
                  "name": "createRisk",
         | 
| 866 | 
            -
                  "outputs": [],
         | 
| 867 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 868 | 
            -
                  "type": "function"
         | 
| 869 | 
            -
                },
         | 
| 870 | 
            -
                {
         | 
| 871 | 
            -
                  "inputs": [
         | 
| 872 | 
            -
                    {
         | 
| 873 | 
            -
                      "internalType": "Key32",
         | 
| 874 | 
            -
                      "name": "key",
         | 
| 875 | 
            -
                      "type": "bytes32"
         | 
| 876 | 
            -
                    }
         | 
| 877 | 
            -
                  ],
         | 
| 878 | 
            -
                  "name": "exists",
         | 
| 879 | 
            -
                  "outputs": [
         | 
| 880 | 
            -
                    {
         | 
| 881 | 
            -
                      "internalType": "bool",
         | 
| 882 | 
            -
                      "name": "",
         | 
| 883 | 
            -
                      "type": "bool"
         | 
| 884 | 
            -
                    }
         | 
| 885 | 
            -
                  ],
         | 
| 886 | 
            -
                  "stateMutability": "view",
         | 
| 887 | 
            -
                  "type": "function"
         | 
| 888 | 
            -
                },
         | 
| 889 | 
            -
                {
         | 
| 890 | 
            -
                  "inputs": [
         | 
| 891 | 
            -
                    {
         | 
| 892 | 
            -
                      "internalType": "Key32",
         | 
| 893 | 
            -
                      "name": "key",
         | 
| 894 | 
            -
                      "type": "bytes32"
         | 
| 895 | 
            -
                    }
         | 
| 896 | 
            -
                  ],
         | 
| 897 | 
            -
                  "name": "get",
         | 
| 898 | 
            -
                  "outputs": [
         | 
| 899 | 
            -
                    {
         | 
| 900 | 
            -
                      "components": [
         | 
| 901 | 
            -
                        {
         | 
| 902 | 
            -
                          "components": [
         | 
| 903 | 
            -
                            {
         | 
| 904 | 
            -
                              "internalType": "ObjectType",
         | 
| 905 | 
            -
                              "name": "objectType",
         | 
| 906 | 
            -
                              "type": "uint8"
         | 
| 907 | 
            -
                            },
         | 
| 908 | 
            -
                            {
         | 
| 909 | 
            -
                              "internalType": "StateId",
         | 
| 910 | 
            -
                              "name": "state",
         | 
| 911 | 
            -
                              "type": "uint8"
         | 
| 912 | 
            -
                            },
         | 
| 913 | 
            -
                            {
         | 
| 914 | 
            -
                              "internalType": "address",
         | 
| 915 | 
            -
                              "name": "updatedBy",
         | 
| 916 | 
            -
                              "type": "address"
         | 
| 917 | 
            -
                            },
         | 
| 918 | 
            -
                            {
         | 
| 919 | 
            -
                              "internalType": "Blocknumber",
         | 
| 920 | 
            -
                              "name": "updatedIn",
         | 
| 921 | 
            -
                              "type": "uint32"
         | 
| 922 | 
            -
                            },
         | 
| 923 | 
            -
                            {
         | 
| 924 | 
            -
                              "internalType": "Blocknumber",
         | 
| 925 | 
            -
                              "name": "createdIn",
         | 
| 926 | 
            -
                              "type": "uint32"
         | 
| 927 | 
            -
                            }
         | 
| 928 | 
            -
                          ],
         | 
| 929 | 
            -
                          "internalType": "struct IKeyValueStore.Metadata",
         | 
| 930 | 
            -
                          "name": "metadata",
         | 
| 931 | 
            -
                          "type": "tuple"
         | 
| 932 | 
            -
                        },
         | 
| 933 | 
            -
                        {
         | 
| 934 | 
            -
                          "internalType": "bytes",
         | 
| 935 | 
            -
                          "name": "data",
         | 
| 936 | 
            -
                          "type": "bytes"
         | 
| 937 | 
            -
                        }
         | 
| 938 | 
            -
                      ],
         | 
| 939 | 
            -
                      "internalType": "struct IKeyValueStore.Value",
         | 
| 940 | 
            -
                      "name": "value",
         | 
| 941 | 
            -
                      "type": "tuple"
         | 
| 942 | 
            -
                    }
         | 
| 943 | 
            -
                  ],
         | 
| 944 | 
            -
                  "stateMutability": "view",
         | 
| 945 | 
            -
                  "type": "function"
         | 
| 946 | 
            -
                },
         | 
| 947 | 
            -
                {
         | 
| 948 | 
            -
                  "inputs": [],
         | 
| 949 | 
            -
                  "name": "getBundleManager",
         | 
| 950 | 
            -
                  "outputs": [
         | 
| 951 | 
            -
                    {
         | 
| 952 | 
            -
                      "internalType": "contract BundleManager",
         | 
| 953 | 
            -
                      "name": "",
         | 
| 954 | 
            -
                      "type": "address"
         | 
| 955 | 
            -
                    }
         | 
| 956 | 
            -
                  ],
         | 
| 957 | 
            -
                  "stateMutability": "view",
         | 
| 958 | 
            -
                  "type": "function"
         | 
| 959 | 
            -
                },
         | 
| 960 | 
            -
                {
         | 
| 961 | 
            -
                  "inputs": [],
         | 
| 962 | 
            -
                  "name": "getBundleService",
         | 
| 963 | 
            -
                  "outputs": [
         | 
| 964 | 
            -
                    {
         | 
| 965 | 
            -
                      "internalType": "contract IBundleService",
         | 
| 966 | 
            -
                      "name": "",
         | 
| 967 | 
            -
                      "type": "address"
         | 
| 968 | 
            -
                    }
         | 
| 969 | 
            -
                  ],
         | 
| 970 | 
            -
                  "stateMutability": "view",
         | 
| 971 | 
            -
                  "type": "function"
         | 
| 972 | 
            -
                },
         | 
| 973 | 
            -
                {
         | 
| 974 | 
            -
                  "inputs": [
         | 
| 975 | 
            -
                    {
         | 
| 976 | 
            -
                      "internalType": "Key32",
         | 
| 977 | 
            -
                      "name": "key",
         | 
| 978 | 
            -
                      "type": "bytes32"
         | 
| 979 | 
            -
                    }
         | 
| 980 | 
            -
                  ],
         | 
| 981 | 
            -
                  "name": "getData",
         | 
| 982 | 
            -
                  "outputs": [
         | 
| 983 | 
            -
                    {
         | 
| 984 | 
            -
                      "internalType": "bytes",
         | 
| 985 | 
            -
                      "name": "data",
         | 
| 986 | 
            -
                      "type": "bytes"
         | 
| 987 | 
            -
                    }
         | 
| 988 | 
            -
                  ],
         | 
| 989 | 
            -
                  "stateMutability": "view",
         | 
| 990 | 
            -
                  "type": "function"
         | 
| 991 | 
            -
                },
         | 
| 992 | 
            -
                {
         | 
| 993 | 
            -
                  "inputs": [],
         | 
| 994 | 
            -
                  "name": "getDistributionService",
         | 
| 995 | 
            -
                  "outputs": [
         | 
| 996 | 
            -
                    {
         | 
| 997 | 
            -
                      "internalType": "contract IDistributionService",
         | 
| 998 | 
            -
                      "name": "",
         | 
| 999 | 
            -
                      "type": "address"
         | 
| 1000 | 
            -
                    }
         | 
| 1001 | 
            -
                  ],
         | 
| 1002 | 
            -
                  "stateMutability": "view",
         | 
| 1003 | 
            -
                  "type": "function"
         | 
| 1004 | 
            -
                },
         | 
| 1005 | 
            -
                {
         | 
| 1006 | 
            -
                  "inputs": [],
         | 
| 1007 | 
            -
                  "name": "getInitialInfo",
         | 
| 1008 | 
            -
                  "outputs": [
         | 
| 1009 | 
            -
                    {
         | 
| 1010 | 
            -
                      "components": [
         | 
| 1011 | 
            -
                        {
         | 
| 1012 | 
            -
                          "internalType": "NftId",
         | 
| 1013 | 
            -
                          "name": "nftId",
         | 
| 1014 | 
            -
                          "type": "uint96"
         | 
| 1015 | 
            -
                        },
         | 
| 1016 | 
            -
                        {
         | 
| 1017 | 
            -
                          "internalType": "NftId",
         | 
| 1018 | 
            -
                          "name": "parentNftId",
         | 
| 1019 | 
            -
                          "type": "uint96"
         | 
| 1020 | 
            -
                        },
         | 
| 1021 | 
            -
                        {
         | 
| 1022 | 
            -
                          "internalType": "ObjectType",
         | 
| 1023 | 
            -
                          "name": "objectType",
         | 
| 1024 | 
            -
                          "type": "uint8"
         | 
| 1025 | 
            -
                        },
         | 
| 1026 | 
            -
                        {
         | 
| 1027 | 
            -
                          "internalType": "bool",
         | 
| 1028 | 
            -
                          "name": "isInterceptor",
         | 
| 1029 | 
            -
                          "type": "bool"
         | 
| 1030 | 
            -
                        },
         | 
| 1031 | 
            -
                        {
         | 
| 1032 | 
            -
                          "internalType": "address",
         | 
| 1033 | 
            -
                          "name": "objectAddress",
         | 
| 1034 | 
            -
                          "type": "address"
         | 
| 1035 | 
            -
                        },
         | 
| 1036 | 
            -
                        {
         | 
| 1037 | 
            -
                          "internalType": "address",
         | 
| 1038 | 
            -
                          "name": "initialOwner",
         | 
| 1039 | 
            -
                          "type": "address"
         | 
| 1040 | 
            -
                        },
         | 
| 1041 | 
            -
                        {
         | 
| 1042 | 
            -
                          "internalType": "bytes",
         | 
| 1043 | 
            -
                          "name": "data",
         | 
| 1044 | 
            -
                          "type": "bytes"
         | 
| 1045 | 
            -
                        }
         | 
| 1046 | 
            -
                      ],
         | 
| 1047 | 
            -
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 1048 | 
            -
                      "name": "",
         | 
| 1049 | 
            -
                      "type": "tuple"
         | 
| 1050 | 
            -
                    }
         | 
| 1051 | 
            -
                  ],
         | 
| 1052 | 
            -
                  "stateMutability": "view",
         | 
| 1053 | 
            -
                  "type": "function"
         | 
| 1054 | 
            -
                },
         | 
| 1055 | 
            -
                {
         | 
| 1056 | 
            -
                  "inputs": [
         | 
| 1057 | 
            -
                    {
         | 
| 1058 | 
            -
                      "internalType": "ObjectType",
         | 
| 1059 | 
            -
                      "name": "objectType",
         | 
| 1060 | 
            -
                      "type": "uint8"
         | 
| 1061 | 
            -
                    }
         | 
| 1062 | 
            -
                  ],
         | 
| 1063 | 
            -
                  "name": "getInitialState",
         | 
| 1064 | 
            -
                  "outputs": [
         | 
| 1065 | 
            -
                    {
         | 
| 1066 | 
            -
                      "internalType": "StateId",
         | 
| 1067 | 
            -
                      "name": "",
         | 
| 1068 | 
            -
                      "type": "uint8"
         | 
| 1069 | 
            -
                    }
         | 
| 1070 | 
            -
                  ],
         | 
| 1071 | 
            -
                  "stateMutability": "view",
         | 
| 1072 | 
            -
                  "type": "function"
         | 
| 1073 | 
            -
                },
         | 
| 1074 | 
            -
                {
         | 
| 1075 | 
            -
                  "inputs": [],
         | 
| 1076 | 
            -
                  "name": "getInstanceAccessManager",
         | 
| 1077 | 
            -
                  "outputs": [
         | 
| 1078 | 
            -
                    {
         | 
| 1079 | 
            -
                      "internalType": "contract InstanceAccessManager",
         | 
| 1080 | 
            -
                      "name": "",
         | 
| 1081 | 
            -
                      "type": "address"
         | 
| 1082 | 
            -
                    }
         | 
| 1083 | 
            -
                  ],
         | 
| 1084 | 
            -
                  "stateMutability": "view",
         | 
| 1085 | 
            -
                  "type": "function"
         | 
| 1086 | 
            -
                },
         | 
| 1087 | 
            -
                {
         | 
| 1088 | 
            -
                  "inputs": [],
         | 
| 1089 | 
            -
                  "name": "getInstanceReader",
         | 
| 1090 | 
            -
                  "outputs": [
         | 
| 1091 | 
            -
                    {
         | 
| 1092 | 
            -
                      "internalType": "contract InstanceReader",
         | 
| 1093 | 
            -
                      "name": "",
         | 
| 1094 | 
            -
                      "type": "address"
         | 
| 1095 | 
            -
                    }
         | 
| 1096 | 
            -
                  ],
         | 
| 1097 | 
            -
                  "stateMutability": "view",
         | 
| 1098 | 
            -
                  "type": "function"
         | 
| 1099 | 
            -
                },
         | 
| 1100 | 
            -
                {
         | 
| 1101 | 
            -
                  "inputs": [],
         | 
| 1102 | 
            -
                  "name": "getMajorVersion",
         | 
| 1103 | 
            -
                  "outputs": [
         | 
| 1104 | 
            -
                    {
         | 
| 1105 | 
            -
                      "internalType": "VersionPart",
         | 
| 1106 | 
            -
                      "name": "majorVersion",
         | 
| 1107 | 
            -
                      "type": "uint8"
         | 
| 1108 | 
            -
                    }
         | 
| 1109 | 
            -
                  ],
         | 
| 1110 | 
            -
                  "stateMutability": "pure",
         | 
| 1111 | 
            -
                  "type": "function"
         | 
| 1112 | 
            -
                },
         | 
| 1113 | 
            -
                {
         | 
| 1114 | 
            -
                  "inputs": [
         | 
| 1115 | 
            -
                    {
         | 
| 1116 | 
            -
                      "internalType": "Key32",
         | 
| 1117 | 
            -
                      "name": "key",
         | 
| 1118 | 
            -
                      "type": "bytes32"
         | 
| 1119 | 
            -
                    }
         | 
| 1120 | 
            -
                  ],
         | 
| 1121 | 
            -
                  "name": "getMetadata",
         | 
| 1122 | 
            -
                  "outputs": [
         | 
| 1123 | 
            -
                    {
         | 
| 1124 | 
            -
                      "components": [
         | 
| 1125 | 
            -
                        {
         | 
| 1126 | 
            -
                          "internalType": "ObjectType",
         | 
| 1127 | 
            -
                          "name": "objectType",
         | 
| 1128 | 
            -
                          "type": "uint8"
         | 
| 1129 | 
            -
                        },
         | 
| 1130 | 
            -
                        {
         | 
| 1131 | 
            -
                          "internalType": "StateId",
         | 
| 1132 | 
            -
                          "name": "state",
         | 
| 1133 | 
            -
                          "type": "uint8"
         | 
| 1134 | 
            -
                        },
         | 
| 1135 | 
            -
                        {
         | 
| 1136 | 
            -
                          "internalType": "address",
         | 
| 1137 | 
            -
                          "name": "updatedBy",
         | 
| 1138 | 
            -
                          "type": "address"
         | 
| 1139 | 
            -
                        },
         | 
| 1140 | 
            -
                        {
         | 
| 1141 | 
            -
                          "internalType": "Blocknumber",
         | 
| 1142 | 
            -
                          "name": "updatedIn",
         | 
| 1143 | 
            -
                          "type": "uint32"
         | 
| 1144 | 
            -
                        },
         | 
| 1145 | 
            -
                        {
         | 
| 1146 | 
            -
                          "internalType": "Blocknumber",
         | 
| 1147 | 
            -
                          "name": "createdIn",
         | 
| 1148 | 
            -
                          "type": "uint32"
         | 
| 1149 | 
            -
                        }
         | 
| 1150 | 
            -
                      ],
         | 
| 1151 | 
            -
                      "internalType": "struct IKeyValueStore.Metadata",
         | 
| 1152 | 
            -
                      "name": "metadata",
         | 
| 1153 | 
            -
                      "type": "tuple"
         | 
| 1154 | 
            -
                    }
         | 
| 1155 | 
            -
                  ],
         | 
| 1156 | 
            -
                  "stateMutability": "view",
         | 
| 1157 | 
            -
                  "type": "function"
         | 
| 1158 | 
            -
                },
         | 
| 1159 | 
            -
                {
         | 
| 1160 | 
            -
                  "inputs": [],
         | 
| 1161 | 
            -
                  "name": "getNftId",
         | 
| 1162 | 
            -
                  "outputs": [
         | 
| 1163 | 
            -
                    {
         | 
| 1164 | 
            -
                      "internalType": "NftId",
         | 
| 1165 | 
            -
                      "name": "",
         | 
| 1166 | 
            -
                      "type": "uint96"
         | 
| 1167 | 
            -
                    }
         | 
| 1168 | 
            -
                  ],
         | 
| 1169 | 
            -
                  "stateMutability": "view",
         | 
| 1170 | 
            -
                  "type": "function"
         | 
| 1171 | 
            -
                },
         | 
| 1172 | 
            -
                {
         | 
| 1173 | 
            -
                  "inputs": [],
         | 
| 1174 | 
            -
                  "name": "getOwner",
         | 
| 1175 | 
            -
                  "outputs": [
         | 
| 1176 | 
            -
                    {
         | 
| 1177 | 
            -
                      "internalType": "address",
         | 
| 1178 | 
            -
                      "name": "",
         | 
| 1179 | 
            -
                      "type": "address"
         | 
| 1180 | 
            -
                    }
         | 
| 1181 | 
            -
                  ],
         | 
| 1182 | 
            -
                  "stateMutability": "view",
         | 
| 1183 | 
            -
                  "type": "function"
         | 
| 1184 | 
            -
                },
         | 
| 1185 | 
            -
                {
         | 
| 1186 | 
            -
                  "inputs": [],
         | 
| 1187 | 
            -
                  "name": "getPolicyService",
         | 
| 1188 | 
            -
                  "outputs": [
         | 
| 1189 | 
            -
                    {
         | 
| 1190 | 
            -
                      "internalType": "contract IPolicyService",
         | 
| 1191 | 
            -
                      "name": "",
         | 
| 1192 | 
            -
                      "type": "address"
         | 
| 1193 | 
            -
                    }
         | 
| 1194 | 
            -
                  ],
         | 
| 1195 | 
            -
                  "stateMutability": "view",
         | 
| 1196 | 
            -
                  "type": "function"
         | 
| 1197 | 
            -
                },
         | 
| 1198 | 
            -
                {
         | 
| 1199 | 
            -
                  "inputs": [],
         | 
| 1200 | 
            -
                  "name": "getPoolService",
         | 
| 1201 | 
            -
                  "outputs": [
         | 
| 1202 | 
            -
                    {
         | 
| 1203 | 
            -
                      "internalType": "contract IPoolService",
         | 
| 1204 | 
            -
                      "name": "",
         | 
| 1205 | 
            -
                      "type": "address"
         | 
| 1206 | 
            -
                    }
         | 
| 1207 | 
            -
                  ],
         | 
| 1208 | 
            -
                  "stateMutability": "view",
         | 
| 1209 | 
            -
                  "type": "function"
         | 
| 1210 | 
            -
                },
         | 
| 1211 | 
            -
                {
         | 
| 1212 | 
            -
                  "inputs": [],
         | 
| 1213 | 
            -
                  "name": "getProductService",
         | 
| 1214 | 
            -
                  "outputs": [
         | 
| 1215 | 
            -
                    {
         | 
| 1216 | 
            -
                      "internalType": "contract IProductService",
         | 
| 1217 | 
            -
                      "name": "",
         | 
| 1218 | 
            -
                      "type": "address"
         | 
| 1219 | 
            -
                    }
         | 
| 1220 | 
            -
                  ],
         | 
| 1221 | 
            -
                  "stateMutability": "view",
         | 
| 1222 | 
            -
                  "type": "function"
         | 
| 1223 | 
            -
                },
         | 
| 1224 | 
            -
                {
         | 
| 1225 | 
            -
                  "inputs": [],
         | 
| 1226 | 
            -
                  "name": "getRegistry",
         | 
| 1227 | 
            -
                  "outputs": [
         | 
| 1228 | 
            -
                    {
         | 
| 1229 | 
            -
                      "internalType": "contract IRegistry",
         | 
| 1230 | 
            -
                      "name": "",
         | 
| 1231 | 
            -
                      "type": "address"
         | 
| 1232 | 
            -
                    }
         | 
| 1233 | 
            -
                  ],
         | 
| 1234 | 
            -
                  "stateMutability": "view",
         | 
| 1235 | 
            -
                  "type": "function"
         | 
| 1236 | 
            -
                },
         | 
| 1237 | 
            -
                {
         | 
| 1238 | 
            -
                  "inputs": [],
         | 
| 1239 | 
            -
                  "name": "getRegistryAddress",
         | 
| 1240 | 
            -
                  "outputs": [
         | 
| 1241 | 
            -
                    {
         | 
| 1242 | 
            -
                      "internalType": "address",
         | 
| 1243 | 
            -
                      "name": "",
         | 
| 1244 | 
            -
                      "type": "address"
         | 
| 1245 | 
            -
                    }
         | 
| 1246 | 
            -
                  ],
         | 
| 1247 | 
            -
                  "stateMutability": "view",
         | 
| 1248 | 
            -
                  "type": "function"
         | 
| 1249 | 
            -
                },
         | 
| 1250 | 
            -
                {
         | 
| 1251 | 
            -
                  "inputs": [
         | 
| 1252 | 
            -
                    {
         | 
| 1253 | 
            -
                      "internalType": "Key32",
         | 
| 1254 | 
            -
                      "name": "key",
         | 
| 1255 | 
            -
                      "type": "bytes32"
         | 
| 1256 | 
            -
                    }
         | 
| 1257 | 
            -
                  ],
         | 
| 1258 | 
            -
                  "name": "getState",
         | 
| 1259 | 
            -
                  "outputs": [
         | 
| 1260 | 
            -
                    {
         | 
| 1261 | 
            -
                      "internalType": "StateId",
         | 
| 1262 | 
            -
                      "name": "state",
         | 
| 1263 | 
            -
                      "type": "uint8"
         | 
| 1264 | 
            -
                    }
         | 
| 1265 | 
            -
                  ],
         | 
| 1266 | 
            -
                  "stateMutability": "view",
         | 
| 1267 | 
            -
                  "type": "function"
         | 
| 1268 | 
            -
                },
         | 
| 1269 | 
            -
                {
         | 
| 1270 | 
            -
                  "inputs": [
         | 
| 1271 | 
            -
                    {
         | 
| 1272 | 
            -
                      "internalType": "ObjectType",
         | 
| 1273 | 
            -
                      "name": "objectType",
         | 
| 1274 | 
            -
                      "type": "uint8"
         | 
| 1275 | 
            -
                    }
         | 
| 1276 | 
            -
                  ],
         | 
| 1277 | 
            -
                  "name": "hasLifecycle",
         | 
| 1278 | 
            -
                  "outputs": [
         | 
| 1279 | 
            -
                    {
         | 
| 1280 | 
            -
                      "internalType": "bool",
         | 
| 1281 | 
            -
                      "name": "",
         | 
| 1282 | 
            -
                      "type": "bool"
         | 
| 1283 | 
            -
                    }
         | 
| 1284 | 
            -
                  ],
         | 
| 1285 | 
            -
                  "stateMutability": "view",
         | 
| 1286 | 
            -
                  "type": "function"
         | 
| 1287 | 
            -
                },
         | 
| 1288 | 
            -
                {
         | 
| 1289 | 
            -
                  "inputs": [],
         | 
| 1290 | 
            -
                  "name": "isConsumingScheduledOp",
         | 
| 1291 | 
            -
                  "outputs": [
         | 
| 1292 | 
            -
                    {
         | 
| 1293 | 
            -
                      "internalType": "bytes4",
         | 
| 1294 | 
            -
                      "name": "",
         | 
| 1295 | 
            -
                      "type": "bytes4"
         | 
| 1296 | 
            -
                    }
         | 
| 1297 | 
            -
                  ],
         | 
| 1298 | 
            -
                  "stateMutability": "view",
         | 
| 1299 | 
            -
                  "type": "function"
         | 
| 1300 | 
            -
                },
         | 
| 1301 | 
            -
                {
         | 
| 1302 | 
            -
                  "inputs": [
         | 
| 1303 | 
            -
                    {
         | 
| 1304 | 
            -
                      "internalType": "ObjectType",
         | 
| 1305 | 
            -
                      "name": "objectType",
         | 
| 1306 | 
            -
                      "type": "uint8"
         | 
| 1307 | 
            -
                    },
         | 
| 1308 | 
            -
                    {
         | 
| 1309 | 
            -
                      "internalType": "StateId",
         | 
| 1310 | 
            -
                      "name": "fromId",
         | 
| 1311 | 
            -
                      "type": "uint8"
         | 
| 1312 | 
            -
                    },
         | 
| 1313 | 
            -
                    {
         | 
| 1314 | 
            -
                      "internalType": "StateId",
         | 
| 1315 | 
            -
                      "name": "toId",
         | 
| 1316 | 
            -
                      "type": "uint8"
         | 
| 1317 | 
            -
                    }
         | 
| 1318 | 
            -
                  ],
         | 
| 1319 | 
            -
                  "name": "isValidTransition",
         | 
| 1320 | 
            -
                  "outputs": [
         | 
| 1321 | 
            -
                    {
         | 
| 1322 | 
            -
                      "internalType": "bool",
         | 
| 1323 | 
            -
                      "name": "",
         | 
| 1324 | 
            -
                      "type": "bool"
         | 
| 1325 | 
            -
                    }
         | 
| 1326 | 
            -
                  ],
         | 
| 1327 | 
            -
                  "stateMutability": "view",
         | 
| 1328 | 
            -
                  "type": "function"
         | 
| 1329 | 
            -
                },
         | 
| 1330 | 
            -
                {
         | 
| 1331 | 
            -
                  "inputs": [],
         | 
| 1332 | 
            -
                  "name": "linkToRegisteredNftId",
         | 
| 1333 | 
            -
                  "outputs": [],
         | 
| 1334 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1335 | 
            -
                  "type": "function"
         | 
| 1336 | 
            -
                },
         | 
| 1337 | 
            -
                {
         | 
| 1338 | 
            -
                  "inputs": [
         | 
| 1339 | 
            -
                    {
         | 
| 1340 | 
            -
                      "internalType": "address",
         | 
| 1341 | 
            -
                      "name": "to",
         | 
| 1342 | 
            -
                      "type": "address"
         | 
| 1343 | 
            -
                    },
         | 
| 1344 | 
            -
                    {
         | 
| 1345 | 
            -
                      "internalType": "uint256",
         | 
| 1346 | 
            -
                      "name": "tokenId",
         | 
| 1347 | 
            -
                      "type": "uint256"
         | 
| 1348 | 
            -
                    }
         | 
| 1349 | 
            -
                  ],
         | 
| 1350 | 
            -
                  "name": "nftMint",
         | 
| 1351 | 
            -
                  "outputs": [],
         | 
| 1352 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1353 | 
            -
                  "type": "function"
         | 
| 1354 | 
            -
                },
         | 
| 1355 | 
            -
                {
         | 
| 1356 | 
            -
                  "inputs": [
         | 
| 1357 | 
            -
                    {
         | 
| 1358 | 
            -
                      "internalType": "address",
         | 
| 1359 | 
            -
                      "name": "from",
         | 
| 1360 | 
            -
                      "type": "address"
         | 
| 1361 | 
            -
                    },
         | 
| 1362 | 
            -
                    {
         | 
| 1363 | 
            -
                      "internalType": "address",
         | 
| 1364 | 
            -
                      "name": "to",
         | 
| 1365 | 
            -
                      "type": "address"
         | 
| 1366 | 
            -
                    },
         | 
| 1367 | 
            -
                    {
         | 
| 1368 | 
            -
                      "internalType": "uint256",
         | 
| 1369 | 
            -
                      "name": "tokenId",
         | 
| 1370 | 
            -
                      "type": "uint256"
         | 
| 1371 | 
            -
                    }
         | 
| 1372 | 
            -
                  ],
         | 
| 1373 | 
            -
                  "name": "nftTransferFrom",
         | 
| 1374 | 
            -
                  "outputs": [],
         | 
| 1375 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1376 | 
            -
                  "type": "function"
         | 
| 1377 | 
            -
                },
         | 
| 1378 | 
            -
                {
         | 
| 1379 | 
            -
                  "inputs": [
         | 
| 1380 | 
            -
                    {
         | 
| 1381 | 
            -
                      "internalType": "address",
         | 
| 1382 | 
            -
                      "name": "",
         | 
| 1383 | 
            -
                      "type": "address"
         | 
| 1384 | 
            -
                    }
         | 
| 1385 | 
            -
                  ],
         | 
| 1386 | 
            -
                  "name": "setAuthority",
         | 
| 1387 | 
            -
                  "outputs": [],
         | 
| 1388 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1389 | 
            -
                  "type": "function"
         | 
| 1390 | 
            -
                },
         | 
| 1391 | 
            -
                {
         | 
| 1392 | 
            -
                  "inputs": [
         | 
| 1393 | 
            -
                    {
         | 
| 1394 | 
            -
                      "internalType": "contract InstanceAccessManager",
         | 
| 1395 | 
            -
                      "name": "accessManager",
         | 
| 1396 | 
            -
                      "type": "address"
         | 
| 1397 | 
            -
                    }
         | 
| 1398 | 
            -
                  ],
         | 
| 1399 | 
            -
                  "name": "setInstanceAccessManager",
         | 
| 1400 | 
            -
                  "outputs": [],
         | 
| 1401 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1402 | 
            -
                  "type": "function"
         | 
| 1403 | 
            -
                },
         | 
| 1404 | 
            -
                {
         | 
| 1405 | 
            -
                  "inputs": [
         | 
| 1406 | 
            -
                    {
         | 
| 1407 | 
            -
                      "internalType": "bytes4",
         | 
| 1408 | 
            -
                      "name": "interfaceId",
         | 
| 1409 | 
            -
                      "type": "bytes4"
         | 
| 1410 | 
            -
                    }
         | 
| 1411 | 
            -
                  ],
         | 
| 1412 | 
            -
                  "name": "supportsInterface",
         | 
| 1413 | 
            -
                  "outputs": [
         | 
| 1414 | 
            -
                    {
         | 
| 1415 | 
            -
                      "internalType": "bool",
         | 
| 1416 | 
            -
                      "name": "",
         | 
| 1417 | 
            -
                      "type": "bool"
         | 
| 1418 | 
            -
                    }
         | 
| 1419 | 
            -
                  ],
         | 
| 1420 | 
            -
                  "stateMutability": "view",
         | 
| 1421 | 
            -
                  "type": "function"
         | 
| 1422 | 
            -
                },
         | 
| 1423 | 
            -
                {
         | 
| 1424 | 
            -
                  "inputs": [
         | 
| 1425 | 
            -
                    {
         | 
| 1426 | 
            -
                      "internalType": "ObjectType",
         | 
| 1427 | 
            -
                      "name": "objectType",
         | 
| 1428 | 
            -
                      "type": "uint8"
         | 
| 1429 | 
            -
                    },
         | 
| 1430 | 
            -
                    {
         | 
| 1431 | 
            -
                      "internalType": "KeyId",
         | 
| 1432 | 
            -
                      "name": "id",
         | 
| 1433 | 
            -
                      "type": "bytes31"
         | 
| 1434 | 
            -
                    }
         | 
| 1435 | 
            -
                  ],
         | 
| 1436 | 
            -
                  "name": "toKey32",
         | 
| 1437 | 
            -
                  "outputs": [
         | 
| 1438 | 
            -
                    {
         | 
| 1439 | 
            -
                      "internalType": "Key32",
         | 
| 1440 | 
            -
                      "name": "",
         | 
| 1441 | 
            -
                      "type": "bytes32"
         | 
| 1442 | 
            -
                    }
         | 
| 1443 | 
            -
                  ],
         | 
| 1444 | 
            -
                  "stateMutability": "pure",
         | 
| 1445 | 
            -
                  "type": "function"
         | 
| 1446 | 
            -
                },
         | 
| 1447 | 
            -
                {
         | 
| 1448 | 
            -
                  "inputs": [
         | 
| 1449 | 
            -
                    {
         | 
| 1450 | 
            -
                      "internalType": "NftId",
         | 
| 1451 | 
            -
                      "name": "applicationNftId",
         | 
| 1452 | 
            -
                      "type": "uint96"
         | 
| 1453 | 
            -
                    },
         | 
| 1454 | 
            -
                    {
         | 
| 1455 | 
            -
                      "components": [
         | 
| 1456 | 
            -
                        {
         | 
| 1457 | 
            -
                          "internalType": "NftId",
         | 
| 1458 | 
            -
                          "name": "productNftId",
         | 
| 1459 | 
            -
                          "type": "uint96"
         | 
| 1460 | 
            -
                        },
         | 
| 1461 | 
            -
                        {
         | 
| 1462 | 
            -
                          "internalType": "NftId",
         | 
| 1463 | 
            -
                          "name": "bundleNftId",
         | 
| 1464 | 
            -
                          "type": "uint96"
         | 
| 1465 | 
            -
                        },
         | 
| 1466 | 
            -
                        {
         | 
| 1467 | 
            -
                          "internalType": "ReferralId",
         | 
| 1468 | 
            -
                          "name": "referralId",
         | 
| 1469 | 
            -
                          "type": "bytes8"
         | 
| 1470 | 
            -
                        },
         | 
| 1471 | 
            -
                        {
         | 
| 1472 | 
            -
                          "internalType": "RiskId",
         | 
| 1473 | 
            -
                          "name": "riskId",
         | 
| 1474 | 
            -
                          "type": "bytes8"
         | 
| 1475 | 
            -
                        },
         | 
| 1476 | 
            -
                        {
         | 
| 1477 | 
            -
                          "internalType": "uint256",
         | 
| 1478 | 
            -
                          "name": "sumInsuredAmount",
         | 
| 1479 | 
            -
                          "type": "uint256"
         | 
| 1480 | 
            -
                        },
         | 
| 1481 | 
            -
                        {
         | 
| 1482 | 
            -
                          "internalType": "uint256",
         | 
| 1483 | 
            -
                          "name": "premiumAmount",
         | 
| 1484 | 
            -
                          "type": "uint256"
         | 
| 1485 | 
            -
                        },
         | 
| 1486 | 
            -
                        {
         | 
| 1487 | 
            -
                          "internalType": "uint256",
         | 
| 1488 | 
            -
                          "name": "premiumPaidAmount",
         | 
| 1489 | 
            -
                          "type": "uint256"
         | 
| 1490 | 
            -
                        },
         | 
| 1491 | 
            -
                        {
         | 
| 1492 | 
            -
                          "internalType": "Seconds",
         | 
| 1493 | 
            -
                          "name": "lifetime",
         | 
| 1494 | 
            -
                          "type": "uint40"
         | 
| 1495 | 
            -
                        },
         | 
| 1496 | 
            -
                        {
         | 
| 1497 | 
            -
                          "internalType": "bytes",
         | 
| 1498 | 
            -
                          "name": "applicationData",
         | 
| 1499 | 
            -
                          "type": "bytes"
         | 
| 1500 | 
            -
                        },
         | 
| 1501 | 
            -
                        {
         | 
| 1502 | 
            -
                          "internalType": "bytes",
         | 
| 1503 | 
            -
                          "name": "policyData",
         | 
| 1504 | 
            -
                          "type": "bytes"
         | 
| 1505 | 
            -
                        },
         | 
| 1506 | 
            -
                        {
         | 
| 1507 | 
            -
                          "internalType": "uint16",
         | 
| 1508 | 
            -
                          "name": "claimsCount",
         | 
| 1509 | 
            -
                          "type": "uint16"
         | 
| 1510 | 
            -
                        },
         | 
| 1511 | 
            -
                        {
         | 
| 1512 | 
            -
                          "internalType": "uint16",
         | 
| 1513 | 
            -
                          "name": "openClaimsCount",
         | 
| 1514 | 
            -
                          "type": "uint16"
         | 
| 1515 | 
            -
                        },
         | 
| 1516 | 
            -
                        {
         | 
| 1517 | 
            -
                          "internalType": "uint256",
         | 
| 1518 | 
            -
                          "name": "payoutAmount",
         | 
| 1519 | 
            -
                          "type": "uint256"
         | 
| 1520 | 
            -
                        },
         | 
| 1521 | 
            -
                        {
         | 
| 1522 | 
            -
                          "internalType": "Timestamp",
         | 
| 1523 | 
            -
                          "name": "activatedAt",
         | 
| 1524 | 
            -
                          "type": "uint40"
         | 
| 1525 | 
            -
                        },
         | 
| 1526 | 
            -
                        {
         | 
| 1527 | 
            -
                          "internalType": "Timestamp",
         | 
| 1528 | 
            -
                          "name": "expiredAt",
         | 
| 1529 | 
            -
                          "type": "uint40"
         | 
| 1530 | 
            -
                        },
         | 
| 1531 | 
            -
                        {
         | 
| 1532 | 
            -
                          "internalType": "Timestamp",
         | 
| 1533 | 
            -
                          "name": "closedAt",
         | 
| 1534 | 
            -
                          "type": "uint40"
         | 
| 1535 | 
            -
                        }
         | 
| 1536 | 
            -
                      ],
         | 
| 1537 | 
            -
                      "internalType": "struct IPolicy.PolicyInfo",
         | 
| 1538 | 
            -
                      "name": "policy",
         | 
| 1539 | 
            -
                      "type": "tuple"
         | 
| 1540 | 
            -
                    },
         | 
| 1541 | 
            -
                    {
         | 
| 1542 | 
            -
                      "internalType": "StateId",
         | 
| 1543 | 
            -
                      "name": "newState",
         | 
| 1544 | 
            -
                      "type": "uint8"
         | 
| 1545 | 
            -
                    }
         | 
| 1546 | 
            -
                  ],
         | 
| 1547 | 
            -
                  "name": "updateApplication",
         | 
| 1548 | 
            -
                  "outputs": [],
         | 
| 1549 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 1550 | 
            -
                  "type": "function"
         | 
| 1551 | 
            -
                },
         | 
| 1552 | 
            -
                {
         | 
| 1553 | 
            -
                  "inputs": [
         | 
| 1554 | 
            -
                    {
         | 
| 1555 | 
            -
                      "internalType": "NftId",
         | 
| 1556 | 
            -
                      "name": "applicationNftId",
         | 
| 1557 | 
            -
                      "type": "uint96"
         | 
| 1558 | 
            -
                    },
         | 
| 1559 | 
            -
                    {
         | 
| 1560 | 
            -
                      "internalType": "StateId",
         | 
| 1561 | 
            -
                      "name": "newState",
         | 
| 1562 | 
            -
                      "type": "uint8"
         | 
| 1563 | 
            -
                    }
         | 
| 1564 | 
            -
                  ],
         | 
| 1565 | 
            -
                  "name": "updateApplicationState",
         | 
| 1566 | 
            -
                  "outputs": [],
         | 
| 1567 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 348 | 
            +
                  "stateMutability": "view",
         | 
| 1568 349 | 
             
                  "type": "function"
         | 
| 1569 350 | 
             
                },
         | 
| 1570 351 | 
             
                {
         | 
| 1571 | 
            -
                  "inputs": [
         | 
| 1572 | 
            -
             | 
| 1573 | 
            -
             | 
| 1574 | 
            -
                      "name": "bundleNftId",
         | 
| 1575 | 
            -
                      "type": "uint96"
         | 
| 1576 | 
            -
                    },
         | 
| 1577 | 
            -
                    {
         | 
| 1578 | 
            -
                      "components": [
         | 
| 1579 | 
            -
                        {
         | 
| 1580 | 
            -
                          "internalType": "NftId",
         | 
| 1581 | 
            -
                          "name": "poolNftId",
         | 
| 1582 | 
            -
                          "type": "uint96"
         | 
| 1583 | 
            -
                        },
         | 
| 1584 | 
            -
                        {
         | 
| 1585 | 
            -
                          "components": [
         | 
| 1586 | 
            -
                            {
         | 
| 1587 | 
            -
                              "internalType": "UFixed",
         | 
| 1588 | 
            -
                              "name": "fractionalFee",
         | 
| 1589 | 
            -
                              "type": "uint256"
         | 
| 1590 | 
            -
                            },
         | 
| 1591 | 
            -
                            {
         | 
| 1592 | 
            -
                              "internalType": "uint256",
         | 
| 1593 | 
            -
                              "name": "fixedFee",
         | 
| 1594 | 
            -
                              "type": "uint256"
         | 
| 1595 | 
            -
                            }
         | 
| 1596 | 
            -
                          ],
         | 
| 1597 | 
            -
                          "internalType": "struct Fee",
         | 
| 1598 | 
            -
                          "name": "fee",
         | 
| 1599 | 
            -
                          "type": "tuple"
         | 
| 1600 | 
            -
                        },
         | 
| 1601 | 
            -
                        {
         | 
| 1602 | 
            -
                          "internalType": "bytes",
         | 
| 1603 | 
            -
                          "name": "filter",
         | 
| 1604 | 
            -
                          "type": "bytes"
         | 
| 1605 | 
            -
                        },
         | 
| 1606 | 
            -
                        {
         | 
| 1607 | 
            -
                          "internalType": "Amount",
         | 
| 1608 | 
            -
                          "name": "capitalAmount",
         | 
| 1609 | 
            -
                          "type": "uint96"
         | 
| 1610 | 
            -
                        },
         | 
| 1611 | 
            -
                        {
         | 
| 1612 | 
            -
                          "internalType": "Amount",
         | 
| 1613 | 
            -
                          "name": "lockedAmount",
         | 
| 1614 | 
            -
                          "type": "uint96"
         | 
| 1615 | 
            -
                        },
         | 
| 1616 | 
            -
                        {
         | 
| 1617 | 
            -
                          "internalType": "Amount",
         | 
| 1618 | 
            -
                          "name": "feeAmount",
         | 
| 1619 | 
            -
                          "type": "uint96"
         | 
| 1620 | 
            -
                        },
         | 
| 1621 | 
            -
                        {
         | 
| 1622 | 
            -
                          "internalType": "Seconds",
         | 
| 1623 | 
            -
                          "name": "lifetime",
         | 
| 1624 | 
            -
                          "type": "uint40"
         | 
| 1625 | 
            -
                        },
         | 
| 1626 | 
            -
                        {
         | 
| 1627 | 
            -
                          "internalType": "Timestamp",
         | 
| 1628 | 
            -
                          "name": "expiredAt",
         | 
| 1629 | 
            -
                          "type": "uint40"
         | 
| 1630 | 
            -
                        },
         | 
| 1631 | 
            -
                        {
         | 
| 1632 | 
            -
                          "internalType": "Timestamp",
         | 
| 1633 | 
            -
                          "name": "closedAt",
         | 
| 1634 | 
            -
                          "type": "uint40"
         | 
| 1635 | 
            -
                        }
         | 
| 1636 | 
            -
                      ],
         | 
| 1637 | 
            -
                      "internalType": "struct IBundle.BundleInfo",
         | 
| 1638 | 
            -
                      "name": "bundle",
         | 
| 1639 | 
            -
                      "type": "tuple"
         | 
| 1640 | 
            -
                    },
         | 
| 352 | 
            +
                  "inputs": [],
         | 
| 353 | 
            +
                  "name": "getInstanceReader",
         | 
| 354 | 
            +
                  "outputs": [
         | 
| 1641 355 | 
             
                    {
         | 
| 1642 | 
            -
                      "internalType": " | 
| 1643 | 
            -
                      "name": " | 
| 1644 | 
            -
                      "type": " | 
| 356 | 
            +
                      "internalType": "contract InstanceReader",
         | 
| 357 | 
            +
                      "name": "",
         | 
| 358 | 
            +
                      "type": "address"
         | 
| 1645 359 | 
             
                    }
         | 
| 1646 360 | 
             
                  ],
         | 
| 1647 | 
            -
                  " | 
| 1648 | 
            -
                  "outputs": [],
         | 
| 1649 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 361 | 
            +
                  "stateMutability": "view",
         | 
| 1650 362 | 
             
                  "type": "function"
         | 
| 1651 363 | 
             
                },
         | 
| 1652 364 | 
             
                {
         | 
| 1653 | 
            -
                  "inputs": [
         | 
| 1654 | 
            -
             | 
| 1655 | 
            -
             | 
| 1656 | 
            -
                      "name": "bundleNftId",
         | 
| 1657 | 
            -
                      "type": "uint96"
         | 
| 1658 | 
            -
                    },
         | 
| 365 | 
            +
                  "inputs": [],
         | 
| 366 | 
            +
                  "name": "getInstanceStore",
         | 
| 367 | 
            +
                  "outputs": [
         | 
| 1659 368 | 
             
                    {
         | 
| 1660 | 
            -
                      "internalType": " | 
| 1661 | 
            -
                      "name": " | 
| 1662 | 
            -
                      "type": " | 
| 369 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 370 | 
            +
                      "name": "",
         | 
| 371 | 
            +
                      "type": "address"
         | 
| 1663 372 | 
             
                    }
         | 
| 1664 373 | 
             
                  ],
         | 
| 1665 | 
            -
                  " | 
| 1666 | 
            -
                  "outputs": [],
         | 
| 1667 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 374 | 
            +
                  "stateMutability": "view",
         | 
| 1668 375 | 
             
                  "type": "function"
         | 
| 1669 376 | 
             
                },
         | 
| 1670 377 | 
             
                {
         | 
| 1671 | 
            -
                  "inputs": [
         | 
| 378 | 
            +
                  "inputs": [],
         | 
| 379 | 
            +
                  "name": "getNftId",
         | 
| 380 | 
            +
                  "outputs": [
         | 
| 1672 381 | 
             
                    {
         | 
| 1673 382 | 
             
                      "internalType": "NftId",
         | 
| 1674 | 
            -
                      "name": " | 
| 383 | 
            +
                      "name": "",
         | 
| 1675 384 | 
             
                      "type": "uint96"
         | 
| 1676 | 
            -
                    },
         | 
| 1677 | 
            -
                    {
         | 
| 1678 | 
            -
                      "components": [
         | 
| 1679 | 
            -
                        {
         | 
| 1680 | 
            -
                          "internalType": "NftId",
         | 
| 1681 | 
            -
                          "name": "productNftId",
         | 
| 1682 | 
            -
                          "type": "uint96"
         | 
| 1683 | 
            -
                        },
         | 
| 1684 | 
            -
                        {
         | 
| 1685 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 1686 | 
            -
                          "name": "tokenHandler",
         | 
| 1687 | 
            -
                          "type": "address"
         | 
| 1688 | 
            -
                        },
         | 
| 1689 | 
            -
                        {
         | 
| 1690 | 
            -
                          "components": [
         | 
| 1691 | 
            -
                            {
         | 
| 1692 | 
            -
                              "internalType": "UFixed",
         | 
| 1693 | 
            -
                              "name": "fractionalFee",
         | 
| 1694 | 
            -
                              "type": "uint256"
         | 
| 1695 | 
            -
                            },
         | 
| 1696 | 
            -
                            {
         | 
| 1697 | 
            -
                              "internalType": "uint256",
         | 
| 1698 | 
            -
                              "name": "fixedFee",
         | 
| 1699 | 
            -
                              "type": "uint256"
         | 
| 1700 | 
            -
                            }
         | 
| 1701 | 
            -
                          ],
         | 
| 1702 | 
            -
                          "internalType": "struct Fee",
         | 
| 1703 | 
            -
                          "name": "minDistributionOwnerFee",
         | 
| 1704 | 
            -
                          "type": "tuple"
         | 
| 1705 | 
            -
                        },
         | 
| 1706 | 
            -
                        {
         | 
| 1707 | 
            -
                          "components": [
         | 
| 1708 | 
            -
                            {
         | 
| 1709 | 
            -
                              "internalType": "UFixed",
         | 
| 1710 | 
            -
                              "name": "fractionalFee",
         | 
| 1711 | 
            -
                              "type": "uint256"
         | 
| 1712 | 
            -
                            },
         | 
| 1713 | 
            -
                            {
         | 
| 1714 | 
            -
                              "internalType": "uint256",
         | 
| 1715 | 
            -
                              "name": "fixedFee",
         | 
| 1716 | 
            -
                              "type": "uint256"
         | 
| 1717 | 
            -
                            }
         | 
| 1718 | 
            -
                          ],
         | 
| 1719 | 
            -
                          "internalType": "struct Fee",
         | 
| 1720 | 
            -
                          "name": "distributionFee",
         | 
| 1721 | 
            -
                          "type": "tuple"
         | 
| 1722 | 
            -
                        },
         | 
| 1723 | 
            -
                        {
         | 
| 1724 | 
            -
                          "internalType": "address",
         | 
| 1725 | 
            -
                          "name": "wallet",
         | 
| 1726 | 
            -
                          "type": "address"
         | 
| 1727 | 
            -
                        },
         | 
| 1728 | 
            -
                        {
         | 
| 1729 | 
            -
                          "internalType": "uint256",
         | 
| 1730 | 
            -
                          "name": "sumDistributionOwnerFees",
         | 
| 1731 | 
            -
                          "type": "uint256"
         | 
| 1732 | 
            -
                        }
         | 
| 1733 | 
            -
                      ],
         | 
| 1734 | 
            -
                      "internalType": "struct ISetup.DistributionSetupInfo",
         | 
| 1735 | 
            -
                      "name": "setup",
         | 
| 1736 | 
            -
                      "type": "tuple"
         | 
| 1737 | 
            -
                    },
         | 
| 1738 | 
            -
                    {
         | 
| 1739 | 
            -
                      "internalType": "StateId",
         | 
| 1740 | 
            -
                      "name": "newState",
         | 
| 1741 | 
            -
                      "type": "uint8"
         | 
| 1742 385 | 
             
                    }
         | 
| 1743 386 | 
             
                  ],
         | 
| 1744 | 
            -
                  " | 
| 1745 | 
            -
                  "outputs": [],
         | 
| 1746 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 387 | 
            +
                  "stateMutability": "view",
         | 
| 1747 388 | 
             
                  "type": "function"
         | 
| 1748 389 | 
             
                },
         | 
| 1749 390 | 
             
                {
         | 
| 1750 | 
            -
                  "inputs": [
         | 
| 1751 | 
            -
             | 
| 1752 | 
            -
             | 
| 1753 | 
            -
                      "name": "distributionNftId",
         | 
| 1754 | 
            -
                      "type": "uint96"
         | 
| 1755 | 
            -
                    },
         | 
| 391 | 
            +
                  "inputs": [],
         | 
| 392 | 
            +
                  "name": "getOwner",
         | 
| 393 | 
            +
                  "outputs": [
         | 
| 1756 394 | 
             
                    {
         | 
| 1757 | 
            -
                      "internalType": " | 
| 1758 | 
            -
                      "name": " | 
| 1759 | 
            -
                      "type": " | 
| 395 | 
            +
                      "internalType": "address",
         | 
| 396 | 
            +
                      "name": "",
         | 
| 397 | 
            +
                      "type": "address"
         | 
| 1760 398 | 
             
                    }
         | 
| 1761 399 | 
             
                  ],
         | 
| 1762 | 
            -
                  " | 
| 1763 | 
            -
                  "outputs": [],
         | 
| 1764 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 400 | 
            +
                  "stateMutability": "view",
         | 
| 1765 401 | 
             
                  "type": "function"
         | 
| 1766 402 | 
             
                },
         | 
| 1767 403 | 
             
                {
         | 
| 1768 | 
            -
                  "inputs": [
         | 
| 1769 | 
            -
             | 
| 1770 | 
            -
             | 
| 1771 | 
            -
                      "name": "nftId",
         | 
| 1772 | 
            -
                      "type": "uint96"
         | 
| 1773 | 
            -
                    },
         | 
| 1774 | 
            -
                    {
         | 
| 1775 | 
            -
                      "components": [
         | 
| 1776 | 
            -
                        {
         | 
| 1777 | 
            -
                          "internalType": "DistributorType",
         | 
| 1778 | 
            -
                          "name": "distributorType",
         | 
| 1779 | 
            -
                          "type": "bytes8"
         | 
| 1780 | 
            -
                        },
         | 
| 1781 | 
            -
                        {
         | 
| 1782 | 
            -
                          "internalType": "bool",
         | 
| 1783 | 
            -
                          "name": "active",
         | 
| 1784 | 
            -
                          "type": "bool"
         | 
| 1785 | 
            -
                        },
         | 
| 1786 | 
            -
                        {
         | 
| 1787 | 
            -
                          "internalType": "bytes",
         | 
| 1788 | 
            -
                          "name": "data",
         | 
| 1789 | 
            -
                          "type": "bytes"
         | 
| 1790 | 
            -
                        },
         | 
| 1791 | 
            -
                        {
         | 
| 1792 | 
            -
                          "internalType": "uint256",
         | 
| 1793 | 
            -
                          "name": "sumCommisions",
         | 
| 1794 | 
            -
                          "type": "uint256"
         | 
| 1795 | 
            -
                        },
         | 
| 1796 | 
            -
                        {
         | 
| 1797 | 
            -
                          "internalType": "uint256",
         | 
| 1798 | 
            -
                          "name": "numPoliciesSold",
         | 
| 1799 | 
            -
                          "type": "uint256"
         | 
| 1800 | 
            -
                        }
         | 
| 1801 | 
            -
                      ],
         | 
| 1802 | 
            -
                      "internalType": "struct IDistribution.DistributorInfo",
         | 
| 1803 | 
            -
                      "name": "info",
         | 
| 1804 | 
            -
                      "type": "tuple"
         | 
| 1805 | 
            -
                    },
         | 
| 404 | 
            +
                  "inputs": [],
         | 
| 405 | 
            +
                  "name": "getRegistry",
         | 
| 406 | 
            +
                  "outputs": [
         | 
| 1806 407 | 
             
                    {
         | 
| 1807 | 
            -
                      "internalType": " | 
| 1808 | 
            -
                      "name": " | 
| 1809 | 
            -
                      "type": " | 
| 408 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 409 | 
            +
                      "name": "",
         | 
| 410 | 
            +
                      "type": "address"
         | 
| 1810 411 | 
             
                    }
         | 
| 1811 412 | 
             
                  ],
         | 
| 1812 | 
            -
                  " | 
| 1813 | 
            -
                  "outputs": [],
         | 
| 1814 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 413 | 
            +
                  "stateMutability": "view",
         | 
| 1815 414 | 
             
                  "type": "function"
         | 
| 1816 415 | 
             
                },
         | 
| 1817 416 | 
             
                {
         | 
| 1818 | 
            -
                  "inputs": [
         | 
| 1819 | 
            -
             | 
| 1820 | 
            -
             | 
| 1821 | 
            -
                      "name": "nftId",
         | 
| 1822 | 
            -
                      "type": "uint96"
         | 
| 1823 | 
            -
                    },
         | 
| 417 | 
            +
                  "inputs": [],
         | 
| 418 | 
            +
                  "name": "getRelease",
         | 
| 419 | 
            +
                  "outputs": [
         | 
| 1824 420 | 
             
                    {
         | 
| 1825 | 
            -
                      "internalType": " | 
| 1826 | 
            -
                      "name": " | 
| 421 | 
            +
                      "internalType": "VersionPart",
         | 
| 422 | 
            +
                      "name": "release",
         | 
| 1827 423 | 
             
                      "type": "uint8"
         | 
| 1828 424 | 
             
                    }
         | 
| 1829 425 | 
             
                  ],
         | 
| 1830 | 
            -
                  " | 
| 1831 | 
            -
                  "outputs": [],
         | 
| 1832 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 426 | 
            +
                  "stateMutability": "pure",
         | 
| 1833 427 | 
             
                  "type": "function"
         | 
| 1834 428 | 
             
                },
         | 
| 1835 | 
            -
                {
         | 
| 1836 | 
            -
                  "inputs": [
         | 
| 1837 | 
            -
                    {
         | 
| 1838 | 
            -
                      "internalType": " | 
| 1839 | 
            -
                      "name": " | 
| 1840 | 
            -
                      "type": " | 
| 1841 | 
            -
                    },
         | 
| 1842 | 
            -
                    {
         | 
| 1843 | 
            -
                      "components": [
         | 
| 1844 | 
            -
                        {
         | 
| 1845 | 
            -
                          "internalType": "string",
         | 
| 1846 | 
            -
                          "name": "name",
         | 
| 1847 | 
            -
                          "type": "string"
         | 
| 1848 | 
            -
                        },
         | 
| 1849 | 
            -
                        {
         | 
| 1850 | 
            -
                          "internalType": "UFixed",
         | 
| 1851 | 
            -
                          "name": "minDiscountPercentage",
         | 
| 1852 | 
            -
                          "type": "uint256"
         | 
| 1853 | 
            -
                        },
         | 
| 1854 | 
            -
                        {
         | 
| 1855 | 
            -
                          "internalType": "UFixed",
         | 
| 1856 | 
            -
                          "name": "maxDiscountPercentage",
         | 
| 1857 | 
            -
                          "type": "uint256"
         | 
| 1858 | 
            -
                        },
         | 
| 1859 | 
            -
                        {
         | 
| 1860 | 
            -
                          "internalType": "UFixed",
         | 
| 1861 | 
            -
                          "name": "commissionPercentage",
         | 
| 1862 | 
            -
                          "type": "uint256"
         | 
| 1863 | 
            -
                        },
         | 
| 1864 | 
            -
                        {
         | 
| 1865 | 
            -
                          "internalType": "uint32",
         | 
| 1866 | 
            -
                          "name": "maxReferralCount",
         | 
| 1867 | 
            -
                          "type": "uint32"
         | 
| 1868 | 
            -
                        },
         | 
| 1869 | 
            -
                        {
         | 
| 1870 | 
            -
                          "internalType": "uint32",
         | 
| 1871 | 
            -
                          "name": "maxReferralLifetime",
         | 
| 1872 | 
            -
                          "type": "uint32"
         | 
| 1873 | 
            -
                        },
         | 
| 1874 | 
            -
                        {
         | 
| 1875 | 
            -
                          "internalType": "bool",
         | 
| 1876 | 
            -
                          "name": "allowSelfReferrals",
         | 
| 1877 | 
            -
                          "type": "bool"
         | 
| 1878 | 
            -
                        },
         | 
| 1879 | 
            -
                        {
         | 
| 1880 | 
            -
                          "internalType": "bool",
         | 
| 1881 | 
            -
                          "name": "allowRenewals",
         | 
| 1882 | 
            -
                          "type": "bool"
         | 
| 1883 | 
            -
                        },
         | 
| 1884 | 
            -
                        {
         | 
| 1885 | 
            -
                          "internalType": "bytes",
         | 
| 1886 | 
            -
                          "name": "data",
         | 
| 1887 | 
            -
                          "type": "bytes"
         | 
| 1888 | 
            -
                        }
         | 
| 1889 | 
            -
                      ],
         | 
| 1890 | 
            -
                      "internalType": "struct IDistribution.DistributorTypeInfo",
         | 
| 1891 | 
            -
                      "name": "info",
         | 
| 1892 | 
            -
                      "type": "tuple"
         | 
| 429 | 
            +
                {
         | 
| 430 | 
            +
                  "inputs": [
         | 
| 431 | 
            +
                    {
         | 
| 432 | 
            +
                      "internalType": "RoleId",
         | 
| 433 | 
            +
                      "name": "roleId",
         | 
| 434 | 
            +
                      "type": "uint64"
         | 
| 1893 435 | 
             
                    },
         | 
| 1894 436 | 
             
                    {
         | 
| 1895 | 
            -
                      "internalType": " | 
| 1896 | 
            -
                      "name": " | 
| 1897 | 
            -
                      "type": " | 
| 437 | 
            +
                      "internalType": "address",
         | 
| 438 | 
            +
                      "name": "account",
         | 
| 439 | 
            +
                      "type": "address"
         | 
| 1898 440 | 
             
                    }
         | 
| 1899 441 | 
             
                  ],
         | 
| 1900 | 
            -
                  "name": " | 
| 442 | 
            +
                  "name": "grantRole",
         | 
| 1901 443 | 
             
                  "outputs": [],
         | 
| 1902 444 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1903 445 | 
             
                  "type": "function"
         | 
| 1904 446 | 
             
                },
         | 
| 1905 447 | 
             
                {
         | 
| 1906 | 
            -
                  "inputs": [
         | 
| 448 | 
            +
                  "inputs": [],
         | 
| 449 | 
            +
                  "name": "isConsumingScheduledOp",
         | 
| 450 | 
            +
                  "outputs": [
         | 
| 1907 451 | 
             
                    {
         | 
| 1908 | 
            -
                      "internalType": " | 
| 1909 | 
            -
                      "name": " | 
| 1910 | 
            -
                      "type": " | 
| 1911 | 
            -
                    } | 
| 452 | 
            +
                      "internalType": "bytes4",
         | 
| 453 | 
            +
                      "name": "",
         | 
| 454 | 
            +
                      "type": "bytes4"
         | 
| 455 | 
            +
                    }
         | 
| 456 | 
            +
                  ],
         | 
| 457 | 
            +
                  "stateMutability": "view",
         | 
| 458 | 
            +
                  "type": "function"
         | 
| 459 | 
            +
                },
         | 
| 460 | 
            +
                {
         | 
| 461 | 
            +
                  "inputs": [],
         | 
| 462 | 
            +
                  "name": "linkToRegisteredNftId",
         | 
| 463 | 
            +
                  "outputs": [
         | 
| 1912 464 | 
             
                    {
         | 
| 1913 | 
            -
                      "internalType": " | 
| 1914 | 
            -
                      "name": " | 
| 1915 | 
            -
                      "type": " | 
| 465 | 
            +
                      "internalType": "NftId",
         | 
| 466 | 
            +
                      "name": "",
         | 
| 467 | 
            +
                      "type": "uint96"
         | 
| 1916 468 | 
             
                    }
         | 
| 1917 469 | 
             
                  ],
         | 
| 1918 | 
            -
                  "name": "updateDistributorTypeState",
         | 
| 1919 | 
            -
                  "outputs": [],
         | 
| 1920 470 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1921 471 | 
             
                  "type": "function"
         | 
| 1922 472 | 
             
                },
         | 
| 1923 473 | 
             
                {
         | 
| 1924 474 | 
             
                  "inputs": [
         | 
| 1925 475 | 
             
                    {
         | 
| 1926 | 
            -
                      "internalType": " | 
| 1927 | 
            -
                      "name": " | 
| 1928 | 
            -
                      "type": " | 
| 476 | 
            +
                      "internalType": "address",
         | 
| 477 | 
            +
                      "name": "from",
         | 
| 478 | 
            +
                      "type": "address"
         | 
| 1929 479 | 
             
                    },
         | 
| 1930 480 | 
             
                    {
         | 
| 1931 | 
            -
                      " | 
| 1932 | 
            -
             | 
| 1933 | 
            -
             | 
| 1934 | 
            -
                          "name": "productNftId",
         | 
| 1935 | 
            -
                          "type": "uint96"
         | 
| 1936 | 
            -
                        },
         | 
| 1937 | 
            -
                        {
         | 
| 1938 | 
            -
                          "internalType": "NftId",
         | 
| 1939 | 
            -
                          "name": "bundleNftId",
         | 
| 1940 | 
            -
                          "type": "uint96"
         | 
| 1941 | 
            -
                        },
         | 
| 1942 | 
            -
                        {
         | 
| 1943 | 
            -
                          "internalType": "ReferralId",
         | 
| 1944 | 
            -
                          "name": "referralId",
         | 
| 1945 | 
            -
                          "type": "bytes8"
         | 
| 1946 | 
            -
                        },
         | 
| 1947 | 
            -
                        {
         | 
| 1948 | 
            -
                          "internalType": "RiskId",
         | 
| 1949 | 
            -
                          "name": "riskId",
         | 
| 1950 | 
            -
                          "type": "bytes8"
         | 
| 1951 | 
            -
                        },
         | 
| 1952 | 
            -
                        {
         | 
| 1953 | 
            -
                          "internalType": "uint256",
         | 
| 1954 | 
            -
                          "name": "sumInsuredAmount",
         | 
| 1955 | 
            -
                          "type": "uint256"
         | 
| 1956 | 
            -
                        },
         | 
| 1957 | 
            -
                        {
         | 
| 1958 | 
            -
                          "internalType": "uint256",
         | 
| 1959 | 
            -
                          "name": "premiumAmount",
         | 
| 1960 | 
            -
                          "type": "uint256"
         | 
| 1961 | 
            -
                        },
         | 
| 1962 | 
            -
                        {
         | 
| 1963 | 
            -
                          "internalType": "uint256",
         | 
| 1964 | 
            -
                          "name": "premiumPaidAmount",
         | 
| 1965 | 
            -
                          "type": "uint256"
         | 
| 1966 | 
            -
                        },
         | 
| 1967 | 
            -
                        {
         | 
| 1968 | 
            -
                          "internalType": "Seconds",
         | 
| 1969 | 
            -
                          "name": "lifetime",
         | 
| 1970 | 
            -
                          "type": "uint40"
         | 
| 1971 | 
            -
                        },
         | 
| 1972 | 
            -
                        {
         | 
| 1973 | 
            -
                          "internalType": "bytes",
         | 
| 1974 | 
            -
                          "name": "applicationData",
         | 
| 1975 | 
            -
                          "type": "bytes"
         | 
| 1976 | 
            -
                        },
         | 
| 1977 | 
            -
                        {
         | 
| 1978 | 
            -
                          "internalType": "bytes",
         | 
| 1979 | 
            -
                          "name": "policyData",
         | 
| 1980 | 
            -
                          "type": "bytes"
         | 
| 1981 | 
            -
                        },
         | 
| 1982 | 
            -
                        {
         | 
| 1983 | 
            -
                          "internalType": "uint16",
         | 
| 1984 | 
            -
                          "name": "claimsCount",
         | 
| 1985 | 
            -
                          "type": "uint16"
         | 
| 1986 | 
            -
                        },
         | 
| 1987 | 
            -
                        {
         | 
| 1988 | 
            -
                          "internalType": "uint16",
         | 
| 1989 | 
            -
                          "name": "openClaimsCount",
         | 
| 1990 | 
            -
                          "type": "uint16"
         | 
| 1991 | 
            -
                        },
         | 
| 1992 | 
            -
                        {
         | 
| 1993 | 
            -
                          "internalType": "uint256",
         | 
| 1994 | 
            -
                          "name": "payoutAmount",
         | 
| 1995 | 
            -
                          "type": "uint256"
         | 
| 1996 | 
            -
                        },
         | 
| 1997 | 
            -
                        {
         | 
| 1998 | 
            -
                          "internalType": "Timestamp",
         | 
| 1999 | 
            -
                          "name": "activatedAt",
         | 
| 2000 | 
            -
                          "type": "uint40"
         | 
| 2001 | 
            -
                        },
         | 
| 2002 | 
            -
                        {
         | 
| 2003 | 
            -
                          "internalType": "Timestamp",
         | 
| 2004 | 
            -
                          "name": "expiredAt",
         | 
| 2005 | 
            -
                          "type": "uint40"
         | 
| 2006 | 
            -
                        },
         | 
| 2007 | 
            -
                        {
         | 
| 2008 | 
            -
                          "internalType": "Timestamp",
         | 
| 2009 | 
            -
                          "name": "closedAt",
         | 
| 2010 | 
            -
                          "type": "uint40"
         | 
| 2011 | 
            -
                        }
         | 
| 2012 | 
            -
                      ],
         | 
| 2013 | 
            -
                      "internalType": "struct IPolicy.PolicyInfo",
         | 
| 2014 | 
            -
                      "name": "policy",
         | 
| 2015 | 
            -
                      "type": "tuple"
         | 
| 481 | 
            +
                      "internalType": "address",
         | 
| 482 | 
            +
                      "name": "to",
         | 
| 483 | 
            +
                      "type": "address"
         | 
| 2016 484 | 
             
                    },
         | 
| 2017 485 | 
             
                    {
         | 
| 2018 | 
            -
                      "internalType": " | 
| 2019 | 
            -
                      "name": " | 
| 2020 | 
            -
                      "type": " | 
| 486 | 
            +
                      "internalType": "uint256",
         | 
| 487 | 
            +
                      "name": "tokenId",
         | 
| 488 | 
            +
                      "type": "uint256"
         | 
| 489 | 
            +
                    },
         | 
| 490 | 
            +
                    {
         | 
| 491 | 
            +
                      "internalType": "address",
         | 
| 492 | 
            +
                      "name": "operator",
         | 
| 493 | 
            +
                      "type": "address"
         | 
| 2021 494 | 
             
                    }
         | 
| 2022 495 | 
             
                  ],
         | 
| 2023 | 
            -
                  "name": " | 
| 496 | 
            +
                  "name": "nftTransferFrom",
         | 
| 2024 497 | 
             
                  "outputs": [],
         | 
| 2025 498 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2026 499 | 
             
                  "type": "function"
         | 
| @@ -2028,77 +501,49 @@ | |
| 2028 501 | 
             
                {
         | 
| 2029 502 | 
             
                  "inputs": [
         | 
| 2030 503 | 
             
                    {
         | 
| 2031 | 
            -
                      "internalType": " | 
| 2032 | 
            -
                      "name": " | 
| 504 | 
            +
                      "internalType": "Amount",
         | 
| 505 | 
            +
                      "name": "dipAmount",
         | 
| 2033 506 | 
             
                      "type": "uint96"
         | 
| 2034 | 
            -
                    },
         | 
| 2035 | 
            -
                    {
         | 
| 2036 | 
            -
                      "internalType": "StateId",
         | 
| 2037 | 
            -
                      "name": "newState",
         | 
| 2038 | 
            -
                      "type": "uint8"
         | 
| 2039 507 | 
             
                    }
         | 
| 2040 508 | 
             
                  ],
         | 
| 2041 | 
            -
                  "name": " | 
| 509 | 
            +
                  "name": "refillStakingRewardReserves",
         | 
| 2042 510 | 
             
                  "outputs": [],
         | 
| 2043 511 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2044 512 | 
             
                  "type": "function"
         | 
| 2045 513 | 
             
                },
         | 
| 2046 514 | 
             
                {
         | 
| 2047 515 | 
             
                  "inputs": [
         | 
| 516 | 
            +
                    {
         | 
| 517 | 
            +
                      "internalType": "address",
         | 
| 518 | 
            +
                      "name": "product",
         | 
| 519 | 
            +
                      "type": "address"
         | 
| 520 | 
            +
                    }
         | 
| 521 | 
            +
                  ],
         | 
| 522 | 
            +
                  "name": "registerProduct",
         | 
| 523 | 
            +
                  "outputs": [
         | 
| 2048 524 | 
             
                    {
         | 
| 2049 525 | 
             
                      "internalType": "NftId",
         | 
| 2050 | 
            -
                      "name": " | 
| 526 | 
            +
                      "name": "productNftId",
         | 
| 2051 527 | 
             
                      "type": "uint96"
         | 
| 2052 | 
            -
                    } | 
| 528 | 
            +
                    }
         | 
| 529 | 
            +
                  ],
         | 
| 530 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 531 | 
            +
                  "type": "function"
         | 
| 532 | 
            +
                },
         | 
| 533 | 
            +
                {
         | 
| 534 | 
            +
                  "inputs": [
         | 
| 2053 535 | 
             
                    {
         | 
| 2054 | 
            -
                      " | 
| 2055 | 
            -
             | 
| 2056 | 
            -
             | 
| 2057 | 
            -
                          "name": "name",
         | 
| 2058 | 
            -
                          "type": "string"
         | 
| 2059 | 
            -
                        },
         | 
| 2060 | 
            -
                        {
         | 
| 2061 | 
            -
                          "internalType": "contract IERC20Metadata",
         | 
| 2062 | 
            -
                          "name": "token",
         | 
| 2063 | 
            -
                          "type": "address"
         | 
| 2064 | 
            -
                        },
         | 
| 2065 | 
            -
                        {
         | 
| 2066 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 2067 | 
            -
                          "name": "tokenHandler",
         | 
| 2068 | 
            -
                          "type": "address"
         | 
| 2069 | 
            -
                        },
         | 
| 2070 | 
            -
                        {
         | 
| 2071 | 
            -
                          "internalType": "address",
         | 
| 2072 | 
            -
                          "name": "wallet",
         | 
| 2073 | 
            -
                          "type": "address"
         | 
| 2074 | 
            -
                        },
         | 
| 2075 | 
            -
                        {
         | 
| 2076 | 
            -
                          "internalType": "Amount",
         | 
| 2077 | 
            -
                          "name": "balanceAmount",
         | 
| 2078 | 
            -
                          "type": "uint96"
         | 
| 2079 | 
            -
                        },
         | 
| 2080 | 
            -
                        {
         | 
| 2081 | 
            -
                          "internalType": "Amount",
         | 
| 2082 | 
            -
                          "name": "feeAmount",
         | 
| 2083 | 
            -
                          "type": "uint96"
         | 
| 2084 | 
            -
                        },
         | 
| 2085 | 
            -
                        {
         | 
| 2086 | 
            -
                          "internalType": "bytes",
         | 
| 2087 | 
            -
                          "name": "data",
         | 
| 2088 | 
            -
                          "type": "bytes"
         | 
| 2089 | 
            -
                        }
         | 
| 2090 | 
            -
                      ],
         | 
| 2091 | 
            -
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| 2092 | 
            -
                      "name": "info",
         | 
| 2093 | 
            -
                      "type": "tuple"
         | 
| 536 | 
            +
                      "internalType": "RoleId",
         | 
| 537 | 
            +
                      "name": "roleId",
         | 
| 538 | 
            +
                      "type": "uint64"
         | 
| 2094 539 | 
             
                    },
         | 
| 2095 540 | 
             
                    {
         | 
| 2096 | 
            -
                      "internalType": " | 
| 2097 | 
            -
                      "name": " | 
| 2098 | 
            -
                      "type": " | 
| 541 | 
            +
                      "internalType": "address",
         | 
| 542 | 
            +
                      "name": "account",
         | 
| 543 | 
            +
                      "type": "address"
         | 
| 2099 544 | 
             
                    }
         | 
| 2100 545 | 
             
                  ],
         | 
| 2101 | 
            -
                  "name": " | 
| 546 | 
            +
                  "name": "revokeRole",
         | 
| 2102 547 | 
             
                  "outputs": [],
         | 
| 2103 548 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2104 549 | 
             
                  "type": "function"
         | 
| @@ -2106,17 +551,12 @@ | |
| 2106 551 | 
             
                {
         | 
| 2107 552 | 
             
                  "inputs": [
         | 
| 2108 553 | 
             
                    {
         | 
| 2109 | 
            -
                      "internalType": " | 
| 2110 | 
            -
                      "name": " | 
| 2111 | 
            -
                      "type": " | 
| 2112 | 
            -
                    },
         | 
| 2113 | 
            -
                    {
         | 
| 2114 | 
            -
                      "internalType": "StateId",
         | 
| 2115 | 
            -
                      "name": "newState",
         | 
| 2116 | 
            -
                      "type": "uint8"
         | 
| 554 | 
            +
                      "internalType": "address",
         | 
| 555 | 
            +
                      "name": "",
         | 
| 556 | 
            +
                      "type": "address"
         | 
| 2117 557 | 
             
                    }
         | 
| 2118 558 | 
             
                  ],
         | 
| 2119 | 
            -
                  "name": " | 
| 559 | 
            +
                  "name": "setAuthority",
         | 
| 2120 560 | 
             
                  "outputs": [],
         | 
| 2121 561 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2122 562 | 
             
                  "type": "function"
         | 
| @@ -2124,88 +564,12 @@ | |
| 2124 564 | 
             
                {
         | 
| 2125 565 | 
             
                  "inputs": [
         | 
| 2126 566 | 
             
                    {
         | 
| 2127 | 
            -
                      "internalType": " | 
| 2128 | 
            -
                      "name": " | 
| 2129 | 
            -
                      "type": " | 
| 2130 | 
            -
                    },
         | 
| 2131 | 
            -
                    {
         | 
| 2132 | 
            -
                      "components": [
         | 
| 2133 | 
            -
                        {
         | 
| 2134 | 
            -
                          "internalType": "contract IERC20Metadata",
         | 
| 2135 | 
            -
                          "name": "token",
         | 
| 2136 | 
            -
                          "type": "address"
         | 
| 2137 | 
            -
                        },
         | 
| 2138 | 
            -
                        {
         | 
| 2139 | 
            -
                          "internalType": "contract TokenHandler",
         | 
| 2140 | 
            -
                          "name": "tokenHandler",
         | 
| 2141 | 
            -
                          "type": "address"
         | 
| 2142 | 
            -
                        },
         | 
| 2143 | 
            -
                        {
         | 
| 2144 | 
            -
                          "internalType": "NftId",
         | 
| 2145 | 
            -
                          "name": "distributionNftId",
         | 
| 2146 | 
            -
                          "type": "uint96"
         | 
| 2147 | 
            -
                        },
         | 
| 2148 | 
            -
                        {
         | 
| 2149 | 
            -
                          "internalType": "NftId",
         | 
| 2150 | 
            -
                          "name": "poolNftId",
         | 
| 2151 | 
            -
                          "type": "uint96"
         | 
| 2152 | 
            -
                        },
         | 
| 2153 | 
            -
                        {
         | 
| 2154 | 
            -
                          "components": [
         | 
| 2155 | 
            -
                            {
         | 
| 2156 | 
            -
                              "internalType": "UFixed",
         | 
| 2157 | 
            -
                              "name": "fractionalFee",
         | 
| 2158 | 
            -
                              "type": "uint256"
         | 
| 2159 | 
            -
                            },
         | 
| 2160 | 
            -
                            {
         | 
| 2161 | 
            -
                              "internalType": "uint256",
         | 
| 2162 | 
            -
                              "name": "fixedFee",
         | 
| 2163 | 
            -
                              "type": "uint256"
         | 
| 2164 | 
            -
                            }
         | 
| 2165 | 
            -
                          ],
         | 
| 2166 | 
            -
                          "internalType": "struct Fee",
         | 
| 2167 | 
            -
                          "name": "productFee",
         | 
| 2168 | 
            -
                          "type": "tuple"
         | 
| 2169 | 
            -
                        },
         | 
| 2170 | 
            -
                        {
         | 
| 2171 | 
            -
                          "components": [
         | 
| 2172 | 
            -
                            {
         | 
| 2173 | 
            -
                              "internalType": "UFixed",
         | 
| 2174 | 
            -
                              "name": "fractionalFee",
         | 
| 2175 | 
            -
                              "type": "uint256"
         | 
| 2176 | 
            -
                            },
         | 
| 2177 | 
            -
                            {
         | 
| 2178 | 
            -
                              "internalType": "uint256",
         | 
| 2179 | 
            -
                              "name": "fixedFee",
         | 
| 2180 | 
            -
                              "type": "uint256"
         | 
| 2181 | 
            -
                            }
         | 
| 2182 | 
            -
                          ],
         | 
| 2183 | 
            -
                          "internalType": "struct Fee",
         | 
| 2184 | 
            -
                          "name": "processingFee",
         | 
| 2185 | 
            -
                          "type": "tuple"
         | 
| 2186 | 
            -
                        },
         | 
| 2187 | 
            -
                        {
         | 
| 2188 | 
            -
                          "internalType": "bool",
         | 
| 2189 | 
            -
                          "name": "isIntercepting",
         | 
| 2190 | 
            -
                          "type": "bool"
         | 
| 2191 | 
            -
                        },
         | 
| 2192 | 
            -
                        {
         | 
| 2193 | 
            -
                          "internalType": "address",
         | 
| 2194 | 
            -
                          "name": "wallet",
         | 
| 2195 | 
            -
                          "type": "address"
         | 
| 2196 | 
            -
                        }
         | 
| 2197 | 
            -
                      ],
         | 
| 2198 | 
            -
                      "internalType": "struct ISetup.ProductSetupInfo",
         | 
| 2199 | 
            -
                      "name": "setup",
         | 
| 2200 | 
            -
                      "type": "tuple"
         | 
| 2201 | 
            -
                    },
         | 
| 2202 | 
            -
                    {
         | 
| 2203 | 
            -
                      "internalType": "StateId",
         | 
| 2204 | 
            -
                      "name": "newState",
         | 
| 2205 | 
            -
                      "type": "uint8"
         | 
| 567 | 
            +
                      "internalType": "Seconds",
         | 
| 568 | 
            +
                      "name": "stakeLockingPeriod",
         | 
| 569 | 
            +
                      "type": "uint40"
         | 
| 2206 570 | 
             
                    }
         | 
| 2207 571 | 
             
                  ],
         | 
| 2208 | 
            -
                  "name": " | 
| 572 | 
            +
                  "name": "setStakingLockingPeriod",
         | 
| 2209 573 | 
             
                  "outputs": [],
         | 
| 2210 574 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2211 575 | 
             
                  "type": "function"
         | 
| @@ -2213,17 +577,12 @@ | |
| 2213 577 | 
             
                {
         | 
| 2214 578 | 
             
                  "inputs": [
         | 
| 2215 579 | 
             
                    {
         | 
| 2216 | 
            -
                      "internalType": " | 
| 2217 | 
            -
                      "name": " | 
| 2218 | 
            -
                      "type": " | 
| 2219 | 
            -
                    },
         | 
| 2220 | 
            -
                    {
         | 
| 2221 | 
            -
                      "internalType": "StateId",
         | 
| 2222 | 
            -
                      "name": "newState",
         | 
| 2223 | 
            -
                      "type": "uint8"
         | 
| 580 | 
            +
                      "internalType": "UFixed",
         | 
| 581 | 
            +
                      "name": "rewardRate",
         | 
| 582 | 
            +
                      "type": "uint256"
         | 
| 2224 583 | 
             
                    }
         | 
| 2225 584 | 
             
                  ],
         | 
| 2226 | 
            -
                  "name": " | 
| 585 | 
            +
                  "name": "setStakingRewardRate",
         | 
| 2227 586 | 
             
                  "outputs": [],
         | 
| 2228 587 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2229 588 | 
             
                  "type": "function"
         | 
| @@ -2231,59 +590,22 @@ | |
| 2231 590 | 
             
                {
         | 
| 2232 591 | 
             
                  "inputs": [
         | 
| 2233 592 | 
             
                    {
         | 
| 2234 | 
            -
                      "internalType": " | 
| 2235 | 
            -
                      "name": " | 
| 2236 | 
            -
                      "type": " | 
| 593 | 
            +
                      "internalType": "string",
         | 
| 594 | 
            +
                      "name": "targetName",
         | 
| 595 | 
            +
                      "type": "string"
         | 
| 2237 596 | 
             
                    },
         | 
| 2238 597 | 
             
                    {
         | 
| 2239 | 
            -
                      " | 
| 2240 | 
            -
             | 
| 2241 | 
            -
             | 
| 2242 | 
            -
                          "name": "distributorNftId",
         | 
| 2243 | 
            -
                          "type": "uint96"
         | 
| 2244 | 
            -
                        },
         | 
| 2245 | 
            -
                        {
         | 
| 2246 | 
            -
                          "internalType": "string",
         | 
| 2247 | 
            -
                          "name": "referralCode",
         | 
| 2248 | 
            -
                          "type": "string"
         | 
| 2249 | 
            -
                        },
         | 
| 2250 | 
            -
                        {
         | 
| 2251 | 
            -
                          "internalType": "UFixed",
         | 
| 2252 | 
            -
                          "name": "discountPercentage",
         | 
| 2253 | 
            -
                          "type": "uint256"
         | 
| 2254 | 
            -
                        },
         | 
| 2255 | 
            -
                        {
         | 
| 2256 | 
            -
                          "internalType": "uint32",
         | 
| 2257 | 
            -
                          "name": "maxReferrals",
         | 
| 2258 | 
            -
                          "type": "uint32"
         | 
| 2259 | 
            -
                        },
         | 
| 2260 | 
            -
                        {
         | 
| 2261 | 
            -
                          "internalType": "uint32",
         | 
| 2262 | 
            -
                          "name": "usedReferrals",
         | 
| 2263 | 
            -
                          "type": "uint32"
         | 
| 2264 | 
            -
                        },
         | 
| 2265 | 
            -
                        {
         | 
| 2266 | 
            -
                          "internalType": "Timestamp",
         | 
| 2267 | 
            -
                          "name": "expiryAt",
         | 
| 2268 | 
            -
                          "type": "uint40"
         | 
| 2269 | 
            -
                        },
         | 
| 2270 | 
            -
                        {
         | 
| 2271 | 
            -
                          "internalType": "bytes",
         | 
| 2272 | 
            -
                          "name": "data",
         | 
| 2273 | 
            -
                          "type": "bytes"
         | 
| 2274 | 
            -
                        }
         | 
| 2275 | 
            -
                      ],
         | 
| 2276 | 
            -
                      "internalType": "struct IDistribution.ReferralInfo",
         | 
| 2277 | 
            -
                      "name": "referralInfo",
         | 
| 2278 | 
            -
                      "type": "tuple"
         | 
| 598 | 
            +
                      "internalType": "bytes4[]",
         | 
| 599 | 
            +
                      "name": "selectors",
         | 
| 600 | 
            +
                      "type": "bytes4[]"
         | 
| 2279 601 | 
             
                    },
         | 
| 2280 602 | 
             
                    {
         | 
| 2281 | 
            -
                      "internalType": " | 
| 2282 | 
            -
                      "name": " | 
| 2283 | 
            -
                      "type": " | 
| 603 | 
            +
                      "internalType": "RoleId",
         | 
| 604 | 
            +
                      "name": "roleId",
         | 
| 605 | 
            +
                      "type": "uint64"
         | 
| 2284 606 | 
             
                    }
         | 
| 2285 607 | 
             
                  ],
         | 
| 2286 | 
            -
                  "name": " | 
| 608 | 
            +
                  "name": "setTargetFunctionRole",
         | 
| 2287 609 | 
             
                  "outputs": [],
         | 
| 2288 610 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2289 611 | 
             
                  "type": "function"
         | 
| @@ -2291,17 +613,17 @@ | |
| 2291 613 | 
             
                {
         | 
| 2292 614 | 
             
                  "inputs": [
         | 
| 2293 615 | 
             
                    {
         | 
| 2294 | 
            -
                      "internalType": " | 
| 2295 | 
            -
                      "name": " | 
| 2296 | 
            -
                      "type": " | 
| 616 | 
            +
                      "internalType": "address",
         | 
| 617 | 
            +
                      "name": "target",
         | 
| 618 | 
            +
                      "type": "address"
         | 
| 2297 619 | 
             
                    },
         | 
| 2298 620 | 
             
                    {
         | 
| 2299 | 
            -
                      "internalType": " | 
| 2300 | 
            -
                      "name": " | 
| 2301 | 
            -
                      "type": " | 
| 621 | 
            +
                      "internalType": "bool",
         | 
| 622 | 
            +
                      "name": "locked",
         | 
| 623 | 
            +
                      "type": "bool"
         | 
| 2302 624 | 
             
                    }
         | 
| 2303 625 | 
             
                  ],
         | 
| 2304 | 
            -
                  "name": " | 
| 626 | 
            +
                  "name": "setTargetLocked",
         | 
| 2305 627 | 
             
                  "outputs": [],
         | 
| 2306 628 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2307 629 | 
             
                  "type": "function"
         | 
| @@ -2309,53 +631,38 @@ | |
| 2309 631 | 
             
                {
         | 
| 2310 632 | 
             
                  "inputs": [
         | 
| 2311 633 | 
             
                    {
         | 
| 2312 | 
            -
                      "internalType": " | 
| 2313 | 
            -
                      "name": " | 
| 2314 | 
            -
                      "type": " | 
| 2315 | 
            -
                    } | 
| 2316 | 
            -
             | 
| 2317 | 
            -
             | 
| 2318 | 
            -
             | 
| 2319 | 
            -
                          "internalType": "NftId",
         | 
| 2320 | 
            -
                          "name": "productNftId",
         | 
| 2321 | 
            -
                          "type": "uint96"
         | 
| 2322 | 
            -
                        },
         | 
| 2323 | 
            -
                        {
         | 
| 2324 | 
            -
                          "internalType": "bytes",
         | 
| 2325 | 
            -
                          "name": "data",
         | 
| 2326 | 
            -
                          "type": "bytes"
         | 
| 2327 | 
            -
                        }
         | 
| 2328 | 
            -
                      ],
         | 
| 2329 | 
            -
                      "internalType": "struct IRisk.RiskInfo",
         | 
| 2330 | 
            -
                      "name": "risk",
         | 
| 2331 | 
            -
                      "type": "tuple"
         | 
| 2332 | 
            -
                    },
         | 
| 634 | 
            +
                      "internalType": "bytes4",
         | 
| 635 | 
            +
                      "name": "interfaceId",
         | 
| 636 | 
            +
                      "type": "bytes4"
         | 
| 637 | 
            +
                    }
         | 
| 638 | 
            +
                  ],
         | 
| 639 | 
            +
                  "name": "supportsInterface",
         | 
| 640 | 
            +
                  "outputs": [
         | 
| 2333 641 | 
             
                    {
         | 
| 2334 | 
            -
                      "internalType": " | 
| 2335 | 
            -
                      "name": " | 
| 2336 | 
            -
                      "type": " | 
| 642 | 
            +
                      "internalType": "bool",
         | 
| 643 | 
            +
                      "name": "",
         | 
| 644 | 
            +
                      "type": "bool"
         | 
| 2337 645 | 
             
                    }
         | 
| 2338 646 | 
             
                  ],
         | 
| 2339 | 
            -
                  " | 
| 2340 | 
            -
                  "outputs": [],
         | 
| 2341 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 647 | 
            +
                  "stateMutability": "view",
         | 
| 2342 648 | 
             
                  "type": "function"
         | 
| 2343 649 | 
             
                },
         | 
| 2344 650 | 
             
                {
         | 
| 2345 651 | 
             
                  "inputs": [
         | 
| 2346 652 | 
             
                    {
         | 
| 2347 | 
            -
                      "internalType": " | 
| 2348 | 
            -
                      "name": " | 
| 2349 | 
            -
                      "type": " | 
| 2350 | 
            -
                    } | 
| 653 | 
            +
                      "internalType": "Amount",
         | 
| 654 | 
            +
                      "name": "dipAmount",
         | 
| 655 | 
            +
                      "type": "uint96"
         | 
| 656 | 
            +
                    }
         | 
| 657 | 
            +
                  ],
         | 
| 658 | 
            +
                  "name": "withdrawStakingRewardReserves",
         | 
| 659 | 
            +
                  "outputs": [
         | 
| 2351 660 | 
             
                    {
         | 
| 2352 | 
            -
                      "internalType": " | 
| 2353 | 
            -
                      "name": " | 
| 2354 | 
            -
                      "type": " | 
| 661 | 
            +
                      "internalType": "Amount",
         | 
| 662 | 
            +
                      "name": "newBalance",
         | 
| 663 | 
            +
                      "type": "uint96"
         | 
| 2355 664 | 
             
                    }
         | 
| 2356 665 | 
             
                  ],
         | 
| 2357 | 
            -
                  "name": "updateRiskState",
         | 
| 2358 | 
            -
                  "outputs": [],
         | 
| 2359 666 | 
             
                  "stateMutability": "nonpayable",
         | 
| 2360 667 | 
             
                  "type": "function"
         | 
| 2361 668 | 
             
                }
         |