@etherisc/gif-next 0.0.2-e9a637d-547 → 0.0.2-e9c5694-914
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 +57 -17
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
 - package/artifacts/contracts/{components → distribution}/Distribution.sol/Distribution.json +272 -553
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +252 -292
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +207 -336
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +201 -100
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +168 -120
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +209 -229
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1078 -309
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +230 -443
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +140 -163
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1535 -534
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
 - package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
 - package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
 - package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → oracle/IOracleComponent.sol/IOracleComponent.json} +231 -273
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +281 -231
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +337 -414
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → pool/IBundleService.sol/IBundleService.json} +420 -304
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +411 -377
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +423 -417
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +91 -167
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IPricingService.sol/IPricingService.json} +201 -229
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +435 -29
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -68
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +333 -245
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +138 -95
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +314 -196
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +142 -115
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components/Component.sol/Component.json → shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json} +239 -252
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
 - package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
 - package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
 - package/contracts/authorization/AccessAdmin.sol +596 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +137 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ReleaseAccessManager.sol +38 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/{components → distribution}/Distribution.sol +170 -165
 - package/contracts/distribution/DistributionService.sol +355 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/{instance/service → distribution}/IDistributionService.sol +40 -38
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +73 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +415 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
 - package/contracts/instance/{BundleManager.sol → BundleSet.sol} +30 -31
 - package/contracts/instance/IInstance.sol +40 -34
 - package/contracts/instance/IInstanceService.sol +35 -47
 - package/contracts/instance/Instance.sol +136 -103
 - package/contracts/instance/InstanceAdmin.sol +277 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +261 -59
 - package/contracts/instance/InstanceService.sol +244 -361
 - package/contracts/instance/InstanceServiceManager.sol +14 -29
 - package/contracts/instance/InstanceStore.sol +165 -97
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +21 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +111 -0
 - package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
 - package/contracts/instance/module/IAccess.sol +4 -12
 - package/contracts/instance/module/IBundle.sol +6 -9
 - package/contracts/instance/module/IComponents.sol +26 -16
 - package/contracts/instance/module/IDistribution.sol +6 -6
 - package/contracts/instance/module/IPolicy.sol +47 -35
 - package/contracts/instance/module/IRisk.sol +1 -1
 - package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
 - package/contracts/oracle/BasicOracle.sol +47 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
 - package/contracts/oracle/IOracle.sol +36 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +66 -0
 - package/contracts/oracle/Oracle.sol +156 -0
 - package/contracts/oracle/OracleService.sol +291 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +154 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +57 -0
 - package/contracts/pool/BundleService.sol +493 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +143 -0
 - package/contracts/pool/IPoolComponent.sol +68 -0
 - package/contracts/pool/IPoolService.sol +167 -0
 - package/contracts/pool/Pool.sol +335 -0
 - package/contracts/pool/PoolService.sol +544 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
 - package/contracts/product/BasicProduct.sol +53 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +612 -0
 - package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
 - package/contracts/{instance/service → product}/IApplicationService.sol +16 -35
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +80 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +59 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +691 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +455 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +75 -38
 - package/contracts/registry/IRegistry.sol +96 -26
 - package/contracts/registry/IRegistryService.sol +34 -40
 - package/contracts/registry/ITransferInterceptor.sol +1 -2
 - package/contracts/registry/Registry.sol +445 -195
 - package/contracts/registry/RegistryAdmin.sol +448 -0
 - package/contracts/registry/RegistryService.sol +87 -128
 - package/contracts/registry/RegistryServiceManager.sol +23 -32
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +501 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
 - package/contracts/registry/TokenRegistry.sol +261 -62
 - package/contracts/shared/Component.sol +265 -0
 - package/contracts/shared/ComponentService.sol +745 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +126 -0
 - package/contracts/shared/ContractLib.sol +38 -0
 - package/contracts/shared/IComponent.sol +74 -0
 - package/contracts/shared/IComponentService.sol +120 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
 - package/contracts/shared/INftOwnable.sol +4 -2
 - package/contracts/shared/IPolicyHolder.sol +23 -14
 - package/contracts/shared/IRegisterable.sol +11 -0
 - package/contracts/shared/IRegistryLinked.sol +0 -1
 - package/contracts/shared/IService.sol +12 -3
 - package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
 - package/contracts/shared/InstanceLinkedComponent.sol +213 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +88 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +32 -25
 - package/contracts/shared/PolicyHolder.sol +22 -41
 - package/contracts/shared/Registerable.sol +32 -21
 - package/contracts/shared/RegistryLinked.sol +3 -7
 - package/contracts/shared/Service.sol +48 -36
 - package/contracts/shared/TokenHandler.sol +115 -9
 - package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
 - package/contracts/staking/IStaking.sol +168 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +497 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +52 -0
 - package/contracts/staking/StakingReader.sol +190 -0
 - package/contracts/staking/StakingService.sol +407 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +150 -0
 - package/contracts/{types → type}/Blocknumber.sol +26 -3
 - package/contracts/{types → type}/ClaimId.sol +31 -3
 - package/contracts/{types → type}/Fee.sol +24 -22
 - package/contracts/{types → type}/NftId.sol +15 -16
 - package/contracts/{types → type}/NftIdSet.sol +2 -2
 - package/contracts/type/ObjectType.sol +276 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/{types → type}/Referral.sol +2 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/{types → type}/RiskId.sol +16 -2
 - package/contracts/type/RoleId.sol +162 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +47 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +21 -2
 - package/contracts/{types → type}/UFixed.sol +38 -9
 - package/contracts/{types → type}/Version.sol +4 -2
 - package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
 - package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
 - package/package.json +9 -5
 - package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
 - package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
 - package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
 - package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
 - package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
 - package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
 - package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
 - package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
 - package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
 - package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
 - package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
 - package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
 - package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
 - package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
 - package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
 - package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
 - package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
 - package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
 - package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
 - package/contracts/components/Component.sol +0 -253
 - package/contracts/components/IComponent.sol +0 -76
 - package/contracts/components/IDistributionComponent.sol +0 -71
 - package/contracts/components/IPoolComponent.sol +0 -113
 - package/contracts/components/IProductComponent.sol +0 -40
 - package/contracts/components/Pool.sol +0 -303
 - package/contracts/components/Product.sol +0 -293
 - package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
 - package/contracts/instance/Cloneable.sol +0 -51
 - package/contracts/instance/InstanceAccessManager.sol +0 -540
 - package/contracts/instance/base/ComponentService.sol +0 -121
 - package/contracts/instance/base/KeyValueStore.sol +0 -180
 - package/contracts/instance/base/Lifecycle.sol +0 -109
 - package/contracts/instance/module/ISetup.sol +0 -33
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ApplicationService.sol +0 -351
 - package/contracts/instance/service/BundleService.sol +0 -431
 - package/contracts/instance/service/BundleServiceManager.sol +0 -51
 - package/contracts/instance/service/ClaimService.sol +0 -151
 - package/contracts/instance/service/DistributionService.sol +0 -437
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -51
 - package/contracts/instance/service/IBundleService.sol +0 -93
 - package/contracts/instance/service/IClaimService.sol +0 -61
 - package/contracts/instance/service/IPolicyService.sol +0 -72
 - package/contracts/instance/service/IPoolService.sol +0 -99
 - package/contracts/instance/service/IProductService.sol +0 -40
 - package/contracts/instance/service/PolicyService.sol +0 -362
 - package/contracts/instance/service/PolicyServiceManager.sol +0 -54
 - package/contracts/instance/service/PoolService.sol +0 -303
 - package/contracts/instance/service/PoolServiceManager.sol +0 -51
 - package/contracts/instance/service/ProductService.sol +0 -209
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/registry/RegistryAccessManager.sol +0 -216
 - package/contracts/registry/ReleaseManager.sol +0 -324
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestRegisterable.sol +0 -18
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -25
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/Amount.sol +0 -60
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -157
 - package/contracts/types/PayoutId.sol +0 -54
 - package/contracts/types/RoleId.sol +0 -97
 - package/contracts/types/Seconds.sol +0 -54
 - /package/contracts/{types → type}/DistributorType.sol +0 -0
 - /package/contracts/{types → type}/Key32.sol +0 -0
 
| 
         @@ -0,0 +1,1465 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "IStaking",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/staking/IStaking.sol",
         
     | 
| 
      
 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 
     | 
    
         
            +
                  "name": "ErrorComponentNameLengthZero",
         
     | 
| 
      
 47 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 48 
     | 
    
         
            +
                },
         
     | 
| 
      
 49 
     | 
    
         
            +
                {
         
     | 
| 
      
 50 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 51 
     | 
    
         
            +
                    {
         
     | 
| 
      
 52 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 53 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 54 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 55 
     | 
    
         
            +
                    }
         
     | 
| 
      
 56 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 57 
     | 
    
         
            +
                  "name": "ErrorComponentNotChainNft",
         
     | 
| 
      
 58 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 59 
     | 
    
         
            +
                },
         
     | 
| 
      
 60 
     | 
    
         
            +
                {
         
     | 
| 
      
 61 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 62 
     | 
    
         
            +
                  "name": "ErrorComponentProductNftIdNonzero",
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 64 
     | 
    
         
            +
                },
         
     | 
| 
      
 65 
     | 
    
         
            +
                {
         
     | 
| 
      
 66 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "name": "ErrorComponentProductNftIdZero",
         
     | 
| 
      
 68 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 69 
     | 
    
         
            +
                },
         
     | 
| 
      
 70 
     | 
    
         
            +
                {
         
     | 
| 
      
 71 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 72 
     | 
    
         
            +
                  "name": "ErrorComponentTokenAddressNonzero",
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 74 
     | 
    
         
            +
                },
         
     | 
| 
      
 75 
     | 
    
         
            +
                {
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 77 
     | 
    
         
            +
                  "name": "ErrorComponentTokenAddressZero",
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 79 
     | 
    
         
            +
                },
         
     | 
| 
      
 80 
     | 
    
         
            +
                {
         
     | 
| 
      
 81 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 82 
     | 
    
         
            +
                  "name": "ErrorComponentWalletAddressIsSameAsCurrent",
         
     | 
| 
      
 83 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 84 
     | 
    
         
            +
                },
         
     | 
| 
      
 85 
     | 
    
         
            +
                {
         
     | 
| 
      
 86 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 87 
     | 
    
         
            +
                  "name": "ErrorComponentWalletAddressZero",
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 89 
     | 
    
         
            +
                },
         
     | 
| 
      
 90 
     | 
    
         
            +
                {
         
     | 
| 
      
 91 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 92 
     | 
    
         
            +
                  "name": "ErrorComponentWalletNotComponent",
         
     | 
| 
      
 93 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 94 
     | 
    
         
            +
                },
         
     | 
| 
      
 95 
     | 
    
         
            +
                {
         
     | 
| 
      
 96 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 97 
     | 
    
         
            +
                    {
         
     | 
| 
      
 98 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 99 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 100 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 101 
     | 
    
         
            +
                    }
         
     | 
| 
      
 102 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 103 
     | 
    
         
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         
     | 
| 
      
 104 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 105 
     | 
    
         
            +
                },
         
     | 
| 
      
 106 
     | 
    
         
            +
                {
         
     | 
| 
      
 107 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 108 
     | 
    
         
            +
                    {
         
     | 
| 
      
 109 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 110 
     | 
    
         
            +
                      "name": "contractAddress",
         
     | 
| 
      
 111 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 112 
     | 
    
         
            +
                    }
         
     | 
| 
      
 113 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 114 
     | 
    
         
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         
     | 
| 
      
 115 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 116 
     | 
    
         
            +
                },
         
     | 
| 
      
 117 
     | 
    
         
            +
                {
         
     | 
| 
      
 118 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 119 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         
     | 
| 
      
 120 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 121 
     | 
    
         
            +
                },
         
     | 
| 
      
 122 
     | 
    
         
            +
                {
         
     | 
| 
      
 123 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 124 
     | 
    
         
            +
                    {
         
     | 
| 
      
 125 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 126 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 127 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 128 
     | 
    
         
            +
                    },
         
     | 
| 
      
 129 
     | 
    
         
            +
                    {
         
     | 
| 
      
 130 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 131 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 132 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 133 
     | 
    
         
            +
                    }
         
     | 
| 
      
 134 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 135 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInvalidType",
         
     | 
| 
      
 136 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 137 
     | 
    
         
            +
                },
         
     | 
| 
      
 138 
     | 
    
         
            +
                {
         
     | 
| 
      
 139 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 140 
     | 
    
         
            +
                    {
         
     | 
| 
      
 141 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 142 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 143 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 144 
     | 
    
         
            +
                    }
         
     | 
| 
      
 145 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 146 
     | 
    
         
            +
                  "name": "ErrorNftOwnableNotOwner",
         
     | 
| 
      
 147 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 148 
     | 
    
         
            +
                },
         
     | 
| 
      
 149 
     | 
    
         
            +
                {
         
     | 
| 
      
 150 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 151 
     | 
    
         
            +
                    {
         
     | 
| 
      
 152 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 153 
     | 
    
         
            +
                      "name": "registryAddress",
         
     | 
| 
      
 154 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 155 
     | 
    
         
            +
                    }
         
     | 
| 
      
 156 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 157 
     | 
    
         
            +
                  "name": "ErrorNotRegistry",
         
     | 
| 
      
 158 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 159 
     | 
    
         
            +
                },
         
     | 
| 
      
 160 
     | 
    
         
            +
                {
         
     | 
| 
      
 161 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 162 
     | 
    
         
            +
                    {
         
     | 
| 
      
 163 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 164 
     | 
    
         
            +
                      "name": "owner",
         
     | 
| 
      
 165 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 166 
     | 
    
         
            +
                    },
         
     | 
| 
      
 167 
     | 
    
         
            +
                    {
         
     | 
| 
      
 168 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "name": "tokenHandler",
         
     | 
| 
      
 170 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 171 
     | 
    
         
            +
                    },
         
     | 
| 
      
 172 
     | 
    
         
            +
                    {
         
     | 
| 
      
 173 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 174 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 175 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 176 
     | 
    
         
            +
                    },
         
     | 
| 
      
 177 
     | 
    
         
            +
                    {
         
     | 
| 
      
 178 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 179 
     | 
    
         
            +
                      "name": "dipAllowance",
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 181 
     | 
    
         
            +
                    }
         
     | 
| 
      
 182 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 183 
     | 
    
         
            +
                  "name": "ErrorStakingDipAllowanceInsufficient",
         
     | 
| 
      
 184 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 185 
     | 
    
         
            +
                },
         
     | 
| 
      
 186 
     | 
    
         
            +
                {
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 188 
     | 
    
         
            +
                    {
         
     | 
| 
      
 189 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 190 
     | 
    
         
            +
                      "name": "owner",
         
     | 
| 
      
 191 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 192 
     | 
    
         
            +
                    },
         
     | 
| 
      
 193 
     | 
    
         
            +
                    {
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 196 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 197 
     | 
    
         
            +
                    },
         
     | 
| 
      
 198 
     | 
    
         
            +
                    {
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "name": "dipBalance",
         
     | 
| 
      
 201 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 202 
     | 
    
         
            +
                    }
         
     | 
| 
      
 203 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 204 
     | 
    
         
            +
                  "name": "ErrorStakingDipBalanceInsufficient",
         
     | 
| 
      
 205 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 206 
     | 
    
         
            +
                },
         
     | 
| 
      
 207 
     | 
    
         
            +
                {
         
     | 
| 
      
 208 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 209 
     | 
    
         
            +
                    {
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 213 
     | 
    
         
            +
                    },
         
     | 
| 
      
 214 
     | 
    
         
            +
                    {
         
     | 
| 
      
 215 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 216 
     | 
    
         
            +
                      "name": "maxLockingPeriod",
         
     | 
| 
      
 217 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 218 
     | 
    
         
            +
                    },
         
     | 
| 
      
 219 
     | 
    
         
            +
                    {
         
     | 
| 
      
 220 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "name": "lockingPeriod",
         
     | 
| 
      
 222 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    }
         
     | 
| 
      
 224 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 225 
     | 
    
         
            +
                  "name": "ErrorStakingLockingPeriodTooLong",
         
     | 
| 
      
 226 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 227 
     | 
    
         
            +
                },
         
     | 
| 
      
 228 
     | 
    
         
            +
                {
         
     | 
| 
      
 229 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 230 
     | 
    
         
            +
                    {
         
     | 
| 
      
 231 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 234 
     | 
    
         
            +
                    },
         
     | 
| 
      
 235 
     | 
    
         
            +
                    {
         
     | 
| 
      
 236 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 237 
     | 
    
         
            +
                      "name": "minLockingPeriod",
         
     | 
| 
      
 238 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 239 
     | 
    
         
            +
                    },
         
     | 
| 
      
 240 
     | 
    
         
            +
                    {
         
     | 
| 
      
 241 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 242 
     | 
    
         
            +
                      "name": "lockingPeriod",
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 244 
     | 
    
         
            +
                    }
         
     | 
| 
      
 245 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 246 
     | 
    
         
            +
                  "name": "ErrorStakingLockingPeriodTooShort",
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 248 
     | 
    
         
            +
                },
         
     | 
| 
      
 249 
     | 
    
         
            +
                {
         
     | 
| 
      
 250 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 251 
     | 
    
         
            +
                    {
         
     | 
| 
      
 252 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 253 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 254 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 255 
     | 
    
         
            +
                    }
         
     | 
| 
      
 256 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 257 
     | 
    
         
            +
                  "name": "ErrorStakingNotNftOwner",
         
     | 
| 
      
 258 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 259 
     | 
    
         
            +
                },
         
     | 
| 
      
 260 
     | 
    
         
            +
                {
         
     | 
| 
      
 261 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 262 
     | 
    
         
            +
                    {
         
     | 
| 
      
 263 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 264 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 265 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 266 
     | 
    
         
            +
                    }
         
     | 
| 
      
 267 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 268 
     | 
    
         
            +
                  "name": "ErrorStakingNotStake",
         
     | 
| 
      
 269 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 270 
     | 
    
         
            +
                },
         
     | 
| 
      
 271 
     | 
    
         
            +
                {
         
     | 
| 
      
 272 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 273 
     | 
    
         
            +
                  "name": "ErrorStakingNotStakingOwner",
         
     | 
| 
      
 274 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 275 
     | 
    
         
            +
                },
         
     | 
| 
      
 276 
     | 
    
         
            +
                {
         
     | 
| 
      
 277 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 278 
     | 
    
         
            +
                    {
         
     | 
| 
      
 279 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 280 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 282 
     | 
    
         
            +
                    }
         
     | 
| 
      
 283 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 284 
     | 
    
         
            +
                  "name": "ErrorStakingNotTarget",
         
     | 
| 
      
 285 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 286 
     | 
    
         
            +
                },
         
     | 
| 
      
 287 
     | 
    
         
            +
                {
         
     | 
| 
      
 288 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 289 
     | 
    
         
            +
                    {
         
     | 
| 
      
 290 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 291 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 292 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 293 
     | 
    
         
            +
                    },
         
     | 
| 
      
 294 
     | 
    
         
            +
                    {
         
     | 
| 
      
 295 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 296 
     | 
    
         
            +
                      "name": "maxRewardRate",
         
     | 
| 
      
 297 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 298 
     | 
    
         
            +
                    },
         
     | 
| 
      
 299 
     | 
    
         
            +
                    {
         
     | 
| 
      
 300 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 301 
     | 
    
         
            +
                      "name": "rewardRate",
         
     | 
| 
      
 302 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 303 
     | 
    
         
            +
                    }
         
     | 
| 
      
 304 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 305 
     | 
    
         
            +
                  "name": "ErrorStakingRewardRateTooHigh",
         
     | 
| 
      
 306 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 307 
     | 
    
         
            +
                },
         
     | 
| 
      
 308 
     | 
    
         
            +
                {
         
     | 
| 
      
 309 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 310 
     | 
    
         
            +
                    {
         
     | 
| 
      
 311 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 312 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 314 
     | 
    
         
            +
                    }
         
     | 
| 
      
 315 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 316 
     | 
    
         
            +
                  "name": "ErrorStakingStakeAmountZero",
         
     | 
| 
      
 317 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 318 
     | 
    
         
            +
                },
         
     | 
| 
      
 319 
     | 
    
         
            +
                {
         
     | 
| 
      
 320 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 321 
     | 
    
         
            +
                    {
         
     | 
| 
      
 322 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 323 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 325 
     | 
    
         
            +
                    },
         
     | 
| 
      
 326 
     | 
    
         
            +
                    {
         
     | 
| 
      
 327 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 328 
     | 
    
         
            +
                      "name": "lockedUntil",
         
     | 
| 
      
 329 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 330 
     | 
    
         
            +
                    }
         
     | 
| 
      
 331 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 332 
     | 
    
         
            +
                  "name": "ErrorStakingStakeLocked",
         
     | 
| 
      
 333 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 334 
     | 
    
         
            +
                },
         
     | 
| 
      
 335 
     | 
    
         
            +
                {
         
     | 
| 
      
 336 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 337 
     | 
    
         
            +
                    {
         
     | 
| 
      
 338 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 339 
     | 
    
         
            +
                      "name": "stakingByStakingReader",
         
     | 
| 
      
 340 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    }
         
     | 
| 
      
 342 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 343 
     | 
    
         
            +
                  "name": "ErrorStakingStakingReaderStakingMismatch",
         
     | 
| 
      
 344 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 345 
     | 
    
         
            +
                },
         
     | 
| 
      
 346 
     | 
    
         
            +
                {
         
     | 
| 
      
 347 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 348 
     | 
    
         
            +
                    {
         
     | 
| 
      
 349 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 352 
     | 
    
         
            +
                    }
         
     | 
| 
      
 353 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 354 
     | 
    
         
            +
                  "name": "ErrorStakingTargetAlreadyRegistered",
         
     | 
| 
      
 355 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 356 
     | 
    
         
            +
                },
         
     | 
| 
      
 357 
     | 
    
         
            +
                {
         
     | 
| 
      
 358 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 359 
     | 
    
         
            +
                  "name": "ErrorStakingTargetNftIdZero",
         
     | 
| 
      
 360 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 361 
     | 
    
         
            +
                },
         
     | 
| 
      
 362 
     | 
    
         
            +
                {
         
     | 
| 
      
 363 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 364 
     | 
    
         
            +
                    {
         
     | 
| 
      
 365 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 366 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 367 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 368 
     | 
    
         
            +
                    }
         
     | 
| 
      
 369 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 370 
     | 
    
         
            +
                  "name": "ErrorStakingTargetNotActive",
         
     | 
| 
      
 371 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 372 
     | 
    
         
            +
                },
         
     | 
| 
      
 373 
     | 
    
         
            +
                {
         
     | 
| 
      
 374 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 375 
     | 
    
         
            +
                    {
         
     | 
| 
      
 376 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 377 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 378 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 379 
     | 
    
         
            +
                    }
         
     | 
| 
      
 380 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 381 
     | 
    
         
            +
                  "name": "ErrorStakingTargetNotFound",
         
     | 
| 
      
 382 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 383 
     | 
    
         
            +
                },
         
     | 
| 
      
 384 
     | 
    
         
            +
                {
         
     | 
| 
      
 385 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 386 
     | 
    
         
            +
                    {
         
     | 
| 
      
 387 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 388 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 389 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 390 
     | 
    
         
            +
                    },
         
     | 
| 
      
 391 
     | 
    
         
            +
                    {
         
     | 
| 
      
 392 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 393 
     | 
    
         
            +
                      "name": "chainId",
         
     | 
| 
      
 394 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 395 
     | 
    
         
            +
                    },
         
     | 
| 
      
 396 
     | 
    
         
            +
                    {
         
     | 
| 
      
 397 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 398 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 400 
     | 
    
         
            +
                    }
         
     | 
| 
      
 401 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 402 
     | 
    
         
            +
                  "name": "ErrorStakingTargetTokenNotFound",
         
     | 
| 
      
 403 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 404 
     | 
    
         
            +
                },
         
     | 
| 
      
 405 
     | 
    
         
            +
                {
         
     | 
| 
      
 406 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 407 
     | 
    
         
            +
                    {
         
     | 
| 
      
 408 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 409 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 411 
     | 
    
         
            +
                    },
         
     | 
| 
      
 412 
     | 
    
         
            +
                    {
         
     | 
| 
      
 413 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 414 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 415 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 416 
     | 
    
         
            +
                    }
         
     | 
| 
      
 417 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 418 
     | 
    
         
            +
                  "name": "ErrorStakingTargetTypeNotSupported",
         
     | 
| 
      
 419 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 420 
     | 
    
         
            +
                },
         
     | 
| 
      
 421 
     | 
    
         
            +
                {
         
     | 
| 
      
 422 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 423 
     | 
    
         
            +
                    {
         
     | 
| 
      
 424 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 425 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 426 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 427 
     | 
    
         
            +
                    },
         
     | 
| 
      
 428 
     | 
    
         
            +
                    {
         
     | 
| 
      
 429 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 430 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 431 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 432 
     | 
    
         
            +
                    },
         
     | 
| 
      
 433 
     | 
    
         
            +
                    {
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 435 
     | 
    
         
            +
                      "name": "actualObjectType",
         
     | 
| 
      
 436 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 437 
     | 
    
         
            +
                    }
         
     | 
| 
      
 438 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 439 
     | 
    
         
            +
                  "name": "ErrorStakingTargetUnexpectedObjectType",
         
     | 
| 
      
 440 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 441 
     | 
    
         
            +
                },
         
     | 
| 
      
 442 
     | 
    
         
            +
                {
         
     | 
| 
      
 443 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 444 
     | 
    
         
            +
                    {
         
     | 
| 
      
 445 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 446 
     | 
    
         
            +
                      "name": "chainId",
         
     | 
| 
      
 447 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 448 
     | 
    
         
            +
                    },
         
     | 
| 
      
 449 
     | 
    
         
            +
                    {
         
     | 
| 
      
 450 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 451 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 452 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 453 
     | 
    
         
            +
                    }
         
     | 
| 
      
 454 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 455 
     | 
    
         
            +
                  "name": "ErrorStakingTokenNotRegistered",
         
     | 
| 
      
 456 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 457 
     | 
    
         
            +
                },
         
     | 
| 
      
 458 
     | 
    
         
            +
                {
         
     | 
| 
      
 459 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 460 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 461 
     | 
    
         
            +
                    {
         
     | 
| 
      
 462 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 463 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 464 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 465 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 466 
     | 
    
         
            +
                    }
         
     | 
| 
      
 467 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 468 
     | 
    
         
            +
                  "name": "AuthorityUpdated",
         
     | 
| 
      
 469 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 470 
     | 
    
         
            +
                },
         
     | 
| 
      
 471 
     | 
    
         
            +
                {
         
     | 
| 
      
 472 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 473 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 474 
     | 
    
         
            +
                    {
         
     | 
| 
      
 475 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 476 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 477 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 478 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 479 
     | 
    
         
            +
                    },
         
     | 
| 
      
 480 
     | 
    
         
            +
                    {
         
     | 
| 
      
 481 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 482 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "name": "limit",
         
     | 
| 
      
 484 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 485 
     | 
    
         
            +
                    },
         
     | 
| 
      
 486 
     | 
    
         
            +
                    {
         
     | 
| 
      
 487 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 488 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 489 
     | 
    
         
            +
                      "name": "isMaxAmount",
         
     | 
| 
      
 490 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 491 
     | 
    
         
            +
                    }
         
     | 
| 
      
 492 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 493 
     | 
    
         
            +
                  "name": "LogComponentTokenHandlerApproved",
         
     | 
| 
      
 494 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 495 
     | 
    
         
            +
                },
         
     | 
| 
      
 496 
     | 
    
         
            +
                {
         
     | 
| 
      
 497 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 498 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 499 
     | 
    
         
            +
                    {
         
     | 
| 
      
 500 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 501 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 502 
     | 
    
         
            +
                      "name": "oldWallet",
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 504 
     | 
    
         
            +
                    },
         
     | 
| 
      
 505 
     | 
    
         
            +
                    {
         
     | 
| 
      
 506 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 507 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 508 
     | 
    
         
            +
                      "name": "newWallet",
         
     | 
| 
      
 509 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 510 
     | 
    
         
            +
                    }
         
     | 
| 
      
 511 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 512 
     | 
    
         
            +
                  "name": "LogComponentWalletAddressChanged",
         
     | 
| 
      
 513 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 514 
     | 
    
         
            +
                },
         
     | 
| 
      
 515 
     | 
    
         
            +
                {
         
     | 
| 
      
 516 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 517 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 518 
     | 
    
         
            +
                    {
         
     | 
| 
      
 519 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 520 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 521 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 522 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 523 
     | 
    
         
            +
                    },
         
     | 
| 
      
 524 
     | 
    
         
            +
                    {
         
     | 
| 
      
 525 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 526 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 527 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 528 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 529 
     | 
    
         
            +
                    },
         
     | 
| 
      
 530 
     | 
    
         
            +
                    {
         
     | 
| 
      
 531 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 532 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 533 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 534 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 535 
     | 
    
         
            +
                    }
         
     | 
| 
      
 536 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 537 
     | 
    
         
            +
                  "name": "LogComponentWalletTokensTransferred",
         
     | 
| 
      
 538 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 539 
     | 
    
         
            +
                },
         
     | 
| 
      
 540 
     | 
    
         
            +
                {
         
     | 
| 
      
 541 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 542 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 543 
     | 
    
         
            +
                    {
         
     | 
| 
      
 544 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 545 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 546 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 547 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 548 
     | 
    
         
            +
                    },
         
     | 
| 
      
 549 
     | 
    
         
            +
                    {
         
     | 
| 
      
 550 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 551 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 552 
     | 
    
         
            +
                      "name": "oldLockingPeriod",
         
     | 
| 
      
 553 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 554 
     | 
    
         
            +
                    },
         
     | 
| 
      
 555 
     | 
    
         
            +
                    {
         
     | 
| 
      
 556 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 557 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 558 
     | 
    
         
            +
                      "name": "lockingPeriod",
         
     | 
| 
      
 559 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 560 
     | 
    
         
            +
                    }
         
     | 
| 
      
 561 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 562 
     | 
    
         
            +
                  "name": "LogStakingLockingPeriodSet",
         
     | 
| 
      
 563 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 564 
     | 
    
         
            +
                },
         
     | 
| 
      
 565 
     | 
    
         
            +
                {
         
     | 
| 
      
 566 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 567 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 568 
     | 
    
         
            +
                    {
         
     | 
| 
      
 569 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 570 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 571 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 572 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 573 
     | 
    
         
            +
                    },
         
     | 
| 
      
 574 
     | 
    
         
            +
                    {
         
     | 
| 
      
 575 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 576 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 577 
     | 
    
         
            +
                      "name": "oldRewardRate",
         
     | 
| 
      
 578 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 579 
     | 
    
         
            +
                    },
         
     | 
| 
      
 580 
     | 
    
         
            +
                    {
         
     | 
| 
      
 581 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 582 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 583 
     | 
    
         
            +
                      "name": "rewardRate",
         
     | 
| 
      
 584 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 585 
     | 
    
         
            +
                    }
         
     | 
| 
      
 586 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 587 
     | 
    
         
            +
                  "name": "LogStakingRewardRateSet",
         
     | 
| 
      
 588 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 589 
     | 
    
         
            +
                },
         
     | 
| 
      
 590 
     | 
    
         
            +
                {
         
     | 
| 
      
 591 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 592 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 593 
     | 
    
         
            +
                    {
         
     | 
| 
      
 594 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 595 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 596 
     | 
    
         
            +
                      "name": "chainId",
         
     | 
| 
      
 597 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 598 
     | 
    
         
            +
                    },
         
     | 
| 
      
 599 
     | 
    
         
            +
                    {
         
     | 
| 
      
 600 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 601 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 602 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 603 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 604 
     | 
    
         
            +
                    },
         
     | 
| 
      
 605 
     | 
    
         
            +
                    {
         
     | 
| 
      
 606 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 607 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 608 
     | 
    
         
            +
                      "name": "oldStakingRate",
         
     | 
| 
      
 609 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 610 
     | 
    
         
            +
                    },
         
     | 
| 
      
 611 
     | 
    
         
            +
                    {
         
     | 
| 
      
 612 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 613 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 614 
     | 
    
         
            +
                      "name": "newStakingRate",
         
     | 
| 
      
 615 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 616 
     | 
    
         
            +
                    }
         
     | 
| 
      
 617 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 618 
     | 
    
         
            +
                  "name": "LogStakingStakingRateSet",
         
     | 
| 
      
 619 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 620 
     | 
    
         
            +
                },
         
     | 
| 
      
 621 
     | 
    
         
            +
                {
         
     | 
| 
      
 622 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 623 
     | 
    
         
            +
                    {
         
     | 
| 
      
 624 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 625 
     | 
    
         
            +
                      "name": "spendingLimitAmount",
         
     | 
| 
      
 626 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 627 
     | 
    
         
            +
                    }
         
     | 
| 
      
 628 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 629 
     | 
    
         
            +
                  "name": "approveTokenHandler",
         
     | 
| 
      
 630 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 631 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 632 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 633 
     | 
    
         
            +
                },
         
     | 
| 
      
 634 
     | 
    
         
            +
                {
         
     | 
| 
      
 635 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 636 
     | 
    
         
            +
                  "name": "authority",
         
     | 
| 
      
 637 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 638 
     | 
    
         
            +
                    {
         
     | 
| 
      
 639 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 640 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 641 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 642 
     | 
    
         
            +
                    }
         
     | 
| 
      
 643 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 644 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 645 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 646 
     | 
    
         
            +
                },
         
     | 
| 
      
 647 
     | 
    
         
            +
                {
         
     | 
| 
      
 648 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 649 
     | 
    
         
            +
                    {
         
     | 
| 
      
 650 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 651 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 652 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 653 
     | 
    
         
            +
                    }
         
     | 
| 
      
 654 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 655 
     | 
    
         
            +
                  "name": "claimRewards",
         
     | 
| 
      
 656 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 657 
     | 
    
         
            +
                    {
         
     | 
| 
      
 658 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 659 
     | 
    
         
            +
                      "name": "rewardsClaimedAmount",
         
     | 
| 
      
 660 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 661 
     | 
    
         
            +
                    }
         
     | 
| 
      
 662 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 663 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 664 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 665 
     | 
    
         
            +
                },
         
     | 
| 
      
 666 
     | 
    
         
            +
                {
         
     | 
| 
      
 667 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 668 
     | 
    
         
            +
                    {
         
     | 
| 
      
 669 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 670 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 671 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 672 
     | 
    
         
            +
                    },
         
     | 
| 
      
 673 
     | 
    
         
            +
                    {
         
     | 
| 
      
 674 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 675 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 676 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 677 
     | 
    
         
            +
                    }
         
     | 
| 
      
 678 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 679 
     | 
    
         
            +
                  "name": "collectDipAmount",
         
     | 
| 
      
 680 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 681 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 682 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 683 
     | 
    
         
            +
                },
         
     | 
| 
      
 684 
     | 
    
         
            +
                {
         
     | 
| 
      
 685 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 686 
     | 
    
         
            +
                    {
         
     | 
| 
      
 687 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 688 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 689 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 690 
     | 
    
         
            +
                    },
         
     | 
| 
      
 691 
     | 
    
         
            +
                    {
         
     | 
| 
      
 692 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 693 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 694 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 695 
     | 
    
         
            +
                    },
         
     | 
| 
      
 696 
     | 
    
         
            +
                    {
         
     | 
| 
      
 697 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 698 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 700 
     | 
    
         
            +
                    }
         
     | 
| 
      
 701 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 702 
     | 
    
         
            +
                  "name": "createStake",
         
     | 
| 
      
 703 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 704 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 705 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 706 
     | 
    
         
            +
                },
         
     | 
| 
      
 707 
     | 
    
         
            +
                {
         
     | 
| 
      
 708 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 709 
     | 
    
         
            +
                    {
         
     | 
| 
      
 710 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 711 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 712 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 713 
     | 
    
         
            +
                    },
         
     | 
| 
      
 714 
     | 
    
         
            +
                    {
         
     | 
| 
      
 715 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 716 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 717 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 718 
     | 
    
         
            +
                    },
         
     | 
| 
      
 719 
     | 
    
         
            +
                    {
         
     | 
| 
      
 720 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 721 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 722 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 723 
     | 
    
         
            +
                    }
         
     | 
| 
      
 724 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 725 
     | 
    
         
            +
                  "name": "decreaseTotalValueLocked",
         
     | 
| 
      
 726 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 727 
     | 
    
         
            +
                    {
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 730 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 731 
     | 
    
         
            +
                    }
         
     | 
| 
      
 732 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 733 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 734 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 735 
     | 
    
         
            +
                },
         
     | 
| 
      
 736 
     | 
    
         
            +
                {
         
     | 
| 
      
 737 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 738 
     | 
    
         
            +
                  "name": "getComponentInfo",
         
     | 
| 
      
 739 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 740 
     | 
    
         
            +
                    {
         
     | 
| 
      
 741 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 742 
     | 
    
         
            +
                        {
         
     | 
| 
      
 743 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 744 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 745 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 746 
     | 
    
         
            +
                        },
         
     | 
| 
      
 747 
     | 
    
         
            +
                        {
         
     | 
| 
      
 748 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 749 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 750 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 751 
     | 
    
         
            +
                        },
         
     | 
| 
      
 752 
     | 
    
         
            +
                        {
         
     | 
| 
      
 753 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 754 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 755 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 756 
     | 
    
         
            +
                        },
         
     | 
| 
      
 757 
     | 
    
         
            +
                        {
         
     | 
| 
      
 758 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 759 
     | 
    
         
            +
                          "name": "wallet",
         
     | 
| 
      
 760 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 761 
     | 
    
         
            +
                        },
         
     | 
| 
      
 762 
     | 
    
         
            +
                        {
         
     | 
| 
      
 763 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 764 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 765 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 766 
     | 
    
         
            +
                        }
         
     | 
| 
      
 767 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 768 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 769 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 770 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 771 
     | 
    
         
            +
                    }
         
     | 
| 
      
 772 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 773 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 774 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 775 
     | 
    
         
            +
                },
         
     | 
| 
      
 776 
     | 
    
         
            +
                {
         
     | 
| 
      
 777 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 778 
     | 
    
         
            +
                  "name": "getInitialComponentInfo",
         
     | 
| 
      
 779 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 780 
     | 
    
         
            +
                    {
         
     | 
| 
      
 781 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 782 
     | 
    
         
            +
                        {
         
     | 
| 
      
 783 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 784 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 785 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 786 
     | 
    
         
            +
                        },
         
     | 
| 
      
 787 
     | 
    
         
            +
                        {
         
     | 
| 
      
 788 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 789 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 790 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 791 
     | 
    
         
            +
                        },
         
     | 
| 
      
 792 
     | 
    
         
            +
                        {
         
     | 
| 
      
 793 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 794 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 795 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 796 
     | 
    
         
            +
                        },
         
     | 
| 
      
 797 
     | 
    
         
            +
                        {
         
     | 
| 
      
 798 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 799 
     | 
    
         
            +
                          "name": "wallet",
         
     | 
| 
      
 800 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 801 
     | 
    
         
            +
                        },
         
     | 
| 
      
 802 
     | 
    
         
            +
                        {
         
     | 
| 
      
 803 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 804 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 805 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 806 
     | 
    
         
            +
                        }
         
     | 
| 
      
 807 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 808 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 809 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 810 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 811 
     | 
    
         
            +
                    }
         
     | 
| 
      
 812 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 813 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 814 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 815 
     | 
    
         
            +
                },
         
     | 
| 
      
 816 
     | 
    
         
            +
                {
         
     | 
| 
      
 817 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 818 
     | 
    
         
            +
                  "name": "getInitialInfo",
         
     | 
| 
      
 819 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 820 
     | 
    
         
            +
                    {
         
     | 
| 
      
 821 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 822 
     | 
    
         
            +
                        {
         
     | 
| 
      
 823 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 824 
     | 
    
         
            +
                          "name": "nftId",
         
     | 
| 
      
 825 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 826 
     | 
    
         
            +
                        },
         
     | 
| 
      
 827 
     | 
    
         
            +
                        {
         
     | 
| 
      
 828 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 829 
     | 
    
         
            +
                          "name": "parentNftId",
         
     | 
| 
      
 830 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 831 
     | 
    
         
            +
                        },
         
     | 
| 
      
 832 
     | 
    
         
            +
                        {
         
     | 
| 
      
 833 
     | 
    
         
            +
                          "internalType": "ObjectType",
         
     | 
| 
      
 834 
     | 
    
         
            +
                          "name": "objectType",
         
     | 
| 
      
 835 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 836 
     | 
    
         
            +
                        },
         
     | 
| 
      
 837 
     | 
    
         
            +
                        {
         
     | 
| 
      
 838 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 839 
     | 
    
         
            +
                          "name": "isInterceptor",
         
     | 
| 
      
 840 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 841 
     | 
    
         
            +
                        },
         
     | 
| 
      
 842 
     | 
    
         
            +
                        {
         
     | 
| 
      
 843 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 844 
     | 
    
         
            +
                          "name": "objectAddress",
         
     | 
| 
      
 845 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 846 
     | 
    
         
            +
                        },
         
     | 
| 
      
 847 
     | 
    
         
            +
                        {
         
     | 
| 
      
 848 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 849 
     | 
    
         
            +
                          "name": "initialOwner",
         
     | 
| 
      
 850 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 851 
     | 
    
         
            +
                        },
         
     | 
| 
      
 852 
     | 
    
         
            +
                        {
         
     | 
| 
      
 853 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 854 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 855 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 856 
     | 
    
         
            +
                        }
         
     | 
| 
      
 857 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 858 
     | 
    
         
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         
     | 
| 
      
 859 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 860 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 861 
     | 
    
         
            +
                    }
         
     | 
| 
      
 862 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 863 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 864 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 865 
     | 
    
         
            +
                },
         
     | 
| 
      
 866 
     | 
    
         
            +
                {
         
     | 
| 
      
 867 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 868 
     | 
    
         
            +
                  "name": "getName",
         
     | 
| 
      
 869 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 870 
     | 
    
         
            +
                    {
         
     | 
| 
      
 871 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 872 
     | 
    
         
            +
                      "name": "name",
         
     | 
| 
      
 873 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 874 
     | 
    
         
            +
                    }
         
     | 
| 
      
 875 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 876 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 877 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 878 
     | 
    
         
            +
                },
         
     | 
| 
      
 879 
     | 
    
         
            +
                {
         
     | 
| 
      
 880 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 881 
     | 
    
         
            +
                  "name": "getNftId",
         
     | 
| 
      
 882 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 883 
     | 
    
         
            +
                    {
         
     | 
| 
      
 884 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 885 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 886 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 887 
     | 
    
         
            +
                    }
         
     | 
| 
      
 888 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 889 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 890 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 891 
     | 
    
         
            +
                },
         
     | 
| 
      
 892 
     | 
    
         
            +
                {
         
     | 
| 
      
 893 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 894 
     | 
    
         
            +
                  "name": "getOwner",
         
     | 
| 
      
 895 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 896 
     | 
    
         
            +
                    {
         
     | 
| 
      
 897 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 898 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 899 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 900 
     | 
    
         
            +
                    }
         
     | 
| 
      
 901 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 902 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 903 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 904 
     | 
    
         
            +
                },
         
     | 
| 
      
 905 
     | 
    
         
            +
                {
         
     | 
| 
      
 906 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 907 
     | 
    
         
            +
                  "name": "getRegistry",
         
     | 
| 
      
 908 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 909 
     | 
    
         
            +
                    {
         
     | 
| 
      
 910 
     | 
    
         
            +
                      "internalType": "contract IRegistry",
         
     | 
| 
      
 911 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 912 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 913 
     | 
    
         
            +
                    }
         
     | 
| 
      
 914 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 915 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 916 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 917 
     | 
    
         
            +
                },
         
     | 
| 
      
 918 
     | 
    
         
            +
                {
         
     | 
| 
      
 919 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 920 
     | 
    
         
            +
                  "name": "getRelease",
         
     | 
| 
      
 921 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 922 
     | 
    
         
            +
                    {
         
     | 
| 
      
 923 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 924 
     | 
    
         
            +
                      "name": "release",
         
     | 
| 
      
 925 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 926 
     | 
    
         
            +
                    }
         
     | 
| 
      
 927 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 928 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 929 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 930 
     | 
    
         
            +
                },
         
     | 
| 
      
 931 
     | 
    
         
            +
                {
         
     | 
| 
      
 932 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 933 
     | 
    
         
            +
                  "name": "getStakingReader",
         
     | 
| 
      
 934 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 935 
     | 
    
         
            +
                    {
         
     | 
| 
      
 936 
     | 
    
         
            +
                      "internalType": "contract StakingReader",
         
     | 
| 
      
 937 
     | 
    
         
            +
                      "name": "reader",
         
     | 
| 
      
 938 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 939 
     | 
    
         
            +
                    }
         
     | 
| 
      
 940 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 941 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 942 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 943 
     | 
    
         
            +
                },
         
     | 
| 
      
 944 
     | 
    
         
            +
                {
         
     | 
| 
      
 945 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 946 
     | 
    
         
            +
                  "name": "getStakingStore",
         
     | 
| 
      
 947 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 948 
     | 
    
         
            +
                    {
         
     | 
| 
      
 949 
     | 
    
         
            +
                      "internalType": "contract StakingStore",
         
     | 
| 
      
 950 
     | 
    
         
            +
                      "name": "stakingStore",
         
     | 
| 
      
 951 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 952 
     | 
    
         
            +
                    }
         
     | 
| 
      
 953 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 954 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 955 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 956 
     | 
    
         
            +
                },
         
     | 
| 
      
 957 
     | 
    
         
            +
                {
         
     | 
| 
      
 958 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 959 
     | 
    
         
            +
                  "name": "getToken",
         
     | 
| 
      
 960 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 961 
     | 
    
         
            +
                    {
         
     | 
| 
      
 962 
     | 
    
         
            +
                      "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 963 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 964 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 965 
     | 
    
         
            +
                    }
         
     | 
| 
      
 966 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 967 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 968 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 969 
     | 
    
         
            +
                },
         
     | 
| 
      
 970 
     | 
    
         
            +
                {
         
     | 
| 
      
 971 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 972 
     | 
    
         
            +
                  "name": "getTokenHandler",
         
     | 
| 
      
 973 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 974 
     | 
    
         
            +
                    {
         
     | 
| 
      
 975 
     | 
    
         
            +
                      "internalType": "contract TokenHandler",
         
     | 
| 
      
 976 
     | 
    
         
            +
                      "name": "tokenHandler",
         
     | 
| 
      
 977 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 978 
     | 
    
         
            +
                    }
         
     | 
| 
      
 979 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 980 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 981 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 982 
     | 
    
         
            +
                },
         
     | 
| 
      
 983 
     | 
    
         
            +
                {
         
     | 
| 
      
 984 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 985 
     | 
    
         
            +
                  "name": "getVersion",
         
     | 
| 
      
 986 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 987 
     | 
    
         
            +
                    {
         
     | 
| 
      
 988 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 989 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 990 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 991 
     | 
    
         
            +
                    }
         
     | 
| 
      
 992 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 993 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 994 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 995 
     | 
    
         
            +
                },
         
     | 
| 
      
 996 
     | 
    
         
            +
                {
         
     | 
| 
      
 997 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 998 
     | 
    
         
            +
                  "name": "getWallet",
         
     | 
| 
      
 999 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1000 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1001 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1002 
     | 
    
         
            +
                      "name": "walletAddress",
         
     | 
| 
      
 1003 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1004 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1005 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1006 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1007 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1008 
     | 
    
         
            +
                },
         
     | 
| 
      
 1009 
     | 
    
         
            +
                {
         
     | 
| 
      
 1010 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1011 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1012 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1013 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1014 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1015 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1016 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1017 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1018 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 1019 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1020 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1021 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1022 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1023 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1024 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1025 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1026 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1027 
     | 
    
         
            +
                  "name": "increaseTotalValueLocked",
         
     | 
| 
      
 1028 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1029 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1030 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1031 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1032 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1033 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1034 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1035 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1036 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1037 
     | 
    
         
            +
                },
         
     | 
| 
      
 1038 
     | 
    
         
            +
                {
         
     | 
| 
      
 1039 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1040 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1041 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1042 
     | 
    
         
            +
                      "name": "activatedBy",
         
     | 
| 
      
 1043 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1044 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1045 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1046 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 1047 
     | 
    
         
            +
                      "name": "activationData",
         
     | 
| 
      
 1048 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 1049 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1050 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1051 
     | 
    
         
            +
                  "name": "initializeVersionable",
         
     | 
| 
      
 1052 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1053 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1054 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1055 
     | 
    
         
            +
                },
         
     | 
| 
      
 1056 
     | 
    
         
            +
                {
         
     | 
| 
      
 1057 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1058 
     | 
    
         
            +
                  "name": "isConsumingScheduledOp",
         
     | 
| 
      
 1059 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1060 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1061 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1062 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1063 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1064 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1065 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1066 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1067 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1068 
     | 
    
         
            +
                },
         
     | 
| 
      
 1069 
     | 
    
         
            +
                {
         
     | 
| 
      
 1070 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1071 
     | 
    
         
            +
                  "name": "isNftInterceptor",
         
     | 
| 
      
 1072 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1073 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1074 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1075 
     | 
    
         
            +
                      "name": "isInterceptor",
         
     | 
| 
      
 1076 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1077 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1078 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1079 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1080 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1081 
     | 
    
         
            +
                },
         
     | 
| 
      
 1082 
     | 
    
         
            +
                {
         
     | 
| 
      
 1083 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1084 
     | 
    
         
            +
                  "name": "isRegistered",
         
     | 
| 
      
 1085 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1086 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1087 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1088 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1089 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1090 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1091 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1092 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1093 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1094 
     | 
    
         
            +
                },
         
     | 
| 
      
 1095 
     | 
    
         
            +
                {
         
     | 
| 
      
 1096 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1097 
     | 
    
         
            +
                  "name": "linkToRegisteredNftId",
         
     | 
| 
      
 1098 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1099 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1100 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1101 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1102 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1103 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1104 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1105 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1106 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1107 
     | 
    
         
            +
                },
         
     | 
| 
      
 1108 
     | 
    
         
            +
                {
         
     | 
| 
      
 1109 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1110 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1111 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1112 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 1113 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1114 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1115 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1116 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1117 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 1118 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1119 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1120 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1121 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1122 
     | 
    
         
            +
                      "name": "tokenId",
         
     | 
| 
      
 1123 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1124 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1125 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1126 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1127 
     | 
    
         
            +
                      "name": "operator",
         
     | 
| 
      
 1128 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1129 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1130 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1131 
     | 
    
         
            +
                  "name": "nftTransferFrom",
         
     | 
| 
      
 1132 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1133 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1134 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1135 
     | 
    
         
            +
                },
         
     | 
| 
      
 1136 
     | 
    
         
            +
                {
         
     | 
| 
      
 1137 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1138 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1139 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1140 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1141 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1142 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1143 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1144 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1145 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 1146 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1147 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1148 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1149 
     | 
    
         
            +
                  "name": "refillRewardReserves",
         
     | 
| 
      
 1150 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1151 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1152 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1153 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1154 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1155 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1156 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1157 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1158 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1159 
     | 
    
         
            +
                },
         
     | 
| 
      
 1160 
     | 
    
         
            +
                {
         
     | 
| 
      
 1161 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1162 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1163 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1164 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1165 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1166 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1167 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1168 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 1169 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 1170 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1171 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1172 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1173 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1174 
     | 
    
         
            +
                      "name": "chainId",
         
     | 
| 
      
 1175 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1176 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1177 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1178 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 1179 
     | 
    
         
            +
                      "name": "initialLockingPeriod",
         
     | 
| 
      
 1180 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 1181 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1182 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1183 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 1184 
     | 
    
         
            +
                      "name": "initialRewardRate",
         
     | 
| 
      
 1185 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1186 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1187 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1188 
     | 
    
         
            +
                  "name": "registerTarget",
         
     | 
| 
      
 1189 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1190 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1191 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1192 
     | 
    
         
            +
                },
         
     | 
| 
      
 1193 
     | 
    
         
            +
                {
         
     | 
| 
      
 1194 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1195 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1196 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1197 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 1198 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1199 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1200 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1201 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1202 
     | 
    
         
            +
                      "name": "newTargetNftId",
         
     | 
| 
      
 1203 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1204 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1205 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1206 
     | 
    
         
            +
                  "name": "restake",
         
     | 
| 
      
 1207 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1208 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1209 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1210 
     | 
    
         
            +
                      "name": "newStakeNftId",
         
     | 
| 
      
 1211 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1212 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1213 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1214 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1215 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1216 
     | 
    
         
            +
                },
         
     | 
| 
      
 1217 
     | 
    
         
            +
                {
         
     | 
| 
      
 1218 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1219 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1220 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1221 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1222 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1223 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1224 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1225 
     | 
    
         
            +
                  "name": "setAuthority",
         
     | 
| 
      
 1226 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1227 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1228 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1229 
     | 
    
         
            +
                },
         
     | 
| 
      
 1230 
     | 
    
         
            +
                {
         
     | 
| 
      
 1231 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1232 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1233 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1234 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1235 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1236 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1238 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 1239 
     | 
    
         
            +
                      "name": "lockingPeriod",
         
     | 
| 
      
 1240 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 1241 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1242 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1243 
     | 
    
         
            +
                  "name": "setLockingPeriod",
         
     | 
| 
      
 1244 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1245 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1246 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1247 
     | 
    
         
            +
                },
         
     | 
| 
      
 1248 
     | 
    
         
            +
                {
         
     | 
| 
      
 1249 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1250 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1251 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1252 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1253 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1254 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1255 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1256 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 1257 
     | 
    
         
            +
                      "name": "rewardRate",
         
     | 
| 
      
 1258 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1259 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1260 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1261 
     | 
    
         
            +
                  "name": "setRewardRate",
         
     | 
| 
      
 1262 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1263 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1264 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1265 
     | 
    
         
            +
                },
         
     | 
| 
      
 1266 
     | 
    
         
            +
                {
         
     | 
| 
      
 1267 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1268 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1269 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1270 
     | 
    
         
            +
                      "name": "chainId",
         
     | 
| 
      
 1271 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1272 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1273 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1274 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1275 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 1276 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1277 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1278 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1279 
     | 
    
         
            +
                      "internalType": "UFixed",
         
     | 
| 
      
 1280 
     | 
    
         
            +
                      "name": "stakingRate",
         
     | 
| 
      
 1281 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1282 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1283 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1284 
     | 
    
         
            +
                  "name": "setStakingRate",
         
     | 
| 
      
 1285 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1286 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1287 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1288 
     | 
    
         
            +
                },
         
     | 
| 
      
 1289 
     | 
    
         
            +
                {
         
     | 
| 
      
 1290 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1291 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1292 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1293 
     | 
    
         
            +
                      "name": "walletAddress",
         
     | 
| 
      
 1294 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1295 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1296 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1297 
     | 
    
         
            +
                  "name": "setWallet",
         
     | 
| 
      
 1298 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1299 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1300 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1301 
     | 
    
         
            +
                },
         
     | 
| 
      
 1302 
     | 
    
         
            +
                {
         
     | 
| 
      
 1303 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1304 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1305 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1306 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 1307 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1308 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1309 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1310 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1311 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 1312 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1313 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1314 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1315 
     | 
    
         
            +
                  "name": "stake",
         
     | 
| 
      
 1316 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1317 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1318 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1319 
     | 
    
         
            +
                      "name": "stakeBalance",
         
     | 
| 
      
 1320 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1321 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1322 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1323 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1324 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1325 
     | 
    
         
            +
                },
         
     | 
| 
      
 1326 
     | 
    
         
            +
                {
         
     | 
| 
      
 1327 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1328 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1329 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1330 
     | 
    
         
            +
                      "name": "interfaceId",
         
     | 
| 
      
 1331 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1332 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1333 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1334 
     | 
    
         
            +
                  "name": "supportsInterface",
         
     | 
| 
      
 1335 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1336 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1337 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1338 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1339 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1340 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1341 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1342 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1343 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1344 
     | 
    
         
            +
                },
         
     | 
| 
      
 1345 
     | 
    
         
            +
                {
         
     | 
| 
      
 1346 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1347 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1348 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1349 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 1350 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1351 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1352 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1353 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1354 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 1355 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1356 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1357 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1358 
     | 
    
         
            +
                  "name": "transferDipAmount",
         
     | 
| 
      
 1359 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1360 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1361 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1362 
     | 
    
         
            +
                },
         
     | 
| 
      
 1363 
     | 
    
         
            +
                {
         
     | 
| 
      
 1364 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1365 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1366 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1367 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 1368 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1369 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1370 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1371 
     | 
    
         
            +
                  "name": "unstake",
         
     | 
| 
      
 1372 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1373 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1374 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1375 
     | 
    
         
            +
                      "name": "unstakedAmount",
         
     | 
| 
      
 1376 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1377 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1378 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1379 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1380 
     | 
    
         
            +
                      "name": "rewardsClaimedAmount",
         
     | 
| 
      
 1381 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1382 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1383 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1384 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1385 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1386 
     | 
    
         
            +
                },
         
     | 
| 
      
 1387 
     | 
    
         
            +
                {
         
     | 
| 
      
 1388 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1389 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1390 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1391 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1392 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1393 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1394 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1395 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1396 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 1397 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1398 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1399 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1400 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1401 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1402 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1403 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1404 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1405 
     | 
    
         
            +
                  "name": "updateRemoteTvl",
         
     | 
| 
      
 1406 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1407 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1408 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1409 
     | 
    
         
            +
                },
         
     | 
| 
      
 1410 
     | 
    
         
            +
                {
         
     | 
| 
      
 1411 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1412 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1413 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1414 
     | 
    
         
            +
                      "name": "stakeNftId",
         
     | 
| 
      
 1415 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1416 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1417 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1418 
     | 
    
         
            +
                  "name": "updateRewards",
         
     | 
| 
      
 1419 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1420 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1421 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1422 
     | 
    
         
            +
                },
         
     | 
| 
      
 1423 
     | 
    
         
            +
                {
         
     | 
| 
      
 1424 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1425 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1426 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 1427 
     | 
    
         
            +
                      "name": "upgradeData",
         
     | 
| 
      
 1428 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 1429 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1430 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1431 
     | 
    
         
            +
                  "name": "upgradeVersionable",
         
     | 
| 
      
 1432 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1433 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1434 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1435 
     | 
    
         
            +
                },
         
     | 
| 
      
 1436 
     | 
    
         
            +
                {
         
     | 
| 
      
 1437 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1438 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1439 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1440 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1441 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1442 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1443 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1444 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1445 
     | 
    
         
            +
                      "name": "dipAmount",
         
     | 
| 
      
 1446 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1447 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1448 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1449 
     | 
    
         
            +
                  "name": "withdrawRewardReserves",
         
     | 
| 
      
 1450 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1451 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1452 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1453 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1454 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1455 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1456 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1457 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1458 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1459 
     | 
    
         
            +
                }
         
     | 
| 
      
 1460 
     | 
    
         
            +
              ],
         
     | 
| 
      
 1461 
     | 
    
         
            +
              "bytecode": "0x",
         
     | 
| 
      
 1462 
     | 
    
         
            +
              "deployedBytecode": "0x",
         
     | 
| 
      
 1463 
     | 
    
         
            +
              "linkReferences": {},
         
     | 
| 
      
 1464 
     | 
    
         
            +
              "deployedLinkReferences": {}
         
     | 
| 
      
 1465 
     | 
    
         
            +
            }
         
     |