subscan
Runtime Modules / Sto
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
FundraiserCreated2700["IdentityId","FundraiserId","FundraiserName","Fundraiser<Moment>"]
Invested2701["IdentityId","FundraiserId","Ticker","Ticker","Balance","Balance"]
FundraiserFrozen2702["IdentityId","FundraiserId"]
FundraiserUnfrozen2703["IdentityId","FundraiserId"]
FundraiserWindowModified2704["EventDid","FundraiserId","Moment","Option<Moment>","Moment","Option<Moment>"]
FundraiserClosed2705["IdentityId","FundraiserId"]
Storage Functions
Name
Type
Fundraisers{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"pallet_sto:Fundraiser","keys_id":703,"value_id":276}}
FundraiserCount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":42,"value_id":274}}
FundraiserNames{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U8>","keys_id":703,"value_id":275}}
Error Types
Name
Docs
UnauthorizedSender does not have required permissions.
OverflowAn arithmetic operation overflowed.
InsufficientTokensRemainingNot enough tokens left for sale.
FundraiserNotFoundFundraiser not found.
FundraiserNotLiveFundraiser is either frozen or stopped.
FundraiserClosedFundraiser has been closed/stopped already.
FundraiserExpiredInteracting with a fundraiser past the end `Moment`.
InvalidVenueAn invalid venue provided.
InvalidPriceTiersAn individual price tier was invalid or a set of price tiers was invalid.
InvalidOfferingWindowWindow (start time, end time) has invalid parameters, e.g start time is after end time.
MaxPriceExceededPrice of the investment exceeded the max price.
InvestmentAmountTooLowInvestment amount is lower than minimum investment amount.