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