@etherisc/gif-next 3.0.0-a258744-217 → 3.0.0-a349fe9-700
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +10 -10
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +44 -44
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +2 -2
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +99 -87
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +42 -29
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +75 -63
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +20 -114
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +2 -96
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +128 -140
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +75 -75
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +2 -96
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +36 -48
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +2 -2
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +22 -97
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +49 -129
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +2 -2
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +2 -2
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +2 -2
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +2 -2
- package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.json +2 -2
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +29 -104
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +24 -99
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +67 -142
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +20 -20
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.json +22 -22
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +2 -2
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +28 -122
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +17 -92
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +30 -105
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +25 -100
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +2 -2
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +59 -72
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +21 -21
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +82 -9
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +31 -31
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +191 -179
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +2 -2
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +125 -36
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +41 -41
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +121 -121
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +91 -91
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +66 -79
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +9 -9
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +3 -3
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +6 -81
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +2 -77
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +20 -14
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +2 -77
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +58 -52
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +50 -50
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +5 -80
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +2 -2
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +90 -85
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +62 -62
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +32 -27
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +5 -80
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +55 -43
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +5 -80
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +4 -9
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +113 -101
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +63 -63
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +37 -37
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +44 -44
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +2 -77
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +2 -2
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +86 -80
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +67 -67
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +11 -11
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +24 -18
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +21 -9
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +2 -2
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +2 -77
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +15 -28
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +81 -69
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +60 -60
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +34 -34
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +51 -51
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +2 -77
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +37 -50
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +42 -42
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +4 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +14 -8
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +2 -2
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +55 -45
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +168 -156
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +2 -27
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +8 -8
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +37 -37
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +198 -186
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +117 -108
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +19 -19
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +21 -21
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +2 -77
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +314 -123
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +61 -61
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +2 -77
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +2 -77
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +256 -65
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +2 -77
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +2 -2
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +2 -2
- 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 +2 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -2
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +2 -77
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +4 -4
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +2 -2
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +39 -66
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +22 -49
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +28 -28
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +99 -180
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +15 -221
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +147 -228
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -7
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +53 -53
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +35 -241
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +40 -40
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +247 -247
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -7
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -7
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +2 -7
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -7
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +2 -2
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +2 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +2 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +2 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +2 -2
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +2 -7
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +2 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +22 -22
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +3 -3
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +10 -8
- package/contracts/authorization/AccessManagerCloneable.sol +4 -0
- package/contracts/authorization/IAccessAdmin.sol +9 -8
- package/contracts/distribution/DistributionService.sol +22 -19
- package/contracts/distribution/IDistributionComponent.sol +0 -2
- package/contracts/distribution/IDistributionService.sol +8 -8
- package/contracts/examples/flight/FlightProduct.sol +2 -2
- package/contracts/examples/flight/FlightProductAuthorization.sol +1 -1
- package/contracts/instance/BundleSet.sol +7 -8
- package/contracts/instance/IInstance.sol +7 -7
- package/contracts/instance/IInstanceService.sol +6 -4
- package/contracts/instance/InstanceReader.sol +3 -1
- package/contracts/instance/InstanceService.sol +8 -0
- package/contracts/instance/InstanceStore.sol +14 -14
- package/contracts/instance/ProductStore.sol +14 -14
- package/contracts/instance/RiskSet.sol +6 -7
- package/contracts/instance/base/BalanceStore.sol +7 -7
- package/contracts/instance/base/ObjectSet.sol +1 -1
- package/contracts/oracle/IOracleService.sol +5 -5
- package/contracts/oracle/OracleService.sol +1 -1
- package/contracts/pool/BundleService.sol +3 -3
- package/contracts/pool/IBundleService.sol +9 -10
- package/contracts/pool/IPoolComponent.sol +1 -1
- package/contracts/pool/IPoolService.sol +14 -14
- package/contracts/pool/PoolService.sol +2 -2
- package/contracts/product/ClaimService.sol +1 -1
- package/contracts/product/IApplicationService.sol +8 -8
- package/contracts/product/IClaimService.sol +9 -9
- package/contracts/product/IPolicyService.sol +7 -7
- package/contracts/product/IRiskService.sol +4 -5
- package/contracts/product/PolicyService.sol +1 -1
- package/contracts/product/RiskService.sol +2 -2
- package/contracts/registry/ChainNft.sol +1 -1
- package/contracts/registry/IRegistry.sol +3 -3
- package/contracts/registry/Registry.sol +5 -3
- package/contracts/registry/RegistryAuthorization.sol +0 -2
- package/contracts/registry/ReleaseAdmin.sol +4 -4
- package/contracts/registry/ReleaseRegistry.sol +7 -8
- package/contracts/registry/TokenRegistry.sol +3 -3
- package/contracts/shared/ComponentService.sol +33 -4
- package/contracts/shared/IComponent.sol +0 -4
- package/contracts/shared/IComponentService.sol +31 -10
- package/contracts/shared/INftOwnable.sol +1 -1
- package/contracts/shared/InstanceLinkedComponent.sol +1 -1
- package/contracts/shared/TokenHandler.sol +5 -5
- package/contracts/staking/IStaking.sol +32 -32
- package/contracts/staking/IStakingService.sol +7 -16
- package/contracts/staking/Staking.sol +4 -4
- package/contracts/staking/StakingService.sol +2 -2
- package/contracts/staking/StakingStore.sol +3 -3
- package/contracts/upgradeability/ProxyManager.sol +2 -2
- package/package.json +3 -3
@@ -616,88 +616,13 @@
|
|
616
616
|
"anonymous": false,
|
617
617
|
"inputs": [
|
618
618
|
{
|
619
|
-
"indexed":
|
620
|
-
"internalType": "address",
|
621
|
-
"name": "tokenHandler",
|
622
|
-
"type": "address"
|
623
|
-
},
|
624
|
-
{
|
625
|
-
"indexed": false,
|
626
|
-
"internalType": "address",
|
627
|
-
"name": "token",
|
628
|
-
"type": "address"
|
629
|
-
},
|
630
|
-
{
|
631
|
-
"indexed": false,
|
632
|
-
"internalType": "Amount",
|
633
|
-
"name": "limit",
|
634
|
-
"type": "uint96"
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"indexed": false,
|
638
|
-
"internalType": "bool",
|
639
|
-
"name": "isMaxAmount",
|
640
|
-
"type": "bool"
|
641
|
-
}
|
642
|
-
],
|
643
|
-
"name": "LogComponentTokenHandlerApproved",
|
644
|
-
"type": "event"
|
645
|
-
},
|
646
|
-
{
|
647
|
-
"anonymous": false,
|
648
|
-
"inputs": [
|
649
|
-
{
|
650
|
-
"indexed": false,
|
651
|
-
"internalType": "address",
|
652
|
-
"name": "oldWallet",
|
653
|
-
"type": "address"
|
654
|
-
},
|
655
|
-
{
|
656
|
-
"indexed": false,
|
657
|
-
"internalType": "address",
|
658
|
-
"name": "newWallet",
|
659
|
-
"type": "address"
|
660
|
-
}
|
661
|
-
],
|
662
|
-
"name": "LogComponentWalletAddressChanged",
|
663
|
-
"type": "event"
|
664
|
-
},
|
665
|
-
{
|
666
|
-
"anonymous": false,
|
667
|
-
"inputs": [
|
668
|
-
{
|
669
|
-
"indexed": false,
|
670
|
-
"internalType": "address",
|
671
|
-
"name": "from",
|
672
|
-
"type": "address"
|
673
|
-
},
|
674
|
-
{
|
675
|
-
"indexed": false,
|
676
|
-
"internalType": "address",
|
677
|
-
"name": "to",
|
678
|
-
"type": "address"
|
679
|
-
},
|
680
|
-
{
|
681
|
-
"indexed": false,
|
682
|
-
"internalType": "uint256",
|
683
|
-
"name": "amount",
|
684
|
-
"type": "uint256"
|
685
|
-
}
|
686
|
-
],
|
687
|
-
"name": "LogComponentWalletTokensTransferred",
|
688
|
-
"type": "event"
|
689
|
-
},
|
690
|
-
{
|
691
|
-
"anonymous": false,
|
692
|
-
"inputs": [
|
693
|
-
{
|
694
|
-
"indexed": false,
|
619
|
+
"indexed": true,
|
695
620
|
"internalType": "NftId",
|
696
621
|
"name": "nftId",
|
697
622
|
"type": "uint96"
|
698
623
|
},
|
699
624
|
{
|
700
|
-
"indexed":
|
625
|
+
"indexed": true,
|
701
626
|
"internalType": "address",
|
702
627
|
"name": "owner",
|
703
628
|
"type": "address"
|
@@ -710,19 +635,19 @@
|
|
710
635
|
"anonymous": false,
|
711
636
|
"inputs": [
|
712
637
|
{
|
713
|
-
"indexed":
|
638
|
+
"indexed": true,
|
714
639
|
"internalType": "NftId",
|
715
640
|
"name": "targetNftId",
|
716
641
|
"type": "uint96"
|
717
642
|
},
|
718
643
|
{
|
719
|
-
"indexed":
|
644
|
+
"indexed": true,
|
720
645
|
"internalType": "Amount",
|
721
646
|
"name": "marginAmount",
|
722
647
|
"type": "uint96"
|
723
648
|
},
|
724
649
|
{
|
725
|
-
"indexed":
|
650
|
+
"indexed": true,
|
726
651
|
"internalType": "Amount",
|
727
652
|
"name": "hardLimitAmount",
|
728
653
|
"type": "uint96"
|
@@ -741,19 +666,19 @@
|
|
741
666
|
"anonymous": false,
|
742
667
|
"inputs": [
|
743
668
|
{
|
744
|
-
"indexed":
|
669
|
+
"indexed": true,
|
745
670
|
"internalType": "NftId",
|
746
671
|
"name": "targetNftId",
|
747
672
|
"type": "uint96"
|
748
673
|
},
|
749
674
|
{
|
750
|
-
"indexed":
|
675
|
+
"indexed": true,
|
751
676
|
"internalType": "Amount",
|
752
677
|
"name": "dipAmount",
|
753
678
|
"type": "uint96"
|
754
679
|
},
|
755
680
|
{
|
756
|
-
"indexed":
|
681
|
+
"indexed": true,
|
757
682
|
"internalType": "address",
|
758
683
|
"name": "targetOwner",
|
759
684
|
"type": "address"
|
@@ -778,19 +703,19 @@
|
|
778
703
|
"anonymous": false,
|
779
704
|
"inputs": [
|
780
705
|
{
|
781
|
-
"indexed":
|
706
|
+
"indexed": true,
|
782
707
|
"internalType": "NftId",
|
783
708
|
"name": "targetNftId",
|
784
709
|
"type": "uint96"
|
785
710
|
},
|
786
711
|
{
|
787
|
-
"indexed":
|
712
|
+
"indexed": true,
|
788
713
|
"internalType": "Amount",
|
789
714
|
"name": "dipAmount",
|
790
715
|
"type": "uint96"
|
791
716
|
},
|
792
717
|
{
|
793
|
-
"indexed":
|
718
|
+
"indexed": true,
|
794
719
|
"internalType": "Amount",
|
795
720
|
"name": "reserveBalance",
|
796
721
|
"type": "uint96"
|
@@ -809,19 +734,19 @@
|
|
809
734
|
"anonymous": false,
|
810
735
|
"inputs": [
|
811
736
|
{
|
812
|
-
"indexed":
|
737
|
+
"indexed": true,
|
813
738
|
"internalType": "NftId",
|
814
739
|
"name": "targetNftId",
|
815
740
|
"type": "uint96"
|
816
741
|
},
|
817
742
|
{
|
818
|
-
"indexed":
|
743
|
+
"indexed": true,
|
819
744
|
"internalType": "Amount",
|
820
745
|
"name": "dipAmount",
|
821
746
|
"type": "uint96"
|
822
747
|
},
|
823
748
|
{
|
824
|
-
"indexed":
|
749
|
+
"indexed": true,
|
825
750
|
"internalType": "address",
|
826
751
|
"name": "targetOwner",
|
827
752
|
"type": "address"
|
@@ -846,19 +771,19 @@
|
|
846
771
|
"anonymous": false,
|
847
772
|
"inputs": [
|
848
773
|
{
|
849
|
-
"indexed":
|
774
|
+
"indexed": true,
|
850
775
|
"internalType": "NftId",
|
851
776
|
"name": "stakeNftId",
|
852
777
|
"type": "uint96"
|
853
778
|
},
|
854
779
|
{
|
855
|
-
"indexed":
|
780
|
+
"indexed": true,
|
856
781
|
"internalType": "Amount",
|
857
782
|
"name": "claimedAmount",
|
858
783
|
"type": "uint96"
|
859
784
|
},
|
860
785
|
{
|
861
|
-
"indexed":
|
786
|
+
"indexed": true,
|
862
787
|
"internalType": "Amount",
|
863
788
|
"name": "stakeBalance",
|
864
789
|
"type": "uint96"
|
@@ -889,19 +814,19 @@
|
|
889
814
|
"anonymous": false,
|
890
815
|
"inputs": [
|
891
816
|
{
|
892
|
-
"indexed":
|
817
|
+
"indexed": true,
|
893
818
|
"internalType": "NftId",
|
894
819
|
"name": "stakeNftId",
|
895
820
|
"type": "uint96"
|
896
821
|
},
|
897
822
|
{
|
898
|
-
"indexed":
|
823
|
+
"indexed": true,
|
899
824
|
"internalType": "Amount",
|
900
825
|
"name": "restakedAmount",
|
901
826
|
"type": "uint96"
|
902
827
|
},
|
903
828
|
{
|
904
|
-
"indexed":
|
829
|
+
"indexed": true,
|
905
830
|
"internalType": "Amount",
|
906
831
|
"name": "stakeBalance",
|
907
832
|
"type": "uint96"
|
@@ -932,19 +857,19 @@
|
|
932
857
|
"anonymous": false,
|
933
858
|
"inputs": [
|
934
859
|
{
|
935
|
-
"indexed":
|
860
|
+
"indexed": true,
|
936
861
|
"internalType": "NftId",
|
937
862
|
"name": "stakeNftId",
|
938
863
|
"type": "uint96"
|
939
864
|
},
|
940
865
|
{
|
941
|
-
"indexed":
|
866
|
+
"indexed": true,
|
942
867
|
"internalType": "NftId",
|
943
868
|
"name": "targetNftId",
|
944
869
|
"type": "uint96"
|
945
870
|
},
|
946
871
|
{
|
947
|
-
"indexed":
|
872
|
+
"indexed": true,
|
948
873
|
"internalType": "Amount",
|
949
874
|
"name": "stakeAmount",
|
950
875
|
"type": "uint96"
|
@@ -969,19 +894,19 @@
|
|
969
894
|
"anonymous": false,
|
970
895
|
"inputs": [
|
971
896
|
{
|
972
|
-
"indexed":
|
897
|
+
"indexed": true,
|
973
898
|
"internalType": "NftId",
|
974
899
|
"name": "stakeNftId",
|
975
900
|
"type": "uint96"
|
976
901
|
},
|
977
902
|
{
|
978
|
-
"indexed":
|
903
|
+
"indexed": true,
|
979
904
|
"internalType": "NftId",
|
980
905
|
"name": "targetNftId",
|
981
906
|
"type": "uint96"
|
982
907
|
},
|
983
908
|
{
|
984
|
-
"indexed":
|
909
|
+
"indexed": true,
|
985
910
|
"internalType": "Amount",
|
986
911
|
"name": "stakeAmount",
|
987
912
|
"type": "uint96"
|
@@ -1006,19 +931,19 @@
|
|
1006
931
|
"anonymous": false,
|
1007
932
|
"inputs": [
|
1008
933
|
{
|
1009
|
-
"indexed":
|
934
|
+
"indexed": true,
|
1010
935
|
"internalType": "NftId",
|
1011
936
|
"name": "stakeNftId",
|
1012
937
|
"type": "uint96"
|
1013
938
|
},
|
1014
939
|
{
|
1015
|
-
"indexed":
|
940
|
+
"indexed": true,
|
1016
941
|
"internalType": "Amount",
|
1017
942
|
"name": "rewardIncrementAmount",
|
1018
943
|
"type": "uint96"
|
1019
944
|
},
|
1020
945
|
{
|
1021
|
-
"indexed":
|
946
|
+
"indexed": true,
|
1022
947
|
"internalType": "Amount",
|
1023
948
|
"name": "stakeBalance",
|
1024
949
|
"type": "uint96"
|
@@ -1049,19 +974,19 @@
|
|
1049
974
|
"anonymous": false,
|
1050
975
|
"inputs": [
|
1051
976
|
{
|
1052
|
-
"indexed":
|
977
|
+
"indexed": true,
|
1053
978
|
"internalType": "NftId",
|
1054
979
|
"name": "stakeNftId",
|
1055
980
|
"type": "uint96"
|
1056
981
|
},
|
1057
982
|
{
|
1058
|
-
"indexed":
|
983
|
+
"indexed": true,
|
1059
984
|
"internalType": "Amount",
|
1060
985
|
"name": "stakedAmount",
|
1061
986
|
"type": "uint96"
|
1062
987
|
},
|
1063
988
|
{
|
1064
|
-
"indexed":
|
989
|
+
"indexed": true,
|
1065
990
|
"internalType": "Amount",
|
1066
991
|
"name": "stakeBalance",
|
1067
992
|
"type": "uint96"
|
@@ -1092,13 +1017,13 @@
|
|
1092
1017
|
"anonymous": false,
|
1093
1018
|
"inputs": [
|
1094
1019
|
{
|
1095
|
-
"indexed":
|
1020
|
+
"indexed": true,
|
1096
1021
|
"internalType": "ChainId",
|
1097
1022
|
"name": "chainId",
|
1098
1023
|
"type": "uint96"
|
1099
1024
|
},
|
1100
1025
|
{
|
1101
|
-
"indexed":
|
1026
|
+
"indexed": true,
|
1102
1027
|
"internalType": "address",
|
1103
1028
|
"name": "token",
|
1104
1029
|
"type": "address"
|
@@ -1106,13 +1031,13 @@
|
|
1106
1031
|
{
|
1107
1032
|
"indexed": false,
|
1108
1033
|
"internalType": "UFixed",
|
1109
|
-
"name": "
|
1034
|
+
"name": "oldStakingRate",
|
1110
1035
|
"type": "uint160"
|
1111
1036
|
},
|
1112
1037
|
{
|
1113
1038
|
"indexed": false,
|
1114
1039
|
"internalType": "UFixed",
|
1115
|
-
"name": "
|
1040
|
+
"name": "newStakingRate",
|
1116
1041
|
"type": "uint160"
|
1117
1042
|
},
|
1118
1043
|
{
|
@@ -1129,15 +1054,15 @@
|
|
1129
1054
|
"anonymous": false,
|
1130
1055
|
"inputs": [
|
1131
1056
|
{
|
1132
|
-
"indexed":
|
1057
|
+
"indexed": true,
|
1133
1058
|
"internalType": "address",
|
1134
|
-
"name": "
|
1059
|
+
"name": "oldStakingReader",
|
1135
1060
|
"type": "address"
|
1136
1061
|
},
|
1137
1062
|
{
|
1138
|
-
"indexed":
|
1063
|
+
"indexed": true,
|
1139
1064
|
"internalType": "address",
|
1140
|
-
"name": "
|
1065
|
+
"name": "stakingReader",
|
1141
1066
|
"type": "address"
|
1142
1067
|
}
|
1143
1068
|
],
|
@@ -1148,22 +1073,22 @@
|
|
1148
1073
|
"anonymous": false,
|
1149
1074
|
"inputs": [
|
1150
1075
|
{
|
1151
|
-
"indexed":
|
1076
|
+
"indexed": true,
|
1077
|
+
"internalType": "address",
|
1078
|
+
"name": "oldStakingService",
|
1079
|
+
"type": "address"
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"indexed": true,
|
1152
1083
|
"internalType": "address",
|
1153
1084
|
"name": "stakingService",
|
1154
1085
|
"type": "address"
|
1155
1086
|
},
|
1156
1087
|
{
|
1157
|
-
"indexed":
|
1088
|
+
"indexed": true,
|
1158
1089
|
"internalType": "VersionPart",
|
1159
1090
|
"name": "release",
|
1160
1091
|
"type": "uint8"
|
1161
|
-
},
|
1162
|
-
{
|
1163
|
-
"indexed": false,
|
1164
|
-
"internalType": "address",
|
1165
|
-
"name": "oldStakingService",
|
1166
|
-
"type": "address"
|
1167
1092
|
}
|
1168
1093
|
],
|
1169
1094
|
"name": "LogStakingStakingServiceSet",
|
@@ -1173,19 +1098,19 @@
|
|
1173
1098
|
"anonymous": false,
|
1174
1099
|
"inputs": [
|
1175
1100
|
{
|
1176
|
-
"indexed":
|
1101
|
+
"indexed": true,
|
1177
1102
|
"internalType": "ObjectType",
|
1178
1103
|
"name": "objectType",
|
1179
1104
|
"type": "uint8"
|
1180
1105
|
},
|
1181
1106
|
{
|
1182
|
-
"indexed":
|
1107
|
+
"indexed": true,
|
1183
1108
|
"internalType": "bool",
|
1184
1109
|
"name": "isSupported",
|
1185
1110
|
"type": "bool"
|
1186
1111
|
},
|
1187
1112
|
{
|
1188
|
-
"indexed":
|
1113
|
+
"indexed": true,
|
1189
1114
|
"internalType": "bool",
|
1190
1115
|
"name": "allowNewTargets",
|
1191
1116
|
"type": "bool"
|
@@ -1246,19 +1171,19 @@
|
|
1246
1171
|
"anonymous": false,
|
1247
1172
|
"inputs": [
|
1248
1173
|
{
|
1249
|
-
"indexed":
|
1174
|
+
"indexed": true,
|
1250
1175
|
"internalType": "NftId",
|
1251
1176
|
"name": "targetNftId",
|
1252
1177
|
"type": "uint96"
|
1253
1178
|
},
|
1254
1179
|
{
|
1255
|
-
"indexed":
|
1180
|
+
"indexed": true,
|
1256
1181
|
"internalType": "ObjectType",
|
1257
1182
|
"name": "objectType",
|
1258
1183
|
"type": "uint8"
|
1259
1184
|
},
|
1260
1185
|
{
|
1261
|
-
"indexed":
|
1186
|
+
"indexed": true,
|
1262
1187
|
"internalType": "Seconds",
|
1263
1188
|
"name": "lockingPeriod",
|
1264
1189
|
"type": "uint40"
|
@@ -1277,15 +1202,15 @@
|
|
1277
1202
|
"anonymous": false,
|
1278
1203
|
"inputs": [
|
1279
1204
|
{
|
1280
|
-
"indexed":
|
1205
|
+
"indexed": true,
|
1281
1206
|
"internalType": "address",
|
1282
|
-
"name": "
|
1207
|
+
"name": "oldTargetHandler",
|
1283
1208
|
"type": "address"
|
1284
1209
|
},
|
1285
1210
|
{
|
1286
|
-
"indexed":
|
1211
|
+
"indexed": true,
|
1287
1212
|
"internalType": "address",
|
1288
|
-
"name": "
|
1213
|
+
"name": "targetManager",
|
1289
1214
|
"type": "address"
|
1290
1215
|
}
|
1291
1216
|
],
|
@@ -1296,19 +1221,19 @@
|
|
1296
1221
|
"anonymous": false,
|
1297
1222
|
"inputs": [
|
1298
1223
|
{
|
1299
|
-
"indexed":
|
1224
|
+
"indexed": true,
|
1300
1225
|
"internalType": "NftId",
|
1301
1226
|
"name": "targetNftId",
|
1302
1227
|
"type": "uint96"
|
1303
1228
|
},
|
1304
1229
|
{
|
1305
|
-
"indexed":
|
1230
|
+
"indexed": true,
|
1306
1231
|
"internalType": "Amount",
|
1307
1232
|
"name": "limitAmount",
|
1308
1233
|
"type": "uint96"
|
1309
1234
|
},
|
1310
1235
|
{
|
1311
|
-
"indexed":
|
1236
|
+
"indexed": true,
|
1312
1237
|
"internalType": "Amount",
|
1313
1238
|
"name": "hardLimitAmount",
|
1314
1239
|
"type": "uint96"
|
@@ -1339,19 +1264,19 @@
|
|
1339
1264
|
"anonymous": false,
|
1340
1265
|
"inputs": [
|
1341
1266
|
{
|
1342
|
-
"indexed":
|
1267
|
+
"indexed": true,
|
1343
1268
|
"internalType": "NftId",
|
1344
1269
|
"name": "targetNftId",
|
1345
1270
|
"type": "uint96"
|
1346
1271
|
},
|
1347
1272
|
{
|
1348
|
-
"indexed":
|
1273
|
+
"indexed": true,
|
1349
1274
|
"internalType": "Amount",
|
1350
1275
|
"name": "stakeLimitAmount",
|
1351
1276
|
"type": "uint96"
|
1352
1277
|
},
|
1353
1278
|
{
|
1354
|
-
"indexed":
|
1279
|
+
"indexed": true,
|
1355
1280
|
"internalType": "Amount",
|
1356
1281
|
"name": "marginAmount",
|
1357
1282
|
"type": "uint96"
|
@@ -1370,19 +1295,19 @@
|
|
1370
1295
|
"anonymous": false,
|
1371
1296
|
"inputs": [
|
1372
1297
|
{
|
1373
|
-
"indexed":
|
1298
|
+
"indexed": true,
|
1374
1299
|
"internalType": "NftId",
|
1375
1300
|
"name": "targetNftId",
|
1376
1301
|
"type": "uint96"
|
1377
1302
|
},
|
1378
1303
|
{
|
1379
|
-
"indexed":
|
1304
|
+
"indexed": true,
|
1380
1305
|
"internalType": "Amount",
|
1381
1306
|
"name": "marginAmount",
|
1382
1307
|
"type": "uint96"
|
1383
1308
|
},
|
1384
1309
|
{
|
1385
|
-
"indexed":
|
1310
|
+
"indexed": true,
|
1386
1311
|
"internalType": "Amount",
|
1387
1312
|
"name": "hardLimitAmount",
|
1388
1313
|
"type": "uint96"
|
@@ -1401,19 +1326,19 @@
|
|
1401
1326
|
"anonymous": false,
|
1402
1327
|
"inputs": [
|
1403
1328
|
{
|
1404
|
-
"indexed":
|
1329
|
+
"indexed": true,
|
1405
1330
|
"internalType": "NftId",
|
1406
1331
|
"name": "targetNftId",
|
1407
1332
|
"type": "uint96"
|
1408
1333
|
},
|
1409
1334
|
{
|
1410
|
-
"indexed":
|
1335
|
+
"indexed": true,
|
1411
1336
|
"internalType": "Seconds",
|
1412
1337
|
"name": "oldLockingPeriod",
|
1413
1338
|
"type": "uint40"
|
1414
1339
|
},
|
1415
1340
|
{
|
1416
|
-
"indexed":
|
1341
|
+
"indexed": true,
|
1417
1342
|
"internalType": "Seconds",
|
1418
1343
|
"name": "lockingPeriod",
|
1419
1344
|
"type": "uint40"
|
@@ -1432,19 +1357,19 @@
|
|
1432
1357
|
"anonymous": false,
|
1433
1358
|
"inputs": [
|
1434
1359
|
{
|
1435
|
-
"indexed":
|
1360
|
+
"indexed": true,
|
1436
1361
|
"internalType": "NftId",
|
1437
1362
|
"name": "targetNftId",
|
1438
1363
|
"type": "uint96"
|
1439
1364
|
},
|
1440
1365
|
{
|
1441
|
-
"indexed":
|
1366
|
+
"indexed": true,
|
1442
1367
|
"internalType": "Amount",
|
1443
1368
|
"name": "stakeLimitAmount",
|
1444
1369
|
"type": "uint96"
|
1445
1370
|
},
|
1446
1371
|
{
|
1447
|
-
"indexed":
|
1372
|
+
"indexed": true,
|
1448
1373
|
"internalType": "Blocknumber",
|
1449
1374
|
"name": "lastUpdateIn",
|
1450
1375
|
"type": "uint40"
|
@@ -1457,21 +1382,21 @@
|
|
1457
1382
|
"anonymous": false,
|
1458
1383
|
"inputs": [
|
1459
1384
|
{
|
1460
|
-
"indexed":
|
1385
|
+
"indexed": true,
|
1461
1386
|
"internalType": "NftId",
|
1462
1387
|
"name": "targetNftId",
|
1463
1388
|
"type": "uint96"
|
1464
1389
|
},
|
1465
1390
|
{
|
1466
|
-
"indexed":
|
1391
|
+
"indexed": true,
|
1467
1392
|
"internalType": "UFixed",
|
1468
|
-
"name": "
|
1393
|
+
"name": "oldRewardRate",
|
1469
1394
|
"type": "uint160"
|
1470
1395
|
},
|
1471
1396
|
{
|
1472
|
-
"indexed":
|
1397
|
+
"indexed": true,
|
1473
1398
|
"internalType": "UFixed",
|
1474
|
-
"name": "
|
1399
|
+
"name": "rewardRate",
|
1475
1400
|
"type": "uint160"
|
1476
1401
|
},
|
1477
1402
|
{
|
@@ -1488,19 +1413,13 @@
|
|
1488
1413
|
"anonymous": false,
|
1489
1414
|
"inputs": [
|
1490
1415
|
{
|
1491
|
-
"indexed":
|
1416
|
+
"indexed": true,
|
1492
1417
|
"internalType": "NftId",
|
1493
1418
|
"name": "targetNftId",
|
1494
1419
|
"type": "uint96"
|
1495
1420
|
},
|
1496
1421
|
{
|
1497
|
-
"indexed":
|
1498
|
-
"internalType": "ChainId",
|
1499
|
-
"name": "chainId",
|
1500
|
-
"type": "uint96"
|
1501
|
-
},
|
1502
|
-
{
|
1503
|
-
"indexed": false,
|
1422
|
+
"indexed": true,
|
1504
1423
|
"internalType": "address",
|
1505
1424
|
"name": "token",
|
1506
1425
|
"type": "address"
|
@@ -1513,13 +1432,13 @@
|
|
1513
1432
|
"anonymous": false,
|
1514
1433
|
"inputs": [
|
1515
1434
|
{
|
1516
|
-
"indexed":
|
1435
|
+
"indexed": true,
|
1517
1436
|
"internalType": "ChainId",
|
1518
1437
|
"name": "chainId",
|
1519
1438
|
"type": "uint96"
|
1520
1439
|
},
|
1521
1440
|
{
|
1522
|
-
"indexed":
|
1441
|
+
"indexed": true,
|
1523
1442
|
"internalType": "address",
|
1524
1443
|
"name": "token",
|
1525
1444
|
"type": "address"
|
@@ -1533,9 +1452,9 @@
|
|
1533
1452
|
"inputs": [
|
1534
1453
|
{
|
1535
1454
|
"indexed": false,
|
1536
|
-
"internalType": "
|
1537
|
-
"name": "
|
1538
|
-
"type": "
|
1455
|
+
"internalType": "Amount",
|
1456
|
+
"name": "oldApprovalAmount",
|
1457
|
+
"type": "uint96"
|
1539
1458
|
},
|
1540
1459
|
{
|
1541
1460
|
"indexed": false,
|
@@ -1544,10 +1463,10 @@
|
|
1544
1463
|
"type": "uint96"
|
1545
1464
|
},
|
1546
1465
|
{
|
1547
|
-
"indexed":
|
1548
|
-
"internalType": "
|
1549
|
-
"name": "
|
1550
|
-
"type": "
|
1466
|
+
"indexed": true,
|
1467
|
+
"internalType": "address",
|
1468
|
+
"name": "token",
|
1469
|
+
"type": "address"
|
1551
1470
|
}
|
1552
1471
|
],
|
1553
1472
|
"name": "LogStakingTokenHandlerApproved",
|
@@ -1557,19 +1476,19 @@
|
|
1557
1476
|
"anonymous": false,
|
1558
1477
|
"inputs": [
|
1559
1478
|
{
|
1560
|
-
"indexed":
|
1479
|
+
"indexed": true,
|
1561
1480
|
"internalType": "NftId",
|
1562
1481
|
"name": "componentNftId",
|
1563
1482
|
"type": "uint96"
|
1564
1483
|
},
|
1565
1484
|
{
|
1566
|
-
"indexed":
|
1485
|
+
"indexed": true,
|
1567
1486
|
"internalType": "address",
|
1568
1487
|
"name": "tokenHandler",
|
1569
1488
|
"type": "address"
|
1570
1489
|
},
|
1571
1490
|
{
|
1572
|
-
"indexed":
|
1491
|
+
"indexed": true,
|
1573
1492
|
"internalType": "address",
|
1574
1493
|
"name": "token",
|
1575
1494
|
"type": "address"
|
@@ -1582,13 +1501,13 @@
|
|
1582
1501
|
"anonymous": false,
|
1583
1502
|
"inputs": [
|
1584
1503
|
{
|
1585
|
-
"indexed":
|
1504
|
+
"indexed": true,
|
1586
1505
|
"internalType": "NftId",
|
1587
1506
|
"name": "targetNftId",
|
1588
1507
|
"type": "uint96"
|
1589
1508
|
},
|
1590
1509
|
{
|
1591
|
-
"indexed":
|
1510
|
+
"indexed": true,
|
1592
1511
|
"internalType": "address",
|
1593
1512
|
"name": "token",
|
1594
1513
|
"type": "address"
|
@@ -1619,13 +1538,13 @@
|
|
1619
1538
|
"anonymous": false,
|
1620
1539
|
"inputs": [
|
1621
1540
|
{
|
1622
|
-
"indexed":
|
1541
|
+
"indexed": true,
|
1623
1542
|
"internalType": "NftId",
|
1624
1543
|
"name": "targetNftId",
|
1625
1544
|
"type": "uint96"
|
1626
1545
|
},
|
1627
1546
|
{
|
1628
|
-
"indexed":
|
1547
|
+
"indexed": true,
|
1629
1548
|
"internalType": "address",
|
1630
1549
|
"name": "token",
|
1631
1550
|
"type": "address"
|
@@ -1656,19 +1575,19 @@
|
|
1656
1575
|
"anonymous": false,
|
1657
1576
|
"inputs": [
|
1658
1577
|
{
|
1659
|
-
"indexed":
|
1578
|
+
"indexed": true,
|
1660
1579
|
"internalType": "NftId",
|
1661
1580
|
"name": "stakeNftId",
|
1662
1581
|
"type": "uint96"
|
1663
1582
|
},
|
1664
1583
|
{
|
1665
|
-
"indexed":
|
1584
|
+
"indexed": true,
|
1666
1585
|
"internalType": "Amount",
|
1667
1586
|
"name": "unstakedAmount",
|
1668
1587
|
"type": "uint96"
|
1669
1588
|
},
|
1670
1589
|
{
|
1671
|
-
"indexed":
|
1590
|
+
"indexed": true,
|
1672
1591
|
"internalType": "Amount",
|
1673
1592
|
"name": "stakeBalance",
|
1674
1593
|
"type": "uint96"
|