SORA
subscan
Runtime Modules / CeresLaunchpad
Spec Version:
Storage Functions
Name
Type
PenaltiesAccount{"origin":"PlainType","plain_type":"AccountIdOf"}
CeresBurnFeeAmount{"origin":"PlainType","plain_type":"Balance"}
CeresForContributionInILO{"origin":"PlainType","plain_type":"Balance"}
AuthorityAccount{"origin":"PlainType","plain_type":"AccountIdOf"}
ILOs{"origin":"MapType","map_type":{"key":"AssetIdOf","hasher":"Identity","value":"ILOInfo<Balance, AccountIdOf, Moment>","isLinked":false}}
Contributions{"origin":"DoubleMapType","double_map_type":{"key":"AssetIdOf","key2":"AccountIdOf","hasher":"Identity","key2Hasher":"Identity","value":"ContributionInfo<Balance>","isLinked":false}}
WhitelistedContributors{"origin":"PlainType","plain_type":"Vec<AccountIdOf>"}
WhitelistedIloOrganizers{"origin":"PlainType","plain_type":"Vec<AccountIdOf>"}
Error Types
Name
Docs
ILOAlreadyExists ILO for token already exists
ParameterCantBeZero Parameter can't be zero
InvalidSoftCap Soft cap should be minimum 50% of hard cap
InvalidMinimumContribution Minimum contribution must be equal or greater than 0.01 XOR
InvalidMaximumContribution Maximum contribution must be greater than minimum contribution
InvalidLiquidityPercent Minimum 51% of raised funds must go to liquidity
InvalidLockupDays Lockup days must be minimum 30
InvalidStartTimestamp Start timestamp be in future
InvalidEndTimestamp End timestamp must be greater than start timestamp
InvalidPrice Listing price must be greater than ILO price
InvalidNumberOfTokensForLiquidity Invalid number of tokens for liquidity
InvalidNumberOfTokensForILO Invalid number of tokens for ILO
InvalidFirstReleasePercent First release percent can't be zero
InvalidVestingPercent Invalid vesting percent
InvalidVestingPeriod Vesting period can't be zero
NotEnoughCeres Not enough CERES
NotEnoughTokens Not enough ILO tokens
ILONotStarted ILO not started
ILOIsFinished ILO is finished,
CantContributeInILO Can't contribute in ILO
HardCapIsHit Hard cap is hit
NotEnoughTokensToBuy Not enough tokens to buy
ContributionIsLowerThenMin Contribution is lower than min
ContributionIsBiggerThenMax Contribution is bigger than max
NotEnoughFunds Not enough funds
ILODoesNotExist ILO for token does not exist
ILOIsNotFinished ILO is not finished
PoolDoesNotExist Pool does not exist
Unauthorized Unauthorized
CantClaimLPTokens Can't claim LP tokens
FundsAlreadyClaimed Funds already claimed
NothingToClaim Nothing to claim
ILOIsFailed ILO is failed
ILOIsSucceeded ILO is succeeded
CantCreateILOForListedToken Can't create ILO for listed token
AccountIsNotWhitelisted Account is not whitelisted
InvalidTeamFirstReleasePercent Team first release percent can't be zero
InvalidTeamVestingPercent Team invalid vesting percent
InvalidTeamVestingPeriod Team vesting period can't be zero
NotEnoughTeamTokensToLock Not enough team tokens to lock