@etherisc/gif-next 0.0.2-f1b01e0-214 → 0.0.2-f1e6957-384
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 +76 -341
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +100 -32
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +111 -45
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +52 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +367 -126
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1546 -211
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +261 -59
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +258 -82
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +97 -14
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +256 -16
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +426 -27
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +52 -27
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +264 -64
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +20 -11
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +368 -139
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +160 -78
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +19 -10
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +228 -15
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +81 -52
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +263 -63
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +109 -68
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +263 -63
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +74 -33
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +263 -63
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +35 -26
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +85 -60
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +263 -63
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +264 -78
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +263 -63
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/IKeyValueStore.sol/IKeyValueStore.json → instance/BaseStore.sol/BaseStore.json} +51 -229
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +359 -33
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +297 -3
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +407 -97
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +756 -392
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +231 -75
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +492 -424
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +323 -29
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +100 -42
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1444 -2133
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +101 -88
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- 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 +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +25 -16
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +277 -60
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +19 -10
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +29 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +19 -10
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +83 -38
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +116 -50
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +37 -36
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +263 -63
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +294 -117
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +144 -58
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +180 -27
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +19 -10
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +220 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +19 -10
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +88 -22
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +324 -65
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +141 -63
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +216 -59
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +113 -43
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +19 -10
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +263 -63
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +142 -102
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +128 -70
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +166 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +50 -10
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +55 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +29 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +19 -10
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +203 -18
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +157 -86
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +508 -18
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +138 -72
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +93 -72
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +120 -50
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +19 -10
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +231 -46
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +101 -43
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +33 -22
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +29 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +71 -60
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +537 -300
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +330 -71
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +41 -12
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +96 -38
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +543 -226
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +167 -103
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +459 -26
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +119 -59
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +19 -10
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +169 -174
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +130 -64
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +76 -41
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +2 -2
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +19 -10
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +84 -105
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +19 -10
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +19 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +19 -10
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +21 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +19 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +29 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1384 -128
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +94 -114
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1472 -185
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +73 -72
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +139 -64
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +293 -149
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +128 -164
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +96 -46
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1617 -817
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +140 -78
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +2 -2
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +64 -19
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -2
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +6 -6
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +39 -218
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +45 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +50 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +10 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +81 -27
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +15 -2
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +10 -0
- package/contracts/accounting/AccountingService.sol +15 -3
- package/contracts/accounting/IAccountingService.sol +2 -0
- package/contracts/authorization/AccessAdmin.sol +292 -317
- package/contracts/authorization/AccessAdminLib.sol +517 -22
- package/contracts/authorization/AccessManagerCloneable.sol +0 -18
- package/contracts/authorization/Authorization.sol +64 -239
- package/contracts/authorization/IAccess.sol +23 -14
- package/contracts/authorization/IAccessAdmin.sol +25 -53
- package/contracts/authorization/IAuthorization.sol +3 -57
- package/contracts/authorization/IServiceAuthorization.sol +55 -17
- package/contracts/authorization/ServiceAuthorization.sol +228 -34
- package/contracts/distribution/BasicDistribution.sol +3 -4
- package/contracts/distribution/BasicDistributionAuthorization.sol +11 -4
- package/contracts/distribution/Distribution.sol +9 -8
- package/contracts/distribution/DistributionService.sol +98 -35
- package/contracts/distribution/IDistributionComponent.sol +3 -1
- package/contracts/distribution/IDistributionService.sol +20 -8
- package/contracts/examples/fire/FireProduct.sol +6 -6
- package/contracts/examples/unpermissioned/SimpleProduct.sol +83 -19
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +55 -5
- package/contracts/instance/IInstanceService.sol +37 -6
- package/contracts/instance/Instance.sol +103 -56
- package/contracts/instance/InstanceAdmin.sol +151 -294
- package/contracts/instance/InstanceAuthorizationV3.sol +106 -66
- package/contracts/instance/InstanceReader.sol +350 -394
- package/contracts/instance/InstanceService.sol +180 -125
- package/contracts/instance/InstanceStore.sol +153 -128
- package/contracts/instance/ProductStore.sol +290 -0
- package/contracts/instance/RiskSet.sol +10 -2
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/base/BalanceStore.sol +4 -6
- package/contracts/instance/base/ObjectLifecycle.sol +2 -6
- package/contracts/instance/module/IComponents.sol +0 -2
- package/contracts/oracle/BasicOracle.sol +2 -3
- package/contracts/oracle/BasicOracleAuthorization.sol +18 -2
- package/contracts/oracle/Oracle.sol +4 -6
- package/contracts/oracle/OracleService.sol +8 -8
- package/contracts/pool/BasicPool.sol +4 -16
- package/contracts/pool/BasicPoolAuthorization.sol +10 -5
- package/contracts/pool/BundleService.sol +34 -43
- package/contracts/pool/IBundleService.sol +14 -13
- package/contracts/pool/IPoolService.sol +7 -2
- package/contracts/pool/Pool.sol +6 -18
- package/contracts/pool/PoolLib.sol +127 -2
- package/contracts/pool/PoolService.sol +40 -181
- package/contracts/product/ApplicationService.sol +64 -11
- package/contracts/product/BasicProduct.sol +2 -3
- package/contracts/product/BasicProductAuthorization.sol +11 -4
- package/contracts/product/ClaimService.sol +99 -105
- package/contracts/product/IApplicationService.sol +21 -2
- package/contracts/product/IClaimService.sol +5 -4
- package/contracts/product/IPolicyService.sol +9 -2
- package/contracts/product/IRiskService.sol +18 -3
- package/contracts/product/PolicyService.sol +40 -59
- package/contracts/product/PolicyServiceLib.sol +79 -5
- package/contracts/product/PricingService.sol +22 -25
- package/contracts/product/Product.sol +40 -16
- package/contracts/product/RiskService.sol +50 -15
- package/contracts/registry/IRegistry.sol +11 -9
- package/contracts/registry/IRelease.sol +6 -3
- package/contracts/registry/Registry.sol +15 -9
- package/contracts/registry/RegistryAdmin.sol +33 -118
- package/contracts/registry/RegistryAuthorization.sol +139 -69
- package/contracts/registry/RegistryService.sol +1 -1
- package/contracts/registry/ReleaseAdmin.sol +52 -106
- package/contracts/registry/ReleaseRegistry.sol +20 -12
- package/contracts/registry/ServiceAuthorizationV3.sol +43 -32
- package/contracts/registry/TokenRegistry.sol +56 -52
- package/contracts/shared/Component.sol +8 -8
- package/contracts/shared/ComponentService.sol +245 -262
- package/contracts/shared/ContractLib.sol +106 -75
- package/contracts/shared/IComponent.sol +1 -1
- package/contracts/shared/IComponentService.sol +12 -13
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/IRegisterable.sol +0 -1
- package/contracts/shared/InstanceLinkedComponent.sol +6 -9
- package/contracts/shared/NftOwnable.sol +3 -1
- package/contracts/shared/PolicyHolder.sol +3 -2
- package/contracts/shared/Service.sol +6 -4
- package/contracts/staking/IStaking.sol +261 -70
- package/contracts/staking/IStakingService.sol +39 -84
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +468 -217
- package/contracts/staking/StakingLib.sol +38 -124
- package/contracts/staking/StakingManager.sol +4 -3
- package/contracts/staking/StakingReader.sol +62 -71
- package/contracts/staking/StakingService.sol +42 -185
- package/contracts/staking/StakingServiceManager.sol +1 -0
- package/contracts/staking/StakingStore.sol +1093 -331
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +69 -46
- package/contracts/type/Amount.sol +4 -0
- package/contracts/type/Blocknumber.sol +17 -22
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/NftId.sol +3 -3
- package/contracts/type/ObjectType.sol +16 -3
- package/contracts/type/RoleId.sol +57 -59
- package/contracts/type/Seconds.sol +19 -0
- package/contracts/type/String.sol +12 -0
- package/contracts/type/Timestamp.sol +4 -2
- package/contracts/type/UFixed.sol +1 -0
- package/contracts/upgradeability/IVersionable.sol +3 -0
- package/contracts/upgradeability/ProxyManager.sol +26 -12
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +12 -2
- package/contracts/upgradeability/Versionable.sol +6 -3
- package/package.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +0 -4
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +0 -24
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -485
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +0 -538
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +0 -4
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +0 -205
- package/contracts/shared/ComponentVerifyingService.sol +0 -128
- package/contracts/shared/IKeyValueStore.sol +0 -54
- package/contracts/shared/KeyValueStore.sol +0 -131
- package/contracts/staking/StakingLifecycle.sol +0 -23
| @@ -163,6 +163,22 @@ | |
| 163 163 | 
             
                  "name": "ErrorRegisterableNotActive",
         | 
| 164 164 | 
             
                  "type": "error"
         | 
| 165 165 | 
             
                },
         | 
| 166 | 
            +
                {
         | 
| 167 | 
            +
                  "inputs": [
         | 
| 168 | 
            +
                    {
         | 
| 169 | 
            +
                      "internalType": "NftId",
         | 
| 170 | 
            +
                      "name": "targetNftId",
         | 
| 171 | 
            +
                      "type": "uint96"
         | 
| 172 | 
            +
                    },
         | 
| 173 | 
            +
                    {
         | 
| 174 | 
            +
                      "internalType": "ObjectType",
         | 
| 175 | 
            +
                      "name": "objectType",
         | 
| 176 | 
            +
                      "type": "uint8"
         | 
| 177 | 
            +
                    }
         | 
| 178 | 
            +
                  ],
         | 
| 179 | 
            +
                  "name": "ErrorStakingCrossChainTargetsNotSupported",
         | 
| 180 | 
            +
                  "type": "error"
         | 
| 181 | 
            +
                },
         | 
| 166 182 | 
             
                {
         | 
| 167 183 | 
             
                  "inputs": [
         | 
| 168 184 | 
             
                    {
         | 
| @@ -219,25 +235,25 @@ | |
| 219 235 | 
             
                    },
         | 
| 220 236 | 
             
                    {
         | 
| 221 237 | 
             
                      "internalType": "Seconds",
         | 
| 222 | 
            -
                      "name": " | 
| 238 | 
            +
                      "name": "lockingPeriod",
         | 
| 223 239 | 
             
                      "type": "uint40"
         | 
| 224 240 | 
             
                    },
         | 
| 225 241 | 
             
                    {
         | 
| 226 242 | 
             
                      "internalType": "Seconds",
         | 
| 227 | 
            -
                      "name": " | 
| 243 | 
            +
                      "name": "minLockingPeriod",
         | 
| 244 | 
            +
                      "type": "uint40"
         | 
| 245 | 
            +
                    },
         | 
| 246 | 
            +
                    {
         | 
| 247 | 
            +
                      "internalType": "Seconds",
         | 
| 248 | 
            +
                      "name": "maxLockingPeriod",
         | 
| 228 249 | 
             
                      "type": "uint40"
         | 
| 229 250 | 
             
                    }
         | 
| 230 251 | 
             
                  ],
         | 
| 231 | 
            -
                  "name": " | 
| 252 | 
            +
                  "name": "ErrorStakingLockingPeriodInvalid",
         | 
| 232 253 | 
             
                  "type": "error"
         | 
| 233 254 | 
             
                },
         | 
| 234 255 | 
             
                {
         | 
| 235 256 | 
             
                  "inputs": [
         | 
| 236 | 
            -
                    {
         | 
| 237 | 
            -
                      "internalType": "NftId",
         | 
| 238 | 
            -
                      "name": "targetNftId",
         | 
| 239 | 
            -
                      "type": "uint96"
         | 
| 240 | 
            -
                    },
         | 
| 241 257 | 
             
                    {
         | 
| 242 258 | 
             
                      "internalType": "Seconds",
         | 
| 243 259 | 
             
                      "name": "minLockingPeriod",
         | 
| @@ -245,11 +261,11 @@ | |
| 245 261 | 
             
                    },
         | 
| 246 262 | 
             
                    {
         | 
| 247 263 | 
             
                      "internalType": "Seconds",
         | 
| 248 | 
            -
                      "name": " | 
| 264 | 
            +
                      "name": "maxLockingPeriod",
         | 
| 249 265 | 
             
                      "type": "uint40"
         | 
| 250 266 | 
             
                    }
         | 
| 251 267 | 
             
                  ],
         | 
| 252 | 
            -
                  "name": " | 
| 268 | 
            +
                  "name": "ErrorStakingLockingPeriodsInvalid",
         | 
| 253 269 | 
             
                  "type": "error"
         | 
| 254 270 | 
             
                },
         | 
| 255 271 | 
             
                {
         | 
| @@ -263,6 +279,27 @@ | |
| 263 279 | 
             
                  "name": "ErrorStakingNotNftOwner",
         | 
| 264 280 | 
             
                  "type": "error"
         | 
| 265 281 | 
             
                },
         | 
| 282 | 
            +
                {
         | 
| 283 | 
            +
                  "inputs": [
         | 
| 284 | 
            +
                    {
         | 
| 285 | 
            +
                      "internalType": "NftId",
         | 
| 286 | 
            +
                      "name": "stakeNftId",
         | 
| 287 | 
            +
                      "type": "uint96"
         | 
| 288 | 
            +
                    },
         | 
| 289 | 
            +
                    {
         | 
| 290 | 
            +
                      "internalType": "address",
         | 
| 291 | 
            +
                      "name": "expectedOwner",
         | 
| 292 | 
            +
                      "type": "address"
         | 
| 293 | 
            +
                    },
         | 
| 294 | 
            +
                    {
         | 
| 295 | 
            +
                      "internalType": "address",
         | 
| 296 | 
            +
                      "name": "actualOwner",
         | 
| 297 | 
            +
                      "type": "address"
         | 
| 298 | 
            +
                    }
         | 
| 299 | 
            +
                  ],
         | 
| 300 | 
            +
                  "name": "ErrorStakingNotOwner",
         | 
| 301 | 
            +
                  "type": "error"
         | 
| 302 | 
            +
                },
         | 
| 266 303 | 
             
                {
         | 
| 267 304 | 
             
                  "inputs": [
         | 
| 268 305 | 
             
                    {
         | 
| @@ -301,6 +338,17 @@ | |
| 301 338 | 
             
                  "name": "ErrorStakingNotTarget",
         | 
| 302 339 | 
             
                  "type": "error"
         | 
| 303 340 | 
             
                },
         | 
| 341 | 
            +
                {
         | 
| 342 | 
            +
                  "inputs": [
         | 
| 343 | 
            +
                    {
         | 
| 344 | 
            +
                      "internalType": "VersionPart",
         | 
| 345 | 
            +
                      "name": "release",
         | 
| 346 | 
            +
                      "type": "uint8"
         | 
| 347 | 
            +
                    }
         | 
| 348 | 
            +
                  ],
         | 
| 349 | 
            +
                  "name": "ErrorStakingReleaseNotActive",
         | 
| 350 | 
            +
                  "type": "error"
         | 
| 351 | 
            +
                },
         | 
| 304 352 | 
             
                {
         | 
| 305 353 | 
             
                  "inputs": [
         | 
| 306 354 | 
             
                    {
         | 
| @@ -308,18 +356,50 @@ | |
| 308 356 | 
             
                      "name": "targetNftId",
         | 
| 309 357 | 
             
                      "type": "uint96"
         | 
| 310 358 | 
             
                    },
         | 
| 359 | 
            +
                    {
         | 
| 360 | 
            +
                      "internalType": "UFixed",
         | 
| 361 | 
            +
                      "name": "rewardRate",
         | 
| 362 | 
            +
                      "type": "uint160"
         | 
| 363 | 
            +
                    },
         | 
| 364 | 
            +
                    {
         | 
| 365 | 
            +
                      "internalType": "UFixed",
         | 
| 366 | 
            +
                      "name": "minRewardRate",
         | 
| 367 | 
            +
                      "type": "uint160"
         | 
| 368 | 
            +
                    },
         | 
| 311 369 | 
             
                    {
         | 
| 312 370 | 
             
                      "internalType": "UFixed",
         | 
| 313 371 | 
             
                      "name": "maxRewardRate",
         | 
| 314 372 | 
             
                      "type": "uint160"
         | 
| 373 | 
            +
                    }
         | 
| 374 | 
            +
                  ],
         | 
| 375 | 
            +
                  "name": "ErrorStakingRewardRateInvalid",
         | 
| 376 | 
            +
                  "type": "error"
         | 
| 377 | 
            +
                },
         | 
| 378 | 
            +
                {
         | 
| 379 | 
            +
                  "inputs": [
         | 
| 380 | 
            +
                    {
         | 
| 381 | 
            +
                      "internalType": "UFixed",
         | 
| 382 | 
            +
                      "name": "minRewardRate",
         | 
| 383 | 
            +
                      "type": "uint160"
         | 
| 315 384 | 
             
                    },
         | 
| 316 385 | 
             
                    {
         | 
| 317 386 | 
             
                      "internalType": "UFixed",
         | 
| 318 | 
            -
                      "name": " | 
| 387 | 
            +
                      "name": "maxRewardRate",
         | 
| 319 388 | 
             
                      "type": "uint160"
         | 
| 320 389 | 
             
                    }
         | 
| 321 390 | 
             
                  ],
         | 
| 322 | 
            -
                  "name": " | 
| 391 | 
            +
                  "name": "ErrorStakingRewardRatesInvalid",
         | 
| 392 | 
            +
                  "type": "error"
         | 
| 393 | 
            +
                },
         | 
| 394 | 
            +
                {
         | 
| 395 | 
            +
                  "inputs": [
         | 
| 396 | 
            +
                    {
         | 
| 397 | 
            +
                      "internalType": "VersionPart",
         | 
| 398 | 
            +
                      "name": "release",
         | 
| 399 | 
            +
                      "type": "uint8"
         | 
| 400 | 
            +
                    }
         | 
| 401 | 
            +
                  ],
         | 
| 402 | 
            +
                  "name": "ErrorStakingServiceNotFound",
         | 
| 323 403 | 
             
                  "type": "error"
         | 
| 324 404 | 
             
                },
         | 
| 325 405 | 
             
                {
         | 
| @@ -349,6 +429,22 @@ | |
| 349 429 | 
             
                  "name": "ErrorStakingStakeLocked",
         | 
| 350 430 | 
             
                  "type": "error"
         | 
| 351 431 | 
             
                },
         | 
| 432 | 
            +
                {
         | 
| 433 | 
            +
                  "inputs": [
         | 
| 434 | 
            +
                    {
         | 
| 435 | 
            +
                      "internalType": "Amount",
         | 
| 436 | 
            +
                      "name": "minStakingAmount",
         | 
| 437 | 
            +
                      "type": "uint96"
         | 
| 438 | 
            +
                    },
         | 
| 439 | 
            +
                    {
         | 
| 440 | 
            +
                      "internalType": "Amount",
         | 
| 441 | 
            +
                      "name": "maxStakingAmount",
         | 
| 442 | 
            +
                      "type": "uint96"
         | 
| 443 | 
            +
                    }
         | 
| 444 | 
            +
                  ],
         | 
| 445 | 
            +
                  "name": "ErrorStakingStakingAmountsInvalid",
         | 
| 446 | 
            +
                  "type": "error"
         | 
| 447 | 
            +
                },
         | 
| 352 448 | 
             
                {
         | 
| 353 449 | 
             
                  "inputs": [
         | 
| 354 450 | 
             
                    {
         | 
| @@ -360,6 +456,17 @@ | |
| 360 456 | 
             
                  "name": "ErrorStakingStakingReaderStakingMismatch",
         | 
| 361 457 | 
             
                  "type": "error"
         | 
| 362 458 | 
             
                },
         | 
| 459 | 
            +
                {
         | 
| 460 | 
            +
                  "inputs": [
         | 
| 461 | 
            +
                    {
         | 
| 462 | 
            +
                      "internalType": "ObjectType",
         | 
| 463 | 
            +
                      "name": "targetType",
         | 
| 464 | 
            +
                      "type": "uint8"
         | 
| 465 | 
            +
                    }
         | 
| 466 | 
            +
                  ],
         | 
| 467 | 
            +
                  "name": "ErrorStakingSupportTypeInvalid",
         | 
| 468 | 
            +
                  "type": "error"
         | 
| 469 | 
            +
                },
         | 
| 363 470 | 
             
                {
         | 
| 364 471 | 
             
                  "inputs": [
         | 
| 365 472 | 
             
                    {
         | 
| @@ -380,7 +487,7 @@ | |
| 380 487 | 
             
                    },
         | 
| 381 488 | 
             
                    {
         | 
| 382 489 | 
             
                      "internalType": "Amount",
         | 
| 383 | 
            -
                      "name": " | 
| 490 | 
            +
                      "name": "stakeLimitAmount",
         | 
| 384 491 | 
             
                      "type": "uint96"
         | 
| 385 492 | 
             
                    },
         | 
| 386 493 | 
             
                    {
         | 
| @@ -416,9 +523,9 @@ | |
| 416 523 | 
             
                      "type": "uint96"
         | 
| 417 524 | 
             
                    },
         | 
| 418 525 | 
             
                    {
         | 
| 419 | 
            -
                      "internalType": " | 
| 526 | 
            +
                      "internalType": "ChainId",
         | 
| 420 527 | 
             
                      "name": "chainId",
         | 
| 421 | 
            -
                      "type": " | 
| 528 | 
            +
                      "type": "uint96"
         | 
| 422 529 | 
             
                    },
         | 
| 423 530 | 
             
                    {
         | 
| 424 531 | 
             
                      "internalType": "address",
         | 
| @@ -469,9 +576,9 @@ | |
| 469 576 | 
             
                {
         | 
| 470 577 | 
             
                  "inputs": [
         | 
| 471 578 | 
             
                    {
         | 
| 472 | 
            -
                      "internalType": " | 
| 579 | 
            +
                      "internalType": "ChainId",
         | 
| 473 580 | 
             
                      "name": "chainId",
         | 
| 474 | 
            -
                      "type": " | 
| 581 | 
            +
                      "type": "uint96"
         | 
| 475 582 | 
             
                    },
         | 
| 476 583 | 
             
                    {
         | 
| 477 584 | 
             
                      "internalType": "address",
         | 
| @@ -482,6 +589,16 @@ | |
| 482 589 | 
             
                  "name": "ErrorStakingTokenNotRegistered",
         | 
| 483 590 | 
             
                  "type": "error"
         | 
| 484 591 | 
             
                },
         | 
| 592 | 
            +
                {
         | 
| 593 | 
            +
                  "inputs": [],
         | 
| 594 | 
            +
                  "name": "ErrorVersionableInitializeNotImplemented",
         | 
| 595 | 
            +
                  "type": "error"
         | 
| 596 | 
            +
                },
         | 
| 597 | 
            +
                {
         | 
| 598 | 
            +
                  "inputs": [],
         | 
| 599 | 
            +
                  "name": "ErrorVersionableUpgradeNotImplemented",
         | 
| 600 | 
            +
                  "type": "error"
         | 
| 601 | 
            +
                },
         | 
| 485 602 | 
             
                {
         | 
| 486 603 | 
             
                  "anonymous": false,
         | 
| 487 604 | 
             
                  "inputs": [
         | 
| @@ -576,23 +693,17 @@ | |
| 576 693 | 
             
                    {
         | 
| 577 694 | 
             
                      "indexed": false,
         | 
| 578 695 | 
             
                      "internalType": "NftId",
         | 
| 579 | 
            -
                      "name": " | 
| 696 | 
            +
                      "name": "nftId",
         | 
| 580 697 | 
             
                      "type": "uint96"
         | 
| 581 698 | 
             
                    },
         | 
| 582 699 | 
             
                    {
         | 
| 583 700 | 
             
                      "indexed": false,
         | 
| 584 | 
            -
                      "internalType": " | 
| 585 | 
            -
                      "name": " | 
| 586 | 
            -
                      "type": " | 
| 587 | 
            -
                    },
         | 
| 588 | 
            -
                    {
         | 
| 589 | 
            -
                      "indexed": false,
         | 
| 590 | 
            -
                      "internalType": "Seconds",
         | 
| 591 | 
            -
                      "name": "lockingPeriod",
         | 
| 592 | 
            -
                      "type": "uint40"
         | 
| 701 | 
            +
                      "internalType": "address",
         | 
| 702 | 
            +
                      "name": "owner",
         | 
| 703 | 
            +
                      "type": "address"
         | 
| 593 704 | 
             
                    }
         | 
| 594 705 | 
             
                  ],
         | 
| 595 | 
            -
                  "name": " | 
| 706 | 
            +
                  "name": "LogNftOwnableNftLinkedToAddress",
         | 
| 596 707 | 
             
                  "type": "event"
         | 
| 597 708 | 
             
                },
         | 
| 598 709 | 
             
                {
         | 
| @@ -607,11 +718,23 @@ | |
| 607 718 | 
             
                    {
         | 
| 608 719 | 
             
                      "indexed": false,
         | 
| 609 720 | 
             
                      "internalType": "Amount",
         | 
| 610 | 
            -
                      "name": " | 
| 721 | 
            +
                      "name": "marginAmount",
         | 
| 722 | 
            +
                      "type": "uint96"
         | 
| 723 | 
            +
                    },
         | 
| 724 | 
            +
                    {
         | 
| 725 | 
            +
                      "indexed": false,
         | 
| 726 | 
            +
                      "internalType": "Amount",
         | 
| 727 | 
            +
                      "name": "hardLimitAmount",
         | 
| 611 728 | 
             
                      "type": "uint96"
         | 
| 729 | 
            +
                    },
         | 
| 730 | 
            +
                    {
         | 
| 731 | 
            +
                      "indexed": false,
         | 
| 732 | 
            +
                      "internalType": "Blocknumber",
         | 
| 733 | 
            +
                      "name": "lastUpdateIn",
         | 
| 734 | 
            +
                      "type": "uint40"
         | 
| 612 735 | 
             
                    }
         | 
| 613 736 | 
             
                  ],
         | 
| 614 | 
            -
                  "name": " | 
| 737 | 
            +
                  "name": "LogStakingLimitsSet",
         | 
| 615 738 | 
             
                  "type": "event"
         | 
| 616 739 | 
             
                },
         | 
| 617 740 | 
             
                {
         | 
| @@ -625,18 +748,30 @@ | |
| 625 748 | 
             
                    },
         | 
| 626 749 | 
             
                    {
         | 
| 627 750 | 
             
                      "indexed": false,
         | 
| 628 | 
            -
                      "internalType": " | 
| 629 | 
            -
                      "name": " | 
| 630 | 
            -
                      "type": " | 
| 751 | 
            +
                      "internalType": "Amount",
         | 
| 752 | 
            +
                      "name": "dipAmount",
         | 
| 753 | 
            +
                      "type": "uint96"
         | 
| 631 754 | 
             
                    },
         | 
| 632 755 | 
             
                    {
         | 
| 633 756 | 
             
                      "indexed": false,
         | 
| 634 | 
            -
                      "internalType": " | 
| 635 | 
            -
                      "name": " | 
| 636 | 
            -
                      "type": " | 
| 757 | 
            +
                      "internalType": "address",
         | 
| 758 | 
            +
                      "name": "targetOwner",
         | 
| 759 | 
            +
                      "type": "address"
         | 
| 760 | 
            +
                    },
         | 
| 761 | 
            +
                    {
         | 
| 762 | 
            +
                      "indexed": false,
         | 
| 763 | 
            +
                      "internalType": "Amount",
         | 
| 764 | 
            +
                      "name": "reserveBalance",
         | 
| 765 | 
            +
                      "type": "uint96"
         | 
| 766 | 
            +
                    },
         | 
| 767 | 
            +
                    {
         | 
| 768 | 
            +
                      "indexed": false,
         | 
| 769 | 
            +
                      "internalType": "Blocknumber",
         | 
| 770 | 
            +
                      "name": "lastUpdateIn",
         | 
| 771 | 
            +
                      "type": "uint40"
         | 
| 637 772 | 
             
                    }
         | 
| 638 773 | 
             
                  ],
         | 
| 639 | 
            -
                  "name": " | 
| 774 | 
            +
                  "name": "LogStakingRewardReservesRefilled",
         | 
| 640 775 | 
             
                  "type": "event"
         | 
| 641 776 | 
             
                },
         | 
| 642 777 | 
             
                {
         | 
| @@ -644,131 +779,1032 @@ | |
| 644 779 | 
             
                  "inputs": [
         | 
| 645 780 | 
             
                    {
         | 
| 646 781 | 
             
                      "indexed": false,
         | 
| 647 | 
            -
                      "internalType": " | 
| 648 | 
            -
                      "name": " | 
| 649 | 
            -
                      "type": " | 
| 782 | 
            +
                      "internalType": "NftId",
         | 
| 783 | 
            +
                      "name": "targetNftId",
         | 
| 784 | 
            +
                      "type": "uint96"
         | 
| 650 785 | 
             
                    },
         | 
| 651 786 | 
             
                    {
         | 
| 652 787 | 
             
                      "indexed": false,
         | 
| 653 | 
            -
                      "internalType": " | 
| 654 | 
            -
                      "name": " | 
| 655 | 
            -
                      "type": " | 
| 788 | 
            +
                      "internalType": "Amount",
         | 
| 789 | 
            +
                      "name": "dipAmount",
         | 
| 790 | 
            +
                      "type": "uint96"
         | 
| 656 791 | 
             
                    },
         | 
| 657 792 | 
             
                    {
         | 
| 658 793 | 
             
                      "indexed": false,
         | 
| 659 | 
            -
                      "internalType": " | 
| 660 | 
            -
                      "name": " | 
| 661 | 
            -
                      "type": " | 
| 794 | 
            +
                      "internalType": "Amount",
         | 
| 795 | 
            +
                      "name": "reserveBalance",
         | 
| 796 | 
            +
                      "type": "uint96"
         | 
| 662 797 | 
             
                    },
         | 
| 663 798 | 
             
                    {
         | 
| 664 799 | 
             
                      "indexed": false,
         | 
| 665 | 
            -
                      "internalType": " | 
| 666 | 
            -
                      "name": " | 
| 667 | 
            -
                      "type": " | 
| 800 | 
            +
                      "internalType": "Blocknumber",
         | 
| 801 | 
            +
                      "name": "lastUpdateIn",
         | 
| 802 | 
            +
                      "type": "uint40"
         | 
| 668 803 | 
             
                    }
         | 
| 669 804 | 
             
                  ],
         | 
| 670 | 
            -
                  "name": " | 
| 805 | 
            +
                  "name": "LogStakingRewardReservesSpent",
         | 
| 671 806 | 
             
                  "type": "event"
         | 
| 672 807 | 
             
                },
         | 
| 673 808 | 
             
                {
         | 
| 809 | 
            +
                  "anonymous": false,
         | 
| 674 810 | 
             
                  "inputs": [
         | 
| 675 811 | 
             
                    {
         | 
| 676 | 
            -
                      " | 
| 677 | 
            -
                      " | 
| 678 | 
            -
                      " | 
| 812 | 
            +
                      "indexed": false,
         | 
| 813 | 
            +
                      "internalType": "NftId",
         | 
| 814 | 
            +
                      "name": "targetNftId",
         | 
| 815 | 
            +
                      "type": "uint96"
         | 
| 679 816 | 
             
                    },
         | 
| 680 817 | 
             
                    {
         | 
| 818 | 
            +
                      "indexed": false,
         | 
| 681 819 | 
             
                      "internalType": "Amount",
         | 
| 682 | 
            -
                      "name": " | 
| 820 | 
            +
                      "name": "dipAmount",
         | 
| 683 821 | 
             
                      "type": "uint96"
         | 
| 684 | 
            -
                    }
         | 
| 685 | 
            -
                  ],
         | 
| 686 | 
            -
                  "name": "approveTokenHandler",
         | 
| 687 | 
            -
                  "outputs": [],
         | 
| 688 | 
            -
                  "stateMutability": "nonpayable",
         | 
| 689 | 
            -
                  "type": "function"
         | 
| 690 | 
            -
                },
         | 
| 691 | 
            -
                {
         | 
| 692 | 
            -
                  "inputs": [],
         | 
| 693 | 
            -
                  "name": "authority",
         | 
| 694 | 
            -
                  "outputs": [
         | 
| 822 | 
            +
                    },
         | 
| 695 823 | 
             
                    {
         | 
| 824 | 
            +
                      "indexed": false,
         | 
| 696 825 | 
             
                      "internalType": "address",
         | 
| 697 | 
            -
                      "name": "",
         | 
| 826 | 
            +
                      "name": "targetOwner",
         | 
| 698 827 | 
             
                      "type": "address"
         | 
| 699 | 
            -
                    }
         | 
| 700 | 
            -
                  ],
         | 
| 701 | 
            -
                  "stateMutability": "view",
         | 
| 702 | 
            -
                  "type": "function"
         | 
| 703 | 
            -
                },
         | 
| 704 | 
            -
                {
         | 
| 705 | 
            -
                  "inputs": [
         | 
| 706 | 
            -
                    {
         | 
| 707 | 
            -
                      "internalType": "NftId",
         | 
| 708 | 
            -
                      "name": "stakeNftId",
         | 
| 709 | 
            -
                      "type": "uint96"
         | 
| 710 | 
            -
                    }
         | 
| 711 | 
            -
                  ],
         | 
| 712 | 
            -
                  "name": "claimRewards",
         | 
| 713 | 
            -
                  "outputs": [
         | 
| 828 | 
            +
                    },
         | 
| 714 829 | 
             
                    {
         | 
| 830 | 
            +
                      "indexed": false,
         | 
| 715 831 | 
             
                      "internalType": "Amount",
         | 
| 716 | 
            -
                      "name": " | 
| 832 | 
            +
                      "name": "reserveBalance",
         | 
| 717 833 | 
             
                      "type": "uint96"
         | 
| 834 | 
            +
                    },
         | 
| 835 | 
            +
                    {
         | 
| 836 | 
            +
                      "indexed": false,
         | 
| 837 | 
            +
                      "internalType": "Blocknumber",
         | 
| 838 | 
            +
                      "name": "lastUpdateIn",
         | 
| 839 | 
            +
                      "type": "uint40"
         | 
| 718 840 | 
             
                    }
         | 
| 719 841 | 
             
                  ],
         | 
| 720 | 
            -
                  " | 
| 721 | 
            -
                  "type": " | 
| 842 | 
            +
                  "name": "LogStakingRewardReservesWithdrawn",
         | 
| 843 | 
            +
                  "type": "event"
         | 
| 722 844 | 
             
                },
         | 
| 723 845 | 
             
                {
         | 
| 846 | 
            +
                  "anonymous": false,
         | 
| 724 847 | 
             
                  "inputs": [
         | 
| 725 848 | 
             
                    {
         | 
| 849 | 
            +
                      "indexed": false,
         | 
| 726 850 | 
             
                      "internalType": "NftId",
         | 
| 727 851 | 
             
                      "name": "stakeNftId",
         | 
| 728 852 | 
             
                      "type": "uint96"
         | 
| 729 853 | 
             
                    },
         | 
| 730 854 | 
             
                    {
         | 
| 731 | 
            -
                      " | 
| 732 | 
            -
                      " | 
| 855 | 
            +
                      "indexed": false,
         | 
| 856 | 
            +
                      "internalType": "Amount",
         | 
| 857 | 
            +
                      "name": "claimedAmount",
         | 
| 733 858 | 
             
                      "type": "uint96"
         | 
| 734 859 | 
             
                    },
         | 
| 735 860 | 
             
                    {
         | 
| 861 | 
            +
                      "indexed": false,
         | 
| 736 862 | 
             
                      "internalType": "Amount",
         | 
| 737 | 
            -
                      "name": " | 
| 863 | 
            +
                      "name": "stakeBalance",
         | 
| 738 864 | 
             
                      "type": "uint96"
         | 
| 739 | 
            -
                    }
         | 
| 740 | 
            -
             | 
| 741 | 
            -
             | 
| 742 | 
            -
             | 
| 743 | 
            -
             | 
| 744 | 
            -
             | 
| 745 | 
            -
             | 
| 865 | 
            +
                    },
         | 
| 866 | 
            +
                    {
         | 
| 867 | 
            +
                      "indexed": false,
         | 
| 868 | 
            +
                      "internalType": "Amount",
         | 
| 869 | 
            +
                      "name": "rewardBalance",
         | 
| 870 | 
            +
                      "type": "uint96"
         | 
| 871 | 
            +
                    },
         | 
| 872 | 
            +
                    {
         | 
| 873 | 
            +
                      "indexed": false,
         | 
| 874 | 
            +
                      "internalType": "Timestamp",
         | 
| 875 | 
            +
                      "name": "lockedUntil",
         | 
| 876 | 
            +
                      "type": "uint40"
         | 
| 877 | 
            +
                    },
         | 
| 878 | 
            +
                    {
         | 
| 879 | 
            +
                      "indexed": false,
         | 
| 880 | 
            +
                      "internalType": "Blocknumber",
         | 
| 881 | 
            +
                      "name": "lastUpdateIn",
         | 
| 882 | 
            +
                      "type": "uint40"
         | 
| 883 | 
            +
                    }
         | 
| 884 | 
            +
                  ],
         | 
| 885 | 
            +
                  "name": "LogStakingRewardsClaimed",
         | 
| 886 | 
            +
                  "type": "event"
         | 
| 887 | 
            +
                },
         | 
| 888 | 
            +
                {
         | 
| 889 | 
            +
                  "anonymous": false,
         | 
| 890 | 
            +
                  "inputs": [
         | 
| 891 | 
            +
                    {
         | 
| 892 | 
            +
                      "indexed": false,
         | 
| 893 | 
            +
                      "internalType": "NftId",
         | 
| 894 | 
            +
                      "name": "stakeNftId",
         | 
| 895 | 
            +
                      "type": "uint96"
         | 
| 896 | 
            +
                    },
         | 
| 897 | 
            +
                    {
         | 
| 898 | 
            +
                      "indexed": false,
         | 
| 899 | 
            +
                      "internalType": "Amount",
         | 
| 900 | 
            +
                      "name": "restakedAmount",
         | 
| 901 | 
            +
                      "type": "uint96"
         | 
| 902 | 
            +
                    },
         | 
| 903 | 
            +
                    {
         | 
| 904 | 
            +
                      "indexed": false,
         | 
| 905 | 
            +
                      "internalType": "Amount",
         | 
| 906 | 
            +
                      "name": "stakeBalance",
         | 
| 907 | 
            +
                      "type": "uint96"
         | 
| 908 | 
            +
                    },
         | 
| 909 | 
            +
                    {
         | 
| 910 | 
            +
                      "indexed": false,
         | 
| 911 | 
            +
                      "internalType": "Amount",
         | 
| 912 | 
            +
                      "name": "rewardBalance",
         | 
| 913 | 
            +
                      "type": "uint96"
         | 
| 914 | 
            +
                    },
         | 
| 915 | 
            +
                    {
         | 
| 916 | 
            +
                      "indexed": false,
         | 
| 917 | 
            +
                      "internalType": "Timestamp",
         | 
| 918 | 
            +
                      "name": "lockedUntil",
         | 
| 919 | 
            +
                      "type": "uint40"
         | 
| 920 | 
            +
                    },
         | 
| 921 | 
            +
                    {
         | 
| 922 | 
            +
                      "indexed": false,
         | 
| 923 | 
            +
                      "internalType": "Blocknumber",
         | 
| 924 | 
            +
                      "name": "lastUpdateIn",
         | 
| 925 | 
            +
                      "type": "uint40"
         | 
| 926 | 
            +
                    }
         | 
| 927 | 
            +
                  ],
         | 
| 928 | 
            +
                  "name": "LogStakingRewardsRestaked",
         | 
| 929 | 
            +
                  "type": "event"
         | 
| 930 | 
            +
                },
         | 
| 931 | 
            +
                {
         | 
| 932 | 
            +
                  "anonymous": false,
         | 
| 933 | 
            +
                  "inputs": [
         | 
| 934 | 
            +
                    {
         | 
| 935 | 
            +
                      "indexed": false,
         | 
| 936 | 
            +
                      "internalType": "NftId",
         | 
| 937 | 
            +
                      "name": "stakeNftId",
         | 
| 938 | 
            +
                      "type": "uint96"
         | 
| 939 | 
            +
                    },
         | 
| 940 | 
            +
                    {
         | 
| 941 | 
            +
                      "indexed": false,
         | 
| 942 | 
            +
                      "internalType": "NftId",
         | 
| 943 | 
            +
                      "name": "targetNftId",
         | 
| 944 | 
            +
                      "type": "uint96"
         | 
| 945 | 
            +
                    },
         | 
| 946 | 
            +
                    {
         | 
| 947 | 
            +
                      "indexed": false,
         | 
| 948 | 
            +
                      "internalType": "Amount",
         | 
| 949 | 
            +
                      "name": "stakeAmount",
         | 
| 950 | 
            +
                      "type": "uint96"
         | 
| 951 | 
            +
                    },
         | 
| 952 | 
            +
                    {
         | 
| 953 | 
            +
                      "indexed": false,
         | 
| 954 | 
            +
                      "internalType": "Timestamp",
         | 
| 955 | 
            +
                      "name": "lockedUntil",
         | 
| 956 | 
            +
                      "type": "uint40"
         | 
| 957 | 
            +
                    },
         | 
| 958 | 
            +
                    {
         | 
| 959 | 
            +
                      "indexed": false,
         | 
| 960 | 
            +
                      "internalType": "address",
         | 
| 961 | 
            +
                      "name": "stakeOwner",
         | 
| 962 | 
            +
                      "type": "address"
         | 
| 963 | 
            +
                    }
         | 
| 964 | 
            +
                  ],
         | 
| 965 | 
            +
                  "name": "LogStakingStakeCreated",
         | 
| 966 | 
            +
                  "type": "event"
         | 
| 967 | 
            +
                },
         | 
| 968 | 
            +
                {
         | 
| 969 | 
            +
                  "anonymous": false,
         | 
| 970 | 
            +
                  "inputs": [
         | 
| 971 | 
            +
                    {
         | 
| 972 | 
            +
                      "indexed": false,
         | 
| 973 | 
            +
                      "internalType": "NftId",
         | 
| 974 | 
            +
                      "name": "stakeNftId",
         | 
| 975 | 
            +
                      "type": "uint96"
         | 
| 976 | 
            +
                    },
         | 
| 977 | 
            +
                    {
         | 
| 978 | 
            +
                      "indexed": false,
         | 
| 979 | 
            +
                      "internalType": "NftId",
         | 
| 980 | 
            +
                      "name": "targetNftId",
         | 
| 981 | 
            +
                      "type": "uint96"
         | 
| 982 | 
            +
                    },
         | 
| 983 | 
            +
                    {
         | 
| 984 | 
            +
                      "indexed": false,
         | 
| 985 | 
            +
                      "internalType": "Amount",
         | 
| 986 | 
            +
                      "name": "stakeAmount",
         | 
| 987 | 
            +
                      "type": "uint96"
         | 
| 988 | 
            +
                    },
         | 
| 989 | 
            +
                    {
         | 
| 990 | 
            +
                      "indexed": false,
         | 
| 991 | 
            +
                      "internalType": "address",
         | 
| 992 | 
            +
                      "name": "owner",
         | 
| 993 | 
            +
                      "type": "address"
         | 
| 994 | 
            +
                    },
         | 
| 995 | 
            +
                    {
         | 
| 996 | 
            +
                      "indexed": false,
         | 
| 997 | 
            +
                      "internalType": "NftId",
         | 
| 998 | 
            +
                      "name": "oldStakeNftId",
         | 
| 999 | 
            +
                      "type": "uint96"
         | 
| 1000 | 
            +
                    }
         | 
| 1001 | 
            +
                  ],
         | 
| 1002 | 
            +
                  "name": "LogStakingStakeRestaked",
         | 
| 1003 | 
            +
                  "type": "event"
         | 
| 1004 | 
            +
                },
         | 
| 1005 | 
            +
                {
         | 
| 1006 | 
            +
                  "anonymous": false,
         | 
| 1007 | 
            +
                  "inputs": [
         | 
| 1008 | 
            +
                    {
         | 
| 1009 | 
            +
                      "indexed": false,
         | 
| 1010 | 
            +
                      "internalType": "NftId",
         | 
| 1011 | 
            +
                      "name": "stakeNftId",
         | 
| 1012 | 
            +
                      "type": "uint96"
         | 
| 1013 | 
            +
                    },
         | 
| 1014 | 
            +
                    {
         | 
| 1015 | 
            +
                      "indexed": false,
         | 
| 1016 | 
            +
                      "internalType": "Amount",
         | 
| 1017 | 
            +
                      "name": "rewardIncrementAmount",
         | 
| 1018 | 
            +
                      "type": "uint96"
         | 
| 1019 | 
            +
                    },
         | 
| 1020 | 
            +
                    {
         | 
| 1021 | 
            +
                      "indexed": false,
         | 
| 1022 | 
            +
                      "internalType": "Amount",
         | 
| 1023 | 
            +
                      "name": "stakeBalance",
         | 
| 1024 | 
            +
                      "type": "uint96"
         | 
| 1025 | 
            +
                    },
         | 
| 1026 | 
            +
                    {
         | 
| 1027 | 
            +
                      "indexed": false,
         | 
| 1028 | 
            +
                      "internalType": "Amount",
         | 
| 1029 | 
            +
                      "name": "rewardBalance",
         | 
| 1030 | 
            +
                      "type": "uint96"
         | 
| 1031 | 
            +
                    },
         | 
| 1032 | 
            +
                    {
         | 
| 1033 | 
            +
                      "indexed": false,
         | 
| 1034 | 
            +
                      "internalType": "Timestamp",
         | 
| 1035 | 
            +
                      "name": "lockedUntil",
         | 
| 1036 | 
            +
                      "type": "uint40"
         | 
| 1037 | 
            +
                    },
         | 
| 1038 | 
            +
                    {
         | 
| 1039 | 
            +
                      "indexed": false,
         | 
| 1040 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1041 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1042 | 
            +
                      "type": "uint40"
         | 
| 1043 | 
            +
                    }
         | 
| 1044 | 
            +
                  ],
         | 
| 1045 | 
            +
                  "name": "LogStakingStakeRewardsUpdated",
         | 
| 1046 | 
            +
                  "type": "event"
         | 
| 1047 | 
            +
                },
         | 
| 1048 | 
            +
                {
         | 
| 1049 | 
            +
                  "anonymous": false,
         | 
| 1050 | 
            +
                  "inputs": [
         | 
| 1051 | 
            +
                    {
         | 
| 1052 | 
            +
                      "indexed": false,
         | 
| 1053 | 
            +
                      "internalType": "NftId",
         | 
| 1054 | 
            +
                      "name": "stakeNftId",
         | 
| 1055 | 
            +
                      "type": "uint96"
         | 
| 1056 | 
            +
                    },
         | 
| 1057 | 
            +
                    {
         | 
| 1058 | 
            +
                      "indexed": false,
         | 
| 1059 | 
            +
                      "internalType": "Amount",
         | 
| 1060 | 
            +
                      "name": "stakedAmount",
         | 
| 1061 | 
            +
                      "type": "uint96"
         | 
| 1062 | 
            +
                    },
         | 
| 1063 | 
            +
                    {
         | 
| 1064 | 
            +
                      "indexed": false,
         | 
| 1065 | 
            +
                      "internalType": "Amount",
         | 
| 1066 | 
            +
                      "name": "stakeBalance",
         | 
| 1067 | 
            +
                      "type": "uint96"
         | 
| 1068 | 
            +
                    },
         | 
| 1069 | 
            +
                    {
         | 
| 1070 | 
            +
                      "indexed": false,
         | 
| 1071 | 
            +
                      "internalType": "Amount",
         | 
| 1072 | 
            +
                      "name": "rewardBalance",
         | 
| 1073 | 
            +
                      "type": "uint96"
         | 
| 1074 | 
            +
                    },
         | 
| 1075 | 
            +
                    {
         | 
| 1076 | 
            +
                      "indexed": false,
         | 
| 1077 | 
            +
                      "internalType": "Timestamp",
         | 
| 1078 | 
            +
                      "name": "lockedUntil",
         | 
| 1079 | 
            +
                      "type": "uint40"
         | 
| 1080 | 
            +
                    },
         | 
| 1081 | 
            +
                    {
         | 
| 1082 | 
            +
                      "indexed": false,
         | 
| 1083 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1084 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1085 | 
            +
                      "type": "uint40"
         | 
| 1086 | 
            +
                    }
         | 
| 1087 | 
            +
                  ],
         | 
| 1088 | 
            +
                  "name": "LogStakingStaked",
         | 
| 1089 | 
            +
                  "type": "event"
         | 
| 1090 | 
            +
                },
         | 
| 1091 | 
            +
                {
         | 
| 1092 | 
            +
                  "anonymous": false,
         | 
| 1093 | 
            +
                  "inputs": [
         | 
| 1094 | 
            +
                    {
         | 
| 1095 | 
            +
                      "indexed": false,
         | 
| 1096 | 
            +
                      "internalType": "ChainId",
         | 
| 1097 | 
            +
                      "name": "chainId",
         | 
| 1098 | 
            +
                      "type": "uint96"
         | 
| 1099 | 
            +
                    },
         | 
| 1100 | 
            +
                    {
         | 
| 1101 | 
            +
                      "indexed": false,
         | 
| 1102 | 
            +
                      "internalType": "address",
         | 
| 1103 | 
            +
                      "name": "token",
         | 
| 1104 | 
            +
                      "type": "address"
         | 
| 1105 | 
            +
                    },
         | 
| 1106 | 
            +
                    {
         | 
| 1107 | 
            +
                      "indexed": false,
         | 
| 1108 | 
            +
                      "internalType": "UFixed",
         | 
| 1109 | 
            +
                      "name": "newStakingRate",
         | 
| 1110 | 
            +
                      "type": "uint160"
         | 
| 1111 | 
            +
                    },
         | 
| 1112 | 
            +
                    {
         | 
| 1113 | 
            +
                      "indexed": false,
         | 
| 1114 | 
            +
                      "internalType": "UFixed",
         | 
| 1115 | 
            +
                      "name": "oldStakingRate",
         | 
| 1116 | 
            +
                      "type": "uint160"
         | 
| 1117 | 
            +
                    },
         | 
| 1118 | 
            +
                    {
         | 
| 1119 | 
            +
                      "indexed": false,
         | 
| 1120 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1121 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1122 | 
            +
                      "type": "uint40"
         | 
| 1123 | 
            +
                    }
         | 
| 1124 | 
            +
                  ],
         | 
| 1125 | 
            +
                  "name": "LogStakingStakingRateSet",
         | 
| 1126 | 
            +
                  "type": "event"
         | 
| 1127 | 
            +
                },
         | 
| 1128 | 
            +
                {
         | 
| 1129 | 
            +
                  "anonymous": false,
         | 
| 1130 | 
            +
                  "inputs": [
         | 
| 1131 | 
            +
                    {
         | 
| 1132 | 
            +
                      "indexed": false,
         | 
| 1133 | 
            +
                      "internalType": "address",
         | 
| 1134 | 
            +
                      "name": "stakingReader",
         | 
| 1135 | 
            +
                      "type": "address"
         | 
| 1136 | 
            +
                    },
         | 
| 1137 | 
            +
                    {
         | 
| 1138 | 
            +
                      "indexed": false,
         | 
| 1139 | 
            +
                      "internalType": "address",
         | 
| 1140 | 
            +
                      "name": "oldStakingReader",
         | 
| 1141 | 
            +
                      "type": "address"
         | 
| 1142 | 
            +
                    }
         | 
| 1143 | 
            +
                  ],
         | 
| 1144 | 
            +
                  "name": "LogStakingStakingReaderSet",
         | 
| 1145 | 
            +
                  "type": "event"
         | 
| 1146 | 
            +
                },
         | 
| 1147 | 
            +
                {
         | 
| 1148 | 
            +
                  "anonymous": false,
         | 
| 1149 | 
            +
                  "inputs": [
         | 
| 1150 | 
            +
                    {
         | 
| 1151 | 
            +
                      "indexed": false,
         | 
| 1152 | 
            +
                      "internalType": "address",
         | 
| 1153 | 
            +
                      "name": "stakingService",
         | 
| 1154 | 
            +
                      "type": "address"
         | 
| 1155 | 
            +
                    },
         | 
| 1156 | 
            +
                    {
         | 
| 1157 | 
            +
                      "indexed": false,
         | 
| 1158 | 
            +
                      "internalType": "VersionPart",
         | 
| 1159 | 
            +
                      "name": "release",
         | 
| 1160 | 
            +
                      "type": "uint8"
         | 
| 1161 | 
            +
                    },
         | 
| 1162 | 
            +
                    {
         | 
| 1163 | 
            +
                      "indexed": false,
         | 
| 1164 | 
            +
                      "internalType": "address",
         | 
| 1165 | 
            +
                      "name": "oldStakingService",
         | 
| 1166 | 
            +
                      "type": "address"
         | 
| 1167 | 
            +
                    }
         | 
| 1168 | 
            +
                  ],
         | 
| 1169 | 
            +
                  "name": "LogStakingStakingServiceSet",
         | 
| 1170 | 
            +
                  "type": "event"
         | 
| 1171 | 
            +
                },
         | 
| 1172 | 
            +
                {
         | 
| 1173 | 
            +
                  "anonymous": false,
         | 
| 1174 | 
            +
                  "inputs": [
         | 
| 1175 | 
            +
                    {
         | 
| 1176 | 
            +
                      "indexed": false,
         | 
| 1177 | 
            +
                      "internalType": "ObjectType",
         | 
| 1178 | 
            +
                      "name": "objectType",
         | 
| 1179 | 
            +
                      "type": "uint8"
         | 
| 1180 | 
            +
                    },
         | 
| 1181 | 
            +
                    {
         | 
| 1182 | 
            +
                      "indexed": false,
         | 
| 1183 | 
            +
                      "internalType": "bool",
         | 
| 1184 | 
            +
                      "name": "isSupported",
         | 
| 1185 | 
            +
                      "type": "bool"
         | 
| 1186 | 
            +
                    },
         | 
| 1187 | 
            +
                    {
         | 
| 1188 | 
            +
                      "indexed": false,
         | 
| 1189 | 
            +
                      "internalType": "bool",
         | 
| 1190 | 
            +
                      "name": "allowNewTargets",
         | 
| 1191 | 
            +
                      "type": "bool"
         | 
| 1192 | 
            +
                    },
         | 
| 1193 | 
            +
                    {
         | 
| 1194 | 
            +
                      "indexed": false,
         | 
| 1195 | 
            +
                      "internalType": "bool",
         | 
| 1196 | 
            +
                      "name": "allowCrossChain",
         | 
| 1197 | 
            +
                      "type": "bool"
         | 
| 1198 | 
            +
                    },
         | 
| 1199 | 
            +
                    {
         | 
| 1200 | 
            +
                      "indexed": false,
         | 
| 1201 | 
            +
                      "internalType": "Amount",
         | 
| 1202 | 
            +
                      "name": "minStakingAmount",
         | 
| 1203 | 
            +
                      "type": "uint96"
         | 
| 1204 | 
            +
                    },
         | 
| 1205 | 
            +
                    {
         | 
| 1206 | 
            +
                      "indexed": false,
         | 
| 1207 | 
            +
                      "internalType": "Amount",
         | 
| 1208 | 
            +
                      "name": "maxStakingAmount",
         | 
| 1209 | 
            +
                      "type": "uint96"
         | 
| 1210 | 
            +
                    },
         | 
| 1211 | 
            +
                    {
         | 
| 1212 | 
            +
                      "indexed": false,
         | 
| 1213 | 
            +
                      "internalType": "Seconds",
         | 
| 1214 | 
            +
                      "name": "minLockingPeriod",
         | 
| 1215 | 
            +
                      "type": "uint40"
         | 
| 1216 | 
            +
                    },
         | 
| 1217 | 
            +
                    {
         | 
| 1218 | 
            +
                      "indexed": false,
         | 
| 1219 | 
            +
                      "internalType": "Seconds",
         | 
| 1220 | 
            +
                      "name": "maxLockingPeriod",
         | 
| 1221 | 
            +
                      "type": "uint40"
         | 
| 1222 | 
            +
                    },
         | 
| 1223 | 
            +
                    {
         | 
| 1224 | 
            +
                      "indexed": false,
         | 
| 1225 | 
            +
                      "internalType": "UFixed",
         | 
| 1226 | 
            +
                      "name": "minRewardRate",
         | 
| 1227 | 
            +
                      "type": "uint160"
         | 
| 1228 | 
            +
                    },
         | 
| 1229 | 
            +
                    {
         | 
| 1230 | 
            +
                      "indexed": false,
         | 
| 1231 | 
            +
                      "internalType": "UFixed",
         | 
| 1232 | 
            +
                      "name": "maxRewardRate",
         | 
| 1233 | 
            +
                      "type": "uint160"
         | 
| 1234 | 
            +
                    },
         | 
| 1235 | 
            +
                    {
         | 
| 1236 | 
            +
                      "indexed": false,
         | 
| 1237 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1238 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1239 | 
            +
                      "type": "uint40"
         | 
| 1240 | 
            +
                    }
         | 
| 1241 | 
            +
                  ],
         | 
| 1242 | 
            +
                  "name": "LogStakingSupportInfoSet",
         | 
| 1243 | 
            +
                  "type": "event"
         | 
| 1244 | 
            +
                },
         | 
| 1245 | 
            +
                {
         | 
| 1246 | 
            +
                  "anonymous": false,
         | 
| 1247 | 
            +
                  "inputs": [
         | 
| 1248 | 
            +
                    {
         | 
| 1249 | 
            +
                      "indexed": false,
         | 
| 1250 | 
            +
                      "internalType": "NftId",
         | 
| 1251 | 
            +
                      "name": "targetNftId",
         | 
| 1252 | 
            +
                      "type": "uint96"
         | 
| 1253 | 
            +
                    },
         | 
| 1254 | 
            +
                    {
         | 
| 1255 | 
            +
                      "indexed": false,
         | 
| 1256 | 
            +
                      "internalType": "ObjectType",
         | 
| 1257 | 
            +
                      "name": "objectType",
         | 
| 1258 | 
            +
                      "type": "uint8"
         | 
| 1259 | 
            +
                    },
         | 
| 1260 | 
            +
                    {
         | 
| 1261 | 
            +
                      "indexed": false,
         | 
| 1262 | 
            +
                      "internalType": "Seconds",
         | 
| 1263 | 
            +
                      "name": "lockingPeriod",
         | 
| 1264 | 
            +
                      "type": "uint40"
         | 
| 1265 | 
            +
                    },
         | 
| 1266 | 
            +
                    {
         | 
| 1267 | 
            +
                      "indexed": false,
         | 
| 1268 | 
            +
                      "internalType": "UFixed",
         | 
| 1269 | 
            +
                      "name": "rewardRate",
         | 
| 1270 | 
            +
                      "type": "uint160"
         | 
| 1271 | 
            +
                    }
         | 
| 1272 | 
            +
                  ],
         | 
| 1273 | 
            +
                  "name": "LogStakingTargetCreated",
         | 
| 1274 | 
            +
                  "type": "event"
         | 
| 1275 | 
            +
                },
         | 
| 1276 | 
            +
                {
         | 
| 1277 | 
            +
                  "anonymous": false,
         | 
| 1278 | 
            +
                  "inputs": [
         | 
| 1279 | 
            +
                    {
         | 
| 1280 | 
            +
                      "indexed": false,
         | 
| 1281 | 
            +
                      "internalType": "address",
         | 
| 1282 | 
            +
                      "name": "targetManager",
         | 
| 1283 | 
            +
                      "type": "address"
         | 
| 1284 | 
            +
                    },
         | 
| 1285 | 
            +
                    {
         | 
| 1286 | 
            +
                      "indexed": false,
         | 
| 1287 | 
            +
                      "internalType": "address",
         | 
| 1288 | 
            +
                      "name": "oldTargetHandler",
         | 
| 1289 | 
            +
                      "type": "address"
         | 
| 1290 | 
            +
                    }
         | 
| 1291 | 
            +
                  ],
         | 
| 1292 | 
            +
                  "name": "LogStakingTargetHandlerSet",
         | 
| 1293 | 
            +
                  "type": "event"
         | 
| 1294 | 
            +
                },
         | 
| 1295 | 
            +
                {
         | 
| 1296 | 
            +
                  "anonymous": false,
         | 
| 1297 | 
            +
                  "inputs": [
         | 
| 1298 | 
            +
                    {
         | 
| 1299 | 
            +
                      "indexed": false,
         | 
| 1300 | 
            +
                      "internalType": "NftId",
         | 
| 1301 | 
            +
                      "name": "targetNftId",
         | 
| 1302 | 
            +
                      "type": "uint96"
         | 
| 1303 | 
            +
                    },
         | 
| 1304 | 
            +
                    {
         | 
| 1305 | 
            +
                      "indexed": false,
         | 
| 1306 | 
            +
                      "internalType": "Amount",
         | 
| 1307 | 
            +
                      "name": "limitAmount",
         | 
| 1308 | 
            +
                      "type": "uint96"
         | 
| 1309 | 
            +
                    },
         | 
| 1310 | 
            +
                    {
         | 
| 1311 | 
            +
                      "indexed": false,
         | 
| 1312 | 
            +
                      "internalType": "Amount",
         | 
| 1313 | 
            +
                      "name": "hardLimitAmount",
         | 
| 1314 | 
            +
                      "type": "uint96"
         | 
| 1315 | 
            +
                    },
         | 
| 1316 | 
            +
                    {
         | 
| 1317 | 
            +
                      "indexed": false,
         | 
| 1318 | 
            +
                      "internalType": "Amount",
         | 
| 1319 | 
            +
                      "name": "requiredStakeAmount",
         | 
| 1320 | 
            +
                      "type": "uint96"
         | 
| 1321 | 
            +
                    },
         | 
| 1322 | 
            +
                    {
         | 
| 1323 | 
            +
                      "indexed": false,
         | 
| 1324 | 
            +
                      "internalType": "Amount",
         | 
| 1325 | 
            +
                      "name": "actualStakeAmount",
         | 
| 1326 | 
            +
                      "type": "uint96"
         | 
| 1327 | 
            +
                    },
         | 
| 1328 | 
            +
                    {
         | 
| 1329 | 
            +
                      "indexed": false,
         | 
| 1330 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1331 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1332 | 
            +
                      "type": "uint40"
         | 
| 1333 | 
            +
                    }
         | 
| 1334 | 
            +
                  ],
         | 
| 1335 | 
            +
                  "name": "LogStakingTargetLimitUpdated",
         | 
| 1336 | 
            +
                  "type": "event"
         | 
| 1337 | 
            +
                },
         | 
| 1338 | 
            +
                {
         | 
| 1339 | 
            +
                  "anonymous": false,
         | 
| 1340 | 
            +
                  "inputs": [
         | 
| 1341 | 
            +
                    {
         | 
| 1342 | 
            +
                      "indexed": false,
         | 
| 1343 | 
            +
                      "internalType": "NftId",
         | 
| 1344 | 
            +
                      "name": "targetNftId",
         | 
| 1345 | 
            +
                      "type": "uint96"
         | 
| 1346 | 
            +
                    },
         | 
| 1347 | 
            +
                    {
         | 
| 1348 | 
            +
                      "indexed": false,
         | 
| 1349 | 
            +
                      "internalType": "Amount",
         | 
| 1350 | 
            +
                      "name": "stakeLimitAmount",
         | 
| 1351 | 
            +
                      "type": "uint96"
         | 
| 1352 | 
            +
                    },
         | 
| 1353 | 
            +
                    {
         | 
| 1354 | 
            +
                      "indexed": false,
         | 
| 1355 | 
            +
                      "internalType": "Amount",
         | 
| 1356 | 
            +
                      "name": "marginAmount",
         | 
| 1357 | 
            +
                      "type": "uint96"
         | 
| 1358 | 
            +
                    },
         | 
| 1359 | 
            +
                    {
         | 
| 1360 | 
            +
                      "indexed": false,
         | 
| 1361 | 
            +
                      "internalType": "Amount",
         | 
| 1362 | 
            +
                      "name": "limitAmount",
         | 
| 1363 | 
            +
                      "type": "uint96"
         | 
| 1364 | 
            +
                    }
         | 
| 1365 | 
            +
                  ],
         | 
| 1366 | 
            +
                  "name": "LogStakingTargetLimitsSet",
         | 
| 1367 | 
            +
                  "type": "event"
         | 
| 1368 | 
            +
                },
         | 
| 1369 | 
            +
                {
         | 
| 1370 | 
            +
                  "anonymous": false,
         | 
| 1371 | 
            +
                  "inputs": [
         | 
| 1372 | 
            +
                    {
         | 
| 1373 | 
            +
                      "indexed": false,
         | 
| 1374 | 
            +
                      "internalType": "NftId",
         | 
| 1375 | 
            +
                      "name": "targetNftId",
         | 
| 1376 | 
            +
                      "type": "uint96"
         | 
| 1377 | 
            +
                    },
         | 
| 1378 | 
            +
                    {
         | 
| 1379 | 
            +
                      "indexed": false,
         | 
| 1380 | 
            +
                      "internalType": "Amount",
         | 
| 1381 | 
            +
                      "name": "marginAmount",
         | 
| 1382 | 
            +
                      "type": "uint96"
         | 
| 1383 | 
            +
                    },
         | 
| 1384 | 
            +
                    {
         | 
| 1385 | 
            +
                      "indexed": false,
         | 
| 1386 | 
            +
                      "internalType": "Amount",
         | 
| 1387 | 
            +
                      "name": "hardLimitAmount",
         | 
| 1388 | 
            +
                      "type": "uint96"
         | 
| 1389 | 
            +
                    },
         | 
| 1390 | 
            +
                    {
         | 
| 1391 | 
            +
                      "indexed": false,
         | 
| 1392 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1393 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1394 | 
            +
                      "type": "uint40"
         | 
| 1395 | 
            +
                    }
         | 
| 1396 | 
            +
                  ],
         | 
| 1397 | 
            +
                  "name": "LogStakingTargetLimitsUpdated",
         | 
| 1398 | 
            +
                  "type": "event"
         | 
| 1399 | 
            +
                },
         | 
| 1400 | 
            +
                {
         | 
| 1401 | 
            +
                  "anonymous": false,
         | 
| 1402 | 
            +
                  "inputs": [
         | 
| 1403 | 
            +
                    {
         | 
| 1404 | 
            +
                      "indexed": false,
         | 
| 1405 | 
            +
                      "internalType": "NftId",
         | 
| 1406 | 
            +
                      "name": "targetNftId",
         | 
| 1407 | 
            +
                      "type": "uint96"
         | 
| 1408 | 
            +
                    },
         | 
| 1409 | 
            +
                    {
         | 
| 1410 | 
            +
                      "indexed": false,
         | 
| 1411 | 
            +
                      "internalType": "Seconds",
         | 
| 1412 | 
            +
                      "name": "oldLockingPeriod",
         | 
| 1413 | 
            +
                      "type": "uint40"
         | 
| 1414 | 
            +
                    },
         | 
| 1415 | 
            +
                    {
         | 
| 1416 | 
            +
                      "indexed": false,
         | 
| 1417 | 
            +
                      "internalType": "Seconds",
         | 
| 1418 | 
            +
                      "name": "lockingPeriod",
         | 
| 1419 | 
            +
                      "type": "uint40"
         | 
| 1420 | 
            +
                    },
         | 
| 1421 | 
            +
                    {
         | 
| 1422 | 
            +
                      "indexed": false,
         | 
| 1423 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1424 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1425 | 
            +
                      "type": "uint40"
         | 
| 1426 | 
            +
                    }
         | 
| 1427 | 
            +
                  ],
         | 
| 1428 | 
            +
                  "name": "LogStakingTargetLockingPeriodSet",
         | 
| 1429 | 
            +
                  "type": "event"
         | 
| 1430 | 
            +
                },
         | 
| 1431 | 
            +
                {
         | 
| 1432 | 
            +
                  "anonymous": false,
         | 
| 1433 | 
            +
                  "inputs": [
         | 
| 1434 | 
            +
                    {
         | 
| 1435 | 
            +
                      "indexed": false,
         | 
| 1436 | 
            +
                      "internalType": "NftId",
         | 
| 1437 | 
            +
                      "name": "targetNftId",
         | 
| 1438 | 
            +
                      "type": "uint96"
         | 
| 1439 | 
            +
                    },
         | 
| 1440 | 
            +
                    {
         | 
| 1441 | 
            +
                      "indexed": false,
         | 
| 1442 | 
            +
                      "internalType": "Amount",
         | 
| 1443 | 
            +
                      "name": "stakeLimitAmount",
         | 
| 1444 | 
            +
                      "type": "uint96"
         | 
| 1445 | 
            +
                    },
         | 
| 1446 | 
            +
                    {
         | 
| 1447 | 
            +
                      "indexed": false,
         | 
| 1448 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1449 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1450 | 
            +
                      "type": "uint40"
         | 
| 1451 | 
            +
                    }
         | 
| 1452 | 
            +
                  ],
         | 
| 1453 | 
            +
                  "name": "LogStakingTargetMaxStakedAmountSet",
         | 
| 1454 | 
            +
                  "type": "event"
         | 
| 1455 | 
            +
                },
         | 
| 1456 | 
            +
                {
         | 
| 1457 | 
            +
                  "anonymous": false,
         | 
| 1458 | 
            +
                  "inputs": [
         | 
| 1459 | 
            +
                    {
         | 
| 1460 | 
            +
                      "indexed": false,
         | 
| 1461 | 
            +
                      "internalType": "NftId",
         | 
| 1462 | 
            +
                      "name": "targetNftId",
         | 
| 1463 | 
            +
                      "type": "uint96"
         | 
| 1464 | 
            +
                    },
         | 
| 1465 | 
            +
                    {
         | 
| 1466 | 
            +
                      "indexed": false,
         | 
| 1467 | 
            +
                      "internalType": "UFixed",
         | 
| 1468 | 
            +
                      "name": "rewardRate",
         | 
| 1469 | 
            +
                      "type": "uint160"
         | 
| 1470 | 
            +
                    },
         | 
| 1471 | 
            +
                    {
         | 
| 1472 | 
            +
                      "indexed": false,
         | 
| 1473 | 
            +
                      "internalType": "UFixed",
         | 
| 1474 | 
            +
                      "name": "oldRewardRate",
         | 
| 1475 | 
            +
                      "type": "uint160"
         | 
| 1476 | 
            +
                    },
         | 
| 1477 | 
            +
                    {
         | 
| 1478 | 
            +
                      "indexed": false,
         | 
| 1479 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1480 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1481 | 
            +
                      "type": "uint40"
         | 
| 1482 | 
            +
                    }
         | 
| 1483 | 
            +
                  ],
         | 
| 1484 | 
            +
                  "name": "LogStakingTargetRewardRateSet",
         | 
| 1485 | 
            +
                  "type": "event"
         | 
| 1486 | 
            +
                },
         | 
| 1487 | 
            +
                {
         | 
| 1488 | 
            +
                  "anonymous": false,
         | 
| 1489 | 
            +
                  "inputs": [
         | 
| 1490 | 
            +
                    {
         | 
| 1491 | 
            +
                      "indexed": false,
         | 
| 1492 | 
            +
                      "internalType": "NftId",
         | 
| 1493 | 
            +
                      "name": "targetNftId",
         | 
| 1494 | 
            +
                      "type": "uint96"
         | 
| 1495 | 
            +
                    },
         | 
| 1496 | 
            +
                    {
         | 
| 1497 | 
            +
                      "indexed": false,
         | 
| 1498 | 
            +
                      "internalType": "ChainId",
         | 
| 1499 | 
            +
                      "name": "chainId",
         | 
| 1500 | 
            +
                      "type": "uint96"
         | 
| 1501 | 
            +
                    },
         | 
| 1502 | 
            +
                    {
         | 
| 1503 | 
            +
                      "indexed": false,
         | 
| 1504 | 
            +
                      "internalType": "address",
         | 
| 1505 | 
            +
                      "name": "token",
         | 
| 1506 | 
            +
                      "type": "address"
         | 
| 1507 | 
            +
                    }
         | 
| 1508 | 
            +
                  ],
         | 
| 1509 | 
            +
                  "name": "LogStakingTargetTokenAdded",
         | 
| 1510 | 
            +
                  "type": "event"
         | 
| 1511 | 
            +
                },
         | 
| 1512 | 
            +
                {
         | 
| 1513 | 
            +
                  "anonymous": false,
         | 
| 1514 | 
            +
                  "inputs": [
         | 
| 1515 | 
            +
                    {
         | 
| 1516 | 
            +
                      "indexed": false,
         | 
| 1517 | 
            +
                      "internalType": "ChainId",
         | 
| 1518 | 
            +
                      "name": "chainId",
         | 
| 1519 | 
            +
                      "type": "uint96"
         | 
| 1520 | 
            +
                    },
         | 
| 1521 | 
            +
                    {
         | 
| 1522 | 
            +
                      "indexed": false,
         | 
| 1523 | 
            +
                      "internalType": "address",
         | 
| 1524 | 
            +
                      "name": "token",
         | 
| 1525 | 
            +
                      "type": "address"
         | 
| 1526 | 
            +
                    }
         | 
| 1527 | 
            +
                  ],
         | 
| 1528 | 
            +
                  "name": "LogStakingTokenAdded",
         | 
| 1529 | 
            +
                  "type": "event"
         | 
| 1530 | 
            +
                },
         | 
| 1531 | 
            +
                {
         | 
| 1532 | 
            +
                  "anonymous": false,
         | 
| 1533 | 
            +
                  "inputs": [
         | 
| 1534 | 
            +
                    {
         | 
| 1535 | 
            +
                      "indexed": false,
         | 
| 1536 | 
            +
                      "internalType": "address",
         | 
| 1537 | 
            +
                      "name": "token",
         | 
| 1538 | 
            +
                      "type": "address"
         | 
| 1539 | 
            +
                    },
         | 
| 1540 | 
            +
                    {
         | 
| 1541 | 
            +
                      "indexed": false,
         | 
| 1542 | 
            +
                      "internalType": "Amount",
         | 
| 1543 | 
            +
                      "name": "approvalAmount",
         | 
| 1544 | 
            +
                      "type": "uint96"
         | 
| 1545 | 
            +
                    },
         | 
| 1546 | 
            +
                    {
         | 
| 1547 | 
            +
                      "indexed": false,
         | 
| 1548 | 
            +
                      "internalType": "Amount",
         | 
| 1549 | 
            +
                      "name": "oldApprovalAmount",
         | 
| 1550 | 
            +
                      "type": "uint96"
         | 
| 1551 | 
            +
                    }
         | 
| 1552 | 
            +
                  ],
         | 
| 1553 | 
            +
                  "name": "LogStakingTokenHandlerApproved",
         | 
| 1554 | 
            +
                  "type": "event"
         | 
| 1555 | 
            +
                },
         | 
| 746 1556 | 
             
                {
         | 
| 1557 | 
            +
                  "anonymous": false,
         | 
| 747 1558 | 
             
                  "inputs": [
         | 
| 748 1559 | 
             
                    {
         | 
| 1560 | 
            +
                      "indexed": false,
         | 
| 749 1561 | 
             
                      "internalType": "NftId",
         | 
| 750 1562 | 
             
                      "name": "targetNftId",
         | 
| 751 1563 | 
             
                      "type": "uint96"
         | 
| 752 1564 | 
             
                    },
         | 
| 753 1565 | 
             
                    {
         | 
| 1566 | 
            +
                      "indexed": false,
         | 
| 754 1567 | 
             
                      "internalType": "address",
         | 
| 755 1568 | 
             
                      "name": "token",
         | 
| 756 1569 | 
             
                      "type": "address"
         | 
| 757 1570 | 
             
                    },
         | 
| 758 1571 | 
             
                    {
         | 
| 1572 | 
            +
                      "indexed": false,
         | 
| 759 1573 | 
             
                      "internalType": "Amount",
         | 
| 760 1574 | 
             
                      "name": "amount",
         | 
| 761 1575 | 
             
                      "type": "uint96"
         | 
| 1576 | 
            +
                    },
         | 
| 1577 | 
            +
                    {
         | 
| 1578 | 
            +
                      "indexed": false,
         | 
| 1579 | 
            +
                      "internalType": "Amount",
         | 
| 1580 | 
            +
                      "name": "newBalance",
         | 
| 1581 | 
            +
                      "type": "uint96"
         | 
| 1582 | 
            +
                    },
         | 
| 1583 | 
            +
                    {
         | 
| 1584 | 
            +
                      "indexed": false,
         | 
| 1585 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1586 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1587 | 
            +
                      "type": "uint40"
         | 
| 762 1588 | 
             
                    }
         | 
| 763 1589 | 
             
                  ],
         | 
| 764 | 
            -
                  "name": " | 
| 1590 | 
            +
                  "name": "LogStakingTvlDecreased",
         | 
| 1591 | 
            +
                  "type": "event"
         | 
| 1592 | 
            +
                },
         | 
| 1593 | 
            +
                {
         | 
| 1594 | 
            +
                  "anonymous": false,
         | 
| 1595 | 
            +
                  "inputs": [
         | 
| 1596 | 
            +
                    {
         | 
| 1597 | 
            +
                      "indexed": false,
         | 
| 1598 | 
            +
                      "internalType": "NftId",
         | 
| 1599 | 
            +
                      "name": "targetNftId",
         | 
| 1600 | 
            +
                      "type": "uint96"
         | 
| 1601 | 
            +
                    },
         | 
| 1602 | 
            +
                    {
         | 
| 1603 | 
            +
                      "indexed": false,
         | 
| 1604 | 
            +
                      "internalType": "address",
         | 
| 1605 | 
            +
                      "name": "token",
         | 
| 1606 | 
            +
                      "type": "address"
         | 
| 1607 | 
            +
                    },
         | 
| 1608 | 
            +
                    {
         | 
| 1609 | 
            +
                      "indexed": false,
         | 
| 1610 | 
            +
                      "internalType": "Amount",
         | 
| 1611 | 
            +
                      "name": "amount",
         | 
| 1612 | 
            +
                      "type": "uint96"
         | 
| 1613 | 
            +
                    },
         | 
| 1614 | 
            +
                    {
         | 
| 1615 | 
            +
                      "indexed": false,
         | 
| 1616 | 
            +
                      "internalType": "Amount",
         | 
| 1617 | 
            +
                      "name": "newBalance",
         | 
| 1618 | 
            +
                      "type": "uint96"
         | 
| 1619 | 
            +
                    },
         | 
| 1620 | 
            +
                    {
         | 
| 1621 | 
            +
                      "indexed": false,
         | 
| 1622 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1623 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1624 | 
            +
                      "type": "uint40"
         | 
| 1625 | 
            +
                    }
         | 
| 1626 | 
            +
                  ],
         | 
| 1627 | 
            +
                  "name": "LogStakingTvlIncreased",
         | 
| 1628 | 
            +
                  "type": "event"
         | 
| 1629 | 
            +
                },
         | 
| 1630 | 
            +
                {
         | 
| 1631 | 
            +
                  "anonymous": false,
         | 
| 1632 | 
            +
                  "inputs": [
         | 
| 1633 | 
            +
                    {
         | 
| 1634 | 
            +
                      "indexed": false,
         | 
| 1635 | 
            +
                      "internalType": "NftId",
         | 
| 1636 | 
            +
                      "name": "stakeNftId",
         | 
| 1637 | 
            +
                      "type": "uint96"
         | 
| 1638 | 
            +
                    },
         | 
| 1639 | 
            +
                    {
         | 
| 1640 | 
            +
                      "indexed": false,
         | 
| 1641 | 
            +
                      "internalType": "Amount",
         | 
| 1642 | 
            +
                      "name": "unstakedAmount",
         | 
| 1643 | 
            +
                      "type": "uint96"
         | 
| 1644 | 
            +
                    },
         | 
| 1645 | 
            +
                    {
         | 
| 1646 | 
            +
                      "indexed": false,
         | 
| 1647 | 
            +
                      "internalType": "Amount",
         | 
| 1648 | 
            +
                      "name": "stakeBalance",
         | 
| 1649 | 
            +
                      "type": "uint96"
         | 
| 1650 | 
            +
                    },
         | 
| 1651 | 
            +
                    {
         | 
| 1652 | 
            +
                      "indexed": false,
         | 
| 1653 | 
            +
                      "internalType": "Amount",
         | 
| 1654 | 
            +
                      "name": "rewardBalance",
         | 
| 1655 | 
            +
                      "type": "uint96"
         | 
| 1656 | 
            +
                    },
         | 
| 1657 | 
            +
                    {
         | 
| 1658 | 
            +
                      "indexed": false,
         | 
| 1659 | 
            +
                      "internalType": "Timestamp",
         | 
| 1660 | 
            +
                      "name": "lockedUntil",
         | 
| 1661 | 
            +
                      "type": "uint40"
         | 
| 1662 | 
            +
                    },
         | 
| 1663 | 
            +
                    {
         | 
| 1664 | 
            +
                      "indexed": false,
         | 
| 1665 | 
            +
                      "internalType": "Blocknumber",
         | 
| 1666 | 
            +
                      "name": "lastUpdateIn",
         | 
| 1667 | 
            +
                      "type": "uint40"
         | 
| 1668 | 
            +
                    }
         | 
| 1669 | 
            +
                  ],
         | 
| 1670 | 
            +
                  "name": "LogStakingUnstaked",
         | 
| 1671 | 
            +
                  "type": "event"
         | 
| 1672 | 
            +
                },
         | 
| 1673 | 
            +
                {
         | 
| 1674 | 
            +
                  "inputs": [
         | 
| 1675 | 
            +
                    {
         | 
| 1676 | 
            +
                      "internalType": "NftId",
         | 
| 1677 | 
            +
                      "name": "targetNftId",
         | 
| 1678 | 
            +
                      "type": "uint96"
         | 
| 1679 | 
            +
                    },
         | 
| 1680 | 
            +
                    {
         | 
| 1681 | 
            +
                      "internalType": "address",
         | 
| 1682 | 
            +
                      "name": "token",
         | 
| 1683 | 
            +
                      "type": "address"
         | 
| 1684 | 
            +
                    }
         | 
| 1685 | 
            +
                  ],
         | 
| 1686 | 
            +
                  "name": "addTargetToken",
         | 
| 1687 | 
            +
                  "outputs": [],
         | 
| 1688 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1689 | 
            +
                  "type": "function"
         | 
| 1690 | 
            +
                },
         | 
| 1691 | 
            +
                {
         | 
| 1692 | 
            +
                  "inputs": [
         | 
| 1693 | 
            +
                    {
         | 
| 1694 | 
            +
                      "internalType": "ChainId",
         | 
| 1695 | 
            +
                      "name": "chainId",
         | 
| 1696 | 
            +
                      "type": "uint96"
         | 
| 1697 | 
            +
                    },
         | 
| 1698 | 
            +
                    {
         | 
| 1699 | 
            +
                      "internalType": "address",
         | 
| 1700 | 
            +
                      "name": "token",
         | 
| 1701 | 
            +
                      "type": "address"
         | 
| 1702 | 
            +
                    }
         | 
| 1703 | 
            +
                  ],
         | 
| 1704 | 
            +
                  "name": "addToken",
         | 
| 1705 | 
            +
                  "outputs": [],
         | 
| 1706 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1707 | 
            +
                  "type": "function"
         | 
| 1708 | 
            +
                },
         | 
| 1709 | 
            +
                {
         | 
| 1710 | 
            +
                  "inputs": [
         | 
| 1711 | 
            +
                    {
         | 
| 1712 | 
            +
                      "internalType": "contract IERC20Metadata",
         | 
| 1713 | 
            +
                      "name": "token",
         | 
| 1714 | 
            +
                      "type": "address"
         | 
| 1715 | 
            +
                    },
         | 
| 1716 | 
            +
                    {
         | 
| 1717 | 
            +
                      "internalType": "Amount",
         | 
| 1718 | 
            +
                      "name": "amount",
         | 
| 1719 | 
            +
                      "type": "uint96"
         | 
| 1720 | 
            +
                    }
         | 
| 1721 | 
            +
                  ],
         | 
| 1722 | 
            +
                  "name": "approveTokenHandler",
         | 
| 1723 | 
            +
                  "outputs": [],
         | 
| 1724 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1725 | 
            +
                  "type": "function"
         | 
| 1726 | 
            +
                },
         | 
| 1727 | 
            +
                {
         | 
| 1728 | 
            +
                  "inputs": [],
         | 
| 1729 | 
            +
                  "name": "authority",
         | 
| 1730 | 
            +
                  "outputs": [
         | 
| 1731 | 
            +
                    {
         | 
| 1732 | 
            +
                      "internalType": "address",
         | 
| 1733 | 
            +
                      "name": "",
         | 
| 1734 | 
            +
                      "type": "address"
         | 
| 1735 | 
            +
                    }
         | 
| 1736 | 
            +
                  ],
         | 
| 1737 | 
            +
                  "stateMutability": "view",
         | 
| 1738 | 
            +
                  "type": "function"
         | 
| 1739 | 
            +
                },
         | 
| 1740 | 
            +
                {
         | 
| 1741 | 
            +
                  "inputs": [
         | 
| 1742 | 
            +
                    {
         | 
| 1743 | 
            +
                      "internalType": "NftId",
         | 
| 1744 | 
            +
                      "name": "stakeNftId",
         | 
| 1745 | 
            +
                      "type": "uint96"
         | 
| 1746 | 
            +
                    }
         | 
| 1747 | 
            +
                  ],
         | 
| 1748 | 
            +
                  "name": "claimRewards",
         | 
| 1749 | 
            +
                  "outputs": [
         | 
| 1750 | 
            +
                    {
         | 
| 1751 | 
            +
                      "internalType": "Amount",
         | 
| 1752 | 
            +
                      "name": "rewardsClaimedAmount",
         | 
| 1753 | 
            +
                      "type": "uint96"
         | 
| 1754 | 
            +
                    }
         | 
| 1755 | 
            +
                  ],
         | 
| 1756 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1757 | 
            +
                  "type": "function"
         | 
| 1758 | 
            +
                },
         | 
| 1759 | 
            +
                {
         | 
| 1760 | 
            +
                  "inputs": [
         | 
| 1761 | 
            +
                    {
         | 
| 1762 | 
            +
                      "internalType": "NftId",
         | 
| 1763 | 
            +
                      "name": "targetNftId",
         | 
| 1764 | 
            +
                      "type": "uint96"
         | 
| 1765 | 
            +
                    },
         | 
| 1766 | 
            +
                    {
         | 
| 1767 | 
            +
                      "internalType": "Amount",
         | 
| 1768 | 
            +
                      "name": "dipAmount",
         | 
| 1769 | 
            +
                      "type": "uint96"
         | 
| 1770 | 
            +
                    },
         | 
| 1771 | 
            +
                    {
         | 
| 1772 | 
            +
                      "internalType": "address",
         | 
| 1773 | 
            +
                      "name": "stakeOwner",
         | 
| 1774 | 
            +
                      "type": "address"
         | 
| 1775 | 
            +
                    }
         | 
| 1776 | 
            +
                  ],
         | 
| 1777 | 
            +
                  "name": "createStake",
         | 
| 765 1778 | 
             
                  "outputs": [
         | 
| 1779 | 
            +
                    {
         | 
| 1780 | 
            +
                      "internalType": "NftId",
         | 
| 1781 | 
            +
                      "name": "stakeNftId",
         | 
| 1782 | 
            +
                      "type": "uint96"
         | 
| 1783 | 
            +
                    }
         | 
| 1784 | 
            +
                  ],
         | 
| 1785 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1786 | 
            +
                  "type": "function"
         | 
| 1787 | 
            +
                },
         | 
| 1788 | 
            +
                {
         | 
| 1789 | 
            +
                  "inputs": [
         | 
| 1790 | 
            +
                    {
         | 
| 1791 | 
            +
                      "internalType": "NftId",
         | 
| 1792 | 
            +
                      "name": "targetNftId",
         | 
| 1793 | 
            +
                      "type": "uint96"
         | 
| 1794 | 
            +
                    },
         | 
| 1795 | 
            +
                    {
         | 
| 1796 | 
            +
                      "internalType": "address",
         | 
| 1797 | 
            +
                      "name": "token",
         | 
| 1798 | 
            +
                      "type": "address"
         | 
| 1799 | 
            +
                    },
         | 
| 766 1800 | 
             
                    {
         | 
| 767 1801 | 
             
                      "internalType": "Amount",
         | 
| 768 | 
            -
                      "name": " | 
| 1802 | 
            +
                      "name": "amount",
         | 
| 769 1803 | 
             
                      "type": "uint96"
         | 
| 770 1804 | 
             
                    }
         | 
| 771 1805 | 
             
                  ],
         | 
| 1806 | 
            +
                  "name": "decreaseTotalValueLocked",
         | 
| 1807 | 
            +
                  "outputs": [],
         | 
| 772 1808 | 
             
                  "stateMutability": "nonpayable",
         | 
| 773 1809 | 
             
                  "type": "function"
         | 
| 774 1810 | 
             
                },
         | 
| @@ -787,11 +1823,6 @@ | |
| 787 1823 | 
             
                          "internalType": "contract TokenHandler",
         | 
| 788 1824 | 
             
                          "name": "tokenHandler",
         | 
| 789 1825 | 
             
                          "type": "address"
         | 
| 790 | 
            -
                        },
         | 
| 791 | 
            -
                        {
         | 
| 792 | 
            -
                          "internalType": "bytes",
         | 
| 793 | 
            -
                          "name": "data",
         | 
| 794 | 
            -
                          "type": "bytes"
         | 
| 795 1826 | 
             
                        }
         | 
| 796 1827 | 
             
                      ],
         | 
| 797 1828 | 
             
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| @@ -817,11 +1848,6 @@ | |
| 817 1848 | 
             
                          "internalType": "contract TokenHandler",
         | 
| 818 1849 | 
             
                          "name": "tokenHandler",
         | 
| 819 1850 | 
             
                          "type": "address"
         | 
| 820 | 
            -
                        },
         | 
| 821 | 
            -
                        {
         | 
| 822 | 
            -
                          "internalType": "bytes",
         | 
| 823 | 
            -
                          "name": "data",
         | 
| 824 | 
            -
                          "type": "bytes"
         | 
| 825 1851 | 
             
                        }
         | 
| 826 1852 | 
             
                      ],
         | 
| 827 1853 | 
             
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| @@ -973,6 +1999,19 @@ | |
| 973 1999 | 
             
                  "stateMutability": "view",
         | 
| 974 2000 | 
             
                  "type": "function"
         | 
| 975 2001 | 
             
                },
         | 
| 2002 | 
            +
                {
         | 
| 2003 | 
            +
                  "inputs": [],
         | 
| 2004 | 
            +
                  "name": "getTargetHandler",
         | 
| 2005 | 
            +
                  "outputs": [
         | 
| 2006 | 
            +
                    {
         | 
| 2007 | 
            +
                      "internalType": "contract TargetHandler",
         | 
| 2008 | 
            +
                      "name": "targetHandler",
         | 
| 2009 | 
            +
                      "type": "address"
         | 
| 2010 | 
            +
                    }
         | 
| 2011 | 
            +
                  ],
         | 
| 2012 | 
            +
                  "stateMutability": "view",
         | 
| 2013 | 
            +
                  "type": "function"
         | 
| 2014 | 
            +
                },
         | 
| 976 2015 | 
             
                {
         | 
| 977 2016 | 
             
                  "inputs": [],
         | 
| 978 2017 | 
             
                  "name": "getToken",
         | 
| @@ -1044,13 +2083,7 @@ | |
| 1044 2083 | 
             
                    }
         | 
| 1045 2084 | 
             
                  ],
         | 
| 1046 2085 | 
             
                  "name": "increaseTotalValueLocked",
         | 
| 1047 | 
            -
                  "outputs": [
         | 
| 1048 | 
            -
                    {
         | 
| 1049 | 
            -
                      "internalType": "Amount",
         | 
| 1050 | 
            -
                      "name": "newBalance",
         | 
| 1051 | 
            -
                      "type": "uint96"
         | 
| 1052 | 
            -
                    }
         | 
| 1053 | 
            -
                  ],
         | 
| 2086 | 
            +
                  "outputs": [],
         | 
| 1054 2087 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1055 2088 | 
             
                  "type": "function"
         | 
| 1056 2089 | 
             
                },
         | 
| @@ -1196,6 +2229,35 @@ | |
| 1196 2229 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1197 2230 | 
             
                  "type": "function"
         | 
| 1198 2231 | 
             
                },
         | 
| 2232 | 
            +
                {
         | 
| 2233 | 
            +
                  "inputs": [
         | 
| 2234 | 
            +
                    {
         | 
| 2235 | 
            +
                      "internalType": "NftId",
         | 
| 2236 | 
            +
                      "name": "targetNftId",
         | 
| 2237 | 
            +
                      "type": "uint96"
         | 
| 2238 | 
            +
                    },
         | 
| 2239 | 
            +
                    {
         | 
| 2240 | 
            +
                      "internalType": "Amount",
         | 
| 2241 | 
            +
                      "name": "dipAmount",
         | 
| 2242 | 
            +
                      "type": "uint96"
         | 
| 2243 | 
            +
                    },
         | 
| 2244 | 
            +
                    {
         | 
| 2245 | 
            +
                      "internalType": "address",
         | 
| 2246 | 
            +
                      "name": "transferFrom",
         | 
| 2247 | 
            +
                      "type": "address"
         | 
| 2248 | 
            +
                    }
         | 
| 2249 | 
            +
                  ],
         | 
| 2250 | 
            +
                  "name": "refillRewardReservesByService",
         | 
| 2251 | 
            +
                  "outputs": [
         | 
| 2252 | 
            +
                    {
         | 
| 2253 | 
            +
                      "internalType": "Amount",
         | 
| 2254 | 
            +
                      "name": "newBalance",
         | 
| 2255 | 
            +
                      "type": "uint96"
         | 
| 2256 | 
            +
                    }
         | 
| 2257 | 
            +
                  ],
         | 
| 2258 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2259 | 
            +
                  "type": "function"
         | 
| 2260 | 
            +
                },
         | 
| 1199 2261 | 
             
                {
         | 
| 1200 2262 | 
             
                  "inputs": [
         | 
| 1201 2263 | 
             
                    {
         | 
| @@ -1208,11 +2270,6 @@ | |
| 1208 2270 | 
             
                      "name": "expectedObjectType",
         | 
| 1209 2271 | 
             
                      "type": "uint8"
         | 
| 1210 2272 | 
             
                    },
         | 
| 1211 | 
            -
                    {
         | 
| 1212 | 
            -
                      "internalType": "uint256",
         | 
| 1213 | 
            -
                      "name": "chainId",
         | 
| 1214 | 
            -
                      "type": "uint256"
         | 
| 1215 | 
            -
                    },
         | 
| 1216 2273 | 
             
                    {
         | 
| 1217 2274 | 
             
                      "internalType": "Seconds",
         | 
| 1218 2275 | 
             
                      "name": "initialLockingPeriod",
         | 
| @@ -1238,12 +2295,17 @@ | |
| 1238 2295 | 
             
                    },
         | 
| 1239 2296 | 
             
                    {
         | 
| 1240 2297 | 
             
                      "internalType": "NftId",
         | 
| 1241 | 
            -
                      "name": " | 
| 2298 | 
            +
                      "name": "newTargetNftId",
         | 
| 1242 2299 | 
             
                      "type": "uint96"
         | 
| 1243 2300 | 
             
                    }
         | 
| 1244 2301 | 
             
                  ],
         | 
| 1245 2302 | 
             
                  "name": "restake",
         | 
| 1246 2303 | 
             
                  "outputs": [
         | 
| 2304 | 
            +
                    {
         | 
| 2305 | 
            +
                      "internalType": "NftId",
         | 
| 2306 | 
            +
                      "name": "newStakeNftId",
         | 
| 2307 | 
            +
                      "type": "uint96"
         | 
| 2308 | 
            +
                    },
         | 
| 1247 2309 | 
             
                    {
         | 
| 1248 2310 | 
             
                      "internalType": "Amount",
         | 
| 1249 2311 | 
             
                      "name": "newStakeBalance",
         | 
| @@ -1293,7 +2355,7 @@ | |
| 1293 2355 | 
             
                    },
         | 
| 1294 2356 | 
             
                    {
         | 
| 1295 2357 | 
             
                      "internalType": "Amount",
         | 
| 1296 | 
            -
                      "name": " | 
| 2358 | 
            +
                      "name": "stakeLimitAmount",
         | 
| 1297 2359 | 
             
                      "type": "uint96"
         | 
| 1298 2360 | 
             
                    }
         | 
| 1299 2361 | 
             
                  ],
         | 
| @@ -1302,6 +2364,32 @@ | |
| 1302 2364 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1303 2365 | 
             
                  "type": "function"
         | 
| 1304 2366 | 
             
                },
         | 
| 2367 | 
            +
                {
         | 
| 2368 | 
            +
                  "inputs": [
         | 
| 2369 | 
            +
                    {
         | 
| 2370 | 
            +
                      "internalType": "Seconds",
         | 
| 2371 | 
            +
                      "name": "lockingPeriod",
         | 
| 2372 | 
            +
                      "type": "uint40"
         | 
| 2373 | 
            +
                    }
         | 
| 2374 | 
            +
                  ],
         | 
| 2375 | 
            +
                  "name": "setProtocolLockingPeriod",
         | 
| 2376 | 
            +
                  "outputs": [],
         | 
| 2377 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2378 | 
            +
                  "type": "function"
         | 
| 2379 | 
            +
                },
         | 
| 2380 | 
            +
                {
         | 
| 2381 | 
            +
                  "inputs": [
         | 
| 2382 | 
            +
                    {
         | 
| 2383 | 
            +
                      "internalType": "UFixed",
         | 
| 2384 | 
            +
                      "name": "rewardRate",
         | 
| 2385 | 
            +
                      "type": "uint160"
         | 
| 2386 | 
            +
                    }
         | 
| 2387 | 
            +
                  ],
         | 
| 2388 | 
            +
                  "name": "setProtocolRewardRate",
         | 
| 2389 | 
            +
                  "outputs": [],
         | 
| 2390 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2391 | 
            +
                  "type": "function"
         | 
| 2392 | 
            +
                },
         | 
| 1305 2393 | 
             
                {
         | 
| 1306 2394 | 
             
                  "inputs": [
         | 
| 1307 2395 | 
             
                    {
         | 
| @@ -1323,9 +2411,9 @@ | |
| 1323 2411 | 
             
                {
         | 
| 1324 2412 | 
             
                  "inputs": [
         | 
| 1325 2413 | 
             
                    {
         | 
| 1326 | 
            -
                      "internalType": " | 
| 2414 | 
            +
                      "internalType": "ChainId",
         | 
| 1327 2415 | 
             
                      "name": "chainId",
         | 
| 1328 | 
            -
                      "type": " | 
| 2416 | 
            +
                      "type": "uint96"
         | 
| 1329 2417 | 
             
                    },
         | 
| 1330 2418 | 
             
                    {
         | 
| 1331 2419 | 
             
                      "internalType": "address",
         | 
| @@ -1343,6 +2431,131 @@ | |
| 1343 2431 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1344 2432 | 
             
                  "type": "function"
         | 
| 1345 2433 | 
             
                },
         | 
| 2434 | 
            +
                {
         | 
| 2435 | 
            +
                  "inputs": [
         | 
| 2436 | 
            +
                    {
         | 
| 2437 | 
            +
                      "internalType": "address",
         | 
| 2438 | 
            +
                      "name": "stakingReader",
         | 
| 2439 | 
            +
                      "type": "address"
         | 
| 2440 | 
            +
                    }
         | 
| 2441 | 
            +
                  ],
         | 
| 2442 | 
            +
                  "name": "setStakingReader",
         | 
| 2443 | 
            +
                  "outputs": [],
         | 
| 2444 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2445 | 
            +
                  "type": "function"
         | 
| 2446 | 
            +
                },
         | 
| 2447 | 
            +
                {
         | 
| 2448 | 
            +
                  "inputs": [
         | 
| 2449 | 
            +
                    {
         | 
| 2450 | 
            +
                      "internalType": "VersionPart",
         | 
| 2451 | 
            +
                      "name": "release",
         | 
| 2452 | 
            +
                      "type": "uint8"
         | 
| 2453 | 
            +
                    }
         | 
| 2454 | 
            +
                  ],
         | 
| 2455 | 
            +
                  "name": "setStakingService",
         | 
| 2456 | 
            +
                  "outputs": [],
         | 
| 2457 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2458 | 
            +
                  "type": "function"
         | 
| 2459 | 
            +
                },
         | 
| 2460 | 
            +
                {
         | 
| 2461 | 
            +
                  "inputs": [
         | 
| 2462 | 
            +
                    {
         | 
| 2463 | 
            +
                      "internalType": "ObjectType",
         | 
| 2464 | 
            +
                      "name": "targetType",
         | 
| 2465 | 
            +
                      "type": "uint8"
         | 
| 2466 | 
            +
                    },
         | 
| 2467 | 
            +
                    {
         | 
| 2468 | 
            +
                      "internalType": "bool",
         | 
| 2469 | 
            +
                      "name": "isSupported",
         | 
| 2470 | 
            +
                      "type": "bool"
         | 
| 2471 | 
            +
                    },
         | 
| 2472 | 
            +
                    {
         | 
| 2473 | 
            +
                      "internalType": "bool",
         | 
| 2474 | 
            +
                      "name": "allowNewTargets",
         | 
| 2475 | 
            +
                      "type": "bool"
         | 
| 2476 | 
            +
                    },
         | 
| 2477 | 
            +
                    {
         | 
| 2478 | 
            +
                      "internalType": "bool",
         | 
| 2479 | 
            +
                      "name": "allowCrossChain",
         | 
| 2480 | 
            +
                      "type": "bool"
         | 
| 2481 | 
            +
                    },
         | 
| 2482 | 
            +
                    {
         | 
| 2483 | 
            +
                      "internalType": "Amount",
         | 
| 2484 | 
            +
                      "name": "minStakingAmount",
         | 
| 2485 | 
            +
                      "type": "uint96"
         | 
| 2486 | 
            +
                    },
         | 
| 2487 | 
            +
                    {
         | 
| 2488 | 
            +
                      "internalType": "Amount",
         | 
| 2489 | 
            +
                      "name": "maxStakingAmount",
         | 
| 2490 | 
            +
                      "type": "uint96"
         | 
| 2491 | 
            +
                    },
         | 
| 2492 | 
            +
                    {
         | 
| 2493 | 
            +
                      "internalType": "Seconds",
         | 
| 2494 | 
            +
                      "name": "minLockingPeriod",
         | 
| 2495 | 
            +
                      "type": "uint40"
         | 
| 2496 | 
            +
                    },
         | 
| 2497 | 
            +
                    {
         | 
| 2498 | 
            +
                      "internalType": "Seconds",
         | 
| 2499 | 
            +
                      "name": "maxLockingPeriod",
         | 
| 2500 | 
            +
                      "type": "uint40"
         | 
| 2501 | 
            +
                    },
         | 
| 2502 | 
            +
                    {
         | 
| 2503 | 
            +
                      "internalType": "UFixed",
         | 
| 2504 | 
            +
                      "name": "minRewardRate",
         | 
| 2505 | 
            +
                      "type": "uint160"
         | 
| 2506 | 
            +
                    },
         | 
| 2507 | 
            +
                    {
         | 
| 2508 | 
            +
                      "internalType": "UFixed",
         | 
| 2509 | 
            +
                      "name": "maxRewardRate",
         | 
| 2510 | 
            +
                      "type": "uint160"
         | 
| 2511 | 
            +
                    }
         | 
| 2512 | 
            +
                  ],
         | 
| 2513 | 
            +
                  "name": "setSupportInfo",
         | 
| 2514 | 
            +
                  "outputs": [],
         | 
| 2515 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2516 | 
            +
                  "type": "function"
         | 
| 2517 | 
            +
                },
         | 
| 2518 | 
            +
                {
         | 
| 2519 | 
            +
                  "inputs": [
         | 
| 2520 | 
            +
                    {
         | 
| 2521 | 
            +
                      "internalType": "NftId",
         | 
| 2522 | 
            +
                      "name": "targetNftId",
         | 
| 2523 | 
            +
                      "type": "uint96"
         | 
| 2524 | 
            +
                    },
         | 
| 2525 | 
            +
                    {
         | 
| 2526 | 
            +
                      "internalType": "Amount",
         | 
| 2527 | 
            +
                      "name": "marginAmount",
         | 
| 2528 | 
            +
                      "type": "uint96"
         | 
| 2529 | 
            +
                    },
         | 
| 2530 | 
            +
                    {
         | 
| 2531 | 
            +
                      "internalType": "Amount",
         | 
| 2532 | 
            +
                      "name": "limitAmount",
         | 
| 2533 | 
            +
                      "type": "uint96"
         | 
| 2534 | 
            +
                    }
         | 
| 2535 | 
            +
                  ],
         | 
| 2536 | 
            +
                  "name": "setTargetLimits",
         | 
| 2537 | 
            +
                  "outputs": [],
         | 
| 2538 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2539 | 
            +
                  "type": "function"
         | 
| 2540 | 
            +
                },
         | 
| 2541 | 
            +
                {
         | 
| 2542 | 
            +
                  "inputs": [
         | 
| 2543 | 
            +
                    {
         | 
| 2544 | 
            +
                      "internalType": "uint16",
         | 
| 2545 | 
            +
                      "name": "tvlUpdatesTrigger",
         | 
| 2546 | 
            +
                      "type": "uint16"
         | 
| 2547 | 
            +
                    },
         | 
| 2548 | 
            +
                    {
         | 
| 2549 | 
            +
                      "internalType": "UFixed",
         | 
| 2550 | 
            +
                      "name": "minTvlRatioTrigger",
         | 
| 2551 | 
            +
                      "type": "uint160"
         | 
| 2552 | 
            +
                    }
         | 
| 2553 | 
            +
                  ],
         | 
| 2554 | 
            +
                  "name": "setUpdateTriggers",
         | 
| 2555 | 
            +
                  "outputs": [],
         | 
| 2556 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2557 | 
            +
                  "type": "function"
         | 
| 2558 | 
            +
                },
         | 
| 1346 2559 | 
             
                {
         | 
| 1347 2560 | 
             
                  "inputs": [
         | 
| 1348 2561 | 
             
                    {
         | 
| @@ -1360,7 +2573,7 @@ | |
| 1360 2573 | 
             
                  "outputs": [
         | 
| 1361 2574 | 
             
                    {
         | 
| 1362 2575 | 
             
                      "internalType": "Amount",
         | 
| 1363 | 
            -
                      "name": " | 
| 2576 | 
            +
                      "name": "newStakeBalance",
         | 
| 1364 2577 | 
             
                      "type": "uint96"
         | 
| 1365 2578 | 
             
                    }
         | 
| 1366 2579 | 
             
                  ],
         | 
| @@ -1400,11 +2613,6 @@ | |
| 1400 2613 | 
             
                      "internalType": "Amount",
         | 
| 1401 2614 | 
             
                      "name": "unstakedAmount",
         | 
| 1402 2615 | 
             
                      "type": "uint96"
         | 
| 1403 | 
            -
                    },
         | 
| 1404 | 
            -
                    {
         | 
| 1405 | 
            -
                      "internalType": "Amount",
         | 
| 1406 | 
            -
                      "name": "rewardsClaimedAmount",
         | 
| 1407 | 
            -
                      "type": "uint96"
         | 
| 1408 2616 | 
             
                    }
         | 
| 1409 2617 | 
             
                  ],
         | 
| 1410 2618 | 
             
                  "stateMutability": "nonpayable",
         | 
| @@ -1442,6 +2650,25 @@ | |
| 1442 2650 | 
             
                    }
         | 
| 1443 2651 | 
             
                  ],
         | 
| 1444 2652 | 
             
                  "name": "updateRewards",
         | 
| 2653 | 
            +
                  "outputs": [
         | 
| 2654 | 
            +
                    {
         | 
| 2655 | 
            +
                      "internalType": "Amount",
         | 
| 2656 | 
            +
                      "name": "newRewardAmount",
         | 
| 2657 | 
            +
                      "type": "uint96"
         | 
| 2658 | 
            +
                    }
         | 
| 2659 | 
            +
                  ],
         | 
| 2660 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2661 | 
            +
                  "type": "function"
         | 
| 2662 | 
            +
                },
         | 
| 2663 | 
            +
                {
         | 
| 2664 | 
            +
                  "inputs": [
         | 
| 2665 | 
            +
                    {
         | 
| 2666 | 
            +
                      "internalType": "NftId",
         | 
| 2667 | 
            +
                      "name": "targetNftId",
         | 
| 2668 | 
            +
                      "type": "uint96"
         | 
| 2669 | 
            +
                    }
         | 
| 2670 | 
            +
                  ],
         | 
| 2671 | 
            +
                  "name": "updateTargetLimit",
         | 
| 1445 2672 | 
             
                  "outputs": [],
         | 
| 1446 2673 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1447 2674 | 
             
                  "type": "function"
         | 
| @@ -1482,6 +2709,35 @@ | |
| 1482 2709 | 
             
                  ],
         | 
| 1483 2710 | 
             
                  "stateMutability": "nonpayable",
         | 
| 1484 2711 | 
             
                  "type": "function"
         | 
| 2712 | 
            +
                },
         | 
| 2713 | 
            +
                {
         | 
| 2714 | 
            +
                  "inputs": [
         | 
| 2715 | 
            +
                    {
         | 
| 2716 | 
            +
                      "internalType": "NftId",
         | 
| 2717 | 
            +
                      "name": "targetNftId",
         | 
| 2718 | 
            +
                      "type": "uint96"
         | 
| 2719 | 
            +
                    },
         | 
| 2720 | 
            +
                    {
         | 
| 2721 | 
            +
                      "internalType": "Amount",
         | 
| 2722 | 
            +
                      "name": "dipAmount",
         | 
| 2723 | 
            +
                      "type": "uint96"
         | 
| 2724 | 
            +
                    },
         | 
| 2725 | 
            +
                    {
         | 
| 2726 | 
            +
                      "internalType": "address",
         | 
| 2727 | 
            +
                      "name": "transferTo",
         | 
| 2728 | 
            +
                      "type": "address"
         | 
| 2729 | 
            +
                    }
         | 
| 2730 | 
            +
                  ],
         | 
| 2731 | 
            +
                  "name": "withdrawRewardReservesByService",
         | 
| 2732 | 
            +
                  "outputs": [
         | 
| 2733 | 
            +
                    {
         | 
| 2734 | 
            +
                      "internalType": "Amount",
         | 
| 2735 | 
            +
                      "name": "newBalance",
         | 
| 2736 | 
            +
                      "type": "uint96"
         | 
| 2737 | 
            +
                    }
         | 
| 2738 | 
            +
                  ],
         | 
| 2739 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 2740 | 
            +
                  "type": "function"
         | 
| 1485 2741 | 
             
                }
         | 
| 1486 2742 | 
             
              ],
         | 
| 1487 2743 | 
             
              "bytecode": "0x",
         |