subscan
Runtime Modules / Sto
Spec Version:
Call Functions
Storage Functions
Name
Type
Fundraisers{"origin":"DoubleMapType","double_map_type":{"key":"Ticker","key2":"u64","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"Fundraiser<Moment>","isLinked":false}}
FundraiserCount{"origin":"MapType","map_type":{"key":"Ticker","hasher":"Blake2_128Concat","value":"u64","isLinked":false}}
FundraiserNames{"origin":"DoubleMapType","double_map_type":{"key":"Ticker","key2":"u64","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"FundraiserName","isLinked":false}}
Error Types
Name
Docs
Unauthorized Sender does not have required permissions.
Overflow An arithmetic operation overflowed.
InsufficientTokensRemaining Not enough tokens left for sale.
FundraiserNotFound Fundraiser not found.
FundraiserNotLive Fundraiser is either frozen or stopped.
FundraiserClosed Fundraiser has been closed/stopped already.
FundraiserExpired Interacting with a fundraiser past the end `Moment`.
InvalidVenue An invalid venue provided.
InvalidPriceTiers An individual price tier was invalid or a set of price tiers was invalid.
InvalidOfferingWindow Window (start time, end time) has invalid parameters, e.g start time is after end time.
MaxPriceExceeded Price of the investment exceeded the max price.
InvestmentAmountTooLow Investment amount is lower than minimum investment amount.