@etherisc/gif-next 0.0.2-e9148e0-933 → 0.0.2-e91c6be-472
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 +146 -22
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
 - package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json} +125 -11
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +445 -702
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +391 -169
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +367 -3066
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1045 -380
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +478 -398
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +356 -118
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
 - package/artifacts/contracts/instance/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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
 - package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
 - package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +391 -366
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +231 -225
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +931 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +283 -266
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IRiskService.sol/IRiskService.json} +149 -162
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +824 -264
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +305 -233
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1170 -300
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +304 -335
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +343 -119
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +209 -201
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +346 -172
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +40 -31
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +119 -165
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +96 -48
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +150 -176
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
 - package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
 - package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
 - package/contracts/authorization/AccessAdmin.sol +596 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +137 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ReleaseAccessManager.sol +38 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/distribution/Distribution.sol +284 -0
 - package/contracts/distribution/DistributionService.sol +354 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +100 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +86 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +431 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +51 -26
 - package/contracts/instance/IInstanceService.sol +58 -17
 - package/contracts/instance/Instance.sol +164 -375
 - package/contracts/instance/InstanceAdmin.sol +277 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +271 -82
 - package/contracts/instance/InstanceService.sol +359 -137
 - package/contracts/instance/InstanceServiceManager.sol +14 -32
 - package/contracts/instance/InstanceStore.sol +287 -0
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +21 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +111 -0
 - package/contracts/instance/base/ObjectSet.sol +79 -0
 - package/contracts/instance/module/IAccess.sol +29 -21
 - package/contracts/instance/module/IBundle.sol +8 -8
 - package/contracts/instance/module/IComponents.sol +50 -0
 - package/contracts/instance/module/IDistribution.sol +6 -4
 - package/contracts/instance/module/IPolicy.sol +59 -19
 - package/contracts/instance/module/IRisk.sol +1 -1
 - package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
 - package/contracts/oracle/BasicOracle.sol +47 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
 - package/contracts/oracle/IOracle.sol +36 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +66 -0
 - package/contracts/oracle/Oracle.sol +156 -0
 - package/contracts/oracle/OracleService.sol +292 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +175 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +68 -0
 - package/contracts/pool/BundleService.sol +485 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +140 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +172 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +620 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +49 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +614 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +63 -0
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +82 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +59 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +695 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +432 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +78 -33
 - package/contracts/registry/IRegistry.sol +129 -35
 - package/contracts/registry/IRegistryService.sol +40 -28
 - package/contracts/registry/ITransferInterceptor.sol +1 -1
 - package/contracts/registry/Registry.sol +552 -271
 - package/contracts/registry/RegistryAdmin.sol +462 -0
 - package/contracts/registry/RegistryService.sol +116 -233
 - package/contracts/registry/RegistryServiceManager.sol +26 -53
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +485 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
 - package/contracts/registry/TokenRegistry.sol +261 -57
 - package/contracts/shared/Component.sol +229 -0
 - package/contracts/shared/ComponentService.sol +779 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +54 -0
 - package/contracts/shared/IComponent.sol +67 -0
 - package/contracts/shared/IComponentService.sol +130 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
 - package/contracts/shared/INftOwnable.sol +15 -12
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +15 -6
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +16 -6
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +205 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +88 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +75 -82
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +34 -41
 - package/contracts/shared/RegistryLinked.sol +38 -0
 - package/contracts/shared/Service.sol +61 -32
 - package/contracts/shared/TokenHandler.sol +382 -12
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +173 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +505 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +52 -0
 - package/contracts/staking/StakingReader.sol +190 -0
 - package/contracts/staking/StakingService.sol +453 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +150 -0
 - package/contracts/{types → type}/Blocknumber.sol +27 -3
 - package/contracts/type/ClaimId.sol +80 -0
 - package/contracts/{types → type}/DistributorType.sol +2 -2
 - package/contracts/{types → type}/Fee.sol +33 -23
 - package/contracts/{types → type}/NftId.sol +22 -15
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +276 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/{types → type}/Referral.sol +6 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/{types → type}/RiskId.sol +17 -3
 - package/contracts/type/RoleId.sol +162 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +48 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +34 -15
 - package/contracts/{types → type}/UFixed.sol +39 -9
 - package/contracts/{types → type}/Version.sol +5 -2
 - package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +11 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -719
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
 - package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
 - package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
 - package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
 - package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.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/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1058
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
 - package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
 - package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
 - package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
 - package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
 - package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
 - package/contracts/components/BaseComponent.sol +0 -91
 - package/contracts/components/Distribution.sol +0 -159
 - package/contracts/components/IBaseComponent.sol +0 -25
 - package/contracts/components/IDistributionComponent.sol +0 -44
 - package/contracts/components/IPoolComponent.sol +0 -62
 - package/contracts/components/IProductComponent.sol +0 -35
 - package/contracts/components/Pool.sol +0 -242
 - package/contracts/components/Product.sol +0 -284
 - package/contracts/experiment/cloning/Cloner.sol +0 -47
 - package/contracts/experiment/errors/Require.sol +0 -38
 - package/contracts/experiment/errors/Revert.sol +0 -44
 - package/contracts/experiment/inheritance/A.sol +0 -53
 - package/contracts/experiment/inheritance/B.sol +0 -28
 - package/contracts/experiment/inheritance/C.sol +0 -34
 - package/contracts/experiment/inheritance/IA.sol +0 -13
 - package/contracts/experiment/inheritance/IB.sol +0 -10
 - package/contracts/experiment/inheritance/IC.sol +0 -12
 - package/contracts/experiment/statemachine/Dummy.sol +0 -27
 - package/contracts/experiment/statemachine/ISM.sol +0 -25
 - package/contracts/experiment/statemachine/SM.sol +0 -57
 - package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
 - package/contracts/experiment/types/TypeA.sol +0 -47
 - package/contracts/experiment/types/TypeB.sol +0 -29
 - package/contracts/instance/AccessManagedSimple.sol +0 -115
 - package/contracts/instance/AccessManagerSimple.sol +0 -692
 - package/contracts/instance/IAccessManagerSimple.sol +0 -391
 - package/contracts/instance/InstanceAccessManager.sol +0 -288
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -124
 - package/contracts/instance/base/IInstanceBase.sol +0 -23
 - package/contracts/instance/base/KeyValueStore.sol +0 -172
 - package/contracts/instance/base/Lifecycle.sol +0 -100
 - package/contracts/instance/module/ISetup.sol +0 -44
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -317
 - package/contracts/instance/service/DistributionService.sol +0 -88
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -54
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -20
 - package/contracts/instance/service/IDistributionService.sol +0 -12
 - package/contracts/instance/service/IPoolService.sol +0 -37
 - package/contracts/instance/service/IProductService.sol +0 -107
 - package/contracts/instance/service/PoolService.sol +0 -194
 - package/contracts/instance/service/PoolServiceManager.sol +0 -54
 - package/contracts/instance/service/ProductService.sol +0 -548
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - package/contracts/shared/ERC165.sol +0 -25
 - package/contracts/shared/ProxyManager.sol +0 -94
 - package/contracts/shared/RegisterableUpgradable.sol +0 -16
 - package/contracts/shared/Versionable.sol +0 -147
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestRegisterable.sol +0 -18
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -24
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/NftIdSet.sol +0 -60
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -152
 - package/contracts/types/RoleId.sol +0 -90
 - /package/contracts/{types → type}/Key32.sol +0 -0
 
| 
         @@ -3,384 +3,344 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "contractName": "IInstance",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "sourceName": "contracts/instance/IInstance.sol",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    }
         
     | 
| 
      
 13 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "name": "AccessManagedInvalidAuthority",
         
     | 
| 
      
 15 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 16 
     | 
    
         
            +
                },
         
     | 
| 
      
 17 
     | 
    
         
            +
                {
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 19 
     | 
    
         
            +
                    {
         
     | 
| 
      
 20 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 21 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 22 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 23 
     | 
    
         
            +
                    },
         
     | 
| 
      
 24 
     | 
    
         
            +
                    {
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "internalType": "uint32",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "name": "delay",
         
     | 
| 
      
 27 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 28 
     | 
    
         
            +
                    }
         
     | 
| 
      
 29 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 30 
     | 
    
         
            +
                  "name": "AccessManagedRequiredDelay",
         
     | 
| 
      
 31 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 32 
     | 
    
         
            +
                },
         
     | 
| 
      
 33 
     | 
    
         
            +
                {
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 35 
     | 
    
         
            +
                    {
         
     | 
| 
      
 36 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 37 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 38 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 39 
     | 
    
         
            +
                    }
         
     | 
| 
      
 40 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 41 
     | 
    
         
            +
                  "name": "AccessManagedUnauthorized",
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 43 
     | 
    
         
            +
                },
         
     | 
| 
      
 44 
     | 
    
         
            +
                {
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 46 
     | 
    
         
            +
                    {
         
     | 
| 
      
 47 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 48 
     | 
    
         
            +
                      "name": "instanceBundleSet",
         
     | 
| 
      
 49 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 50 
     | 
    
         
            +
                    }
         
     | 
| 
      
 51 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 52 
     | 
    
         
            +
                  "name": "ErrorInstanceBundleSetAlreadySet",
         
     | 
| 
      
 53 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 54 
     | 
    
         
            +
                },
         
     | 
| 
      
 55 
     | 
    
         
            +
                {
         
     | 
| 
      
 56 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 57 
     | 
    
         
            +
                    {
         
     | 
| 
      
 58 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 59 
     | 
    
         
            +
                      "name": "instanceAuthority",
         
     | 
| 
      
 60 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 61 
     | 
    
         
            +
                    }
         
     | 
| 
      
 62 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "name": "ErrorInstanceBundleSetAuthorityMismatch",
         
     | 
| 
      
 64 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 65 
     | 
    
         
            +
                },
         
     | 
| 
      
 66 
     | 
    
         
            +
                {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 68 
     | 
    
         
            +
                    {
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 70 
     | 
    
         
            +
                      "name": "instance",
         
     | 
| 
      
 71 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 72 
     | 
    
         
            +
                    }
         
     | 
| 
      
 73 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 74 
     | 
    
         
            +
                  "name": "ErrorInstanceBundleSetInstanceMismatch",
         
     | 
| 
      
 75 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 76 
     | 
    
         
            +
                },
         
     | 
| 
      
 77 
     | 
    
         
            +
                {
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 79 
     | 
    
         
            +
                    {
         
     | 
| 
      
 80 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 81 
     | 
    
         
            +
                      "name": "InstanceAdmin",
         
     | 
| 
      
 82 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 83 
     | 
    
         
            +
                    }
         
     | 
| 
      
 84 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 85 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceAdminAlreadySet",
         
     | 
| 
      
 86 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 87 
     | 
    
         
            +
                },
         
     | 
| 
      
 88 
     | 
    
         
            +
                {
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 90 
     | 
    
         
            +
                    {
         
     | 
| 
      
 91 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 92 
     | 
    
         
            +
                      "name": "instanceAuthority",
         
     | 
| 
      
 93 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 94 
     | 
    
         
            +
                    }
         
     | 
| 
      
 95 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 96 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 98 
     | 
    
         
            +
                },
         
     | 
| 
      
 99 
     | 
    
         
            +
                {
         
     | 
| 
      
 100 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 101 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceAdminZero",
         
     | 
| 
      
 102 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 103 
     | 
    
         
            +
                },
         
     | 
| 
      
 104 
     | 
    
         
            +
                {
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 106 
     | 
    
         
            +
                    {
         
     | 
| 
      
 107 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 108 
     | 
    
         
            +
                      "name": "instanceAuthority",
         
     | 
| 
      
 109 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 110 
     | 
    
         
            +
                    }
         
     | 
| 
      
 111 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 112 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceReaderInstanceMismatch",
         
     | 
| 
      
 113 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 114 
     | 
    
         
            +
                },
         
     | 
| 
      
 115 
     | 
    
         
            +
                {
         
     | 
| 
      
 116 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 117 
     | 
    
         
            +
                    {
         
     | 
| 
      
 118 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 119 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 120 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 121 
     | 
    
         
            +
                    }
         
     | 
| 
      
 122 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 123 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceStoreAlreadySet",
         
     | 
| 
      
 124 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 125 
     | 
    
         
            +
                },
         
     | 
| 
      
 126 
     | 
    
         
            +
                {
         
     | 
| 
      
 127 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 128 
     | 
    
         
            +
                    {
         
     | 
| 
      
 129 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 130 
     | 
    
         
            +
                      "name": "instanceAuthority",
         
     | 
| 
      
 131 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 132 
     | 
    
         
            +
                    }
         
     | 
| 
      
 133 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 134 
     | 
    
         
            +
                  "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
         
     | 
| 
      
 135 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 136 
     | 
    
         
            +
                },
         
     | 
| 
       6 
137 
     | 
    
         
             
                {
         
     | 
| 
       7 
138 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       8 
139 
     | 
    
         
             
                    {
         
     | 
| 
       9 
140 
     | 
    
         
             
                      "internalType": "NftId",
         
     | 
| 
       10 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 141 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
       11 
142 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
       12 
     | 
    
         
            -
                    } 
     | 
| 
      
 143 
     | 
    
         
            +
                    }
         
     | 
| 
      
 144 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 145 
     | 
    
         
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         
     | 
| 
      
 146 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 147 
     | 
    
         
            +
                },
         
     | 
| 
      
 148 
     | 
    
         
            +
                {
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
       13 
150 
     | 
    
         
             
                    {
         
     | 
| 
       14 
     | 
    
         
            -
                      " 
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
                          "name": "poolNftId",
         
     | 
| 
       18 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       19 
     | 
    
         
            -
                        },
         
     | 
| 
       20 
     | 
    
         
            -
                        {
         
     | 
| 
       21 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       22 
     | 
    
         
            -
                            {
         
     | 
| 
       23 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       24 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       25 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       26 
     | 
    
         
            -
                            },
         
     | 
| 
       27 
     | 
    
         
            -
                            {
         
     | 
| 
       28 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       29 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       30 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       31 
     | 
    
         
            -
                            }
         
     | 
| 
       32 
     | 
    
         
            -
                          ],
         
     | 
| 
       33 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       34 
     | 
    
         
            -
                          "name": "fee",
         
     | 
| 
       35 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       36 
     | 
    
         
            -
                        },
         
     | 
| 
       37 
     | 
    
         
            -
                        {
         
     | 
| 
       38 
     | 
    
         
            -
                          "internalType": "bytes",
         
     | 
| 
       39 
     | 
    
         
            -
                          "name": "filter",
         
     | 
| 
       40 
     | 
    
         
            -
                          "type": "bytes"
         
     | 
| 
       41 
     | 
    
         
            -
                        },
         
     | 
| 
       42 
     | 
    
         
            -
                        {
         
     | 
| 
       43 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       44 
     | 
    
         
            -
                          "name": "capitalAmount",
         
     | 
| 
       45 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       46 
     | 
    
         
            -
                        },
         
     | 
| 
       47 
     | 
    
         
            -
                        {
         
     | 
| 
       48 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       49 
     | 
    
         
            -
                          "name": "lockedAmount",
         
     | 
| 
       50 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       51 
     | 
    
         
            -
                        },
         
     | 
| 
       52 
     | 
    
         
            -
                        {
         
     | 
| 
       53 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       54 
     | 
    
         
            -
                          "name": "balanceAmount",
         
     | 
| 
       55 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       56 
     | 
    
         
            -
                        },
         
     | 
| 
       57 
     | 
    
         
            -
                        {
         
     | 
| 
       58 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       59 
     | 
    
         
            -
                          "name": "lifetime",
         
     | 
| 
       60 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       61 
     | 
    
         
            -
                        },
         
     | 
| 
       62 
     | 
    
         
            -
                        {
         
     | 
| 
       63 
     | 
    
         
            -
                          "internalType": "Timestamp",
         
     | 
| 
       64 
     | 
    
         
            -
                          "name": "expiredAt",
         
     | 
| 
       65 
     | 
    
         
            -
                          "type": "uint40"
         
     | 
| 
       66 
     | 
    
         
            -
                        },
         
     | 
| 
       67 
     | 
    
         
            -
                        {
         
     | 
| 
       68 
     | 
    
         
            -
                          "internalType": "Timestamp",
         
     | 
| 
       69 
     | 
    
         
            -
                          "name": "closedAt",
         
     | 
| 
       70 
     | 
    
         
            -
                          "type": "uint40"
         
     | 
| 
       71 
     | 
    
         
            -
                        }
         
     | 
| 
       72 
     | 
    
         
            -
                      ],
         
     | 
| 
       73 
     | 
    
         
            -
                      "internalType": "struct IBundle.BundleInfo",
         
     | 
| 
       74 
     | 
    
         
            -
                      "name": "bundle",
         
     | 
| 
       75 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 151 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 152 
     | 
    
         
            +
                      "name": "contractAddress",
         
     | 
| 
      
 153 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       76 
154 
     | 
    
         
             
                    }
         
     | 
| 
       77 
155 
     | 
    
         
             
                  ],
         
     | 
| 
       78 
     | 
    
         
            -
                  "name": " 
     | 
| 
       79 
     | 
    
         
            -
                  " 
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
      
 156 
     | 
    
         
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         
     | 
| 
      
 157 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 158 
     | 
    
         
            +
                },
         
     | 
| 
      
 159 
     | 
    
         
            +
                {
         
     | 
| 
      
 160 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 161 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         
     | 
| 
      
 162 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
       82 
163 
     | 
    
         
             
                },
         
     | 
| 
       83 
164 
     | 
    
         
             
                {
         
     | 
| 
       84 
165 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       85 
166 
     | 
    
         
             
                    {
         
     | 
| 
       86 
167 
     | 
    
         
             
                      "internalType": "NftId",
         
     | 
| 
       87 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 168 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
       88 
169 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
       89 
170 
     | 
    
         
             
                    },
         
     | 
| 
       90 
171 
     | 
    
         
             
                    {
         
     | 
| 
       91 
     | 
    
         
            -
                      " 
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
                          "name": "productNftId",
         
     | 
| 
       95 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       96 
     | 
    
         
            -
                        },
         
     | 
| 
       97 
     | 
    
         
            -
                        {
         
     | 
| 
       98 
     | 
    
         
            -
                          "internalType": "contract TokenHandler",
         
     | 
| 
       99 
     | 
    
         
            -
                          "name": "tokenHandler",
         
     | 
| 
       100 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       101 
     | 
    
         
            -
                        },
         
     | 
| 
       102 
     | 
    
         
            -
                        {
         
     | 
| 
       103 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       104 
     | 
    
         
            -
                            {
         
     | 
| 
       105 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       106 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       107 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       108 
     | 
    
         
            -
                            },
         
     | 
| 
       109 
     | 
    
         
            -
                            {
         
     | 
| 
       110 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       111 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       112 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       113 
     | 
    
         
            -
                            }
         
     | 
| 
       114 
     | 
    
         
            -
                          ],
         
     | 
| 
       115 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       116 
     | 
    
         
            -
                          "name": "distributionFee",
         
     | 
| 
       117 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       118 
     | 
    
         
            -
                        },
         
     | 
| 
       119 
     | 
    
         
            -
                        {
         
     | 
| 
       120 
     | 
    
         
            -
                          "internalType": "bool",
         
     | 
| 
       121 
     | 
    
         
            -
                          "name": "isIntercepting",
         
     | 
| 
       122 
     | 
    
         
            -
                          "type": "bool"
         
     | 
| 
       123 
     | 
    
         
            -
                        },
         
     | 
| 
       124 
     | 
    
         
            -
                        {
         
     | 
| 
       125 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       126 
     | 
    
         
            -
                          "name": "wallet",
         
     | 
| 
       127 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       128 
     | 
    
         
            -
                        }
         
     | 
| 
       129 
     | 
    
         
            -
                      ],
         
     | 
| 
       130 
     | 
    
         
            -
                      "internalType": "struct ISetup.DistributionSetupInfo",
         
     | 
| 
       131 
     | 
    
         
            -
                      "name": "setup",
         
     | 
| 
       132 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 172 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 173 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 174 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
       133 
175 
     | 
    
         
             
                    }
         
     | 
| 
       134 
176 
     | 
    
         
             
                  ],
         
     | 
| 
       135 
     | 
    
         
            -
                  "name": " 
     | 
| 
       136 
     | 
    
         
            -
                  " 
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
      
 177 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInvalidType",
         
     | 
| 
      
 178 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 179 
     | 
    
         
            +
                },
         
     | 
| 
      
 180 
     | 
    
         
            +
                {
         
     | 
| 
      
 181 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 182 
     | 
    
         
            +
                    {
         
     | 
| 
      
 183 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 184 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 185 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 186 
     | 
    
         
            +
                    }
         
     | 
| 
      
 187 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 188 
     | 
    
         
            +
                  "name": "ErrorNftOwnableNotOwner",
         
     | 
| 
      
 189 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 190 
     | 
    
         
            +
                },
         
     | 
| 
      
 191 
     | 
    
         
            +
                {
         
     | 
| 
      
 192 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 193 
     | 
    
         
            +
                    {
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "name": "registryAddress",
         
     | 
| 
      
 196 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 197 
     | 
    
         
            +
                    }
         
     | 
| 
      
 198 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 199 
     | 
    
         
            +
                  "name": "ErrorNotRegistry",
         
     | 
| 
      
 200 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 201 
     | 
    
         
            +
                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 204 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 205 
     | 
    
         
            +
                    {
         
     | 
| 
      
 206 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 208 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 209 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 210 
     | 
    
         
            +
                    }
         
     | 
| 
      
 211 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 212 
     | 
    
         
            +
                  "name": "AuthorityUpdated",
         
     | 
| 
      
 213 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 214 
     | 
    
         
            +
                },
         
     | 
| 
      
 215 
     | 
    
         
            +
                {
         
     | 
| 
      
 216 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "name": "authority",
         
     | 
| 
      
 218 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 219 
     | 
    
         
            +
                    {
         
     | 
| 
      
 220 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 222 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    }
         
     | 
| 
      
 224 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 225 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
       138 
226 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       139 
227 
     | 
    
         
             
                },
         
     | 
| 
       140 
228 
     | 
    
         
             
                {
         
     | 
| 
       141 
229 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       142 
230 
     | 
    
         
             
                    {
         
     | 
| 
       143 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       144 
     | 
    
         
            -
                      "name": " 
     | 
| 
       145 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 231 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "name": "roleName",
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
       146 
234 
     | 
    
         
             
                    },
         
     | 
| 
       147 
235 
     | 
    
         
             
                    {
         
     | 
| 
       148 
     | 
    
         
            -
                      " 
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
             
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
                        {
         
     | 
| 
       165 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       166 
     | 
    
         
            -
                            {
         
     | 
| 
       167 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       168 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       169 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       170 
     | 
    
         
            -
                            },
         
     | 
| 
       171 
     | 
    
         
            -
                            {
         
     | 
| 
       172 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       173 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       174 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       175 
     | 
    
         
            -
                            }
         
     | 
| 
       176 
     | 
    
         
            -
                          ],
         
     | 
| 
       177 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       178 
     | 
    
         
            -
                          "name": "poolFee",
         
     | 
| 
       179 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       180 
     | 
    
         
            -
                        },
         
     | 
| 
       181 
     | 
    
         
            -
                        {
         
     | 
| 
       182 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       183 
     | 
    
         
            -
                            {
         
     | 
| 
       184 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       185 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       186 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       187 
     | 
    
         
            -
                            },
         
     | 
| 
       188 
     | 
    
         
            -
                            {
         
     | 
| 
       189 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       190 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       191 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       192 
     | 
    
         
            -
                            }
         
     | 
| 
       193 
     | 
    
         
            -
                          ],
         
     | 
| 
       194 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       195 
     | 
    
         
            -
                          "name": "stakingFee",
         
     | 
| 
       196 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       197 
     | 
    
         
            -
                        },
         
     | 
| 
       198 
     | 
    
         
            -
                        {
         
     | 
| 
       199 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       200 
     | 
    
         
            -
                            {
         
     | 
| 
       201 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       202 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       203 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       204 
     | 
    
         
            -
                            },
         
     | 
| 
       205 
     | 
    
         
            -
                            {
         
     | 
| 
       206 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       207 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       208 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       209 
     | 
    
         
            -
                            }
         
     | 
| 
       210 
     | 
    
         
            -
                          ],
         
     | 
| 
       211 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       212 
     | 
    
         
            -
                          "name": "performanceFee",
         
     | 
| 
       213 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       214 
     | 
    
         
            -
                        },
         
     | 
| 
       215 
     | 
    
         
            -
                        {
         
     | 
| 
       216 
     | 
    
         
            -
                          "internalType": "bool",
         
     | 
| 
       217 
     | 
    
         
            -
                          "name": "isIntercepting",
         
     | 
| 
       218 
     | 
    
         
            -
                          "type": "bool"
         
     | 
| 
       219 
     | 
    
         
            -
                        },
         
     | 
| 
       220 
     | 
    
         
            -
                        {
         
     | 
| 
       221 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       222 
     | 
    
         
            -
                          "name": "wallet",
         
     | 
| 
       223 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       224 
     | 
    
         
            -
                        }
         
     | 
| 
       225 
     | 
    
         
            -
                      ],
         
     | 
| 
       226 
     | 
    
         
            -
                      "internalType": "struct ISetup.PoolSetupInfo",
         
     | 
| 
       227 
     | 
    
         
            -
                      "name": "setup",
         
     | 
| 
       228 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 236 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 237 
     | 
    
         
            +
                      "name": "adminName",
         
     | 
| 
      
 238 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 239 
     | 
    
         
            +
                    }
         
     | 
| 
      
 240 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 241 
     | 
    
         
            +
                  "name": "createRole",
         
     | 
| 
      
 242 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 243 
     | 
    
         
            +
                    {
         
     | 
| 
      
 244 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 245 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 246 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 247 
     | 
    
         
            +
                    },
         
     | 
| 
      
 248 
     | 
    
         
            +
                    {
         
     | 
| 
      
 249 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "name": "admin",
         
     | 
| 
      
 251 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
       229 
252 
     | 
    
         
             
                    }
         
     | 
| 
       230 
253 
     | 
    
         
             
                  ],
         
     | 
| 
       231 
     | 
    
         
            -
                  "name": "createPoolSetup",
         
     | 
| 
       232 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       233 
254 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       234 
255 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       235 
256 
     | 
    
         
             
                },
         
     | 
| 
       236 
257 
     | 
    
         
             
                {
         
     | 
| 
       237 
258 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       238 
259 
     | 
    
         
             
                    {
         
     | 
| 
       239 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       240 
     | 
    
         
            -
                      "name": " 
     | 
| 
       241 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 260 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 261 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 262 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       242 
263 
     | 
    
         
             
                    },
         
     | 
| 
      
 264 
     | 
    
         
            +
                    {
         
     | 
| 
      
 265 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 266 
     | 
    
         
            +
                      "name": "name",
         
     | 
| 
      
 267 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 268 
     | 
    
         
            +
                    }
         
     | 
| 
      
 269 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 270 
     | 
    
         
            +
                  "name": "createTarget",
         
     | 
| 
      
 271 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 272 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 273 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 274 
     | 
    
         
            +
                },
         
     | 
| 
      
 275 
     | 
    
         
            +
                {
         
     | 
| 
      
 276 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 277 
     | 
    
         
            +
                  "name": "getBundleSet",
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 279 
     | 
    
         
            +
                    {
         
     | 
| 
      
 280 
     | 
    
         
            +
                      "internalType": "contract BundleSet",
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 283 
     | 
    
         
            +
                    }
         
     | 
| 
      
 284 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 285 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 286 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 287 
     | 
    
         
            +
                },
         
     | 
| 
      
 288 
     | 
    
         
            +
                {
         
     | 
| 
      
 289 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 290 
     | 
    
         
            +
                  "name": "getInitialInfo",
         
     | 
| 
      
 291 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
       243 
292 
     | 
    
         
             
                    {
         
     | 
| 
       244 
293 
     | 
    
         
             
                      "components": [
         
     | 
| 
       245 
     | 
    
         
            -
                        {
         
     | 
| 
       246 
     | 
    
         
            -
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
       247 
     | 
    
         
            -
                          "name": "token",
         
     | 
| 
       248 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       249 
     | 
    
         
            -
                        },
         
     | 
| 
       250 
     | 
    
         
            -
                        {
         
     | 
| 
       251 
     | 
    
         
            -
                          "internalType": "contract TokenHandler",
         
     | 
| 
       252 
     | 
    
         
            -
                          "name": "tokenHandler",
         
     | 
| 
       253 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       254 
     | 
    
         
            -
                        },
         
     | 
| 
       255 
294 
     | 
    
         
             
                        {
         
     | 
| 
       256 
295 
     | 
    
         
             
                          "internalType": "NftId",
         
     | 
| 
       257 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 296 
     | 
    
         
            +
                          "name": "nftId",
         
     | 
| 
       258 
297 
     | 
    
         
             
                          "type": "uint96"
         
     | 
| 
       259 
298 
     | 
    
         
             
                        },
         
     | 
| 
       260 
299 
     | 
    
         
             
                        {
         
     | 
| 
       261 
300 
     | 
    
         
             
                          "internalType": "NftId",
         
     | 
| 
       262 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 301 
     | 
    
         
            +
                          "name": "parentNftId",
         
     | 
| 
       263 
302 
     | 
    
         
             
                          "type": "uint96"
         
     | 
| 
       264 
303 
     | 
    
         
             
                        },
         
     | 
| 
       265 
304 
     | 
    
         
             
                        {
         
     | 
| 
       266 
     | 
    
         
            -
                          " 
     | 
| 
       267 
     | 
    
         
            -
             
     | 
| 
       268 
     | 
    
         
            -
             
     | 
| 
       269 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       270 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       271 
     | 
    
         
            -
                            },
         
     | 
| 
       272 
     | 
    
         
            -
                            {
         
     | 
| 
       273 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       274 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       275 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       276 
     | 
    
         
            -
                            }
         
     | 
| 
       277 
     | 
    
         
            -
                          ],
         
     | 
| 
       278 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       279 
     | 
    
         
            -
                          "name": "distributionFee",
         
     | 
| 
       280 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
      
 305 
     | 
    
         
            +
                          "internalType": "ObjectType",
         
     | 
| 
      
 306 
     | 
    
         
            +
                          "name": "objectType",
         
     | 
| 
      
 307 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
       281 
308 
     | 
    
         
             
                        },
         
     | 
| 
       282 
309 
     | 
    
         
             
                        {
         
     | 
| 
       283 
     | 
    
         
            -
                          " 
     | 
| 
       284 
     | 
    
         
            -
             
     | 
| 
       285 
     | 
    
         
            -
             
     | 
| 
       286 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       287 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       288 
     | 
    
         
            -
                            },
         
     | 
| 
       289 
     | 
    
         
            -
                            {
         
     | 
| 
       290 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       291 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       292 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       293 
     | 
    
         
            -
                            }
         
     | 
| 
       294 
     | 
    
         
            -
                          ],
         
     | 
| 
       295 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       296 
     | 
    
         
            -
                          "name": "productFee",
         
     | 
| 
       297 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       298 
     | 
    
         
            -
                        },
         
     | 
| 
       299 
     | 
    
         
            -
                        {
         
     | 
| 
       300 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       301 
     | 
    
         
            -
                            {
         
     | 
| 
       302 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       303 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       304 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       305 
     | 
    
         
            -
                            },
         
     | 
| 
       306 
     | 
    
         
            -
                            {
         
     | 
| 
       307 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       308 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       309 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       310 
     | 
    
         
            -
                            }
         
     | 
| 
       311 
     | 
    
         
            -
                          ],
         
     | 
| 
       312 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       313 
     | 
    
         
            -
                          "name": "processingFee",
         
     | 
| 
       314 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
      
 310 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 311 
     | 
    
         
            +
                          "name": "isInterceptor",
         
     | 
| 
      
 312 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
       315 
313 
     | 
    
         
             
                        },
         
     | 
| 
       316 
314 
     | 
    
         
             
                        {
         
     | 
| 
       317 
     | 
    
         
            -
                          " 
     | 
| 
       318 
     | 
    
         
            -
             
     | 
| 
       319 
     | 
    
         
            -
             
     | 
| 
       320 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       321 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       322 
     | 
    
         
            -
                            },
         
     | 
| 
       323 
     | 
    
         
            -
                            {
         
     | 
| 
       324 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       325 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       326 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       327 
     | 
    
         
            -
                            }
         
     | 
| 
       328 
     | 
    
         
            -
                          ],
         
     | 
| 
       329 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       330 
     | 
    
         
            -
                          "name": "poolFee",
         
     | 
| 
       331 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
      
 315 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 316 
     | 
    
         
            +
                          "name": "objectAddress",
         
     | 
| 
      
 317 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
       332 
318 
     | 
    
         
             
                        },
         
     | 
| 
       333 
319 
     | 
    
         
             
                        {
         
     | 
| 
       334 
     | 
    
         
            -
                          " 
     | 
| 
       335 
     | 
    
         
            -
             
     | 
| 
       336 
     | 
    
         
            -
             
     | 
| 
       337 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       338 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       339 
     | 
    
         
            -
                            },
         
     | 
| 
       340 
     | 
    
         
            -
                            {
         
     | 
| 
       341 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       342 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       343 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       344 
     | 
    
         
            -
                            }
         
     | 
| 
       345 
     | 
    
         
            -
                          ],
         
     | 
| 
       346 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       347 
     | 
    
         
            -
                          "name": "stakingFee",
         
     | 
| 
       348 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
      
 320 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 321 
     | 
    
         
            +
                          "name": "initialOwner",
         
     | 
| 
      
 322 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
       349 
323 
     | 
    
         
             
                        },
         
     | 
| 
       350 
324 
     | 
    
         
             
                        {
         
     | 
| 
       351 
     | 
    
         
            -
                          " 
     | 
| 
       352 
     | 
    
         
            -
             
     | 
| 
       353 
     | 
    
         
            -
             
     | 
| 
       354 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       355 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       356 
     | 
    
         
            -
                            },
         
     | 
| 
       357 
     | 
    
         
            -
                            {
         
     | 
| 
       358 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       359 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       360 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       361 
     | 
    
         
            -
                            }
         
     | 
| 
       362 
     | 
    
         
            -
                          ],
         
     | 
| 
       363 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       364 
     | 
    
         
            -
                          "name": "performanceFee",
         
     | 
| 
       365 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
      
 325 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 326 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 327 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
       366 
328 
     | 
    
         
             
                        }
         
     | 
| 
       367 
329 
     | 
    
         
             
                      ],
         
     | 
| 
       368 
     | 
    
         
            -
                      "internalType": "struct  
     | 
| 
       369 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 330 
     | 
    
         
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         
     | 
| 
      
 331 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
       370 
332 
     | 
    
         
             
                      "type": "tuple"
         
     | 
| 
       371 
333 
     | 
    
         
             
                    }
         
     | 
| 
       372 
334 
     | 
    
         
             
                  ],
         
     | 
| 
       373 
     | 
    
         
            -
                  " 
     | 
| 
       374 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       375 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 335 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
       376 
336 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       377 
337 
     | 
    
         
             
                },
         
     | 
| 
       378 
338 
     | 
    
         
             
                {
         
     | 
| 
       379 
339 
     | 
    
         
             
                  "inputs": [],
         
     | 
| 
       380 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 340 
     | 
    
         
            +
                  "name": "getInstanceAdmin",
         
     | 
| 
       381 
341 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       382 
342 
     | 
    
         
             
                    {
         
     | 
| 
       383 
     | 
    
         
            -
                      "internalType": "contract  
     | 
| 
      
 343 
     | 
    
         
            +
                      "internalType": "contract InstanceAdmin",
         
     | 
| 
       384 
344 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       385 
345 
     | 
    
         
             
                      "type": "address"
         
     | 
| 
       386 
346 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -390,10 +350,10 @@ 
     | 
|
| 
       390 
350 
     | 
    
         
             
                },
         
     | 
| 
       391 
351 
     | 
    
         
             
                {
         
     | 
| 
       392 
352 
     | 
    
         
             
                  "inputs": [],
         
     | 
| 
       393 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 353 
     | 
    
         
            +
                  "name": "getInstanceReader",
         
     | 
| 
       394 
354 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       395 
355 
     | 
    
         
             
                    {
         
     | 
| 
       396 
     | 
    
         
            -
                      "internalType": "contract  
     | 
| 
      
 356 
     | 
    
         
            +
                      "internalType": "contract InstanceReader",
         
     | 
| 
       397 
357 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       398 
358 
     | 
    
         
             
                      "type": "address"
         
     | 
| 
       399 
359 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -403,10 +363,10 @@ 
     | 
|
| 
       403 
363 
     | 
    
         
             
                },
         
     | 
| 
       404 
364 
     | 
    
         
             
                {
         
     | 
| 
       405 
365 
     | 
    
         
             
                  "inputs": [],
         
     | 
| 
       406 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 366 
     | 
    
         
            +
                  "name": "getInstanceStore",
         
     | 
| 
       407 
367 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       408 
368 
     | 
    
         
             
                    {
         
     | 
| 
       409 
     | 
    
         
            -
                      "internalType": "contract  
     | 
| 
      
 369 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
       410 
370 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       411 
371 
     | 
    
         
             
                      "type": "address"
         
     | 
| 
       412 
372 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -416,10 +376,23 @@ 
     | 
|
| 
       416 
376 
     | 
    
         
             
                },
         
     | 
| 
       417 
377 
     | 
    
         
             
                {
         
     | 
| 
       418 
378 
     | 
    
         
             
                  "inputs": [],
         
     | 
| 
       419 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 379 
     | 
    
         
            +
                  "name": "getNftId",
         
     | 
| 
       420 
380 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       421 
381 
     | 
    
         
             
                    {
         
     | 
| 
       422 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
      
 382 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 383 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 384 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 385 
     | 
    
         
            +
                    }
         
     | 
| 
      
 386 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 387 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 388 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 389 
     | 
    
         
            +
                },
         
     | 
| 
      
 390 
     | 
    
         
            +
                {
         
     | 
| 
      
 391 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 392 
     | 
    
         
            +
                  "name": "getOwner",
         
     | 
| 
      
 393 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 394 
     | 
    
         
            +
                    {
         
     | 
| 
      
 395 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
       423 
396 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       424 
397 
     | 
    
         
             
                      "type": "address"
         
     | 
| 
       425 
398 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -429,10 +402,10 @@ 
     | 
|
| 
       429 
402 
     | 
    
         
             
                },
         
     | 
| 
       430 
403 
     | 
    
         
             
                {
         
     | 
| 
       431 
404 
     | 
    
         
             
                  "inputs": [],
         
     | 
| 
       432 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 405 
     | 
    
         
            +
                  "name": "getRegistry",
         
     | 
| 
       433 
406 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       434 
407 
     | 
    
         
             
                    {
         
     | 
| 
       435 
     | 
    
         
            -
                      "internalType": "contract  
     | 
| 
      
 408 
     | 
    
         
            +
                      "internalType": "contract IRegistry",
         
     | 
| 
       436 
409 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       437 
410 
     | 
    
         
             
                      "type": "address"
         
     | 
| 
       438 
411 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -440,103 +413,87 @@ 
     | 
|
| 
       440 
413 
     | 
    
         
             
                  "stateMutability": "view",
         
     | 
| 
       441 
414 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       442 
415 
     | 
    
         
             
                },
         
     | 
| 
      
 416 
     | 
    
         
            +
                {
         
     | 
| 
      
 417 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 418 
     | 
    
         
            +
                  "name": "getRelease",
         
     | 
| 
      
 419 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 420 
     | 
    
         
            +
                    {
         
     | 
| 
      
 421 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 422 
     | 
    
         
            +
                      "name": "release",
         
     | 
| 
      
 423 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 424 
     | 
    
         
            +
                    }
         
     | 
| 
      
 425 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 426 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 427 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 428 
     | 
    
         
            +
                },
         
     | 
| 
       443 
429 
     | 
    
         
             
                {
         
     | 
| 
       444 
430 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       445 
431 
     | 
    
         
             
                    {
         
     | 
| 
       446 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       447 
     | 
    
         
            -
                      "name": " 
     | 
| 
       448 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 432 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 433 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    {
         
     | 
| 
      
 437 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 438 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 439 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       449 
440 
     | 
    
         
             
                    }
         
     | 
| 
       450 
441 
     | 
    
         
             
                  ],
         
     | 
| 
       451 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 442 
     | 
    
         
            +
                  "name": "grantRole",
         
     | 
| 
      
 443 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 444 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 445 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 446 
     | 
    
         
            +
                },
         
     | 
| 
      
 447 
     | 
    
         
            +
                {
         
     | 
| 
      
 448 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 449 
     | 
    
         
            +
                  "name": "isConsumingScheduledOp",
         
     | 
| 
       452 
450 
     | 
    
         
             
                  "outputs": [
         
     | 
| 
       453 
451 
     | 
    
         
             
                    {
         
     | 
| 
       454 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
      
 452 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
       455 
453 
     | 
    
         
             
                      "name": "",
         
     | 
| 
       456 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 454 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
       457 
455 
     | 
    
         
             
                    }
         
     | 
| 
       458 
456 
     | 
    
         
             
                  ],
         
     | 
| 
       459 
457 
     | 
    
         
             
                  "stateMutability": "view",
         
     | 
| 
       460 
458 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       461 
459 
     | 
    
         
             
                },
         
     | 
| 
       462 
460 
     | 
    
         
             
                {
         
     | 
| 
       463 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
      
 461 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 462 
     | 
    
         
            +
                  "name": "linkToRegisteredNftId",
         
     | 
| 
      
 463 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
       464 
464 
     | 
    
         
             
                    {
         
     | 
| 
       465 
465 
     | 
    
         
             
                      "internalType": "NftId",
         
     | 
| 
       466 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 466 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
       467 
467 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
      
 468 
     | 
    
         
            +
                    }
         
     | 
| 
      
 469 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 470 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 471 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 472 
     | 
    
         
            +
                },
         
     | 
| 
      
 473 
     | 
    
         
            +
                {
         
     | 
| 
      
 474 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 475 
     | 
    
         
            +
                    {
         
     | 
| 
      
 476 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 477 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 478 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       468 
479 
     | 
    
         
             
                    },
         
     | 
| 
       469 
480 
     | 
    
         
             
                    {
         
     | 
| 
       470 
     | 
    
         
            -
                      " 
     | 
| 
       471 
     | 
    
         
            -
             
     | 
| 
       472 
     | 
    
         
            -
             
     | 
| 
       473 
     | 
    
         
            -
                          "name": "poolNftId",
         
     | 
| 
       474 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       475 
     | 
    
         
            -
                        },
         
     | 
| 
       476 
     | 
    
         
            -
                        {
         
     | 
| 
       477 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       478 
     | 
    
         
            -
                            {
         
     | 
| 
       479 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       480 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       481 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       482 
     | 
    
         
            -
                            },
         
     | 
| 
       483 
     | 
    
         
            -
                            {
         
     | 
| 
       484 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       485 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       486 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       487 
     | 
    
         
            -
                            }
         
     | 
| 
       488 
     | 
    
         
            -
                          ],
         
     | 
| 
       489 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       490 
     | 
    
         
            -
                          "name": "fee",
         
     | 
| 
       491 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       492 
     | 
    
         
            -
                        },
         
     | 
| 
       493 
     | 
    
         
            -
                        {
         
     | 
| 
       494 
     | 
    
         
            -
                          "internalType": "bytes",
         
     | 
| 
       495 
     | 
    
         
            -
                          "name": "filter",
         
     | 
| 
       496 
     | 
    
         
            -
                          "type": "bytes"
         
     | 
| 
       497 
     | 
    
         
            -
                        },
         
     | 
| 
       498 
     | 
    
         
            -
                        {
         
     | 
| 
       499 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       500 
     | 
    
         
            -
                          "name": "capitalAmount",
         
     | 
| 
       501 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       502 
     | 
    
         
            -
                        },
         
     | 
| 
       503 
     | 
    
         
            -
                        {
         
     | 
| 
       504 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       505 
     | 
    
         
            -
                          "name": "lockedAmount",
         
     | 
| 
       506 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       507 
     | 
    
         
            -
                        },
         
     | 
| 
       508 
     | 
    
         
            -
                        {
         
     | 
| 
       509 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       510 
     | 
    
         
            -
                          "name": "balanceAmount",
         
     | 
| 
       511 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       512 
     | 
    
         
            -
                        },
         
     | 
| 
       513 
     | 
    
         
            -
                        {
         
     | 
| 
       514 
     | 
    
         
            -
                          "internalType": "uint256",
         
     | 
| 
       515 
     | 
    
         
            -
                          "name": "lifetime",
         
     | 
| 
       516 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       517 
     | 
    
         
            -
                        },
         
     | 
| 
       518 
     | 
    
         
            -
                        {
         
     | 
| 
       519 
     | 
    
         
            -
                          "internalType": "Timestamp",
         
     | 
| 
       520 
     | 
    
         
            -
                          "name": "expiredAt",
         
     | 
| 
       521 
     | 
    
         
            -
                          "type": "uint40"
         
     | 
| 
       522 
     | 
    
         
            -
                        },
         
     | 
| 
       523 
     | 
    
         
            -
                        {
         
     | 
| 
       524 
     | 
    
         
            -
                          "internalType": "Timestamp",
         
     | 
| 
       525 
     | 
    
         
            -
                          "name": "closedAt",
         
     | 
| 
       526 
     | 
    
         
            -
                          "type": "uint40"
         
     | 
| 
       527 
     | 
    
         
            -
                        }
         
     | 
| 
       528 
     | 
    
         
            -
                      ],
         
     | 
| 
       529 
     | 
    
         
            -
                      "internalType": "struct IBundle.BundleInfo",
         
     | 
| 
       530 
     | 
    
         
            -
                      "name": "bundle",
         
     | 
| 
       531 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 481 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 482 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       532 
484 
     | 
    
         
             
                    },
         
     | 
| 
       533 
485 
     | 
    
         
             
                    {
         
     | 
| 
       534 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       535 
     | 
    
         
            -
                      "name": " 
     | 
| 
       536 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 486 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 487 
     | 
    
         
            +
                      "name": "tokenId",
         
     | 
| 
      
 488 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 489 
     | 
    
         
            +
                    },
         
     | 
| 
      
 490 
     | 
    
         
            +
                    {
         
     | 
| 
      
 491 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 492 
     | 
    
         
            +
                      "name": "operator",
         
     | 
| 
      
 493 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       537 
494 
     | 
    
         
             
                    }
         
     | 
| 
       538 
495 
     | 
    
         
             
                  ],
         
     | 
| 
       539 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 496 
     | 
    
         
            +
                  "name": "nftTransferFrom",
         
     | 
| 
       540 
497 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       541 
498 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       542 
499 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
         @@ -544,79 +501,49 @@ 
     | 
|
| 
       544 
501 
     | 
    
         
             
                {
         
     | 
| 
       545 
502 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       546 
503 
     | 
    
         
             
                    {
         
     | 
| 
       547 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       548 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 504 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 505 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
       549 
506 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
       550 
     | 
    
         
            -
                    },
         
     | 
| 
       551 
     | 
    
         
            -
                    {
         
     | 
| 
       552 
     | 
    
         
            -
                      "internalType": "StateId",
         
     | 
| 
       553 
     | 
    
         
            -
                      "name": "newState",
         
     | 
| 
       554 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       555 
507 
     | 
    
         
             
                    }
         
     | 
| 
       556 
508 
     | 
    
         
             
                  ],
         
     | 
| 
       557 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 509 
     | 
    
         
            +
                  "name": "refillStakingRewardReserves",
         
     | 
| 
       558 
510 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       559 
511 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       560 
512 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       561 
513 
     | 
    
         
             
                },
         
     | 
| 
       562 
514 
     | 
    
         
             
                {
         
     | 
| 
       563 
515 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
      
 516 
     | 
    
         
            +
                    {
         
     | 
| 
      
 517 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 518 
     | 
    
         
            +
                      "name": "product",
         
     | 
| 
      
 519 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 520 
     | 
    
         
            +
                    }
         
     | 
| 
      
 521 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 522 
     | 
    
         
            +
                  "name": "registerProduct",
         
     | 
| 
      
 523 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
       564 
524 
     | 
    
         
             
                    {
         
     | 
| 
       565 
525 
     | 
    
         
             
                      "internalType": "NftId",
         
     | 
| 
       566 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 526 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
       567 
527 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
       568 
     | 
    
         
            -
                    } 
     | 
| 
      
 528 
     | 
    
         
            +
                    }
         
     | 
| 
      
 529 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 530 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 531 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 532 
     | 
    
         
            +
                },
         
     | 
| 
      
 533 
     | 
    
         
            +
                {
         
     | 
| 
      
 534 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
       569 
535 
     | 
    
         
             
                    {
         
     | 
| 
       570 
     | 
    
         
            -
                      " 
     | 
| 
       571 
     | 
    
         
            -
             
     | 
| 
       572 
     | 
    
         
            -
             
     | 
| 
       573 
     | 
    
         
            -
                          "name": "productNftId",
         
     | 
| 
       574 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       575 
     | 
    
         
            -
                        },
         
     | 
| 
       576 
     | 
    
         
            -
                        {
         
     | 
| 
       577 
     | 
    
         
            -
                          "internalType": "contract TokenHandler",
         
     | 
| 
       578 
     | 
    
         
            -
                          "name": "tokenHandler",
         
     | 
| 
       579 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       580 
     | 
    
         
            -
                        },
         
     | 
| 
       581 
     | 
    
         
            -
                        {
         
     | 
| 
       582 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       583 
     | 
    
         
            -
                            {
         
     | 
| 
       584 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       585 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       586 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       587 
     | 
    
         
            -
                            },
         
     | 
| 
       588 
     | 
    
         
            -
                            {
         
     | 
| 
       589 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       590 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       591 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       592 
     | 
    
         
            -
                            }
         
     | 
| 
       593 
     | 
    
         
            -
                          ],
         
     | 
| 
       594 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       595 
     | 
    
         
            -
                          "name": "distributionFee",
         
     | 
| 
       596 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       597 
     | 
    
         
            -
                        },
         
     | 
| 
       598 
     | 
    
         
            -
                        {
         
     | 
| 
       599 
     | 
    
         
            -
                          "internalType": "bool",
         
     | 
| 
       600 
     | 
    
         
            -
                          "name": "isIntercepting",
         
     | 
| 
       601 
     | 
    
         
            -
                          "type": "bool"
         
     | 
| 
       602 
     | 
    
         
            -
                        },
         
     | 
| 
       603 
     | 
    
         
            -
                        {
         
     | 
| 
       604 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       605 
     | 
    
         
            -
                          "name": "wallet",
         
     | 
| 
       606 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       607 
     | 
    
         
            -
                        }
         
     | 
| 
       608 
     | 
    
         
            -
                      ],
         
     | 
| 
       609 
     | 
    
         
            -
                      "internalType": "struct ISetup.DistributionSetupInfo",
         
     | 
| 
       610 
     | 
    
         
            -
                      "name": "setup",
         
     | 
| 
       611 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 536 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 537 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 538 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
       612 
539 
     | 
    
         
             
                    },
         
     | 
| 
       613 
540 
     | 
    
         
             
                    {
         
     | 
| 
       614 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       615 
     | 
    
         
            -
                      "name": " 
     | 
| 
       616 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 541 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 542 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 543 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       617 
544 
     | 
    
         
             
                    }
         
     | 
| 
       618 
545 
     | 
    
         
             
                  ],
         
     | 
| 
       619 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 546 
     | 
    
         
            +
                  "name": "revokeRole",
         
     | 
| 
       620 
547 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       621 
548 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       622 
549 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
         @@ -624,17 +551,25 @@ 
     | 
|
| 
       624 
551 
     | 
    
         
             
                {
         
     | 
| 
       625 
552 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       626 
553 
     | 
    
         
             
                    {
         
     | 
| 
       627 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       628 
     | 
    
         
            -
                      "name": " 
     | 
| 
       629 
     | 
    
         
            -
                      "type": " 
     | 
| 
       630 
     | 
    
         
            -
                    } 
     | 
| 
      
 554 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 555 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 556 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 557 
     | 
    
         
            +
                    }
         
     | 
| 
      
 558 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 559 
     | 
    
         
            +
                  "name": "setAuthority",
         
     | 
| 
      
 560 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 561 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 562 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 563 
     | 
    
         
            +
                },
         
     | 
| 
      
 564 
     | 
    
         
            +
                {
         
     | 
| 
      
 565 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
       631 
566 
     | 
    
         
             
                    {
         
     | 
| 
       632 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       633 
     | 
    
         
            -
                      "name": " 
     | 
| 
       634 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 567 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 568 
     | 
    
         
            +
                      "name": "stakeLockingPeriod",
         
     | 
| 
      
 569 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
       635 
570 
     | 
    
         
             
                    }
         
     | 
| 
       636 
571 
     | 
    
         
             
                  ],
         
     | 
| 
       637 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 572 
     | 
    
         
            +
                  "name": "setStakingLockingPeriod",
         
     | 
| 
       638 
573 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       639 
574 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       640 
575 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
         @@ -642,100 +577,35 @@ 
     | 
|
| 
       642 
577 
     | 
    
         
             
                {
         
     | 
| 
       643 
578 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       644 
579 
     | 
    
         
             
                    {
         
     | 
| 
       645 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       646 
     | 
    
         
            -
                      "name": " 
     | 
| 
       647 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 580 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 581 
     | 
    
         
            +
                      "name": "rewardRate",
         
     | 
| 
      
 582 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 583 
     | 
    
         
            +
                    }
         
     | 
| 
      
 584 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 585 
     | 
    
         
            +
                  "name": "setStakingRewardRate",
         
     | 
| 
      
 586 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 587 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 588 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 589 
     | 
    
         
            +
                },
         
     | 
| 
      
 590 
     | 
    
         
            +
                {
         
     | 
| 
      
 591 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 592 
     | 
    
         
            +
                    {
         
     | 
| 
      
 593 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 594 
     | 
    
         
            +
                      "name": "targetName",
         
     | 
| 
      
 595 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
       648 
596 
     | 
    
         
             
                    },
         
     | 
| 
       649 
597 
     | 
    
         
             
                    {
         
     | 
| 
       650 
     | 
    
         
            -
                      " 
     | 
| 
       651 
     | 
    
         
            -
             
     | 
| 
       652 
     | 
    
         
            -
             
     | 
| 
       653 
     | 
    
         
            -
                          "name": "productNftId",
         
     | 
| 
       654 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       655 
     | 
    
         
            -
                        },
         
     | 
| 
       656 
     | 
    
         
            -
                        {
         
     | 
| 
       657 
     | 
    
         
            -
                          "internalType": "contract TokenHandler",
         
     | 
| 
       658 
     | 
    
         
            -
                          "name": "tokenHandler",
         
     | 
| 
       659 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       660 
     | 
    
         
            -
                        },
         
     | 
| 
       661 
     | 
    
         
            -
                        {
         
     | 
| 
       662 
     | 
    
         
            -
                          "internalType": "UFixed",
         
     | 
| 
       663 
     | 
    
         
            -
                          "name": "collateralizationLevel",
         
     | 
| 
       664 
     | 
    
         
            -
                          "type": "uint256"
         
     | 
| 
       665 
     | 
    
         
            -
                        },
         
     | 
| 
       666 
     | 
    
         
            -
                        {
         
     | 
| 
       667 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       668 
     | 
    
         
            -
                            {
         
     | 
| 
       669 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       670 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       671 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       672 
     | 
    
         
            -
                            },
         
     | 
| 
       673 
     | 
    
         
            -
                            {
         
     | 
| 
       674 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       675 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       676 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       677 
     | 
    
         
            -
                            }
         
     | 
| 
       678 
     | 
    
         
            -
                          ],
         
     | 
| 
       679 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       680 
     | 
    
         
            -
                          "name": "poolFee",
         
     | 
| 
       681 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       682 
     | 
    
         
            -
                        },
         
     | 
| 
       683 
     | 
    
         
            -
                        {
         
     | 
| 
       684 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       685 
     | 
    
         
            -
                            {
         
     | 
| 
       686 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       687 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       688 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       689 
     | 
    
         
            -
                            },
         
     | 
| 
       690 
     | 
    
         
            -
                            {
         
     | 
| 
       691 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       692 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       693 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       694 
     | 
    
         
            -
                            }
         
     | 
| 
       695 
     | 
    
         
            -
                          ],
         
     | 
| 
       696 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       697 
     | 
    
         
            -
                          "name": "stakingFee",
         
     | 
| 
       698 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       699 
     | 
    
         
            -
                        },
         
     | 
| 
       700 
     | 
    
         
            -
                        {
         
     | 
| 
       701 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       702 
     | 
    
         
            -
                            {
         
     | 
| 
       703 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       704 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       705 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       706 
     | 
    
         
            -
                            },
         
     | 
| 
       707 
     | 
    
         
            -
                            {
         
     | 
| 
       708 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       709 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       710 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       711 
     | 
    
         
            -
                            }
         
     | 
| 
       712 
     | 
    
         
            -
                          ],
         
     | 
| 
       713 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       714 
     | 
    
         
            -
                          "name": "performanceFee",
         
     | 
| 
       715 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       716 
     | 
    
         
            -
                        },
         
     | 
| 
       717 
     | 
    
         
            -
                        {
         
     | 
| 
       718 
     | 
    
         
            -
                          "internalType": "bool",
         
     | 
| 
       719 
     | 
    
         
            -
                          "name": "isIntercepting",
         
     | 
| 
       720 
     | 
    
         
            -
                          "type": "bool"
         
     | 
| 
       721 
     | 
    
         
            -
                        },
         
     | 
| 
       722 
     | 
    
         
            -
                        {
         
     | 
| 
       723 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       724 
     | 
    
         
            -
                          "name": "wallet",
         
     | 
| 
       725 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       726 
     | 
    
         
            -
                        }
         
     | 
| 
       727 
     | 
    
         
            -
                      ],
         
     | 
| 
       728 
     | 
    
         
            -
                      "internalType": "struct ISetup.PoolSetupInfo",
         
     | 
| 
       729 
     | 
    
         
            -
                      "name": "setup",
         
     | 
| 
       730 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
      
 598 
     | 
    
         
            +
                      "internalType": "bytes4[]",
         
     | 
| 
      
 599 
     | 
    
         
            +
                      "name": "selectors",
         
     | 
| 
      
 600 
     | 
    
         
            +
                      "type": "bytes4[]"
         
     | 
| 
       731 
601 
     | 
    
         
             
                    },
         
     | 
| 
       732 
602 
     | 
    
         
             
                    {
         
     | 
| 
       733 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       734 
     | 
    
         
            -
                      "name": " 
     | 
| 
       735 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 603 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 604 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 605 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
       736 
606 
     | 
    
         
             
                    }
         
     | 
| 
       737 
607 
     | 
    
         
             
                  ],
         
     | 
| 
       738 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 608 
     | 
    
         
            +
                  "name": "setTargetFunctionRole",
         
     | 
| 
       739 
609 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       740 
610 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       741 
611 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
         @@ -743,17 +613,17 @@ 
     | 
|
| 
       743 
613 
     | 
    
         
             
                {
         
     | 
| 
       744 
614 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       745 
615 
     | 
    
         
             
                    {
         
     | 
| 
       746 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       747 
     | 
    
         
            -
                      "name": " 
     | 
| 
       748 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 616 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 617 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 618 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
       749 
619 
     | 
    
         
             
                    },
         
     | 
| 
       750 
620 
     | 
    
         
             
                    {
         
     | 
| 
       751 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       752 
     | 
    
         
            -
                      "name": " 
     | 
| 
       753 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 621 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 622 
     | 
    
         
            +
                      "name": "locked",
         
     | 
| 
      
 623 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       754 
624 
     | 
    
         
             
                    }
         
     | 
| 
       755 
625 
     | 
    
         
             
                  ],
         
     | 
| 
       756 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 626 
     | 
    
         
            +
                  "name": "setTargetLocked",
         
     | 
| 
       757 
627 
     | 
    
         
             
                  "outputs": [],
         
     | 
| 
       758 
628 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       759 
629 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
         @@ -761,165 +631,38 @@ 
     | 
|
| 
       761 
631 
     | 
    
         
             
                {
         
     | 
| 
       762 
632 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       763 
633 
     | 
    
         
             
                    {
         
     | 
| 
       764 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       765 
     | 
    
         
            -
                      "name": " 
     | 
| 
       766 
     | 
    
         
            -
                      "type": " 
     | 
| 
       767 
     | 
    
         
            -
                    } 
     | 
| 
       768 
     | 
    
         
            -
             
     | 
| 
       769 
     | 
    
         
            -
             
     | 
| 
       770 
     | 
    
         
            -
             
     | 
| 
       771 
     | 
    
         
            -
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
       772 
     | 
    
         
            -
                          "name": "token",
         
     | 
| 
       773 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       774 
     | 
    
         
            -
                        },
         
     | 
| 
       775 
     | 
    
         
            -
                        {
         
     | 
| 
       776 
     | 
    
         
            -
                          "internalType": "contract TokenHandler",
         
     | 
| 
       777 
     | 
    
         
            -
                          "name": "tokenHandler",
         
     | 
| 
       778 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       779 
     | 
    
         
            -
                        },
         
     | 
| 
       780 
     | 
    
         
            -
                        {
         
     | 
| 
       781 
     | 
    
         
            -
                          "internalType": "NftId",
         
     | 
| 
       782 
     | 
    
         
            -
                          "name": "distributionNftId",
         
     | 
| 
       783 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       784 
     | 
    
         
            -
                        },
         
     | 
| 
       785 
     | 
    
         
            -
                        {
         
     | 
| 
       786 
     | 
    
         
            -
                          "internalType": "NftId",
         
     | 
| 
       787 
     | 
    
         
            -
                          "name": "poolNftId",
         
     | 
| 
       788 
     | 
    
         
            -
                          "type": "uint96"
         
     | 
| 
       789 
     | 
    
         
            -
                        },
         
     | 
| 
       790 
     | 
    
         
            -
                        {
         
     | 
| 
       791 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       792 
     | 
    
         
            -
                            {
         
     | 
| 
       793 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       794 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       795 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       796 
     | 
    
         
            -
                            },
         
     | 
| 
       797 
     | 
    
         
            -
                            {
         
     | 
| 
       798 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       799 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       800 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       801 
     | 
    
         
            -
                            }
         
     | 
| 
       802 
     | 
    
         
            -
                          ],
         
     | 
| 
       803 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       804 
     | 
    
         
            -
                          "name": "distributionFee",
         
     | 
| 
       805 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       806 
     | 
    
         
            -
                        },
         
     | 
| 
       807 
     | 
    
         
            -
                        {
         
     | 
| 
       808 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       809 
     | 
    
         
            -
                            {
         
     | 
| 
       810 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       811 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       812 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       813 
     | 
    
         
            -
                            },
         
     | 
| 
       814 
     | 
    
         
            -
                            {
         
     | 
| 
       815 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       816 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       817 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       818 
     | 
    
         
            -
                            }
         
     | 
| 
       819 
     | 
    
         
            -
                          ],
         
     | 
| 
       820 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       821 
     | 
    
         
            -
                          "name": "productFee",
         
     | 
| 
       822 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       823 
     | 
    
         
            -
                        },
         
     | 
| 
       824 
     | 
    
         
            -
                        {
         
     | 
| 
       825 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       826 
     | 
    
         
            -
                            {
         
     | 
| 
       827 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       828 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       829 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       830 
     | 
    
         
            -
                            },
         
     | 
| 
       831 
     | 
    
         
            -
                            {
         
     | 
| 
       832 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       833 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       834 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       835 
     | 
    
         
            -
                            }
         
     | 
| 
       836 
     | 
    
         
            -
                          ],
         
     | 
| 
       837 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       838 
     | 
    
         
            -
                          "name": "processingFee",
         
     | 
| 
       839 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       840 
     | 
    
         
            -
                        },
         
     | 
| 
       841 
     | 
    
         
            -
                        {
         
     | 
| 
       842 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       843 
     | 
    
         
            -
                            {
         
     | 
| 
       844 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       845 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       846 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       847 
     | 
    
         
            -
                            },
         
     | 
| 
       848 
     | 
    
         
            -
                            {
         
     | 
| 
       849 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       850 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       851 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       852 
     | 
    
         
            -
                            }
         
     | 
| 
       853 
     | 
    
         
            -
                          ],
         
     | 
| 
       854 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       855 
     | 
    
         
            -
                          "name": "poolFee",
         
     | 
| 
       856 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       857 
     | 
    
         
            -
                        },
         
     | 
| 
       858 
     | 
    
         
            -
                        {
         
     | 
| 
       859 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       860 
     | 
    
         
            -
                            {
         
     | 
| 
       861 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       862 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       863 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       864 
     | 
    
         
            -
                            },
         
     | 
| 
       865 
     | 
    
         
            -
                            {
         
     | 
| 
       866 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       867 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       868 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       869 
     | 
    
         
            -
                            }
         
     | 
| 
       870 
     | 
    
         
            -
                          ],
         
     | 
| 
       871 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       872 
     | 
    
         
            -
                          "name": "stakingFee",
         
     | 
| 
       873 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       874 
     | 
    
         
            -
                        },
         
     | 
| 
       875 
     | 
    
         
            -
                        {
         
     | 
| 
       876 
     | 
    
         
            -
                          "components": [
         
     | 
| 
       877 
     | 
    
         
            -
                            {
         
     | 
| 
       878 
     | 
    
         
            -
                              "internalType": "UFixed",
         
     | 
| 
       879 
     | 
    
         
            -
                              "name": "fractionalFee",
         
     | 
| 
       880 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       881 
     | 
    
         
            -
                            },
         
     | 
| 
       882 
     | 
    
         
            -
                            {
         
     | 
| 
       883 
     | 
    
         
            -
                              "internalType": "uint256",
         
     | 
| 
       884 
     | 
    
         
            -
                              "name": "fixedFee",
         
     | 
| 
       885 
     | 
    
         
            -
                              "type": "uint256"
         
     | 
| 
       886 
     | 
    
         
            -
                            }
         
     | 
| 
       887 
     | 
    
         
            -
                          ],
         
     | 
| 
       888 
     | 
    
         
            -
                          "internalType": "struct Fee",
         
     | 
| 
       889 
     | 
    
         
            -
                          "name": "performanceFee",
         
     | 
| 
       890 
     | 
    
         
            -
                          "type": "tuple"
         
     | 
| 
       891 
     | 
    
         
            -
                        }
         
     | 
| 
       892 
     | 
    
         
            -
                      ],
         
     | 
| 
       893 
     | 
    
         
            -
                      "internalType": "struct ISetup.ProductSetupInfo",
         
     | 
| 
       894 
     | 
    
         
            -
                      "name": "setup",
         
     | 
| 
       895 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
       896 
     | 
    
         
            -
                    },
         
     | 
| 
      
 634 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 635 
     | 
    
         
            +
                      "name": "interfaceId",
         
     | 
| 
      
 636 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 637 
     | 
    
         
            +
                    }
         
     | 
| 
      
 638 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 639 
     | 
    
         
            +
                  "name": "supportsInterface",
         
     | 
| 
      
 640 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
       897 
641 
     | 
    
         
             
                    {
         
     | 
| 
       898 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       899 
     | 
    
         
            -
                      "name": " 
     | 
| 
       900 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 642 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 643 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 644 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       901 
645 
     | 
    
         
             
                    }
         
     | 
| 
       902 
646 
     | 
    
         
             
                  ],
         
     | 
| 
       903 
     | 
    
         
            -
                  " 
     | 
| 
       904 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       905 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 647 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
       906 
648 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       907 
649 
     | 
    
         
             
                },
         
     | 
| 
       908 
650 
     | 
    
         
             
                {
         
     | 
| 
       909 
651 
     | 
    
         
             
                  "inputs": [
         
     | 
| 
       910 
652 
     | 
    
         
             
                    {
         
     | 
| 
       911 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       912 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 653 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 654 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
       913 
655 
     | 
    
         
             
                      "type": "uint96"
         
     | 
| 
       914 
     | 
    
         
            -
                    } 
     | 
| 
      
 656 
     | 
    
         
            +
                    }
         
     | 
| 
      
 657 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 658 
     | 
    
         
            +
                  "name": "withdrawStakingRewardReserves",
         
     | 
| 
      
 659 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
       915 
660 
     | 
    
         
             
                    {
         
     | 
| 
       916 
     | 
    
         
            -
                      "internalType": " 
     | 
| 
       917 
     | 
    
         
            -
                      "name": " 
     | 
| 
       918 
     | 
    
         
            -
                      "type": " 
     | 
| 
      
 661 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 662 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 663 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
       919 
664 
     | 
    
         
             
                    }
         
     | 
| 
       920 
665 
     | 
    
         
             
                  ],
         
     | 
| 
       921 
     | 
    
         
            -
                  "name": "updateProductSetupState",
         
     | 
| 
       922 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       923 
666 
     | 
    
         
             
                  "stateMutability": "nonpayable",
         
     | 
| 
       924 
667 
     | 
    
         
             
                  "type": "function"
         
     | 
| 
       925 
668 
     | 
    
         
             
                }
         
     |