subscan
Runtime Modules / StakeExchange
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
OfferCreated1300["OfferId","OfferOf"]
OfferCancelled1301["OfferId"]
LiquidityConfigUpdated1302["AccountId","LiquidityAccountConfigOf"]
LiquidityWithdrawn1303["AccountId","OfferId"]
LiquidityAdded1304["AccountId","OfferId"]
BuyOrderCompleted1305["AccountId","TokenIdOf","BalanceOf","Rate","AccountId","OfferId"]
OfferCompleted1306["OfferId"]
Storage Functions
Name
Type
LiquidityConfigs{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_stake_exchange:types:TokenFilter","keys_id":0,"value_id":89}}
Offers{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_stake_exchange:types:Offer","keys_id":6,"value_id":81}}
NextOfferId{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Constants
Name
Type
Value
MaxFilteredTokenCountU3214000000
OfferDepositU12800602adcb86a14070000000000000000
Error Types
Name
Docs
CallerNotOfferCreatorCaller is not the account of
ZeroOfferCannot create a offer with zero amount
ZeroRateCannot create a offer with zero rate
OverflowArithmetic overflow
OfferNotFoundA offer was not found
NotEnoughLiquidityThe offer does not have liquidity to perform the operation
TransferParamCreationFailedCannot perform multi tokens transfer
TokenRestrictionLP does not support this tokenId
ZeroAmountZero amount buy not supported
RewardRateOutOfRangePool rewards outside acceptable range