subscan
Runtime Modules / Salp
Spec Version:
Events
Name
Lookup
Attributes
Created6900["ParaId"]
Contributing6901["AccountIdOf","ParaId","BalanceOf","MessageId"]
Contributed6902["AccountIdOf","ParaId","BalanceOf"]
ContributeFailed6903["AccountIdOf","ParaId","BalanceOf"]
Withdrew6904["ParaId","BalanceOf"]
Refunded6905["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"]
AllRefunded6906["ParaId"]
Redeemed6907["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"]
Edited6908["ParaId"]
Dissolved6909["ParaId"]
Unlocked690a["AccountIdOf","ParaId","BalanceOf"]
AllUnlocked690b["ParaId"]
Failed690c["ParaId"]
Success690d["ParaId"]
Retired690e["ParaId"]
End690f["ParaId"]
Continued6910["ParaId","LeasePeriod","LeasePeriod"]
RefundedDissolved6911["ParaId","LeasePeriod","LeasePeriod"]
Buyback6912["BalanceOf"]
VstokenUnlocked6913["AccountIdOf"]
Storage Functions
Name
Type
MultisigConfirmAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
CurrentTrieIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
CurrentNonce{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}}
QueryIdContributionInfo{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"Tuple:U32AccountIdU128","keys_id":11,"value_id":605}}
Funds{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"option<bifrost_salp:FundInfo>","keys_id":4,"value_id":606}}
RedeemPool{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
FailedFundsToRefund{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"option<bifrost_salp:FundInfo>","keys_id":608,"value_id":606}}
Constants
Name
Type
Value
PalletId[U8; 8]62662f73616c7023
MinContributionU12800743ba40b0000000000000000000000
RelayChainTokennode_primitives:currency:CurrencyId0800
LeasePeriodU32803a0900
VSBondValidPeriodU32c04b0300
ReleaseCycleU32201c0000
ReleaseRatioU832
RemoveKeysLimitU32f4010000
SlotLengthU3208000000
TreasuryAccountAccountId6d6f646c62662f74727372790000000000000000000000000000000000000000
BuybackPalletId[U8; 8]62662f73616c7063
Error Types
Name
Docs
FirstSlotTooFarInFutureThe first slot needs to at least be less than 3 `max_value`.
LastSlotBeforeFirstSlotLast slot must be greater than first slot.
LastSlotTooFarInFutureThe last slot cannot be more then 3 slots after the first slot.
OverflowThere was an overflow.
ContributionTooSmallThe contribution was below the minimum, `MinContribution`.
ZeroContributionThe account doesn't have any contribution to the fund.
InvalidParaIdInvalid fund index.
InvalidFundStatusInvalid fund status.
InvalidContributionStatusInvalid contribution status.
CapExceededContributions exceed maximum amount.
FundAlreadyCreatedThe fund has been registered.
XcmFailedCrosschain xcm failed
NotEnoughReservedAssetsToRefundDon't have enough vsToken/vsBond to refund
NotEnoughBalanceInRefundPoolDon't have enough token to refund by users
NotEnoughBalanceToUnlockDon't have enough vsToken/vsBond to unlock
VSBondExpiredThe vsBond is expired now
UnRedeemableNowThe vsBond cannot be redeemed by now
NotEnoughFreeAssetsToRedeemDont have enough vsToken/vsBond to redeem
NotEnoughBalanceInRedeemPoolDon't have enough token to redeem by users
NotEnoughBalanceInFund
InvalidFundSameSlot
InvalidFundNotExist
InvalidRefund
NotEnoughBalanceToContribute
NotSupportTokenType
ResponderNotRelayChainResponder is not a relay chain
NotFindContributionValueNo contribution record found