Westend
subscan
Runtime Modules / Crowdloan
Spec Version:
Call Functions
Name
Lookup
Parameters
create40006
contribute40013
withdraw40022
refund40031
dissolve40041
edit40056
add_memo40062
poke40071
contribute_all40082
Events
Name
Lookup
Attributes
Created4000["ParaId"]
Contributed4001["AccountId","ParaId","BalanceOf"]
Withdrew4002["AccountId","ParaId","BalanceOf"]
PartiallyRefunded4003["ParaId"]
AllRefunded4004["ParaId"]
Dissolved4005["ParaId"]
HandleBidResult4006["ParaId","DispatchResult"]
Edited4007["ParaId"]
MemoUpdated4008["AccountId","ParaId","Bytes"]
AddedToNewRaise4009["ParaId"]
Storage Functions
Name
Type
Funds{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:crowdloan:FundInfo","keys_id":73,"value_id":601}}
NewRaise{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":556}
EndingsCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
NextFundIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6366756e64
MinContributionU1280010a5d4e80000000000000000000000
RemoveKeysLimitU32f4010000
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 retirement period.
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.