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