subscan
Runtime Modules / SalpLite
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Created6f00["ParaId"]
Issued6f01["AccountIdOf","ParaId","BalanceOf","MessageId"]
Withdrew6f02["ParaId","BalanceOf"]
Refunded6f03["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"]
Redeemed6f04["AccountIdOf","ParaId","LeasePeriod","LeasePeriod","BalanceOf"]
Edited6f05["ParaId"]
Dissolved6f06["ParaId"]
Unlocked6f07["AccountIdOf","ParaId","BalanceOf"]
AllUnlocked6f08["ParaId"]
Failed6f09["ParaId"]
Success6f0a["ParaId"]
Retired6f0b["ParaId"]
Continued6f0c["ParaId","LeasePeriod","LeasePeriod"]
RefundedDissolved6f0d["ParaId","LeasePeriod","LeasePeriod"]
Storage Functions
Name
Type
MultisigConfirmAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
CurrentTrieIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Funds{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"option<bifrost_salp_lite:FundInfo>","keys_id":4,"value_id":651}}
FailedFundsToRefund{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"option<bifrost_salp_lite:FundInfo>","keys_id":631,"value_id":651}}
RedeemPool{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Constants
Name
Type
Value
PalletId[U8; 8]62662f73616c706c
MinContributionU12800743ba40b0000000000000000000000
RelayChainTokennode_primitives:currency:CurrencyId0203
LeasePeriodU32803a0900
ReleaseCycleU32201c0000
ReleaseRatioU832
BatchKeysLimitU32f4010000
SlotLengthU3208000000
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.
MigrateSlotBeforeFirstSlotMigrate slot must be greater than 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.
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
NotEnoughFreeAssetsToRedeemDont have enough vsToken/vsBond to redeem
NotEnoughBalanceInRedeemPoolDon't have enough token to redeem by users
NotEnoughBalanceInFundInvalid Fund when refund/redeem
InvalidFundSameSlot
InvalidFundNotExist
InvalidRefund