@etherisc/gif-next 3.0.0-e1cc0d0-716 → 3.0.0-e28397c-781
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 +2 -2
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +2 -2
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- 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 +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/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 +2 -96
- 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 +0 -94
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +131 -143
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +47 -47
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +0 -94
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +39 -51
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +15 -90
- 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 +2 -77
- 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/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/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 +2 -77
- 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 +15 -90
- 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 +2 -77
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.json +2 -2
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +2 -96
- 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 +2 -77
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +23 -98
- 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 +2 -77
- 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 +56 -56
- 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 +20 -20
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +23 -11
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +30 -30
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +182 -170
- 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 +45 -33
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +12 -12
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +114 -114
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +84 -84
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +61 -61
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- 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/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +2 -77
- 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 +0 -75
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +18 -12
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -75
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +56 -50
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +20 -20
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +3 -78
- 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 +80 -80
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +30 -30
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +22 -22
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +3 -78
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +48 -48
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +3 -78
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +2 -2
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +106 -106
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +30 -30
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +35 -35
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +14 -14
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +0 -75
- 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 +87 -81
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +32 -32
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +9 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +25 -19
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +14 -14
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +0 -75
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +10 -10
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +74 -74
- 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 +31 -31
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +2 -2
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +2 -2
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +0 -75
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +32 -32
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +12 -12
- 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 +9 -9
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- 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 +50 -46
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +159 -147
- 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 +2 -2
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +182 -170
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +57 -57
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +2 -2
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +0 -75
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +135 -98
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +22 -22
- 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 +0 -75
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -75
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +93 -56
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -75
- 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/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -75
- 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/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/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/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +0 -75
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +0 -212
- 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 +2 -77
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +2 -2
- 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 +2 -214
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +2 -2
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -2
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +2 -2
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +10 -8
- 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/instance/BundleSet.sol +6 -6
- package/contracts/instance/IInstance.sol +7 -7
- package/contracts/instance/IInstanceService.sol +5 -5
- package/contracts/instance/InstanceService.sol +4 -0
- package/contracts/instance/InstanceStore.sol +14 -14
- package/contracts/instance/ProductStore.sol +14 -14
- package/contracts/instance/RiskSet.sol +6 -6
- package/contracts/oracle/IOracleService.sol +5 -5
- package/contracts/oracle/OracleService.sol +1 -1
- package/contracts/pool/IBundleService.sol +10 -10
- package/contracts/pool/IPoolComponent.sol +1 -1
- package/contracts/pool/IPoolService.sol +14 -14
- package/contracts/pool/PoolService.sol +1 -1
- 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 +5 -5
- package/contracts/registry/ChainNft.sol +1 -1
- package/contracts/registry/IRegistry.sol +3 -3
- package/contracts/registry/Registry.sol +4 -2
- package/contracts/registry/RegistryAuthorization.sol +0 -2
- package/contracts/shared/ComponentService.sol +12 -1
- package/contracts/shared/IComponent.sol +0 -4
- package/contracts/shared/IComponentService.sol +19 -13
- package/contracts/staking/IStakingService.sol +0 -9
- package/package.json +1 -1
@@ -292,7 +292,7 @@
|
|
292
292
|
"anonymous": false,
|
293
293
|
"inputs": [
|
294
294
|
{
|
295
|
-
"indexed":
|
295
|
+
"indexed": true,
|
296
296
|
"internalType": "NftId",
|
297
297
|
"name": "bundleNftId",
|
298
298
|
"type": "uint96"
|
@@ -305,19 +305,19 @@
|
|
305
305
|
"anonymous": false,
|
306
306
|
"inputs": [
|
307
307
|
{
|
308
|
-
"indexed":
|
308
|
+
"indexed": true,
|
309
309
|
"internalType": "NftId",
|
310
310
|
"name": "bundleNftId",
|
311
311
|
"type": "uint96"
|
312
312
|
},
|
313
313
|
{
|
314
|
-
"indexed":
|
314
|
+
"indexed": true,
|
315
315
|
"internalType": "NftId",
|
316
316
|
"name": "poolNftId",
|
317
317
|
"type": "uint96"
|
318
318
|
},
|
319
319
|
{
|
320
|
-
"indexed":
|
320
|
+
"indexed": true,
|
321
321
|
"internalType": "Seconds",
|
322
322
|
"name": "lifetime",
|
323
323
|
"type": "uint40"
|
@@ -342,19 +342,19 @@
|
|
342
342
|
"anonymous": false,
|
343
343
|
"inputs": [
|
344
344
|
{
|
345
|
-
"indexed":
|
345
|
+
"indexed": true,
|
346
346
|
"internalType": "NftId",
|
347
347
|
"name": "bundleNftId",
|
348
348
|
"type": "uint96"
|
349
349
|
},
|
350
350
|
{
|
351
|
-
"indexed":
|
351
|
+
"indexed": true,
|
352
352
|
"internalType": "Seconds",
|
353
353
|
"name": "lifetimeExtension",
|
354
354
|
"type": "uint40"
|
355
355
|
},
|
356
356
|
{
|
357
|
-
"indexed":
|
357
|
+
"indexed": true,
|
358
358
|
"internalType": "Timestamp",
|
359
359
|
"name": "extendedExpiredAt",
|
360
360
|
"type": "uint40"
|
@@ -367,19 +367,19 @@
|
|
367
367
|
"anonymous": false,
|
368
368
|
"inputs": [
|
369
369
|
{
|
370
|
-
"indexed":
|
370
|
+
"indexed": true,
|
371
371
|
"internalType": "NftId",
|
372
372
|
"name": "bundleNftId",
|
373
373
|
"type": "uint96"
|
374
374
|
},
|
375
375
|
{
|
376
|
-
"indexed":
|
376
|
+
"indexed": true,
|
377
377
|
"internalType": "Amount",
|
378
378
|
"name": "fixedFee",
|
379
379
|
"type": "uint96"
|
380
380
|
},
|
381
381
|
{
|
382
|
-
"indexed":
|
382
|
+
"indexed": true,
|
383
383
|
"internalType": "UFixed",
|
384
384
|
"name": "fractionalFee",
|
385
385
|
"type": "uint160"
|
@@ -392,7 +392,7 @@
|
|
392
392
|
"anonymous": false,
|
393
393
|
"inputs": [
|
394
394
|
{
|
395
|
-
"indexed":
|
395
|
+
"indexed": true,
|
396
396
|
"internalType": "NftId",
|
397
397
|
"name": "bundleNftId",
|
398
398
|
"type": "uint96"
|
@@ -405,13 +405,13 @@
|
|
405
405
|
"anonymous": false,
|
406
406
|
"inputs": [
|
407
407
|
{
|
408
|
-
"indexed":
|
408
|
+
"indexed": true,
|
409
409
|
"internalType": "NftId",
|
410
410
|
"name": "bundleNftId",
|
411
411
|
"type": "uint96"
|
412
412
|
},
|
413
413
|
{
|
414
|
-
"indexed":
|
414
|
+
"indexed": true,
|
415
415
|
"internalType": "Amount",
|
416
416
|
"name": "amount",
|
417
417
|
"type": "uint96"
|
@@ -424,7 +424,7 @@
|
|
424
424
|
"anonymous": false,
|
425
425
|
"inputs": [
|
426
426
|
{
|
427
|
-
"indexed":
|
427
|
+
"indexed": true,
|
428
428
|
"internalType": "NftId",
|
429
429
|
"name": "bundleNftId",
|
430
430
|
"type": "uint96"
|
@@ -437,13 +437,13 @@
|
|
437
437
|
"anonymous": false,
|
438
438
|
"inputs": [
|
439
439
|
{
|
440
|
-
"indexed":
|
440
|
+
"indexed": true,
|
441
441
|
"internalType": "NftId",
|
442
442
|
"name": "bundleNftId",
|
443
443
|
"type": "uint96"
|
444
444
|
},
|
445
445
|
{
|
446
|
-
"indexed":
|
446
|
+
"indexed": true,
|
447
447
|
"internalType": "Amount",
|
448
448
|
"name": "amount",
|
449
449
|
"type": "uint96"
|
@@ -456,19 +456,19 @@
|
|
456
456
|
"anonymous": false,
|
457
457
|
"inputs": [
|
458
458
|
{
|
459
|
-
"indexed":
|
459
|
+
"indexed": true,
|
460
460
|
"internalType": "NftId",
|
461
461
|
"name": "bundleNftId",
|
462
462
|
"type": "uint96"
|
463
463
|
},
|
464
464
|
{
|
465
|
-
"indexed":
|
465
|
+
"indexed": true,
|
466
466
|
"internalType": "NftId",
|
467
467
|
"name": "policyNftId",
|
468
468
|
"type": "uint96"
|
469
469
|
},
|
470
470
|
{
|
471
|
-
"indexed":
|
471
|
+
"indexed": true,
|
472
472
|
"internalType": "Amount",
|
473
473
|
"name": "collateralAmount",
|
474
474
|
"type": "uint96"
|
@@ -481,19 +481,19 @@
|
|
481
481
|
"anonymous": false,
|
482
482
|
"inputs": [
|
483
483
|
{
|
484
|
-
"indexed":
|
484
|
+
"indexed": true,
|
485
485
|
"internalType": "NftId",
|
486
486
|
"name": "bundleNftId",
|
487
487
|
"type": "uint96"
|
488
488
|
},
|
489
489
|
{
|
490
|
-
"indexed":
|
490
|
+
"indexed": true,
|
491
491
|
"internalType": "NftId",
|
492
492
|
"name": "policyNftId",
|
493
493
|
"type": "uint96"
|
494
494
|
},
|
495
495
|
{
|
496
|
-
"indexed":
|
496
|
+
"indexed": true,
|
497
497
|
"internalType": "Amount",
|
498
498
|
"name": "collateralAmount",
|
499
499
|
"type": "uint96"
|
@@ -246,81 +246,6 @@
|
|
246
246
|
"name": "AuthorityUpdated",
|
247
247
|
"type": "event"
|
248
248
|
},
|
249
|
-
{
|
250
|
-
"anonymous": false,
|
251
|
-
"inputs": [
|
252
|
-
{
|
253
|
-
"indexed": false,
|
254
|
-
"internalType": "address",
|
255
|
-
"name": "tokenHandler",
|
256
|
-
"type": "address"
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"indexed": false,
|
260
|
-
"internalType": "address",
|
261
|
-
"name": "token",
|
262
|
-
"type": "address"
|
263
|
-
},
|
264
|
-
{
|
265
|
-
"indexed": false,
|
266
|
-
"internalType": "Amount",
|
267
|
-
"name": "limit",
|
268
|
-
"type": "uint96"
|
269
|
-
},
|
270
|
-
{
|
271
|
-
"indexed": false,
|
272
|
-
"internalType": "bool",
|
273
|
-
"name": "isMaxAmount",
|
274
|
-
"type": "bool"
|
275
|
-
}
|
276
|
-
],
|
277
|
-
"name": "LogComponentTokenHandlerApproved",
|
278
|
-
"type": "event"
|
279
|
-
},
|
280
|
-
{
|
281
|
-
"anonymous": false,
|
282
|
-
"inputs": [
|
283
|
-
{
|
284
|
-
"indexed": false,
|
285
|
-
"internalType": "address",
|
286
|
-
"name": "oldWallet",
|
287
|
-
"type": "address"
|
288
|
-
},
|
289
|
-
{
|
290
|
-
"indexed": false,
|
291
|
-
"internalType": "address",
|
292
|
-
"name": "newWallet",
|
293
|
-
"type": "address"
|
294
|
-
}
|
295
|
-
],
|
296
|
-
"name": "LogComponentWalletAddressChanged",
|
297
|
-
"type": "event"
|
298
|
-
},
|
299
|
-
{
|
300
|
-
"anonymous": false,
|
301
|
-
"inputs": [
|
302
|
-
{
|
303
|
-
"indexed": false,
|
304
|
-
"internalType": "address",
|
305
|
-
"name": "from",
|
306
|
-
"type": "address"
|
307
|
-
},
|
308
|
-
{
|
309
|
-
"indexed": false,
|
310
|
-
"internalType": "address",
|
311
|
-
"name": "to",
|
312
|
-
"type": "address"
|
313
|
-
},
|
314
|
-
{
|
315
|
-
"indexed": false,
|
316
|
-
"internalType": "uint256",
|
317
|
-
"name": "amount",
|
318
|
-
"type": "uint256"
|
319
|
-
}
|
320
|
-
],
|
321
|
-
"name": "LogComponentWalletTokensTransferred",
|
322
|
-
"type": "event"
|
323
|
-
},
|
324
249
|
{
|
325
250
|
"anonymous": false,
|
326
251
|
"inputs": [
|
@@ -344,19 +269,19 @@
|
|
344
269
|
"anonymous": false,
|
345
270
|
"inputs": [
|
346
271
|
{
|
347
|
-
"indexed":
|
272
|
+
"indexed": true,
|
348
273
|
"internalType": "address",
|
349
274
|
"name": "pool",
|
350
275
|
"type": "address"
|
351
276
|
},
|
352
277
|
{
|
353
|
-
"indexed":
|
278
|
+
"indexed": true,
|
354
279
|
"internalType": "NftId",
|
355
280
|
"name": "applicationNftId",
|
356
281
|
"type": "uint96"
|
357
282
|
},
|
358
283
|
{
|
359
|
-
"indexed":
|
284
|
+
"indexed": true,
|
360
285
|
"internalType": "Amount",
|
361
286
|
"name": "collateralizationAmount",
|
362
287
|
"type": "uint96"
|
@@ -285,19 +285,19 @@
|
|
285
285
|
"anonymous": false,
|
286
286
|
"inputs": [
|
287
287
|
{
|
288
|
-
"indexed":
|
288
|
+
"indexed": true,
|
289
289
|
"internalType": "NftId",
|
290
290
|
"name": "poolNftId",
|
291
291
|
"type": "uint96"
|
292
292
|
},
|
293
293
|
{
|
294
|
-
"indexed":
|
294
|
+
"indexed": true,
|
295
295
|
"internalType": "NftId",
|
296
296
|
"name": "bundleNftId",
|
297
297
|
"type": "uint96"
|
298
298
|
},
|
299
299
|
{
|
300
|
-
"indexed":
|
300
|
+
"indexed": true,
|
301
301
|
"internalType": "NftId",
|
302
302
|
"name": "applicationNftId",
|
303
303
|
"type": "uint96"
|
@@ -316,19 +316,19 @@
|
|
316
316
|
"anonymous": false,
|
317
317
|
"inputs": [
|
318
318
|
{
|
319
|
-
"indexed":
|
319
|
+
"indexed": true,
|
320
320
|
"internalType": "NftId",
|
321
321
|
"name": "instanceNftId",
|
322
322
|
"type": "uint96"
|
323
323
|
},
|
324
324
|
{
|
325
|
-
"indexed":
|
325
|
+
"indexed": true,
|
326
326
|
"internalType": "NftId",
|
327
327
|
"name": "poolNftId",
|
328
328
|
"type": "uint96"
|
329
329
|
},
|
330
330
|
{
|
331
|
-
"indexed":
|
331
|
+
"indexed": true,
|
332
332
|
"internalType": "NftId",
|
333
333
|
"name": "bundleNftId",
|
334
334
|
"type": "uint96"
|
@@ -353,19 +353,19 @@
|
|
353
353
|
"anonymous": false,
|
354
354
|
"inputs": [
|
355
355
|
{
|
356
|
-
"indexed":
|
356
|
+
"indexed": true,
|
357
357
|
"internalType": "NftId",
|
358
358
|
"name": "instanceNftId",
|
359
359
|
"type": "uint96"
|
360
360
|
},
|
361
361
|
{
|
362
|
-
"indexed":
|
362
|
+
"indexed": true,
|
363
363
|
"internalType": "NftId",
|
364
364
|
"name": "poolNftId",
|
365
365
|
"type": "uint96"
|
366
366
|
},
|
367
367
|
{
|
368
|
-
"indexed":
|
368
|
+
"indexed": true,
|
369
369
|
"internalType": "NftId",
|
370
370
|
"name": "bundleNftId",
|
371
371
|
"type": "uint96"
|
@@ -378,19 +378,19 @@
|
|
378
378
|
"anonymous": false,
|
379
379
|
"inputs": [
|
380
380
|
{
|
381
|
-
"indexed":
|
381
|
+
"indexed": true,
|
382
382
|
"internalType": "NftId",
|
383
383
|
"name": "instanceNftId",
|
384
384
|
"type": "uint96"
|
385
385
|
},
|
386
386
|
{
|
387
|
-
"indexed":
|
387
|
+
"indexed": true,
|
388
388
|
"internalType": "NftId",
|
389
389
|
"name": "poolNftId",
|
390
390
|
"type": "uint96"
|
391
391
|
},
|
392
392
|
{
|
393
|
-
"indexed":
|
393
|
+
"indexed": true,
|
394
394
|
"internalType": "NftId",
|
395
395
|
"name": "bundleNftId",
|
396
396
|
"type": "uint96"
|
@@ -415,19 +415,19 @@
|
|
415
415
|
"anonymous": false,
|
416
416
|
"inputs": [
|
417
417
|
{
|
418
|
-
"indexed":
|
418
|
+
"indexed": true,
|
419
419
|
"internalType": "NftId",
|
420
420
|
"name": "instanceNftId",
|
421
421
|
"type": "uint96"
|
422
422
|
},
|
423
423
|
{
|
424
|
-
"indexed":
|
424
|
+
"indexed": true,
|
425
425
|
"internalType": "NftId",
|
426
426
|
"name": "poolNftId",
|
427
427
|
"type": "uint96"
|
428
428
|
},
|
429
429
|
{
|
430
|
-
"indexed":
|
430
|
+
"indexed": true,
|
431
431
|
"internalType": "NftId",
|
432
432
|
"name": "bundleNftId",
|
433
433
|
"type": "uint96"
|
@@ -452,19 +452,19 @@
|
|
452
452
|
"anonymous": false,
|
453
453
|
"inputs": [
|
454
454
|
{
|
455
|
-
"indexed":
|
455
|
+
"indexed": true,
|
456
456
|
"internalType": "NftId",
|
457
457
|
"name": "poolNftId",
|
458
458
|
"type": "uint96"
|
459
459
|
},
|
460
460
|
{
|
461
|
-
"indexed":
|
461
|
+
"indexed": true,
|
462
462
|
"internalType": "NftId",
|
463
463
|
"name": "bundleNftId",
|
464
464
|
"type": "uint96"
|
465
465
|
},
|
466
466
|
{
|
467
|
-
"indexed":
|
467
|
+
"indexed": true,
|
468
468
|
"internalType": "NftId",
|
469
469
|
"name": "applicationNftId",
|
470
470
|
"type": "uint96"
|
@@ -489,21 +489,21 @@
|
|
489
489
|
"anonymous": false,
|
490
490
|
"inputs": [
|
491
491
|
{
|
492
|
-
"indexed":
|
492
|
+
"indexed": true,
|
493
493
|
"internalType": "NftId",
|
494
494
|
"name": "bundleNftId",
|
495
495
|
"type": "uint96"
|
496
496
|
},
|
497
497
|
{
|
498
|
-
"indexed":
|
498
|
+
"indexed": true,
|
499
499
|
"internalType": "NftId",
|
500
500
|
"name": "policyNftId",
|
501
501
|
"type": "uint96"
|
502
502
|
},
|
503
503
|
{
|
504
|
-
"indexed":
|
504
|
+
"indexed": true,
|
505
505
|
"internalType": "Amount",
|
506
|
-
"name": "
|
506
|
+
"name": "releasedCollateralAmount",
|
507
507
|
"type": "uint96"
|
508
508
|
}
|
509
509
|
],
|
@@ -514,28 +514,28 @@
|
|
514
514
|
"anonymous": false,
|
515
515
|
"inputs": [
|
516
516
|
{
|
517
|
-
"indexed":
|
517
|
+
"indexed": true,
|
518
518
|
"internalType": "NftId",
|
519
519
|
"name": "bundleNftId",
|
520
520
|
"type": "uint96"
|
521
521
|
},
|
522
522
|
{
|
523
|
-
"indexed":
|
523
|
+
"indexed": true,
|
524
524
|
"internalType": "address",
|
525
525
|
"name": "recipient",
|
526
526
|
"type": "address"
|
527
527
|
},
|
528
|
+
{
|
529
|
+
"indexed": true,
|
530
|
+
"internalType": "Amount",
|
531
|
+
"name": "amount",
|
532
|
+
"type": "uint96"
|
533
|
+
},
|
528
534
|
{
|
529
535
|
"indexed": false,
|
530
536
|
"internalType": "address",
|
531
537
|
"name": "tokenAddress",
|
532
538
|
"type": "address"
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"indexed": false,
|
536
|
-
"internalType": "Amount",
|
537
|
-
"name": "amount",
|
538
|
-
"type": "uint96"
|
539
539
|
}
|
540
540
|
],
|
541
541
|
"name": "LogPoolServiceFeesWithdrawn",
|
@@ -545,19 +545,19 @@
|
|
545
545
|
"anonymous": false,
|
546
546
|
"inputs": [
|
547
547
|
{
|
548
|
-
"indexed":
|
548
|
+
"indexed": true,
|
549
549
|
"internalType": "NftId",
|
550
550
|
"name": "poolNftId",
|
551
551
|
"type": "uint96"
|
552
552
|
},
|
553
553
|
{
|
554
|
-
"indexed":
|
554
|
+
"indexed": true,
|
555
555
|
"internalType": "Amount",
|
556
556
|
"name": "previousMaxCapitalAmount",
|
557
557
|
"type": "uint96"
|
558
558
|
},
|
559
559
|
{
|
560
|
-
"indexed":
|
560
|
+
"indexed": true,
|
561
561
|
"internalType": "Amount",
|
562
562
|
"name": "currentMaxCapitalAmount",
|
563
563
|
"type": "uint96"
|
@@ -570,19 +570,19 @@
|
|
570
570
|
"anonymous": false,
|
571
571
|
"inputs": [
|
572
572
|
{
|
573
|
-
"indexed":
|
573
|
+
"indexed": true,
|
574
574
|
"internalType": "NftId",
|
575
575
|
"name": "poolNftId",
|
576
576
|
"type": "uint96"
|
577
577
|
},
|
578
578
|
{
|
579
|
-
"indexed":
|
579
|
+
"indexed": true,
|
580
580
|
"internalType": "NftId",
|
581
581
|
"name": "bundleNftId",
|
582
582
|
"type": "uint96"
|
583
583
|
},
|
584
584
|
{
|
585
|
-
"indexed":
|
585
|
+
"indexed": true,
|
586
586
|
"internalType": "NftId",
|
587
587
|
"name": "policyNftId",
|
588
588
|
"type": "uint96"
|
@@ -619,19 +619,19 @@
|
|
619
619
|
"anonymous": false,
|
620
620
|
"inputs": [
|
621
621
|
{
|
622
|
-
"indexed":
|
622
|
+
"indexed": true,
|
623
623
|
"internalType": "NftId",
|
624
624
|
"name": "policyNftId",
|
625
625
|
"type": "uint96"
|
626
626
|
},
|
627
627
|
{
|
628
|
-
"indexed":
|
628
|
+
"indexed": true,
|
629
629
|
"internalType": "ClaimId",
|
630
630
|
"name": "claimId",
|
631
631
|
"type": "uint16"
|
632
632
|
},
|
633
633
|
{
|
634
|
-
"indexed":
|
634
|
+
"indexed": true,
|
635
635
|
"internalType": "Amount",
|
636
636
|
"name": "availableAmount",
|
637
637
|
"type": "uint96"
|
@@ -644,19 +644,19 @@
|
|
644
644
|
"anonymous": false,
|
645
645
|
"inputs": [
|
646
646
|
{
|
647
|
-
"indexed":
|
647
|
+
"indexed": true,
|
648
648
|
"internalType": "NftId",
|
649
649
|
"name": "poolNftId",
|
650
650
|
"type": "uint96"
|
651
651
|
},
|
652
652
|
{
|
653
|
-
"indexed":
|
653
|
+
"indexed": true,
|
654
654
|
"internalType": "NftId",
|
655
655
|
"name": "bundleNftId",
|
656
656
|
"type": "uint96"
|
657
657
|
},
|
658
658
|
{
|
659
|
-
"indexed":
|
659
|
+
"indexed": true,
|
660
660
|
"internalType": "Amount",
|
661
661
|
"name": "bundleNetAmount",
|
662
662
|
"type": "uint96"
|
@@ -681,19 +681,19 @@
|
|
681
681
|
"anonymous": false,
|
682
682
|
"inputs": [
|
683
683
|
{
|
684
|
-
"indexed":
|
684
|
+
"indexed": true,
|
685
685
|
"internalType": "NftId",
|
686
686
|
"name": "poolNftId",
|
687
687
|
"type": "uint96"
|
688
688
|
},
|
689
689
|
{
|
690
|
-
"indexed":
|
690
|
+
"indexed": true,
|
691
691
|
"internalType": "address",
|
692
692
|
"name": "poolOwner",
|
693
693
|
"type": "address"
|
694
694
|
},
|
695
695
|
{
|
696
|
-
"indexed":
|
696
|
+
"indexed": true,
|
697
697
|
"internalType": "Amount",
|
698
698
|
"name": "amount",
|
699
699
|
"type": "uint96"
|
@@ -706,19 +706,19 @@
|
|
706
706
|
"anonymous": false,
|
707
707
|
"inputs": [
|
708
708
|
{
|
709
|
-
"indexed":
|
709
|
+
"indexed": true,
|
710
710
|
"internalType": "NftId",
|
711
711
|
"name": "poolNftId",
|
712
712
|
"type": "uint96"
|
713
713
|
},
|
714
714
|
{
|
715
|
-
"indexed":
|
715
|
+
"indexed": true,
|
716
716
|
"internalType": "address",
|
717
717
|
"name": "poolOwner",
|
718
718
|
"type": "address"
|
719
719
|
},
|
720
720
|
{
|
721
|
-
"indexed":
|
721
|
+
"indexed": true,
|
722
722
|
"internalType": "Amount",
|
723
723
|
"name": "amount",
|
724
724
|
"type": "uint96"
|