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