@etherisc/gif-next 0.0.2-9e6b423-414 → 0.0.2-9f1b659-471
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 +3 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +86 -34
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +73 -35
- 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 +2 -2
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
- 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 +2 -2
- 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/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +37 -18
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +19 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +311 -151
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +112 -86
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +19 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +199 -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 +65 -42
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +16 -16
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +79 -44
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +16 -16
- 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 +57 -22
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +27 -8
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +69 -50
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +16 -16
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +248 -68
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +16 -16
- 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/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +26 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +96 -4
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +37 -12
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2 -2
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +16 -16
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +56 -56
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +118 -26
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +69 -31
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +106 -98
- 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 +23 -4
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
- 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 -0
- 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 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +49 -20
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +78 -40
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +37 -26
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +19 -19
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +280 -119
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +106 -48
- 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 -0
- 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 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +36 -52
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +292 -65
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +94 -52
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +202 -61
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +75 -33
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +19 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +19 -19
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +128 -104
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +95 -65
- 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 -0
- 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 +109 -46
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +91 -49
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +79 -74
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +82 -40
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +19 -0
- 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 +70 -32
- 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 +18 -7
- 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 +56 -45
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2 -2
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +29 -21
- 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 +65 -27
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2 -2
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +81 -81
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +17 -17
- 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 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +120 -56
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +96 -50
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +9 -9
- 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 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +48 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +19 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +6 -6
- 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 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +6 -6
- 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 +1146 -53
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +91 -111
- package/artifacts/contracts/staking/ITargetManager.sol/ITargetManager.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetManager.sol/ITargetManager.json +69 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1392 -181
- 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/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +138 -56
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +174 -180
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +115 -167
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +68 -46
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1290 -599
- package/artifacts/contracts/staking/TargetManager.sol/TargetManager.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManager.sol/TargetManager.json +134 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +72 -32
- 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 +45 -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/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- 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/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/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/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/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 +55 -17
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -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 +13 -0
- package/contracts/accounting/IAccountingService.sol +2 -0
- package/contracts/authorization/AccessAdmin.sol +5 -5
- package/contracts/authorization/AccessAdminLib.sol +2 -2
- package/contracts/authorization/Authorization.sol +2 -7
- package/contracts/authorization/IAuthorization.sol +0 -1
- package/contracts/authorization/ServiceAuthorization.sol +2 -2
- package/contracts/distribution/BasicDistribution.sol +2 -2
- package/contracts/distribution/Distribution.sol +5 -3
- package/contracts/distribution/DistributionService.sol +27 -21
- package/contracts/distribution/IDistributionService.sol +10 -4
- package/contracts/examples/fire/FireProduct.sol +6 -6
- package/contracts/examples/unpermissioned/SimpleProduct.sol +83 -19
- package/contracts/instance/IInstance.sol +1 -1
- package/contracts/instance/IInstanceService.sol +7 -3
- package/contracts/instance/Instance.sol +6 -4
- package/contracts/instance/InstanceAuthorizationV3.sol +2 -1
- package/contracts/instance/InstanceService.sol +21 -32
- package/contracts/instance/RiskSet.sol +10 -2
- package/contracts/instance/base/BalanceStore.sol +1 -1
- package/contracts/instance/base/ObjectLifecycle.sol +2 -6
- package/contracts/oracle/BasicOracle.sol +1 -1
- package/contracts/oracle/Oracle.sol +2 -2
- package/contracts/oracle/OracleService.sol +4 -4
- package/contracts/pool/BasicPool.sol +3 -14
- package/contracts/pool/BasicPoolAuthorization.sol +1 -2
- 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 +4 -14
- package/contracts/pool/PoolLib.sol +10 -22
- package/contracts/pool/PoolService.sol +35 -8
- package/contracts/product/ApplicationService.sol +58 -9
- package/contracts/product/BasicProduct.sol +1 -1
- package/contracts/product/BasicProductAuthorization.sol +2 -0
- package/contracts/product/ClaimService.sol +39 -40
- 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 +13 -8
- package/contracts/product/PolicyServiceLib.sol +7 -7
- package/contracts/product/PricingService.sol +22 -25
- package/contracts/product/Product.sol +38 -12
- package/contracts/product/RiskService.sol +48 -12
- package/contracts/registry/IRegistry.sol +11 -9
- package/contracts/registry/Registry.sol +15 -9
- package/contracts/registry/RegistryAuthorization.sol +55 -20
- package/contracts/registry/RegistryService.sol +1 -1
- package/contracts/registry/ReleaseRegistry.sol +8 -3
- package/contracts/registry/ServiceAuthorizationV3.sol +10 -12
- package/contracts/registry/TokenRegistry.sol +52 -49
- package/contracts/shared/Component.sol +6 -2
- package/contracts/shared/ComponentService.sol +15 -6
- package/contracts/shared/ContractLib.sol +3 -2
- package/contracts/shared/IComponent.sol +1 -1
- package/contracts/shared/IComponentService.sol +1 -0
- package/contracts/shared/IKeyValueStore.sol +1 -1
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/InstanceLinkedComponent.sol +4 -4
- package/contracts/shared/KeyValueStore.sol +3 -3
- package/contracts/shared/NftOwnable.sol +2 -0
- package/contracts/shared/PolicyHolder.sol +3 -2
- package/contracts/staking/IStaking.sol +187 -65
- package/contracts/staking/IStakingService.sol +36 -84
- package/contracts/staking/ITargetManager.sol +28 -0
- package/contracts/staking/Staking.sol +458 -210
- package/contracts/staking/StakingLib.sol +38 -124
- package/contracts/staking/StakingManager.sol +1 -2
- package/contracts/staking/StakingReader.sol +45 -74
- package/contracts/staking/StakingService.sol +39 -185
- package/contracts/staking/StakingServiceManager.sol +1 -0
- package/contracts/staking/StakingStore.sol +866 -327
- package/contracts/staking/TargetManager.sol +103 -0
- package/contracts/type/Amount.sol +4 -0
- package/contracts/type/Blocknumber.sol +15 -15
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/NftId.sol +3 -3
- package/contracts/type/Seconds.sol +14 -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 +13 -1
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +6 -2
- package/contracts/upgradeability/Versionable.sol +2 -2
- package/package.json +1 -1
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -485
- package/contracts/shared/ComponentVerifyingService.sol +0 -128
@@ -263,6 +263,27 @@
|
|
263
263
|
"name": "ErrorStakingNotNftOwner",
|
264
264
|
"type": "error"
|
265
265
|
},
|
266
|
+
{
|
267
|
+
"inputs": [
|
268
|
+
{
|
269
|
+
"internalType": "NftId",
|
270
|
+
"name": "stakeNftId",
|
271
|
+
"type": "uint96"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"internalType": "address",
|
275
|
+
"name": "expectedOwner",
|
276
|
+
"type": "address"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"internalType": "address",
|
280
|
+
"name": "actualOwner",
|
281
|
+
"type": "address"
|
282
|
+
}
|
283
|
+
],
|
284
|
+
"name": "ErrorStakingNotOwner",
|
285
|
+
"type": "error"
|
286
|
+
},
|
266
287
|
{
|
267
288
|
"inputs": [
|
268
289
|
{
|
@@ -301,6 +322,17 @@
|
|
301
322
|
"name": "ErrorStakingNotTarget",
|
302
323
|
"type": "error"
|
303
324
|
},
|
325
|
+
{
|
326
|
+
"inputs": [
|
327
|
+
{
|
328
|
+
"internalType": "VersionPart",
|
329
|
+
"name": "release",
|
330
|
+
"type": "uint8"
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"name": "ErrorStakingReleaseNotActive",
|
334
|
+
"type": "error"
|
335
|
+
},
|
304
336
|
{
|
305
337
|
"inputs": [
|
306
338
|
{
|
@@ -322,6 +354,17 @@
|
|
322
354
|
"name": "ErrorStakingRewardRateTooHigh",
|
323
355
|
"type": "error"
|
324
356
|
},
|
357
|
+
{
|
358
|
+
"inputs": [
|
359
|
+
{
|
360
|
+
"internalType": "VersionPart",
|
361
|
+
"name": "release",
|
362
|
+
"type": "uint8"
|
363
|
+
}
|
364
|
+
],
|
365
|
+
"name": "ErrorStakingServiceNotFound",
|
366
|
+
"type": "error"
|
367
|
+
},
|
325
368
|
{
|
326
369
|
"inputs": [
|
327
370
|
{
|
@@ -380,7 +423,7 @@
|
|
380
423
|
},
|
381
424
|
{
|
382
425
|
"internalType": "Amount",
|
383
|
-
"name": "
|
426
|
+
"name": "stakeLimitAmount",
|
384
427
|
"type": "uint96"
|
385
428
|
},
|
386
429
|
{
|
@@ -416,9 +459,9 @@
|
|
416
459
|
"type": "uint96"
|
417
460
|
},
|
418
461
|
{
|
419
|
-
"internalType": "
|
462
|
+
"internalType": "ChainId",
|
420
463
|
"name": "chainId",
|
421
|
-
"type": "
|
464
|
+
"type": "uint96"
|
422
465
|
},
|
423
466
|
{
|
424
467
|
"internalType": "address",
|
@@ -469,9 +512,9 @@
|
|
469
512
|
{
|
470
513
|
"inputs": [
|
471
514
|
{
|
472
|
-
"internalType": "
|
515
|
+
"internalType": "ChainId",
|
473
516
|
"name": "chainId",
|
474
|
-
"type": "
|
517
|
+
"type": "uint96"
|
475
518
|
},
|
476
519
|
{
|
477
520
|
"internalType": "address",
|
@@ -482,6 +525,16 @@
|
|
482
525
|
"name": "ErrorStakingTokenNotRegistered",
|
483
526
|
"type": "error"
|
484
527
|
},
|
528
|
+
{
|
529
|
+
"inputs": [],
|
530
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
531
|
+
"type": "error"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"inputs": [],
|
535
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
536
|
+
"type": "error"
|
537
|
+
},
|
485
538
|
{
|
486
539
|
"anonymous": false,
|
487
540
|
"inputs": [
|
@@ -570,6 +623,25 @@
|
|
570
623
|
"name": "LogComponentWalletTokensTransferred",
|
571
624
|
"type": "event"
|
572
625
|
},
|
626
|
+
{
|
627
|
+
"anonymous": false,
|
628
|
+
"inputs": [
|
629
|
+
{
|
630
|
+
"indexed": false,
|
631
|
+
"internalType": "NftId",
|
632
|
+
"name": "nftId",
|
633
|
+
"type": "uint96"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"indexed": false,
|
637
|
+
"internalType": "address",
|
638
|
+
"name": "owner",
|
639
|
+
"type": "address"
|
640
|
+
}
|
641
|
+
],
|
642
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
643
|
+
"type": "event"
|
644
|
+
},
|
573
645
|
{
|
574
646
|
"anonymous": false,
|
575
647
|
"inputs": [
|
@@ -582,17 +654,54 @@
|
|
582
654
|
{
|
583
655
|
"indexed": false,
|
584
656
|
"internalType": "Seconds",
|
585
|
-
"name": "
|
657
|
+
"name": "newLockingPeriod",
|
586
658
|
"type": "uint40"
|
587
659
|
},
|
588
660
|
{
|
589
661
|
"indexed": false,
|
590
662
|
"internalType": "Seconds",
|
591
|
-
"name": "
|
663
|
+
"name": "oldLockingPeriod",
|
664
|
+
"type": "uint40"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"indexed": false,
|
668
|
+
"internalType": "Blocknumber",
|
669
|
+
"name": "lastUpdatedIn",
|
670
|
+
"type": "uint40"
|
671
|
+
}
|
672
|
+
],
|
673
|
+
"name": "LogStakingProtocolLockingPeriodSet",
|
674
|
+
"type": "event"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"anonymous": false,
|
678
|
+
"inputs": [
|
679
|
+
{
|
680
|
+
"indexed": false,
|
681
|
+
"internalType": "NftId",
|
682
|
+
"name": "targetNftId",
|
683
|
+
"type": "uint96"
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"indexed": false,
|
687
|
+
"internalType": "UFixed",
|
688
|
+
"name": "newRewardRate",
|
689
|
+
"type": "uint160"
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"indexed": false,
|
693
|
+
"internalType": "UFixed",
|
694
|
+
"name": "oldRewardRate",
|
695
|
+
"type": "uint160"
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"indexed": false,
|
699
|
+
"internalType": "Blocknumber",
|
700
|
+
"name": "lastUpdatedIn",
|
592
701
|
"type": "uint40"
|
593
702
|
}
|
594
703
|
],
|
595
|
-
"name": "
|
704
|
+
"name": "LogStakingProtocolRewardRateSet",
|
596
705
|
"type": "event"
|
597
706
|
},
|
598
707
|
{
|
@@ -607,11 +716,29 @@
|
|
607
716
|
{
|
608
717
|
"indexed": false,
|
609
718
|
"internalType": "Amount",
|
610
|
-
"name": "
|
719
|
+
"name": "dipAmount",
|
720
|
+
"type": "uint96"
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"indexed": false,
|
724
|
+
"internalType": "address",
|
725
|
+
"name": "targetOwner",
|
726
|
+
"type": "address"
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"indexed": false,
|
730
|
+
"internalType": "Amount",
|
731
|
+
"name": "reserveBalance",
|
611
732
|
"type": "uint96"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"indexed": false,
|
736
|
+
"internalType": "Blocknumber",
|
737
|
+
"name": "lastUpdateIn",
|
738
|
+
"type": "uint40"
|
612
739
|
}
|
613
740
|
],
|
614
|
-
"name": "
|
741
|
+
"name": "LogStakingRewardReservesRefilled",
|
615
742
|
"type": "event"
|
616
743
|
},
|
617
744
|
{
|
@@ -625,50 +752,805 @@
|
|
625
752
|
},
|
626
753
|
{
|
627
754
|
"indexed": false,
|
628
|
-
"internalType": "
|
629
|
-
"name": "
|
630
|
-
"type": "
|
755
|
+
"internalType": "Amount",
|
756
|
+
"name": "dipAmount",
|
757
|
+
"type": "uint96"
|
631
758
|
},
|
632
759
|
{
|
633
760
|
"indexed": false,
|
634
|
-
"internalType": "
|
635
|
-
"name": "
|
636
|
-
"type": "
|
761
|
+
"internalType": "Amount",
|
762
|
+
"name": "reserveBalance",
|
763
|
+
"type": "uint96"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"indexed": false,
|
767
|
+
"internalType": "Blocknumber",
|
768
|
+
"name": "lastUpdateIn",
|
769
|
+
"type": "uint40"
|
770
|
+
}
|
771
|
+
],
|
772
|
+
"name": "LogStakingRewardReservesSpent",
|
773
|
+
"type": "event"
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"anonymous": false,
|
777
|
+
"inputs": [
|
778
|
+
{
|
779
|
+
"indexed": false,
|
780
|
+
"internalType": "NftId",
|
781
|
+
"name": "targetNftId",
|
782
|
+
"type": "uint96"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"indexed": false,
|
786
|
+
"internalType": "Amount",
|
787
|
+
"name": "dipAmount",
|
788
|
+
"type": "uint96"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"indexed": false,
|
792
|
+
"internalType": "address",
|
793
|
+
"name": "targetOwner",
|
794
|
+
"type": "address"
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"indexed": false,
|
798
|
+
"internalType": "Amount",
|
799
|
+
"name": "reserveBalance",
|
800
|
+
"type": "uint96"
|
801
|
+
},
|
802
|
+
{
|
803
|
+
"indexed": false,
|
804
|
+
"internalType": "Blocknumber",
|
805
|
+
"name": "lastUpdateIn",
|
806
|
+
"type": "uint40"
|
807
|
+
}
|
808
|
+
],
|
809
|
+
"name": "LogStakingRewardReservesWithdrawn",
|
810
|
+
"type": "event"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"anonymous": false,
|
814
|
+
"inputs": [
|
815
|
+
{
|
816
|
+
"indexed": false,
|
817
|
+
"internalType": "NftId",
|
818
|
+
"name": "stakeNftId",
|
819
|
+
"type": "uint96"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"indexed": false,
|
823
|
+
"internalType": "Amount",
|
824
|
+
"name": "claimedAmount",
|
825
|
+
"type": "uint96"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"indexed": false,
|
829
|
+
"internalType": "Amount",
|
830
|
+
"name": "stakeBalance",
|
831
|
+
"type": "uint96"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "Amount",
|
836
|
+
"name": "rewardBalance",
|
837
|
+
"type": "uint96"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"indexed": false,
|
841
|
+
"internalType": "Timestamp",
|
842
|
+
"name": "lockedUntil",
|
843
|
+
"type": "uint40"
|
844
|
+
}
|
845
|
+
],
|
846
|
+
"name": "LogStakingRewardsClaimed",
|
847
|
+
"type": "event"
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"anonymous": false,
|
851
|
+
"inputs": [
|
852
|
+
{
|
853
|
+
"indexed": false,
|
854
|
+
"internalType": "NftId",
|
855
|
+
"name": "stakeNftId",
|
856
|
+
"type": "uint96"
|
857
|
+
},
|
858
|
+
{
|
859
|
+
"indexed": false,
|
860
|
+
"internalType": "Amount",
|
861
|
+
"name": "restakedAmount",
|
862
|
+
"type": "uint96"
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"indexed": false,
|
866
|
+
"internalType": "Amount",
|
867
|
+
"name": "stakeBalance",
|
868
|
+
"type": "uint96"
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"indexed": false,
|
872
|
+
"internalType": "Amount",
|
873
|
+
"name": "rewardBalance",
|
874
|
+
"type": "uint96"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"indexed": false,
|
878
|
+
"internalType": "Timestamp",
|
879
|
+
"name": "lockedUntil",
|
880
|
+
"type": "uint40"
|
881
|
+
}
|
882
|
+
],
|
883
|
+
"name": "LogStakingRewardsRestaked",
|
884
|
+
"type": "event"
|
885
|
+
},
|
886
|
+
{
|
887
|
+
"anonymous": false,
|
888
|
+
"inputs": [
|
889
|
+
{
|
890
|
+
"indexed": false,
|
891
|
+
"internalType": "NftId",
|
892
|
+
"name": "stakeNftId",
|
893
|
+
"type": "uint96"
|
894
|
+
},
|
895
|
+
{
|
896
|
+
"indexed": false,
|
897
|
+
"internalType": "NftId",
|
898
|
+
"name": "targetNftId",
|
899
|
+
"type": "uint96"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"indexed": false,
|
903
|
+
"internalType": "Amount",
|
904
|
+
"name": "stakeAmount",
|
905
|
+
"type": "uint96"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"indexed": false,
|
909
|
+
"internalType": "Timestamp",
|
910
|
+
"name": "lockedUntil",
|
911
|
+
"type": "uint40"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"indexed": false,
|
915
|
+
"internalType": "address",
|
916
|
+
"name": "stakeOwner",
|
917
|
+
"type": "address"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"name": "LogStakingStakeCreated",
|
921
|
+
"type": "event"
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"anonymous": false,
|
925
|
+
"inputs": [
|
926
|
+
{
|
927
|
+
"indexed": false,
|
928
|
+
"internalType": "NftId",
|
929
|
+
"name": "stakeNftId",
|
930
|
+
"type": "uint96"
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"indexed": false,
|
934
|
+
"internalType": "NftId",
|
935
|
+
"name": "targetNftId",
|
936
|
+
"type": "uint96"
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"indexed": false,
|
940
|
+
"internalType": "Amount",
|
941
|
+
"name": "stakeAmount",
|
942
|
+
"type": "uint96"
|
943
|
+
},
|
944
|
+
{
|
945
|
+
"indexed": false,
|
946
|
+
"internalType": "address",
|
947
|
+
"name": "owner",
|
948
|
+
"type": "address"
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"indexed": false,
|
952
|
+
"internalType": "NftId",
|
953
|
+
"name": "oldStakeNftId",
|
954
|
+
"type": "uint96"
|
955
|
+
}
|
956
|
+
],
|
957
|
+
"name": "LogStakingStakeRestaked",
|
958
|
+
"type": "event"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"anonymous": false,
|
962
|
+
"inputs": [
|
963
|
+
{
|
964
|
+
"indexed": false,
|
965
|
+
"internalType": "NftId",
|
966
|
+
"name": "stakeNftId",
|
967
|
+
"type": "uint96"
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"indexed": false,
|
971
|
+
"internalType": "Amount",
|
972
|
+
"name": "rewardIncrementAmount",
|
973
|
+
"type": "uint96"
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"indexed": false,
|
977
|
+
"internalType": "Amount",
|
978
|
+
"name": "stakeBalance",
|
979
|
+
"type": "uint96"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"indexed": false,
|
983
|
+
"internalType": "Amount",
|
984
|
+
"name": "rewardBalance",
|
985
|
+
"type": "uint96"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"indexed": false,
|
989
|
+
"internalType": "Timestamp",
|
990
|
+
"name": "lockedUntil",
|
991
|
+
"type": "uint40"
|
992
|
+
}
|
993
|
+
],
|
994
|
+
"name": "LogStakingStakeRewardsUpdated",
|
995
|
+
"type": "event"
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"anonymous": false,
|
999
|
+
"inputs": [
|
1000
|
+
{
|
1001
|
+
"indexed": false,
|
1002
|
+
"internalType": "NftId",
|
1003
|
+
"name": "stakeNftId",
|
1004
|
+
"type": "uint96"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"indexed": false,
|
1008
|
+
"internalType": "Amount",
|
1009
|
+
"name": "stakedAmount",
|
1010
|
+
"type": "uint96"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
"indexed": false,
|
1014
|
+
"internalType": "Amount",
|
1015
|
+
"name": "stakeBalance",
|
1016
|
+
"type": "uint96"
|
1017
|
+
},
|
1018
|
+
{
|
1019
|
+
"indexed": false,
|
1020
|
+
"internalType": "Amount",
|
1021
|
+
"name": "rewardBalance",
|
1022
|
+
"type": "uint96"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"indexed": false,
|
1026
|
+
"internalType": "Timestamp",
|
1027
|
+
"name": "lockedUntil",
|
1028
|
+
"type": "uint40"
|
1029
|
+
}
|
1030
|
+
],
|
1031
|
+
"name": "LogStakingStaked",
|
1032
|
+
"type": "event"
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"anonymous": false,
|
1036
|
+
"inputs": [
|
1037
|
+
{
|
1038
|
+
"indexed": false,
|
1039
|
+
"internalType": "ChainId",
|
1040
|
+
"name": "chainId",
|
1041
|
+
"type": "uint96"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"indexed": false,
|
1045
|
+
"internalType": "address",
|
1046
|
+
"name": "token",
|
1047
|
+
"type": "address"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"indexed": false,
|
1051
|
+
"internalType": "UFixed",
|
1052
|
+
"name": "newStakingRate",
|
1053
|
+
"type": "uint160"
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"indexed": false,
|
1057
|
+
"internalType": "UFixed",
|
1058
|
+
"name": "oldStakingRate",
|
1059
|
+
"type": "uint160"
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"indexed": false,
|
1063
|
+
"internalType": "Blocknumber",
|
1064
|
+
"name": "lastUpdatedIn",
|
1065
|
+
"type": "uint40"
|
1066
|
+
}
|
1067
|
+
],
|
1068
|
+
"name": "LogStakingStakingRateSet",
|
1069
|
+
"type": "event"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"anonymous": false,
|
1073
|
+
"inputs": [
|
1074
|
+
{
|
1075
|
+
"indexed": false,
|
1076
|
+
"internalType": "address",
|
1077
|
+
"name": "stakingReader",
|
1078
|
+
"type": "address"
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"indexed": false,
|
1082
|
+
"internalType": "address",
|
1083
|
+
"name": "oldStakingReader",
|
1084
|
+
"type": "address"
|
1085
|
+
}
|
1086
|
+
],
|
1087
|
+
"name": "LogStakingStakingReaderSet",
|
1088
|
+
"type": "event"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"anonymous": false,
|
1092
|
+
"inputs": [
|
1093
|
+
{
|
1094
|
+
"indexed": false,
|
1095
|
+
"internalType": "address",
|
1096
|
+
"name": "stakingService",
|
1097
|
+
"type": "address"
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"indexed": false,
|
1101
|
+
"internalType": "VersionPart",
|
1102
|
+
"name": "release",
|
1103
|
+
"type": "uint8"
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"indexed": false,
|
1107
|
+
"internalType": "address",
|
1108
|
+
"name": "oldStakingService",
|
1109
|
+
"type": "address"
|
1110
|
+
}
|
1111
|
+
],
|
1112
|
+
"name": "LogStakingStakingServiceSet",
|
1113
|
+
"type": "event"
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
"anonymous": false,
|
1117
|
+
"inputs": [
|
1118
|
+
{
|
1119
|
+
"indexed": false,
|
1120
|
+
"internalType": "NftId",
|
1121
|
+
"name": "targetNftId",
|
1122
|
+
"type": "uint96"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"indexed": false,
|
1126
|
+
"internalType": "ObjectType",
|
1127
|
+
"name": "objectType",
|
1128
|
+
"type": "uint8"
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"indexed": false,
|
1132
|
+
"internalType": "Seconds",
|
1133
|
+
"name": "lockingPeriod",
|
1134
|
+
"type": "uint40"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"indexed": false,
|
1138
|
+
"internalType": "UFixed",
|
1139
|
+
"name": "rewardRate",
|
1140
|
+
"type": "uint160"
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"indexed": false,
|
1144
|
+
"internalType": "Amount",
|
1145
|
+
"name": "stakeLimitAmount",
|
1146
|
+
"type": "uint96"
|
1147
|
+
}
|
1148
|
+
],
|
1149
|
+
"name": "LogStakingTargetCreated",
|
1150
|
+
"type": "event"
|
1151
|
+
},
|
1152
|
+
{
|
1153
|
+
"anonymous": false,
|
1154
|
+
"inputs": [
|
1155
|
+
{
|
1156
|
+
"indexed": false,
|
1157
|
+
"internalType": "NftId",
|
1158
|
+
"name": "targetNftId",
|
1159
|
+
"type": "uint96"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"indexed": false,
|
1163
|
+
"internalType": "Amount",
|
1164
|
+
"name": "limitAmount",
|
1165
|
+
"type": "uint96"
|
1166
|
+
},
|
1167
|
+
{
|
1168
|
+
"indexed": false,
|
1169
|
+
"internalType": "Amount",
|
1170
|
+
"name": "hardLimitAmount",
|
1171
|
+
"type": "uint96"
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
"indexed": false,
|
1175
|
+
"internalType": "Amount",
|
1176
|
+
"name": "requiredStakeAmount",
|
1177
|
+
"type": "uint96"
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"indexed": false,
|
1181
|
+
"internalType": "Amount",
|
1182
|
+
"name": "actualStakeAmount",
|
1183
|
+
"type": "uint96"
|
1184
|
+
},
|
1185
|
+
{
|
1186
|
+
"indexed": false,
|
1187
|
+
"internalType": "Blocknumber",
|
1188
|
+
"name": "lastUpdateIn",
|
1189
|
+
"type": "uint40"
|
1190
|
+
}
|
1191
|
+
],
|
1192
|
+
"name": "LogStakingTargetLimitUpdated",
|
1193
|
+
"type": "event"
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"anonymous": false,
|
1197
|
+
"inputs": [
|
1198
|
+
{
|
1199
|
+
"indexed": false,
|
1200
|
+
"internalType": "NftId",
|
1201
|
+
"name": "targetNftId",
|
1202
|
+
"type": "uint96"
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
"indexed": false,
|
1206
|
+
"internalType": "Amount",
|
1207
|
+
"name": "stakeLimitAmount",
|
1208
|
+
"type": "uint96"
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"indexed": false,
|
1212
|
+
"internalType": "Amount",
|
1213
|
+
"name": "marginAmount",
|
1214
|
+
"type": "uint96"
|
1215
|
+
},
|
1216
|
+
{
|
1217
|
+
"indexed": false,
|
1218
|
+
"internalType": "Amount",
|
1219
|
+
"name": "limitAmount",
|
1220
|
+
"type": "uint96"
|
1221
|
+
}
|
1222
|
+
],
|
1223
|
+
"name": "LogStakingTargetLimitsSet",
|
1224
|
+
"type": "event"
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"anonymous": false,
|
1228
|
+
"inputs": [
|
1229
|
+
{
|
1230
|
+
"indexed": false,
|
1231
|
+
"internalType": "NftId",
|
1232
|
+
"name": "targetNftId",
|
1233
|
+
"type": "uint96"
|
1234
|
+
},
|
1235
|
+
{
|
1236
|
+
"indexed": false,
|
1237
|
+
"internalType": "Amount",
|
1238
|
+
"name": "marginAmount",
|
1239
|
+
"type": "uint96"
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"indexed": false,
|
1243
|
+
"internalType": "Amount",
|
1244
|
+
"name": "hardLimitAmount",
|
1245
|
+
"type": "uint96"
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"indexed": false,
|
1249
|
+
"internalType": "Blocknumber",
|
1250
|
+
"name": "lastUpdateIn",
|
1251
|
+
"type": "uint40"
|
1252
|
+
}
|
1253
|
+
],
|
1254
|
+
"name": "LogStakingTargetLimitsUpdated",
|
1255
|
+
"type": "event"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"anonymous": false,
|
1259
|
+
"inputs": [
|
1260
|
+
{
|
1261
|
+
"indexed": false,
|
1262
|
+
"internalType": "NftId",
|
1263
|
+
"name": "targetNftId",
|
1264
|
+
"type": "uint96"
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"indexed": false,
|
1268
|
+
"internalType": "Seconds",
|
1269
|
+
"name": "oldLockingPeriod",
|
1270
|
+
"type": "uint40"
|
1271
|
+
},
|
1272
|
+
{
|
1273
|
+
"indexed": false,
|
1274
|
+
"internalType": "Seconds",
|
1275
|
+
"name": "lockingPeriod",
|
1276
|
+
"type": "uint40"
|
1277
|
+
}
|
1278
|
+
],
|
1279
|
+
"name": "LogStakingTargetLockingPeriodSet",
|
1280
|
+
"type": "event"
|
1281
|
+
},
|
1282
|
+
{
|
1283
|
+
"anonymous": false,
|
1284
|
+
"inputs": [
|
1285
|
+
{
|
1286
|
+
"indexed": false,
|
1287
|
+
"internalType": "address",
|
1288
|
+
"name": "targetManager",
|
1289
|
+
"type": "address"
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"indexed": false,
|
1293
|
+
"internalType": "address",
|
1294
|
+
"name": "oldTargetManager",
|
1295
|
+
"type": "address"
|
1296
|
+
}
|
1297
|
+
],
|
1298
|
+
"name": "LogStakingTargetManagerSet",
|
1299
|
+
"type": "event"
|
1300
|
+
},
|
1301
|
+
{
|
1302
|
+
"anonymous": false,
|
1303
|
+
"inputs": [
|
1304
|
+
{
|
1305
|
+
"indexed": false,
|
1306
|
+
"internalType": "NftId",
|
1307
|
+
"name": "targetNftId",
|
1308
|
+
"type": "uint96"
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"indexed": false,
|
1312
|
+
"internalType": "Amount",
|
1313
|
+
"name": "stakeLimitAmount",
|
1314
|
+
"type": "uint96"
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
"indexed": false,
|
1318
|
+
"internalType": "Blocknumber",
|
1319
|
+
"name": "lastUpdateIn",
|
1320
|
+
"type": "uint40"
|
1321
|
+
}
|
1322
|
+
],
|
1323
|
+
"name": "LogStakingTargetMaxStakedAmountSet",
|
1324
|
+
"type": "event"
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"anonymous": false,
|
1328
|
+
"inputs": [
|
1329
|
+
{
|
1330
|
+
"indexed": false,
|
1331
|
+
"internalType": "NftId",
|
1332
|
+
"name": "targetNftId",
|
1333
|
+
"type": "uint96"
|
1334
|
+
},
|
1335
|
+
{
|
1336
|
+
"indexed": false,
|
1337
|
+
"internalType": "UFixed",
|
1338
|
+
"name": "rewardRate",
|
1339
|
+
"type": "uint160"
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"indexed": false,
|
1343
|
+
"internalType": "UFixed",
|
1344
|
+
"name": "oldRewardRate",
|
1345
|
+
"type": "uint160"
|
1346
|
+
}
|
1347
|
+
],
|
1348
|
+
"name": "LogStakingTargetRewardRateSet",
|
1349
|
+
"type": "event"
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
"anonymous": false,
|
1353
|
+
"inputs": [
|
1354
|
+
{
|
1355
|
+
"indexed": false,
|
1356
|
+
"internalType": "NftId",
|
1357
|
+
"name": "targetNftId",
|
1358
|
+
"type": "uint96"
|
1359
|
+
},
|
1360
|
+
{
|
1361
|
+
"indexed": false,
|
1362
|
+
"internalType": "ChainId",
|
1363
|
+
"name": "chainId",
|
1364
|
+
"type": "uint96"
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"indexed": false,
|
1368
|
+
"internalType": "address",
|
1369
|
+
"name": "token",
|
1370
|
+
"type": "address"
|
1371
|
+
}
|
1372
|
+
],
|
1373
|
+
"name": "LogStakingTargetTokenAdded",
|
1374
|
+
"type": "event"
|
1375
|
+
},
|
1376
|
+
{
|
1377
|
+
"anonymous": false,
|
1378
|
+
"inputs": [
|
1379
|
+
{
|
1380
|
+
"indexed": false,
|
1381
|
+
"internalType": "ChainId",
|
1382
|
+
"name": "chainId",
|
1383
|
+
"type": "uint96"
|
1384
|
+
},
|
1385
|
+
{
|
1386
|
+
"indexed": false,
|
1387
|
+
"internalType": "address",
|
1388
|
+
"name": "token",
|
1389
|
+
"type": "address"
|
1390
|
+
}
|
1391
|
+
],
|
1392
|
+
"name": "LogStakingTokenAdded",
|
1393
|
+
"type": "event"
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"anonymous": false,
|
1397
|
+
"inputs": [
|
1398
|
+
{
|
1399
|
+
"indexed": false,
|
1400
|
+
"internalType": "address",
|
1401
|
+
"name": "token",
|
1402
|
+
"type": "address"
|
1403
|
+
},
|
1404
|
+
{
|
1405
|
+
"indexed": false,
|
1406
|
+
"internalType": "Amount",
|
1407
|
+
"name": "approvalAmount",
|
1408
|
+
"type": "uint96"
|
1409
|
+
},
|
1410
|
+
{
|
1411
|
+
"indexed": false,
|
1412
|
+
"internalType": "Amount",
|
1413
|
+
"name": "oldApprovalAmount",
|
1414
|
+
"type": "uint96"
|
1415
|
+
}
|
1416
|
+
],
|
1417
|
+
"name": "LogStakingTokenHandlerApproved",
|
1418
|
+
"type": "event"
|
1419
|
+
},
|
1420
|
+
{
|
1421
|
+
"anonymous": false,
|
1422
|
+
"inputs": [
|
1423
|
+
{
|
1424
|
+
"indexed": false,
|
1425
|
+
"internalType": "NftId",
|
1426
|
+
"name": "targetNftId",
|
1427
|
+
"type": "uint96"
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
"indexed": false,
|
1431
|
+
"internalType": "address",
|
1432
|
+
"name": "token",
|
1433
|
+
"type": "address"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"indexed": false,
|
1437
|
+
"internalType": "Amount",
|
1438
|
+
"name": "amount",
|
1439
|
+
"type": "uint96"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"indexed": false,
|
1443
|
+
"internalType": "Amount",
|
1444
|
+
"name": "newBalance",
|
1445
|
+
"type": "uint96"
|
1446
|
+
}
|
1447
|
+
],
|
1448
|
+
"name": "LogStakingTotalValueLockedDecreased",
|
1449
|
+
"type": "event"
|
1450
|
+
},
|
1451
|
+
{
|
1452
|
+
"anonymous": false,
|
1453
|
+
"inputs": [
|
1454
|
+
{
|
1455
|
+
"indexed": false,
|
1456
|
+
"internalType": "NftId",
|
1457
|
+
"name": "targetNftId",
|
1458
|
+
"type": "uint96"
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"indexed": false,
|
1462
|
+
"internalType": "address",
|
1463
|
+
"name": "token",
|
1464
|
+
"type": "address"
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"indexed": false,
|
1468
|
+
"internalType": "Amount",
|
1469
|
+
"name": "amount",
|
1470
|
+
"type": "uint96"
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"indexed": false,
|
1474
|
+
"internalType": "Amount",
|
1475
|
+
"name": "newBalance",
|
1476
|
+
"type": "uint96"
|
1477
|
+
}
|
1478
|
+
],
|
1479
|
+
"name": "LogStakingTotalValueLockedIncreased",
|
1480
|
+
"type": "event"
|
1481
|
+
},
|
1482
|
+
{
|
1483
|
+
"anonymous": false,
|
1484
|
+
"inputs": [
|
1485
|
+
{
|
1486
|
+
"indexed": false,
|
1487
|
+
"internalType": "NftId",
|
1488
|
+
"name": "stakeNftId",
|
1489
|
+
"type": "uint96"
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"indexed": false,
|
1493
|
+
"internalType": "Amount",
|
1494
|
+
"name": "unstakedAmount",
|
1495
|
+
"type": "uint96"
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"indexed": false,
|
1499
|
+
"internalType": "Amount",
|
1500
|
+
"name": "stakeBalance",
|
1501
|
+
"type": "uint96"
|
1502
|
+
},
|
1503
|
+
{
|
1504
|
+
"indexed": false,
|
1505
|
+
"internalType": "Amount",
|
1506
|
+
"name": "rewardBalance",
|
1507
|
+
"type": "uint96"
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"indexed": false,
|
1511
|
+
"internalType": "Timestamp",
|
1512
|
+
"name": "lockedUntil",
|
1513
|
+
"type": "uint40"
|
637
1514
|
}
|
638
1515
|
],
|
639
|
-
"name": "
|
1516
|
+
"name": "LogStakingUnstaked",
|
640
1517
|
"type": "event"
|
641
1518
|
},
|
642
1519
|
{
|
643
|
-
"anonymous": false,
|
644
1520
|
"inputs": [
|
645
1521
|
{
|
646
|
-
"
|
647
|
-
"
|
648
|
-
"
|
649
|
-
"type": "uint256"
|
1522
|
+
"internalType": "NftId",
|
1523
|
+
"name": "targetNftId",
|
1524
|
+
"type": "uint96"
|
650
1525
|
},
|
651
1526
|
{
|
652
|
-
"indexed": false,
|
653
1527
|
"internalType": "address",
|
654
1528
|
"name": "token",
|
655
1529
|
"type": "address"
|
656
|
-
}
|
1530
|
+
}
|
1531
|
+
],
|
1532
|
+
"name": "addTargetToken",
|
1533
|
+
"outputs": [],
|
1534
|
+
"stateMutability": "nonpayable",
|
1535
|
+
"type": "function"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"inputs": [
|
657
1539
|
{
|
658
|
-
"
|
659
|
-
"
|
660
|
-
"
|
661
|
-
"type": "uint160"
|
1540
|
+
"internalType": "ChainId",
|
1541
|
+
"name": "chainId",
|
1542
|
+
"type": "uint96"
|
662
1543
|
},
|
663
1544
|
{
|
664
|
-
"
|
665
|
-
"
|
666
|
-
"
|
667
|
-
"type": "uint160"
|
1545
|
+
"internalType": "address",
|
1546
|
+
"name": "token",
|
1547
|
+
"type": "address"
|
668
1548
|
}
|
669
1549
|
],
|
670
|
-
"name": "
|
671
|
-
"
|
1550
|
+
"name": "addToken",
|
1551
|
+
"outputs": [],
|
1552
|
+
"stateMutability": "nonpayable",
|
1553
|
+
"type": "function"
|
672
1554
|
},
|
673
1555
|
{
|
674
1556
|
"inputs": [
|
@@ -722,11 +1604,6 @@
|
|
722
1604
|
},
|
723
1605
|
{
|
724
1606
|
"inputs": [
|
725
|
-
{
|
726
|
-
"internalType": "NftId",
|
727
|
-
"name": "stakeNftId",
|
728
|
-
"type": "uint96"
|
729
|
-
},
|
730
1607
|
{
|
731
1608
|
"internalType": "NftId",
|
732
1609
|
"name": "targetNftId",
|
@@ -736,10 +1613,21 @@
|
|
736
1613
|
"internalType": "Amount",
|
737
1614
|
"name": "dipAmount",
|
738
1615
|
"type": "uint96"
|
1616
|
+
},
|
1617
|
+
{
|
1618
|
+
"internalType": "address",
|
1619
|
+
"name": "stakeOwner",
|
1620
|
+
"type": "address"
|
739
1621
|
}
|
740
1622
|
],
|
741
1623
|
"name": "createStake",
|
742
|
-
"outputs": [
|
1624
|
+
"outputs": [
|
1625
|
+
{
|
1626
|
+
"internalType": "NftId",
|
1627
|
+
"name": "stakeNftId",
|
1628
|
+
"type": "uint96"
|
1629
|
+
}
|
1630
|
+
],
|
743
1631
|
"stateMutability": "nonpayable",
|
744
1632
|
"type": "function"
|
745
1633
|
},
|
@@ -1105,6 +1993,45 @@
|
|
1105
1993
|
"stateMutability": "view",
|
1106
1994
|
"type": "function"
|
1107
1995
|
},
|
1996
|
+
{
|
1997
|
+
"inputs": [
|
1998
|
+
{
|
1999
|
+
"internalType": "NftId",
|
2000
|
+
"name": "targetNftId",
|
2001
|
+
"type": "uint96"
|
2002
|
+
},
|
2003
|
+
{
|
2004
|
+
"internalType": "address",
|
2005
|
+
"name": "token",
|
2006
|
+
"type": "address"
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"internalType": "uint16",
|
2010
|
+
"name": "tvlUpdatesCount",
|
2011
|
+
"type": "uint16"
|
2012
|
+
},
|
2013
|
+
{
|
2014
|
+
"internalType": "Amount",
|
2015
|
+
"name": "baselineTvlAmount",
|
2016
|
+
"type": "uint96"
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
"internalType": "Amount",
|
2020
|
+
"name": "currentTvlAmount",
|
2021
|
+
"type": "uint96"
|
2022
|
+
}
|
2023
|
+
],
|
2024
|
+
"name": "isLimitUpdateRequired",
|
2025
|
+
"outputs": [
|
2026
|
+
{
|
2027
|
+
"internalType": "bool",
|
2028
|
+
"name": "updateIsRequired",
|
2029
|
+
"type": "bool"
|
2030
|
+
}
|
2031
|
+
],
|
2032
|
+
"stateMutability": "view",
|
2033
|
+
"type": "function"
|
2034
|
+
},
|
1108
2035
|
{
|
1109
2036
|
"inputs": [],
|
1110
2037
|
"name": "isNftInterceptor",
|
@@ -1196,6 +2123,35 @@
|
|
1196
2123
|
"stateMutability": "nonpayable",
|
1197
2124
|
"type": "function"
|
1198
2125
|
},
|
2126
|
+
{
|
2127
|
+
"inputs": [
|
2128
|
+
{
|
2129
|
+
"internalType": "NftId",
|
2130
|
+
"name": "targetNftId",
|
2131
|
+
"type": "uint96"
|
2132
|
+
},
|
2133
|
+
{
|
2134
|
+
"internalType": "Amount",
|
2135
|
+
"name": "dipAmount",
|
2136
|
+
"type": "uint96"
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"internalType": "address",
|
2140
|
+
"name": "transferFrom",
|
2141
|
+
"type": "address"
|
2142
|
+
}
|
2143
|
+
],
|
2144
|
+
"name": "refillRewardReservesByService",
|
2145
|
+
"outputs": [
|
2146
|
+
{
|
2147
|
+
"internalType": "Amount",
|
2148
|
+
"name": "newBalance",
|
2149
|
+
"type": "uint96"
|
2150
|
+
}
|
2151
|
+
],
|
2152
|
+
"stateMutability": "nonpayable",
|
2153
|
+
"type": "function"
|
2154
|
+
},
|
1199
2155
|
{
|
1200
2156
|
"inputs": [
|
1201
2157
|
{
|
@@ -1208,11 +2164,6 @@
|
|
1208
2164
|
"name": "expectedObjectType",
|
1209
2165
|
"type": "uint8"
|
1210
2166
|
},
|
1211
|
-
{
|
1212
|
-
"internalType": "uint256",
|
1213
|
-
"name": "chainId",
|
1214
|
-
"type": "uint256"
|
1215
|
-
},
|
1216
2167
|
{
|
1217
2168
|
"internalType": "Seconds",
|
1218
2169
|
"name": "initialLockingPeriod",
|
@@ -1238,12 +2189,17 @@
|
|
1238
2189
|
},
|
1239
2190
|
{
|
1240
2191
|
"internalType": "NftId",
|
1241
|
-
"name": "
|
2192
|
+
"name": "newTargetNftId",
|
1242
2193
|
"type": "uint96"
|
1243
2194
|
}
|
1244
2195
|
],
|
1245
2196
|
"name": "restake",
|
1246
2197
|
"outputs": [
|
2198
|
+
{
|
2199
|
+
"internalType": "NftId",
|
2200
|
+
"name": "newStakeNftId",
|
2201
|
+
"type": "uint96"
|
2202
|
+
},
|
1247
2203
|
{
|
1248
2204
|
"internalType": "Amount",
|
1249
2205
|
"name": "newStakeBalance",
|
@@ -1293,7 +2249,7 @@
|
|
1293
2249
|
},
|
1294
2250
|
{
|
1295
2251
|
"internalType": "Amount",
|
1296
|
-
"name": "
|
2252
|
+
"name": "stakeLimitAmount",
|
1297
2253
|
"type": "uint96"
|
1298
2254
|
}
|
1299
2255
|
],
|
@@ -1302,6 +2258,32 @@
|
|
1302
2258
|
"stateMutability": "nonpayable",
|
1303
2259
|
"type": "function"
|
1304
2260
|
},
|
2261
|
+
{
|
2262
|
+
"inputs": [
|
2263
|
+
{
|
2264
|
+
"internalType": "Seconds",
|
2265
|
+
"name": "lockingPeriod",
|
2266
|
+
"type": "uint40"
|
2267
|
+
}
|
2268
|
+
],
|
2269
|
+
"name": "setProtocolLockingPeriod",
|
2270
|
+
"outputs": [],
|
2271
|
+
"stateMutability": "nonpayable",
|
2272
|
+
"type": "function"
|
2273
|
+
},
|
2274
|
+
{
|
2275
|
+
"inputs": [
|
2276
|
+
{
|
2277
|
+
"internalType": "UFixed",
|
2278
|
+
"name": "rewardRate",
|
2279
|
+
"type": "uint160"
|
2280
|
+
}
|
2281
|
+
],
|
2282
|
+
"name": "setProtocolRewardRate",
|
2283
|
+
"outputs": [],
|
2284
|
+
"stateMutability": "nonpayable",
|
2285
|
+
"type": "function"
|
2286
|
+
},
|
1305
2287
|
{
|
1306
2288
|
"inputs": [
|
1307
2289
|
{
|
@@ -1323,9 +2305,9 @@
|
|
1323
2305
|
{
|
1324
2306
|
"inputs": [
|
1325
2307
|
{
|
1326
|
-
"internalType": "
|
2308
|
+
"internalType": "ChainId",
|
1327
2309
|
"name": "chainId",
|
1328
|
-
"type": "
|
2310
|
+
"type": "uint96"
|
1329
2311
|
},
|
1330
2312
|
{
|
1331
2313
|
"internalType": "address",
|
@@ -1343,6 +2325,68 @@
|
|
1343
2325
|
"stateMutability": "nonpayable",
|
1344
2326
|
"type": "function"
|
1345
2327
|
},
|
2328
|
+
{
|
2329
|
+
"inputs": [
|
2330
|
+
{
|
2331
|
+
"internalType": "address",
|
2332
|
+
"name": "stakingReader",
|
2333
|
+
"type": "address"
|
2334
|
+
}
|
2335
|
+
],
|
2336
|
+
"name": "setStakingReader",
|
2337
|
+
"outputs": [],
|
2338
|
+
"stateMutability": "nonpayable",
|
2339
|
+
"type": "function"
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"inputs": [
|
2343
|
+
{
|
2344
|
+
"internalType": "VersionPart",
|
2345
|
+
"name": "release",
|
2346
|
+
"type": "uint8"
|
2347
|
+
}
|
2348
|
+
],
|
2349
|
+
"name": "setStakingService",
|
2350
|
+
"outputs": [],
|
2351
|
+
"stateMutability": "nonpayable",
|
2352
|
+
"type": "function"
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"inputs": [
|
2356
|
+
{
|
2357
|
+
"internalType": "NftId",
|
2358
|
+
"name": "targetNftId",
|
2359
|
+
"type": "uint96"
|
2360
|
+
},
|
2361
|
+
{
|
2362
|
+
"internalType": "Amount",
|
2363
|
+
"name": "marginAmount",
|
2364
|
+
"type": "uint96"
|
2365
|
+
},
|
2366
|
+
{
|
2367
|
+
"internalType": "Amount",
|
2368
|
+
"name": "limitAmount",
|
2369
|
+
"type": "uint96"
|
2370
|
+
}
|
2371
|
+
],
|
2372
|
+
"name": "setTargetLimits",
|
2373
|
+
"outputs": [],
|
2374
|
+
"stateMutability": "nonpayable",
|
2375
|
+
"type": "function"
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"inputs": [
|
2379
|
+
{
|
2380
|
+
"internalType": "address",
|
2381
|
+
"name": "targetManager",
|
2382
|
+
"type": "address"
|
2383
|
+
}
|
2384
|
+
],
|
2385
|
+
"name": "setTargetManager",
|
2386
|
+
"outputs": [],
|
2387
|
+
"stateMutability": "nonpayable",
|
2388
|
+
"type": "function"
|
2389
|
+
},
|
1346
2390
|
{
|
1347
2391
|
"inputs": [
|
1348
2392
|
{
|
@@ -1360,7 +2404,7 @@
|
|
1360
2404
|
"outputs": [
|
1361
2405
|
{
|
1362
2406
|
"internalType": "Amount",
|
1363
|
-
"name": "
|
2407
|
+
"name": "newStakeBalance",
|
1364
2408
|
"type": "uint96"
|
1365
2409
|
}
|
1366
2410
|
],
|
@@ -1400,10 +2444,24 @@
|
|
1400
2444
|
"internalType": "Amount",
|
1401
2445
|
"name": "unstakedAmount",
|
1402
2446
|
"type": "uint96"
|
1403
|
-
}
|
2447
|
+
}
|
2448
|
+
],
|
2449
|
+
"stateMutability": "nonpayable",
|
2450
|
+
"type": "function"
|
2451
|
+
},
|
2452
|
+
{
|
2453
|
+
"inputs": [
|
2454
|
+
{
|
2455
|
+
"internalType": "NftId",
|
2456
|
+
"name": "targetNftId",
|
2457
|
+
"type": "uint96"
|
2458
|
+
}
|
2459
|
+
],
|
2460
|
+
"name": "updateLimit",
|
2461
|
+
"outputs": [
|
1404
2462
|
{
|
1405
2463
|
"internalType": "Amount",
|
1406
|
-
"name": "
|
2464
|
+
"name": "stakeLimitAmount",
|
1407
2465
|
"type": "uint96"
|
1408
2466
|
}
|
1409
2467
|
],
|
@@ -1442,7 +2500,13 @@
|
|
1442
2500
|
}
|
1443
2501
|
],
|
1444
2502
|
"name": "updateRewards",
|
1445
|
-
"outputs": [
|
2503
|
+
"outputs": [
|
2504
|
+
{
|
2505
|
+
"internalType": "Amount",
|
2506
|
+
"name": "newRewardAmount",
|
2507
|
+
"type": "uint96"
|
2508
|
+
}
|
2509
|
+
],
|
1446
2510
|
"stateMutability": "nonpayable",
|
1447
2511
|
"type": "function"
|
1448
2512
|
},
|
@@ -1482,6 +2546,35 @@
|
|
1482
2546
|
],
|
1483
2547
|
"stateMutability": "nonpayable",
|
1484
2548
|
"type": "function"
|
2549
|
+
},
|
2550
|
+
{
|
2551
|
+
"inputs": [
|
2552
|
+
{
|
2553
|
+
"internalType": "NftId",
|
2554
|
+
"name": "targetNftId",
|
2555
|
+
"type": "uint96"
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"internalType": "Amount",
|
2559
|
+
"name": "dipAmount",
|
2560
|
+
"type": "uint96"
|
2561
|
+
},
|
2562
|
+
{
|
2563
|
+
"internalType": "address",
|
2564
|
+
"name": "transferTo",
|
2565
|
+
"type": "address"
|
2566
|
+
}
|
2567
|
+
],
|
2568
|
+
"name": "withdrawRewardReservesByService",
|
2569
|
+
"outputs": [
|
2570
|
+
{
|
2571
|
+
"internalType": "Amount",
|
2572
|
+
"name": "newBalance",
|
2573
|
+
"type": "uint96"
|
2574
|
+
}
|
2575
|
+
],
|
2576
|
+
"stateMutability": "nonpayable",
|
2577
|
+
"type": "function"
|
1485
2578
|
}
|
1486
2579
|
],
|
1487
2580
|
"bytecode": "0x",
|