@etherisc/gif-next 0.0.2-ff1bf36-818 → 0.0.2-ff3a8a0-504
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +91 -8
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → accounting/IAccountingService.sol/IAccountingService.json} +408 -104
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +673 -262
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +202 -5
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +456 -24
- 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 +549 -209
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +215 -18
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +265 -16
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +473 -17
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +196 -441
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +431 -36
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +115 -325
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +682 -375
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +218 -130
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +102 -160
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +478 -108
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1484 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2053 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1439 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2585 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/IKeyValueStore.sol/IKeyValueStore.json → instance/BaseStore.sol/BaseStore.json} +55 -197
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +193 -45
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/KeyValueStore.sol/KeyValueStore.json → instance/IBaseStore.sol/IBaseStore.json} +34 -227
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +578 -65
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +395 -60
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +616 -183
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1021 -363
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +328 -92
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1635 -804
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +409 -231
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +143 -105
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1275 -1690
- 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 +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
- 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 +46 -5
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +16 -5
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- 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 +148 -317
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +429 -37
- 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 +116 -109
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +98 -11
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +124 -269
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +198 -190
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +177 -97
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +173 -326
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +430 -35
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +352 -380
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +174 -126
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +247 -121
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +154 -158
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +500 -269
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +152 -308
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +723 -515
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +218 -110
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +357 -173
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +165 -97
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +305 -389
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +430 -35
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +458 -253
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +187 -123
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +296 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +335 -19
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +300 -64
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +183 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +270 -202
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +286 -21
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +428 -287
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +193 -121
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +247 -332
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +165 -137
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +278 -362
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +364 -186
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +166 -94
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +359 -48
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +169 -37
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +565 -109
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +791 -377
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +136 -290
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +141 -89
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +483 -253
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +489 -20
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +120 -60
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +100 -227
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +496 -625
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +188 -130
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +93 -68
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +432 -290
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +116 -109
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +35 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +167 -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 +84 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -22
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +123 -268
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -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 +41 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +141 -97
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +86 -111
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +327 -73
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +88 -24
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1512 -167
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +235 -123
- 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 +1646 -402
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +193 -107
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +295 -183
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +282 -281
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +144 -96
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1645 -790
- 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 +180 -77
- 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 +35 -11
- 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 +28 -4
- 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 +94 -38
- 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 +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +23 -4
- 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 +33 -31
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- 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 +125 -7
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +42 -157
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +69 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +21 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
- 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 +73 -36
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +101 -2
- 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 +118 -79
- 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 +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +458 -269
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +146 -4
- package/contracts/authorization/Authorization.sol +159 -207
- package/contracts/authorization/IAccess.sol +25 -6
- package/contracts/authorization/IAccessAdmin.sol +87 -79
- package/contracts/authorization/IAuthorization.sol +9 -37
- package/contracts/authorization/IServiceAuthorization.sol +57 -17
- package/contracts/authorization/ServiceAuthorization.sol +255 -25
- package/contracts/distribution/BasicDistribution.sol +20 -17
- package/contracts/distribution/BasicDistributionAuthorization.sol +30 -10
- package/contracts/distribution/Distribution.sol +44 -92
- package/contracts/distribution/DistributionService.sol +243 -117
- package/contracts/distribution/DistributionServiceManager.sol +6 -6
- package/contracts/distribution/IDistributionComponent.sol +4 -11
- package/contracts/distribution/IDistributionService.sol +46 -26
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +42 -38
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +111 -18
- package/contracts/instance/IInstanceService.sol +61 -34
- package/contracts/instance/Instance.sol +197 -75
- package/contracts/instance/InstanceAdmin.sol +276 -182
- package/contracts/instance/InstanceAuthorizationV3.sol +152 -81
- package/contracts/instance/InstanceReader.sol +463 -257
- package/contracts/instance/InstanceService.sol +320 -273
- package/contracts/instance/InstanceServiceManager.sol +6 -7
- package/contracts/instance/InstanceStore.sol +165 -107
- package/contracts/instance/ProductStore.sol +303 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/base/BalanceStore.sol +4 -6
- package/contracts/instance/base/ObjectCounter.sol +1 -2
- package/contracts/instance/base/ObjectLifecycle.sol +12 -8
- package/contracts/instance/base/ObjectSet.sol +31 -33
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +29 -13
- package/contracts/instance/module/IDistribution.sol +21 -8
- package/contracts/instance/module/IPolicy.sol +49 -28
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/oracle/BasicOracle.sol +2 -5
- package/contracts/oracle/BasicOracleAuthorization.sol +15 -8
- package/contracts/oracle/IOracle.sol +9 -4
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +9 -21
- package/contracts/oracle/OracleService.sol +119 -87
- package/contracts/oracle/OracleServiceManager.sol +6 -6
- package/contracts/pool/BasicPool.sol +34 -38
- package/contracts/pool/BasicPoolAuthorization.sol +34 -11
- package/contracts/pool/BundleService.sol +117 -167
- package/contracts/pool/BundleServiceManager.sol +6 -6
- package/contracts/pool/IBundleService.sol +28 -46
- package/contracts/pool/IPoolComponent.sol +19 -15
- package/contracts/pool/IPoolService.sol +80 -73
- package/contracts/pool/Pool.sol +142 -137
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +361 -288
- package/contracts/pool/PoolServiceManager.sol +4 -4
- package/contracts/product/ApplicationService.sol +113 -36
- package/contracts/product/ApplicationServiceManager.sol +4 -4
- package/contracts/product/BasicProduct.sol +11 -14
- package/contracts/product/BasicProductAuthorization.sol +32 -12
- package/contracts/product/ClaimService.sol +391 -181
- package/contracts/product/ClaimServiceManager.sol +4 -4
- package/contracts/product/IApplicationService.sol +28 -3
- package/contracts/product/IClaimService.sol +47 -11
- package/contracts/product/IPolicyService.sol +47 -29
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +27 -5
- package/contracts/product/IRiskService.sol +25 -10
- package/contracts/product/PolicyService.sol +379 -318
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +4 -4
- package/contracts/product/PricingService.sol +85 -83
- package/contracts/product/PricingServiceManager.sol +4 -4
- package/contracts/product/Product.sol +177 -94
- package/contracts/product/RiskService.sol +132 -40
- package/contracts/product/RiskServiceManager.sol +4 -4
- package/contracts/registry/ChainNft.sol +72 -40
- package/contracts/registry/IRegistry.sol +70 -32
- package/contracts/registry/IRegistryService.sol +5 -12
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +367 -207
- package/contracts/registry/RegistryAdmin.sol +114 -297
- package/contracts/registry/RegistryAuthorization.sol +336 -0
- package/contracts/registry/RegistryService.sol +38 -49
- package/contracts/registry/RegistryServiceManager.sol +3 -3
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +8 -3
- package/contracts/registry/ReleaseRegistry.sol +279 -239
- package/contracts/registry/ServiceAuthorizationV3.sol +205 -63
- package/contracts/registry/TokenRegistry.sol +61 -59
- package/contracts/shared/Component.sol +69 -123
- package/contracts/shared/ComponentService.sol +429 -379
- package/contracts/shared/ComponentServiceManager.sol +8 -5
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +6 -18
- package/contracts/shared/IComponentService.sol +43 -40
- package/contracts/shared/IInstanceLinkedComponent.sol +3 -22
- package/contracts/shared/ILifecycle.sol +3 -1
- package/contracts/shared/INftOwnable.sol +4 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +3 -5
- package/contracts/shared/InitializableERC165.sol +10 -2
- package/contracts/shared/InstanceLinkedComponent.sol +73 -51
- package/contracts/shared/Lifecycle.sol +15 -4
- package/contracts/shared/NftOwnable.sol +31 -9
- package/contracts/shared/PolicyHolder.sol +18 -54
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +20 -35
- package/contracts/shared/TokenHandler.sol +275 -72
- package/contracts/shared/TokenHandlerDeployerLib.sol +10 -2
- package/contracts/staking/IStaking.sol +271 -71
- package/contracts/staking/IStakingService.sol +45 -78
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +523 -222
- package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +70 -81
- package/contracts/staking/StakingManager.sol +12 -9
- package/contracts/staking/StakingReader.sol +70 -82
- package/contracts/staking/StakingService.sol +63 -149
- package/contracts/staking/StakingServiceManager.sol +7 -5
- package/contracts/staking/StakingStore.sol +1093 -330
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +73 -46
- package/contracts/type/Amount.sol +19 -0
- package/contracts/type/Blocknumber.sol +15 -15
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/Fee.sol +8 -8
- package/contracts/type/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +7 -0
- package/contracts/type/ObjectType.sol +73 -37
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/RiskId.sol +38 -6
- package/contracts/type/RoleId.sol +61 -55
- package/contracts/type/Seconds.sol +27 -0
- package/contracts/type/Selector.sol +5 -0
- package/contracts/type/StateId.sol +15 -1
- package/contracts/type/String.sol +12 -0
- package/contracts/type/Timestamp.sol +4 -7
- package/contracts/type/UFixed.sol +38 -126
- package/contracts/type/Version.sol +54 -5
- package/contracts/upgradeability/IVersionable.sol +3 -0
- package/contracts/upgradeability/ProxyManager.sol +93 -45
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +12 -2
- package/contracts/upgradeability/Versionable.sol +8 -5
- package/package.json +5 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -129
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -387
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +0 -4
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +0 -164
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -16
- package/contracts/authorization/IModuleAuthorization.sol +0 -21
- package/contracts/authorization/ModuleAuthorization.sol +0 -78
- package/contracts/instance/module/IAccess.sol +0 -46
- package/contracts/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/IKeyValueStore.sol +0 -54
- package/contracts/shared/InitializableCustom.sol +0 -177
- package/contracts/shared/KeyValueStore.sol +0 -131
- package/contracts/staking/StakingLifecycle.sol +0 -23
@@ -41,6 +41,17 @@
|
|
41
41
|
"name": "AccessManagedUnauthorized",
|
42
42
|
"type": "error"
|
43
43
|
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "authority",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
54
|
+
},
|
44
55
|
{
|
45
56
|
"inputs": [],
|
46
57
|
"name": "ErrorComponentNameLengthZero",
|
@@ -59,7 +70,12 @@
|
|
59
70
|
},
|
60
71
|
{
|
61
72
|
"inputs": [],
|
62
|
-
"name": "
|
73
|
+
"name": "ErrorComponentProductNftIdNonzero",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [],
|
78
|
+
"name": "ErrorComponentProductNftIdZero",
|
63
79
|
"type": "error"
|
64
80
|
},
|
65
81
|
{
|
@@ -104,6 +120,22 @@
|
|
104
120
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
105
121
|
"type": "error"
|
106
122
|
},
|
123
|
+
{
|
124
|
+
"inputs": [
|
125
|
+
{
|
126
|
+
"internalType": "NftId",
|
127
|
+
"name": "nftId",
|
128
|
+
"type": "uint96"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"internalType": "ObjectType",
|
132
|
+
"name": "expectedObjectType",
|
133
|
+
"type": "uint8"
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"name": "ErrorNftOwnableInvalidType",
|
137
|
+
"type": "error"
|
138
|
+
},
|
107
139
|
{
|
108
140
|
"inputs": [
|
109
141
|
{
|
@@ -126,6 +158,27 @@
|
|
126
158
|
"name": "ErrorNotRegistry",
|
127
159
|
"type": "error"
|
128
160
|
},
|
161
|
+
{
|
162
|
+
"inputs": [],
|
163
|
+
"name": "ErrorRegisterableNotActive",
|
164
|
+
"type": "error"
|
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
|
+
},
|
129
182
|
{
|
130
183
|
"inputs": [
|
131
184
|
{
|
@@ -180,40 +233,82 @@
|
|
180
233
|
"name": "targetNftId",
|
181
234
|
"type": "uint96"
|
182
235
|
},
|
236
|
+
{
|
237
|
+
"internalType": "Seconds",
|
238
|
+
"name": "lockingPeriod",
|
239
|
+
"type": "uint40"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"internalType": "Seconds",
|
243
|
+
"name": "minLockingPeriod",
|
244
|
+
"type": "uint40"
|
245
|
+
},
|
183
246
|
{
|
184
247
|
"internalType": "Seconds",
|
185
248
|
"name": "maxLockingPeriod",
|
186
249
|
"type": "uint40"
|
250
|
+
}
|
251
|
+
],
|
252
|
+
"name": "ErrorStakingLockingPeriodInvalid",
|
253
|
+
"type": "error"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"inputs": [
|
257
|
+
{
|
258
|
+
"internalType": "Seconds",
|
259
|
+
"name": "minLockingPeriod",
|
260
|
+
"type": "uint40"
|
187
261
|
},
|
188
262
|
{
|
189
263
|
"internalType": "Seconds",
|
190
|
-
"name": "
|
264
|
+
"name": "maxLockingPeriod",
|
191
265
|
"type": "uint40"
|
192
266
|
}
|
193
267
|
],
|
194
|
-
"name": "
|
268
|
+
"name": "ErrorStakingLockingPeriodsInvalid",
|
195
269
|
"type": "error"
|
196
270
|
},
|
197
271
|
{
|
198
272
|
"inputs": [
|
199
273
|
{
|
200
274
|
"internalType": "NftId",
|
201
|
-
"name": "
|
275
|
+
"name": "nftId",
|
202
276
|
"type": "uint96"
|
203
277
|
}
|
204
278
|
],
|
205
|
-
"name": "
|
279
|
+
"name": "ErrorStakingNotNftOwner",
|
206
280
|
"type": "error"
|
207
281
|
},
|
208
282
|
{
|
209
283
|
"inputs": [
|
210
284
|
{
|
211
285
|
"internalType": "NftId",
|
212
|
-
"name": "
|
286
|
+
"name": "stakeNftId",
|
213
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"
|
214
298
|
}
|
215
299
|
],
|
216
|
-
"name": "
|
300
|
+
"name": "ErrorStakingNotOwner",
|
301
|
+
"type": "error"
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"inputs": [
|
305
|
+
{
|
306
|
+
"internalType": "address",
|
307
|
+
"name": "registry",
|
308
|
+
"type": "address"
|
309
|
+
}
|
310
|
+
],
|
311
|
+
"name": "ErrorStakingNotRegistry",
|
217
312
|
"type": "error"
|
218
313
|
},
|
219
314
|
{
|
@@ -243,6 +338,17 @@
|
|
243
338
|
"name": "ErrorStakingNotTarget",
|
244
339
|
"type": "error"
|
245
340
|
},
|
341
|
+
{
|
342
|
+
"inputs": [
|
343
|
+
{
|
344
|
+
"internalType": "VersionPart",
|
345
|
+
"name": "release",
|
346
|
+
"type": "uint8"
|
347
|
+
}
|
348
|
+
],
|
349
|
+
"name": "ErrorStakingReleaseNotActive",
|
350
|
+
"type": "error"
|
351
|
+
},
|
246
352
|
{
|
247
353
|
"inputs": [
|
248
354
|
{
|
@@ -250,18 +356,50 @@
|
|
250
356
|
"name": "targetNftId",
|
251
357
|
"type": "uint96"
|
252
358
|
},
|
359
|
+
{
|
360
|
+
"internalType": "UFixed",
|
361
|
+
"name": "rewardRate",
|
362
|
+
"type": "uint160"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"internalType": "UFixed",
|
366
|
+
"name": "minRewardRate",
|
367
|
+
"type": "uint160"
|
368
|
+
},
|
253
369
|
{
|
254
370
|
"internalType": "UFixed",
|
255
371
|
"name": "maxRewardRate",
|
256
|
-
"type": "
|
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"
|
257
384
|
},
|
258
385
|
{
|
259
386
|
"internalType": "UFixed",
|
260
|
-
"name": "
|
261
|
-
"type": "
|
387
|
+
"name": "maxRewardRate",
|
388
|
+
"type": "uint160"
|
389
|
+
}
|
390
|
+
],
|
391
|
+
"name": "ErrorStakingRewardRatesInvalid",
|
392
|
+
"type": "error"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"inputs": [
|
396
|
+
{
|
397
|
+
"internalType": "VersionPart",
|
398
|
+
"name": "release",
|
399
|
+
"type": "uint8"
|
262
400
|
}
|
263
401
|
],
|
264
|
-
"name": "
|
402
|
+
"name": "ErrorStakingServiceNotFound",
|
265
403
|
"type": "error"
|
266
404
|
},
|
267
405
|
{
|
@@ -275,6 +413,38 @@
|
|
275
413
|
"name": "ErrorStakingStakeAmountZero",
|
276
414
|
"type": "error"
|
277
415
|
},
|
416
|
+
{
|
417
|
+
"inputs": [
|
418
|
+
{
|
419
|
+
"internalType": "NftId",
|
420
|
+
"name": "stakeNftId",
|
421
|
+
"type": "uint96"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"internalType": "Timestamp",
|
425
|
+
"name": "lockedUntil",
|
426
|
+
"type": "uint40"
|
427
|
+
}
|
428
|
+
],
|
429
|
+
"name": "ErrorStakingStakeLocked",
|
430
|
+
"type": "error"
|
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
|
+
},
|
278
448
|
{
|
279
449
|
"inputs": [
|
280
450
|
{
|
@@ -286,6 +456,17 @@
|
|
286
456
|
"name": "ErrorStakingStakingReaderStakingMismatch",
|
287
457
|
"type": "error"
|
288
458
|
},
|
459
|
+
{
|
460
|
+
"inputs": [
|
461
|
+
{
|
462
|
+
"internalType": "ObjectType",
|
463
|
+
"name": "targetType",
|
464
|
+
"type": "uint8"
|
465
|
+
}
|
466
|
+
],
|
467
|
+
"name": "ErrorStakingSupportTypeInvalid",
|
468
|
+
"type": "error"
|
469
|
+
},
|
289
470
|
{
|
290
471
|
"inputs": [
|
291
472
|
{
|
@@ -297,20 +478,30 @@
|
|
297
478
|
"name": "ErrorStakingTargetAlreadyRegistered",
|
298
479
|
"type": "error"
|
299
480
|
},
|
300
|
-
{
|
301
|
-
"inputs": [],
|
302
|
-
"name": "ErrorStakingTargetNftIdZero",
|
303
|
-
"type": "error"
|
304
|
-
},
|
305
481
|
{
|
306
482
|
"inputs": [
|
307
483
|
{
|
308
484
|
"internalType": "NftId",
|
309
485
|
"name": "targetNftId",
|
310
486
|
"type": "uint96"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"internalType": "Amount",
|
490
|
+
"name": "stakeLimitAmount",
|
491
|
+
"type": "uint96"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"internalType": "Amount",
|
495
|
+
"name": "stakedAmount",
|
496
|
+
"type": "uint96"
|
311
497
|
}
|
312
498
|
],
|
313
|
-
"name": "
|
499
|
+
"name": "ErrorStakingTargetMaxStakedAmountExceeded",
|
500
|
+
"type": "error"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"inputs": [],
|
504
|
+
"name": "ErrorStakingTargetNftIdZero",
|
314
505
|
"type": "error"
|
315
506
|
},
|
316
507
|
{
|
@@ -332,9 +523,9 @@
|
|
332
523
|
"type": "uint96"
|
333
524
|
},
|
334
525
|
{
|
335
|
-
"internalType": "
|
526
|
+
"internalType": "ChainId",
|
336
527
|
"name": "chainId",
|
337
|
-
"type": "
|
528
|
+
"type": "uint96"
|
338
529
|
},
|
339
530
|
{
|
340
531
|
"internalType": "address",
|
@@ -385,9 +576,9 @@
|
|
385
576
|
{
|
386
577
|
"inputs": [
|
387
578
|
{
|
388
|
-
"internalType": "
|
579
|
+
"internalType": "ChainId",
|
389
580
|
"name": "chainId",
|
390
|
-
"type": "
|
581
|
+
"type": "uint96"
|
391
582
|
},
|
392
583
|
{
|
393
584
|
"internalType": "address",
|
@@ -398,6 +589,16 @@
|
|
398
589
|
"name": "ErrorStakingTokenNotRegistered",
|
399
590
|
"type": "error"
|
400
591
|
},
|
592
|
+
{
|
593
|
+
"inputs": [],
|
594
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
595
|
+
"type": "error"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"inputs": [],
|
599
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
600
|
+
"type": "error"
|
601
|
+
},
|
401
602
|
{
|
402
603
|
"anonymous": false,
|
403
604
|
"inputs": [
|
@@ -414,6 +615,12 @@
|
|
414
615
|
{
|
415
616
|
"anonymous": false,
|
416
617
|
"inputs": [
|
618
|
+
{
|
619
|
+
"indexed": false,
|
620
|
+
"internalType": "address",
|
621
|
+
"name": "tokenHandler",
|
622
|
+
"type": "address"
|
623
|
+
},
|
417
624
|
{
|
418
625
|
"indexed": false,
|
419
626
|
"internalType": "address",
|
@@ -425,6 +632,12 @@
|
|
425
632
|
"internalType": "Amount",
|
426
633
|
"name": "limit",
|
427
634
|
"type": "uint96"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"indexed": false,
|
638
|
+
"internalType": "bool",
|
639
|
+
"name": "isMaxAmount",
|
640
|
+
"type": "bool"
|
428
641
|
}
|
429
642
|
],
|
430
643
|
"name": "LogComponentTokenHandlerApproved",
|
@@ -480,23 +693,17 @@
|
|
480
693
|
{
|
481
694
|
"indexed": false,
|
482
695
|
"internalType": "NftId",
|
483
|
-
"name": "
|
696
|
+
"name": "nftId",
|
484
697
|
"type": "uint96"
|
485
698
|
},
|
486
699
|
{
|
487
700
|
"indexed": false,
|
488
|
-
"internalType": "
|
489
|
-
"name": "
|
490
|
-
"type": "
|
491
|
-
},
|
492
|
-
{
|
493
|
-
"indexed": false,
|
494
|
-
"internalType": "Seconds",
|
495
|
-
"name": "lockingPeriod",
|
496
|
-
"type": "uint40"
|
701
|
+
"internalType": "address",
|
702
|
+
"name": "owner",
|
703
|
+
"type": "address"
|
497
704
|
}
|
498
705
|
],
|
499
|
-
"name": "
|
706
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
500
707
|
"type": "event"
|
501
708
|
},
|
502
709
|
{
|
@@ -510,18 +717,24 @@
|
|
510
717
|
},
|
511
718
|
{
|
512
719
|
"indexed": false,
|
513
|
-
"internalType": "
|
514
|
-
"name": "
|
515
|
-
"type": "
|
720
|
+
"internalType": "Amount",
|
721
|
+
"name": "marginAmount",
|
722
|
+
"type": "uint96"
|
516
723
|
},
|
517
724
|
{
|
518
725
|
"indexed": false,
|
519
|
-
"internalType": "
|
520
|
-
"name": "
|
521
|
-
"type": "
|
726
|
+
"internalType": "Amount",
|
727
|
+
"name": "hardLimitAmount",
|
728
|
+
"type": "uint96"
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"indexed": false,
|
732
|
+
"internalType": "Blocknumber",
|
733
|
+
"name": "lastUpdateIn",
|
734
|
+
"type": "uint40"
|
522
735
|
}
|
523
736
|
],
|
524
|
-
"name": "
|
737
|
+
"name": "LogStakingLimitsSet",
|
525
738
|
"type": "event"
|
526
739
|
},
|
527
740
|
{
|
@@ -529,102 +742,1022 @@
|
|
529
742
|
"inputs": [
|
530
743
|
{
|
531
744
|
"indexed": false,
|
532
|
-
"internalType": "
|
533
|
-
"name": "
|
534
|
-
"type": "
|
745
|
+
"internalType": "NftId",
|
746
|
+
"name": "targetNftId",
|
747
|
+
"type": "uint96"
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"indexed": false,
|
751
|
+
"internalType": "Amount",
|
752
|
+
"name": "dipAmount",
|
753
|
+
"type": "uint96"
|
535
754
|
},
|
536
755
|
{
|
537
756
|
"indexed": false,
|
538
757
|
"internalType": "address",
|
539
|
-
"name": "
|
758
|
+
"name": "targetOwner",
|
540
759
|
"type": "address"
|
541
760
|
},
|
542
761
|
{
|
543
762
|
"indexed": false,
|
544
|
-
"internalType": "
|
545
|
-
"name": "
|
546
|
-
"type": "
|
763
|
+
"internalType": "Amount",
|
764
|
+
"name": "reserveBalance",
|
765
|
+
"type": "uint96"
|
547
766
|
},
|
548
767
|
{
|
549
768
|
"indexed": false,
|
550
|
-
"internalType": "
|
551
|
-
"name": "
|
552
|
-
"type": "
|
769
|
+
"internalType": "Blocknumber",
|
770
|
+
"name": "lastUpdateIn",
|
771
|
+
"type": "uint40"
|
553
772
|
}
|
554
773
|
],
|
555
|
-
"name": "
|
774
|
+
"name": "LogStakingRewardReservesRefilled",
|
556
775
|
"type": "event"
|
557
776
|
},
|
558
777
|
{
|
778
|
+
"anonymous": false,
|
559
779
|
"inputs": [
|
560
780
|
{
|
781
|
+
"indexed": false,
|
782
|
+
"internalType": "NftId",
|
783
|
+
"name": "targetNftId",
|
784
|
+
"type": "uint96"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"indexed": false,
|
788
|
+
"internalType": "Amount",
|
789
|
+
"name": "dipAmount",
|
790
|
+
"type": "uint96"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"indexed": false,
|
794
|
+
"internalType": "Amount",
|
795
|
+
"name": "reserveBalance",
|
796
|
+
"type": "uint96"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"indexed": false,
|
800
|
+
"internalType": "Blocknumber",
|
801
|
+
"name": "lastUpdateIn",
|
802
|
+
"type": "uint40"
|
803
|
+
}
|
804
|
+
],
|
805
|
+
"name": "LogStakingRewardReservesSpent",
|
806
|
+
"type": "event"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"anonymous": false,
|
810
|
+
"inputs": [
|
811
|
+
{
|
812
|
+
"indexed": false,
|
813
|
+
"internalType": "NftId",
|
814
|
+
"name": "targetNftId",
|
815
|
+
"type": "uint96"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"indexed": false,
|
819
|
+
"internalType": "Amount",
|
820
|
+
"name": "dipAmount",
|
821
|
+
"type": "uint96"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"indexed": false,
|
825
|
+
"internalType": "address",
|
826
|
+
"name": "targetOwner",
|
827
|
+
"type": "address"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"indexed": false,
|
831
|
+
"internalType": "Amount",
|
832
|
+
"name": "reserveBalance",
|
833
|
+
"type": "uint96"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"indexed": false,
|
837
|
+
"internalType": "Blocknumber",
|
838
|
+
"name": "lastUpdateIn",
|
839
|
+
"type": "uint40"
|
840
|
+
}
|
841
|
+
],
|
842
|
+
"name": "LogStakingRewardReservesWithdrawn",
|
843
|
+
"type": "event"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"anonymous": false,
|
847
|
+
"inputs": [
|
848
|
+
{
|
849
|
+
"indexed": false,
|
850
|
+
"internalType": "NftId",
|
851
|
+
"name": "stakeNftId",
|
852
|
+
"type": "uint96"
|
853
|
+
},
|
854
|
+
{
|
855
|
+
"indexed": false,
|
856
|
+
"internalType": "Amount",
|
857
|
+
"name": "claimedAmount",
|
858
|
+
"type": "uint96"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"indexed": false,
|
862
|
+
"internalType": "Amount",
|
863
|
+
"name": "stakeBalance",
|
864
|
+
"type": "uint96"
|
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,
|
561
1548
|
"internalType": "Amount",
|
562
|
-
"name": "
|
1549
|
+
"name": "oldApprovalAmount",
|
563
1550
|
"type": "uint96"
|
564
1551
|
}
|
565
1552
|
],
|
566
|
-
"name": "
|
567
|
-
"
|
568
|
-
"stateMutability": "nonpayable",
|
569
|
-
"type": "function"
|
1553
|
+
"name": "LogStakingTokenHandlerApproved",
|
1554
|
+
"type": "event"
|
570
1555
|
},
|
571
1556
|
{
|
572
|
-
"
|
573
|
-
"
|
574
|
-
|
1557
|
+
"anonymous": false,
|
1558
|
+
"inputs": [
|
1559
|
+
{
|
1560
|
+
"indexed": false,
|
1561
|
+
"internalType": "NftId",
|
1562
|
+
"name": "targetNftId",
|
1563
|
+
"type": "uint96"
|
1564
|
+
},
|
575
1565
|
{
|
1566
|
+
"indexed": false,
|
576
1567
|
"internalType": "address",
|
577
|
-
"name": "",
|
1568
|
+
"name": "token",
|
578
1569
|
"type": "address"
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"indexed": false,
|
1573
|
+
"internalType": "Amount",
|
1574
|
+
"name": "amount",
|
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"
|
579
1588
|
}
|
580
1589
|
],
|
581
|
-
"
|
582
|
-
"type": "
|
1590
|
+
"name": "LogStakingTvlDecreased",
|
1591
|
+
"type": "event"
|
583
1592
|
},
|
584
1593
|
{
|
1594
|
+
"anonymous": false,
|
585
1595
|
"inputs": [
|
586
1596
|
{
|
1597
|
+
"indexed": false,
|
587
1598
|
"internalType": "NftId",
|
588
|
-
"name": "
|
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",
|
589
1618
|
"type": "uint96"
|
1619
|
+
},
|
1620
|
+
{
|
1621
|
+
"indexed": false,
|
1622
|
+
"internalType": "Blocknumber",
|
1623
|
+
"name": "lastUpdateIn",
|
1624
|
+
"type": "uint40"
|
590
1625
|
}
|
591
1626
|
],
|
592
|
-
"name": "
|
593
|
-
"
|
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
|
+
},
|
594
1639
|
{
|
1640
|
+
"indexed": false,
|
595
1641
|
"internalType": "Amount",
|
596
|
-
"name": "
|
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",
|
597
1678
|
"type": "uint96"
|
1679
|
+
},
|
1680
|
+
{
|
1681
|
+
"internalType": "address",
|
1682
|
+
"name": "token",
|
1683
|
+
"type": "address"
|
598
1684
|
}
|
599
1685
|
],
|
1686
|
+
"name": "addTargetToken",
|
1687
|
+
"outputs": [],
|
600
1688
|
"stateMutability": "nonpayable",
|
601
1689
|
"type": "function"
|
602
1690
|
},
|
603
1691
|
{
|
604
1692
|
"inputs": [
|
1693
|
+
{
|
1694
|
+
"internalType": "ChainId",
|
1695
|
+
"name": "chainId",
|
1696
|
+
"type": "uint96"
|
1697
|
+
},
|
605
1698
|
{
|
606
1699
|
"internalType": "address",
|
607
|
-
"name": "
|
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",
|
608
1714
|
"type": "address"
|
609
1715
|
},
|
610
1716
|
{
|
611
1717
|
"internalType": "Amount",
|
612
|
-
"name": "
|
1718
|
+
"name": "amount",
|
613
1719
|
"type": "uint96"
|
614
1720
|
}
|
615
1721
|
],
|
616
|
-
"name": "
|
1722
|
+
"name": "approveTokenHandler",
|
617
1723
|
"outputs": [],
|
618
1724
|
"stateMutability": "nonpayable",
|
619
1725
|
"type": "function"
|
620
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
|
+
},
|
621
1740
|
{
|
622
1741
|
"inputs": [
|
623
1742
|
{
|
624
1743
|
"internalType": "NftId",
|
625
1744
|
"name": "stakeNftId",
|
626
1745
|
"type": "uint96"
|
627
|
-
}
|
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": [
|
628
1761
|
{
|
629
1762
|
"internalType": "NftId",
|
630
1763
|
"name": "targetNftId",
|
@@ -634,10 +1767,21 @@
|
|
634
1767
|
"internalType": "Amount",
|
635
1768
|
"name": "dipAmount",
|
636
1769
|
"type": "uint96"
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"internalType": "address",
|
1773
|
+
"name": "stakeOwner",
|
1774
|
+
"type": "address"
|
637
1775
|
}
|
638
1776
|
],
|
639
1777
|
"name": "createStake",
|
640
|
-
"outputs": [
|
1778
|
+
"outputs": [
|
1779
|
+
{
|
1780
|
+
"internalType": "NftId",
|
1781
|
+
"name": "stakeNftId",
|
1782
|
+
"type": "uint96"
|
1783
|
+
}
|
1784
|
+
],
|
641
1785
|
"stateMutability": "nonpayable",
|
642
1786
|
"type": "function"
|
643
1787
|
},
|
@@ -660,13 +1804,7 @@
|
|
660
1804
|
}
|
661
1805
|
],
|
662
1806
|
"name": "decreaseTotalValueLocked",
|
663
|
-
"outputs": [
|
664
|
-
{
|
665
|
-
"internalType": "Amount",
|
666
|
-
"name": "newBalance",
|
667
|
-
"type": "uint96"
|
668
|
-
}
|
669
|
-
],
|
1807
|
+
"outputs": [],
|
670
1808
|
"stateMutability": "nonpayable",
|
671
1809
|
"type": "function"
|
672
1810
|
},
|
@@ -681,26 +1819,11 @@
|
|
681
1819
|
"name": "name",
|
682
1820
|
"type": "string"
|
683
1821
|
},
|
684
|
-
{
|
685
|
-
"internalType": "NftId",
|
686
|
-
"name": "productNftId",
|
687
|
-
"type": "uint96"
|
688
|
-
},
|
689
|
-
{
|
690
|
-
"internalType": "contract IERC20Metadata",
|
691
|
-
"name": "token",
|
692
|
-
"type": "address"
|
693
|
-
},
|
694
1822
|
{
|
695
1823
|
"internalType": "contract TokenHandler",
|
696
1824
|
"name": "tokenHandler",
|
697
1825
|
"type": "address"
|
698
1826
|
},
|
699
|
-
{
|
700
|
-
"internalType": "address",
|
701
|
-
"name": "wallet",
|
702
|
-
"type": "address"
|
703
|
-
},
|
704
1827
|
{
|
705
1828
|
"internalType": "bytes",
|
706
1829
|
"name": "data",
|
@@ -726,26 +1849,11 @@
|
|
726
1849
|
"name": "name",
|
727
1850
|
"type": "string"
|
728
1851
|
},
|
729
|
-
{
|
730
|
-
"internalType": "NftId",
|
731
|
-
"name": "productNftId",
|
732
|
-
"type": "uint96"
|
733
|
-
},
|
734
|
-
{
|
735
|
-
"internalType": "contract IERC20Metadata",
|
736
|
-
"name": "token",
|
737
|
-
"type": "address"
|
738
|
-
},
|
739
1852
|
{
|
740
1853
|
"internalType": "contract TokenHandler",
|
741
1854
|
"name": "tokenHandler",
|
742
1855
|
"type": "address"
|
743
1856
|
},
|
744
|
-
{
|
745
|
-
"internalType": "address",
|
746
|
-
"name": "wallet",
|
747
|
-
"type": "address"
|
748
|
-
},
|
749
1857
|
{
|
750
1858
|
"internalType": "bytes",
|
751
1859
|
"name": "data",
|
@@ -862,6 +1970,19 @@
|
|
862
1970
|
"stateMutability": "view",
|
863
1971
|
"type": "function"
|
864
1972
|
},
|
1973
|
+
{
|
1974
|
+
"inputs": [],
|
1975
|
+
"name": "getRelease",
|
1976
|
+
"outputs": [
|
1977
|
+
{
|
1978
|
+
"internalType": "VersionPart",
|
1979
|
+
"name": "release",
|
1980
|
+
"type": "uint8"
|
1981
|
+
}
|
1982
|
+
],
|
1983
|
+
"stateMutability": "view",
|
1984
|
+
"type": "function"
|
1985
|
+
},
|
865
1986
|
{
|
866
1987
|
"inputs": [],
|
867
1988
|
"name": "getStakingReader",
|
@@ -888,6 +2009,19 @@
|
|
888
2009
|
"stateMutability": "view",
|
889
2010
|
"type": "function"
|
890
2011
|
},
|
2012
|
+
{
|
2013
|
+
"inputs": [],
|
2014
|
+
"name": "getTargetHandler",
|
2015
|
+
"outputs": [
|
2016
|
+
{
|
2017
|
+
"internalType": "contract TargetHandler",
|
2018
|
+
"name": "targetHandler",
|
2019
|
+
"type": "address"
|
2020
|
+
}
|
2021
|
+
],
|
2022
|
+
"stateMutability": "view",
|
2023
|
+
"type": "function"
|
2024
|
+
},
|
891
2025
|
{
|
892
2026
|
"inputs": [],
|
893
2027
|
"name": "getToken",
|
@@ -959,13 +2093,14 @@
|
|
959
2093
|
}
|
960
2094
|
],
|
961
2095
|
"name": "increaseTotalValueLocked",
|
962
|
-
"outputs": [
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
2096
|
+
"outputs": [],
|
2097
|
+
"stateMutability": "nonpayable",
|
2098
|
+
"type": "function"
|
2099
|
+
},
|
2100
|
+
{
|
2101
|
+
"inputs": [],
|
2102
|
+
"name": "initializeTokenHandler",
|
2103
|
+
"outputs": [],
|
969
2104
|
"stateMutability": "nonpayable",
|
970
2105
|
"type": "function"
|
971
2106
|
},
|
@@ -982,9 +2117,22 @@
|
|
982
2117
|
"type": "bytes"
|
983
2118
|
}
|
984
2119
|
],
|
985
|
-
"name": "initializeVersionable",
|
986
|
-
"outputs": [],
|
987
|
-
"stateMutability": "nonpayable",
|
2120
|
+
"name": "initializeVersionable",
|
2121
|
+
"outputs": [],
|
2122
|
+
"stateMutability": "nonpayable",
|
2123
|
+
"type": "function"
|
2124
|
+
},
|
2125
|
+
{
|
2126
|
+
"inputs": [],
|
2127
|
+
"name": "isActive",
|
2128
|
+
"outputs": [
|
2129
|
+
{
|
2130
|
+
"internalType": "bool",
|
2131
|
+
"name": "active",
|
2132
|
+
"type": "bool"
|
2133
|
+
}
|
2134
|
+
],
|
2135
|
+
"stateMutability": "view",
|
988
2136
|
"type": "function"
|
989
2137
|
},
|
990
2138
|
{
|
@@ -1041,6 +2189,11 @@
|
|
1041
2189
|
},
|
1042
2190
|
{
|
1043
2191
|
"inputs": [
|
2192
|
+
{
|
2193
|
+
"internalType": "address",
|
2194
|
+
"name": "from",
|
2195
|
+
"type": "address"
|
2196
|
+
},
|
1044
2197
|
{
|
1045
2198
|
"internalType": "address",
|
1046
2199
|
"name": "to",
|
@@ -1050,9 +2203,14 @@
|
|
1050
2203
|
"internalType": "uint256",
|
1051
2204
|
"name": "tokenId",
|
1052
2205
|
"type": "uint256"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"internalType": "address",
|
2209
|
+
"name": "operator",
|
2210
|
+
"type": "address"
|
1053
2211
|
}
|
1054
2212
|
],
|
1055
|
-
"name": "
|
2213
|
+
"name": "nftTransferFrom",
|
1056
2214
|
"outputs": [],
|
1057
2215
|
"stateMutability": "nonpayable",
|
1058
2216
|
"type": "function"
|
@@ -1060,23 +2218,24 @@
|
|
1060
2218
|
{
|
1061
2219
|
"inputs": [
|
1062
2220
|
{
|
1063
|
-
"internalType": "
|
1064
|
-
"name": "
|
1065
|
-
"type": "
|
2221
|
+
"internalType": "NftId",
|
2222
|
+
"name": "targetNftId",
|
2223
|
+
"type": "uint96"
|
1066
2224
|
},
|
1067
2225
|
{
|
1068
|
-
"internalType": "
|
1069
|
-
"name": "
|
1070
|
-
"type": "
|
1071
|
-
}
|
2226
|
+
"internalType": "Amount",
|
2227
|
+
"name": "dipAmount",
|
2228
|
+
"type": "uint96"
|
2229
|
+
}
|
2230
|
+
],
|
2231
|
+
"name": "refillRewardReserves",
|
2232
|
+
"outputs": [
|
1072
2233
|
{
|
1073
|
-
"internalType": "
|
1074
|
-
"name": "
|
1075
|
-
"type": "
|
2234
|
+
"internalType": "Amount",
|
2235
|
+
"name": "newBalance",
|
2236
|
+
"type": "uint96"
|
1076
2237
|
}
|
1077
2238
|
],
|
1078
|
-
"name": "nftTransferFrom",
|
1079
|
-
"outputs": [],
|
1080
2239
|
"stateMutability": "nonpayable",
|
1081
2240
|
"type": "function"
|
1082
2241
|
},
|
@@ -1091,9 +2250,14 @@
|
|
1091
2250
|
"internalType": "Amount",
|
1092
2251
|
"name": "dipAmount",
|
1093
2252
|
"type": "uint96"
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
"internalType": "address",
|
2256
|
+
"name": "transferFrom",
|
2257
|
+
"type": "address"
|
1094
2258
|
}
|
1095
2259
|
],
|
1096
|
-
"name": "
|
2260
|
+
"name": "refillRewardReservesByService",
|
1097
2261
|
"outputs": [
|
1098
2262
|
{
|
1099
2263
|
"internalType": "Amount",
|
@@ -1116,11 +2280,6 @@
|
|
1116
2280
|
"name": "expectedObjectType",
|
1117
2281
|
"type": "uint8"
|
1118
2282
|
},
|
1119
|
-
{
|
1120
|
-
"internalType": "uint256",
|
1121
|
-
"name": "chainId",
|
1122
|
-
"type": "uint256"
|
1123
|
-
},
|
1124
2283
|
{
|
1125
2284
|
"internalType": "Seconds",
|
1126
2285
|
"name": "initialLockingPeriod",
|
@@ -1129,7 +2288,7 @@
|
|
1129
2288
|
{
|
1130
2289
|
"internalType": "UFixed",
|
1131
2290
|
"name": "initialRewardRate",
|
1132
|
-
"type": "
|
2291
|
+
"type": "uint160"
|
1133
2292
|
}
|
1134
2293
|
],
|
1135
2294
|
"name": "registerTarget",
|
@@ -1156,6 +2315,11 @@
|
|
1156
2315
|
"internalType": "NftId",
|
1157
2316
|
"name": "newStakeNftId",
|
1158
2317
|
"type": "uint96"
|
2318
|
+
},
|
2319
|
+
{
|
2320
|
+
"internalType": "Amount",
|
2321
|
+
"name": "newStakeBalance",
|
2322
|
+
"type": "uint96"
|
1159
2323
|
}
|
1160
2324
|
],
|
1161
2325
|
"stateMutability": "nonpayable",
|
@@ -1192,6 +2356,50 @@
|
|
1192
2356
|
"stateMutability": "nonpayable",
|
1193
2357
|
"type": "function"
|
1194
2358
|
},
|
2359
|
+
{
|
2360
|
+
"inputs": [
|
2361
|
+
{
|
2362
|
+
"internalType": "NftId",
|
2363
|
+
"name": "targetNftId",
|
2364
|
+
"type": "uint96"
|
2365
|
+
},
|
2366
|
+
{
|
2367
|
+
"internalType": "Amount",
|
2368
|
+
"name": "stakeLimitAmount",
|
2369
|
+
"type": "uint96"
|
2370
|
+
}
|
2371
|
+
],
|
2372
|
+
"name": "setMaxStakedAmount",
|
2373
|
+
"outputs": [],
|
2374
|
+
"stateMutability": "nonpayable",
|
2375
|
+
"type": "function"
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"inputs": [
|
2379
|
+
{
|
2380
|
+
"internalType": "Seconds",
|
2381
|
+
"name": "lockingPeriod",
|
2382
|
+
"type": "uint40"
|
2383
|
+
}
|
2384
|
+
],
|
2385
|
+
"name": "setProtocolLockingPeriod",
|
2386
|
+
"outputs": [],
|
2387
|
+
"stateMutability": "nonpayable",
|
2388
|
+
"type": "function"
|
2389
|
+
},
|
2390
|
+
{
|
2391
|
+
"inputs": [
|
2392
|
+
{
|
2393
|
+
"internalType": "UFixed",
|
2394
|
+
"name": "rewardRate",
|
2395
|
+
"type": "uint160"
|
2396
|
+
}
|
2397
|
+
],
|
2398
|
+
"name": "setProtocolRewardRate",
|
2399
|
+
"outputs": [],
|
2400
|
+
"stateMutability": "nonpayable",
|
2401
|
+
"type": "function"
|
2402
|
+
},
|
1195
2403
|
{
|
1196
2404
|
"inputs": [
|
1197
2405
|
{
|
@@ -1202,7 +2410,7 @@
|
|
1202
2410
|
{
|
1203
2411
|
"internalType": "UFixed",
|
1204
2412
|
"name": "rewardRate",
|
1205
|
-
"type": "
|
2413
|
+
"type": "uint160"
|
1206
2414
|
}
|
1207
2415
|
],
|
1208
2416
|
"name": "setRewardRate",
|
@@ -1213,9 +2421,9 @@
|
|
1213
2421
|
{
|
1214
2422
|
"inputs": [
|
1215
2423
|
{
|
1216
|
-
"internalType": "
|
2424
|
+
"internalType": "ChainId",
|
1217
2425
|
"name": "chainId",
|
1218
|
-
"type": "
|
2426
|
+
"type": "uint96"
|
1219
2427
|
},
|
1220
2428
|
{
|
1221
2429
|
"internalType": "address",
|
@@ -1225,7 +2433,7 @@
|
|
1225
2433
|
{
|
1226
2434
|
"internalType": "UFixed",
|
1227
2435
|
"name": "stakingRate",
|
1228
|
-
"type": "
|
2436
|
+
"type": "uint160"
|
1229
2437
|
}
|
1230
2438
|
],
|
1231
2439
|
"name": "setStakingRate",
|
@@ -1237,11 +2445,123 @@
|
|
1237
2445
|
"inputs": [
|
1238
2446
|
{
|
1239
2447
|
"internalType": "address",
|
1240
|
-
"name": "
|
2448
|
+
"name": "stakingReader",
|
1241
2449
|
"type": "address"
|
1242
2450
|
}
|
1243
2451
|
],
|
1244
|
-
"name": "
|
2452
|
+
"name": "setStakingReader",
|
2453
|
+
"outputs": [],
|
2454
|
+
"stateMutability": "nonpayable",
|
2455
|
+
"type": "function"
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
"inputs": [
|
2459
|
+
{
|
2460
|
+
"internalType": "VersionPart",
|
2461
|
+
"name": "release",
|
2462
|
+
"type": "uint8"
|
2463
|
+
}
|
2464
|
+
],
|
2465
|
+
"name": "setStakingService",
|
2466
|
+
"outputs": [],
|
2467
|
+
"stateMutability": "nonpayable",
|
2468
|
+
"type": "function"
|
2469
|
+
},
|
2470
|
+
{
|
2471
|
+
"inputs": [
|
2472
|
+
{
|
2473
|
+
"internalType": "ObjectType",
|
2474
|
+
"name": "targetType",
|
2475
|
+
"type": "uint8"
|
2476
|
+
},
|
2477
|
+
{
|
2478
|
+
"internalType": "bool",
|
2479
|
+
"name": "isSupported",
|
2480
|
+
"type": "bool"
|
2481
|
+
},
|
2482
|
+
{
|
2483
|
+
"internalType": "bool",
|
2484
|
+
"name": "allowNewTargets",
|
2485
|
+
"type": "bool"
|
2486
|
+
},
|
2487
|
+
{
|
2488
|
+
"internalType": "bool",
|
2489
|
+
"name": "allowCrossChain",
|
2490
|
+
"type": "bool"
|
2491
|
+
},
|
2492
|
+
{
|
2493
|
+
"internalType": "Amount",
|
2494
|
+
"name": "minStakingAmount",
|
2495
|
+
"type": "uint96"
|
2496
|
+
},
|
2497
|
+
{
|
2498
|
+
"internalType": "Amount",
|
2499
|
+
"name": "maxStakingAmount",
|
2500
|
+
"type": "uint96"
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"internalType": "Seconds",
|
2504
|
+
"name": "minLockingPeriod",
|
2505
|
+
"type": "uint40"
|
2506
|
+
},
|
2507
|
+
{
|
2508
|
+
"internalType": "Seconds",
|
2509
|
+
"name": "maxLockingPeriod",
|
2510
|
+
"type": "uint40"
|
2511
|
+
},
|
2512
|
+
{
|
2513
|
+
"internalType": "UFixed",
|
2514
|
+
"name": "minRewardRate",
|
2515
|
+
"type": "uint160"
|
2516
|
+
},
|
2517
|
+
{
|
2518
|
+
"internalType": "UFixed",
|
2519
|
+
"name": "maxRewardRate",
|
2520
|
+
"type": "uint160"
|
2521
|
+
}
|
2522
|
+
],
|
2523
|
+
"name": "setSupportInfo",
|
2524
|
+
"outputs": [],
|
2525
|
+
"stateMutability": "nonpayable",
|
2526
|
+
"type": "function"
|
2527
|
+
},
|
2528
|
+
{
|
2529
|
+
"inputs": [
|
2530
|
+
{
|
2531
|
+
"internalType": "NftId",
|
2532
|
+
"name": "targetNftId",
|
2533
|
+
"type": "uint96"
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"internalType": "Amount",
|
2537
|
+
"name": "marginAmount",
|
2538
|
+
"type": "uint96"
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
"internalType": "Amount",
|
2542
|
+
"name": "limitAmount",
|
2543
|
+
"type": "uint96"
|
2544
|
+
}
|
2545
|
+
],
|
2546
|
+
"name": "setTargetLimits",
|
2547
|
+
"outputs": [],
|
2548
|
+
"stateMutability": "nonpayable",
|
2549
|
+
"type": "function"
|
2550
|
+
},
|
2551
|
+
{
|
2552
|
+
"inputs": [
|
2553
|
+
{
|
2554
|
+
"internalType": "uint16",
|
2555
|
+
"name": "tvlUpdatesTrigger",
|
2556
|
+
"type": "uint16"
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
"internalType": "UFixed",
|
2560
|
+
"name": "minTvlRatioTrigger",
|
2561
|
+
"type": "uint160"
|
2562
|
+
}
|
2563
|
+
],
|
2564
|
+
"name": "setUpdateTriggers",
|
1245
2565
|
"outputs": [],
|
1246
2566
|
"stateMutability": "nonpayable",
|
1247
2567
|
"type": "function"
|
@@ -1263,7 +2583,7 @@
|
|
1263
2583
|
"outputs": [
|
1264
2584
|
{
|
1265
2585
|
"internalType": "Amount",
|
1266
|
-
"name": "
|
2586
|
+
"name": "newStakeBalance",
|
1267
2587
|
"type": "uint96"
|
1268
2588
|
}
|
1269
2589
|
],
|
@@ -1289,24 +2609,6 @@
|
|
1289
2609
|
"stateMutability": "view",
|
1290
2610
|
"type": "function"
|
1291
2611
|
},
|
1292
|
-
{
|
1293
|
-
"inputs": [
|
1294
|
-
{
|
1295
|
-
"internalType": "address",
|
1296
|
-
"name": "to",
|
1297
|
-
"type": "address"
|
1298
|
-
},
|
1299
|
-
{
|
1300
|
-
"internalType": "Amount",
|
1301
|
-
"name": "dipAmount",
|
1302
|
-
"type": "uint96"
|
1303
|
-
}
|
1304
|
-
],
|
1305
|
-
"name": "transferDipAmount",
|
1306
|
-
"outputs": [],
|
1307
|
-
"stateMutability": "nonpayable",
|
1308
|
-
"type": "function"
|
1309
|
-
},
|
1310
2612
|
{
|
1311
2613
|
"inputs": [
|
1312
2614
|
{
|
@@ -1321,11 +2623,6 @@
|
|
1321
2623
|
"internalType": "Amount",
|
1322
2624
|
"name": "unstakedAmount",
|
1323
2625
|
"type": "uint96"
|
1324
|
-
},
|
1325
|
-
{
|
1326
|
-
"internalType": "Amount",
|
1327
|
-
"name": "rewardsClaimedAmount",
|
1328
|
-
"type": "uint96"
|
1329
2626
|
}
|
1330
2627
|
],
|
1331
2628
|
"stateMutability": "nonpayable",
|
@@ -1363,6 +2660,25 @@
|
|
1363
2660
|
}
|
1364
2661
|
],
|
1365
2662
|
"name": "updateRewards",
|
2663
|
+
"outputs": [
|
2664
|
+
{
|
2665
|
+
"internalType": "Amount",
|
2666
|
+
"name": "newRewardAmount",
|
2667
|
+
"type": "uint96"
|
2668
|
+
}
|
2669
|
+
],
|
2670
|
+
"stateMutability": "nonpayable",
|
2671
|
+
"type": "function"
|
2672
|
+
},
|
2673
|
+
{
|
2674
|
+
"inputs": [
|
2675
|
+
{
|
2676
|
+
"internalType": "NftId",
|
2677
|
+
"name": "targetNftId",
|
2678
|
+
"type": "uint96"
|
2679
|
+
}
|
2680
|
+
],
|
2681
|
+
"name": "updateTargetLimit",
|
1366
2682
|
"outputs": [],
|
1367
2683
|
"stateMutability": "nonpayable",
|
1368
2684
|
"type": "function"
|
@@ -1403,6 +2719,35 @@
|
|
1403
2719
|
],
|
1404
2720
|
"stateMutability": "nonpayable",
|
1405
2721
|
"type": "function"
|
2722
|
+
},
|
2723
|
+
{
|
2724
|
+
"inputs": [
|
2725
|
+
{
|
2726
|
+
"internalType": "NftId",
|
2727
|
+
"name": "targetNftId",
|
2728
|
+
"type": "uint96"
|
2729
|
+
},
|
2730
|
+
{
|
2731
|
+
"internalType": "Amount",
|
2732
|
+
"name": "dipAmount",
|
2733
|
+
"type": "uint96"
|
2734
|
+
},
|
2735
|
+
{
|
2736
|
+
"internalType": "address",
|
2737
|
+
"name": "transferTo",
|
2738
|
+
"type": "address"
|
2739
|
+
}
|
2740
|
+
],
|
2741
|
+
"name": "withdrawRewardReservesByService",
|
2742
|
+
"outputs": [
|
2743
|
+
{
|
2744
|
+
"internalType": "Amount",
|
2745
|
+
"name": "newBalance",
|
2746
|
+
"type": "uint96"
|
2747
|
+
}
|
2748
|
+
],
|
2749
|
+
"stateMutability": "nonpayable",
|
2750
|
+
"type": "function"
|
1406
2751
|
}
|
1407
2752
|
],
|
1408
2753
|
"bytecode": "0x",
|