Name | Lookup | Parameters | |
---|---|---|---|
create_fundraiser | 2700 | 10 | |
invest | 2701 | 7 | |
freeze_fundraiser | 2702 | 2 | |
unfreeze_fundraiser | 2703 | 2 | |
modify_fundraiser_window | 2704 | 4 | |
stop | 2705 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
FundraiserCreated | 2700 | ["IdentityId","FundraiserId","FundraiserName","Fundraiser<Moment>"] | |
Invested | 2701 | ["IdentityId","FundraiserId","AssetId","AssetId","Balance","Balance"] | |
FundraiserFrozen | 2702 | ["IdentityId","FundraiserId"] | |
FundraiserUnfrozen | 2703 | ["IdentityId","FundraiserId"] | |
FundraiserWindowModified | 2704 | ["EventDid","FundraiserId","Moment","Option<Moment>","Moment","Option<Moment>"] | |
FundraiserClosed | 2705 | ["IdentityId","FundraiserId"] |
Name | Type | |
---|---|---|
Fundraisers | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"pallet_sto:Fundraiser","keys_id":703,"value_id":268}} | |
FundraiserCount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U64","keys_id":42,"value_id":266}} | |
FundraiserNames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"Vec<U8>","keys_id":703,"value_id":267}} | |
StorageVersion | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":704} |
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. |