Kusama
subscan
Runtime Modules / Crowdloan
Spec Version:
Call Functions
Name
Lookup
Parameters
create49006
contribute49013
withdraw49022
refund49031
dissolve49041
edit49056
add_memo49062
poke49071
contribute_all49082
Events
Name
Lookup
Attributes
Created4900["ParaId"]
Contributed4901["AccountId","ParaId","BalanceOf"]
Withdrew4902["AccountId","ParaId","BalanceOf"]
PartiallyRefunded4903["ParaId"]
AllRefunded4904["ParaId"]
Dissolved4905["ParaId"]
HandleBidResult4906["ParaId","DispatchResult"]
Edited4907["ParaId"]
MemoUpdated4908["AccountId","ParaId","Bytes"]
AddedToNewRaise4909["ParaId"]
Storage Functions
Name
Type
Funds{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:crowdloan:FundInfo","keys_id":165,"value_id":919}}
NewRaise{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":858}
EndingsCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
NextFundIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6366756e64
MinContributionU128180ca5d4e80000000000000000000000
RemoveKeysLimitU32e8030000
Error Types
Name
Docs
FirstPeriodInPastThe current lease period is more than the first lease period.
FirstPeriodTooFarInFutureThe first lease period needs to at least be less than 3 `max_value`.
LastPeriodBeforeFirstPeriodLast lease period must be greater than first lease period.
LastPeriodTooFarInFutureThe last lease period cannot be more than 3 periods after the first period.
CannotEndInPastThe campaign ends before the current block number. The end must be in the future.
EndTooFarInFutureThe end date for this crowdloan is not sensible.
OverflowThere was an overflow.
ContributionTooSmallThe contribution was below the minimum, `MinContribution`.
InvalidParaIdInvalid fund index.
CapExceededContributions exceed maximum amount.
ContributionPeriodOverThe contribution period has already ended.
InvalidOriginThe origin of this call is invalid.
NotParachainThis crowdloan does not correspond to a parachain.
LeaseActiveThis parachain lease is still active and retirement cannot yet begin.
BidOrLeaseActiveThis parachain's bid or lease is still active and withdraw cannot yet begin.
FundNotEndedThe crowdloan has not yet ended.
NoContributionsThere are no contributions stored in this crowdloan.
NotReadyToDissolveThe crowdloan is not ready to dissolve. Potentially still has a slot or in retirementperiod.
InvalidSignatureInvalid signature.
MemoTooLargeThe provided memo is too large.
AlreadyInNewRaiseThe fund is already in `NewRaise`
VrfDelayInProgressNo contributions allowed during the VRF delay
NoLeasePeriodA lease period has not started yet, due to an offset in the starting block.