subscan
Runtime Modules / Salp
Spec Version:
Call Functions
Name
Lookup
Parameters
fund_success69001
fund_fail69011
fund_retire69021
fund_end69031
edit69045
unlock69052
batch_unlock69061
create69074
contribute69082
confirm_contribute69094
withdraw690a1
refund690b1
redeem690c2
dissolve690d1
add_proxy690e1
remove_proxy690f1
mint69101
Storage Functions
Name
Type
CurrentTrieIndex{"origin":"PlainType","plain_type":"TrieIndex"}
CurrentNonce{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_128Concat","value":"Nonce","isLinked":false}}
Funds{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_128Concat","value":"Option<FundInfo<BalanceOf, LeasePeriod>>","isLinked":false}}
RedeemPool{"origin":"PlainType","plain_type":"BalanceOf"}
Constants
Name
Type
Value
PalletIdPalletId0x62662f73616c7023
MinContributionBalanceOf0x00e87648170000000000000000000000
RelayChainTokenCurrencyId0x0204
LeasePeriodBlockNumberFor0x409d0400
VSBondValidPeriodBlockNumberFor0xc04b0300
ReleaseCycleBlockNumberFor0x201c0000
ReleaseRatioPercent0x32
RemoveKeysLimitu320xf4010000
SlotLengthLeasePeriod0x08000000
XcmTransferOriginTransferOriginType0x01
BaseXcmWeightu640x00ca9a3b00000000
ContributionWeightu640x88013c3500000000
AddProxyWeightu640x00ca9a3b00000000
SovereignSubAccountLocationMultiLocation0x020002005a53736d8e96f1c007cf0d630acf5209b20611617af23ce924c8e25328eb5d28
TransactProxyTypeParachainTransactProxyType0x01
TransactTypeParachainTransactType0x00
Error Types
Name
Docs
FirstSlotTooFarInFuture The first slot needs to at least be less than 3 `max_value`.
LastSlotBeforeFirstSlot Last slot must be greater than first slot.
LastSlotTooFarInFuture The last slot cannot be more then 3 slots after the first slot.
Overflow There was an overflow.
ContributionTooSmall The contribution was below the minimum, `MinContribution`.
ZeroContribution The account doesn't have any contribution to the fund.
InvalidParaId Invalid fund index.
InvalidFundStatus Invalid fund status.
InvalidContributionStatus Invalid contribution status.
CapExceeded Contributions exceed maximum amount.
FundAlreadyCreated The fund has been registered.
XcmFailed Crosschain xcm failed
NotEnoughReservedAssetsToRefund Don't have enough vsToken/vsBond to refund
NotEnoughBalanceInRefundPool Don't have enough token to refund by users
NotEnoughBalanceToUnlock Don't have enough vsToken/vsBond to unlock
VSBondExpired The vsBond is expired now
UnRedeemableNow The vsBond cannot be redeemed by now
NotEnoughFreeAssetsToRedeem Dont have enough vsToken/vsBond to redeem
NotEnoughBalanceInRedeemPool Don't have enough token to redeem by users