subscan
Runtime Modules / LiquidityPools
Spec Version:
Events
Name
Lookup
Attributes
IncomingMessage6700["DomainAddress","MessageOf"]
Constants
Name
Type
Value
GeneralCurrencyPrefix[U8; 12]b64fd1c3a60c260188389850
TreasuryAccountAccountId6d6f646c70792f74727372790000000000000000000000000000000000000000
Error Types
Name
Docs
AssetNotFoundFailed to map the asset to the corresponding LiquidityPools' GeneralIndex representation and thus cannot be used as aninvestment currency.
AssetMetadataNotPoolCurrencyThe metadata of the given asset does not declare it as a poolcurrency and thus it cannot be used as an investment currency.
AssetNotLiquidityPoolsTransferableThe metadata of the given asset does not declare it as transferablevia LiquidityPools'.
AssetNotLiquidityPoolsWrappedTokenThe asset is not a [LiquidityPoolsWrappedToken] and thus cannot betransferred via liquidity pools.
AssetNotPoolCurrencyThe given asset does not match the currency of the pool.
PoolNotFoundA pool could not be found.
TrancheNotFoundA tranche could not be found.
TrancheMetadataNotFoundCould not find the metadata of a tranche token.
MissingTranchePriceFailed to fetch a tranche token price.This can occur if `TrancheNotFound` or if effectivelythe price for this tranche has not yet been set.
MissingRouterRouter not set for a given domain.
InvalidTransferAmountTransfer amount must be non-zero.
UnauthorizedTransferA transfer to a non-whitelisted destination was attempted.
FailedToBuildEthereumXcmCallFailed to build Ethereum_Xcm call.
InvalidIncomingMessageOriginThe origin of an incoming message is not in the allow-list.
InvalidIncomingMessageFailed to decode an incoming message.
InvalidDomainThe destination domain is invalid.
InvalidTrancheInvestorValidityThe validity is in the past.
InvalidPaymentCurrencyThe derived currency from the provided GeneralCurrencyIndex is notaccepted as payment for the given pool.
InvalidPayoutCurrencyThe derived currency from the provided GeneralCurrencyIndex is notaccepted as payout for the given pool.
InvalidTransferCurrencyThe currency is not allowed to be transferred via LiquidityPools.
InvestorDomainAddressNotAMemberThe account derived from the [Domain] and [DomainAddress] has notbeen whitelisted as a TrancheInvestor.
NotPoolAdminOnly the PoolAdmin can execute a given operation.