SORA
subscan
Runtime Modules / CeresLaunchpad
Spec Version:
Events
Name
Lookup
Attributes
ILOCreated3100["AccountIdOf","AssetIdOf"]
Contributed3101["AccountIdOf","AssetIdOf","Balance"]
EmergencyWithdrawn3102["AccountIdOf","AssetIdOf","Balance"]
ILOFinished3103["AccountIdOf","AssetIdOf"]
ClaimedLP3104["AccountIdOf","AssetIdOf"]
Claimed3105["AccountIdOf","AssetIdOf"]
FeeChanged3106["Balance"]
ClaimedPSWAP3107
WhitelistedContributor3108["AccountIdOf"]
WhitelistedIloOrganizer3109["AccountIdOf"]
RemovedWhitelistedContributor310a["AccountIdOf"]
RemovedWhitelistedIloOrganizer310b["AccountIdOf"]
Storage Functions
Name
Type
PenaltiesAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
CeresBurnFeeAmount{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CeresForContributionInILO{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
FeePercentOnRaisedFunds{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
AuthorityAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
ILOs{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"ceres_launchpad:ILOInfo","keys_id":67,"value_id":743}}
Contributions{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["[U8; 32]","AccountId"],"value":"ceres_launchpad:ContributionInfo","keys_id":746,"value_id":747}}
WhitelistedContributors{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":144}
WhitelistedIloOrganizers{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":144}
Error Types
Name
Docs
ILOAlreadyExistsILO for token already exists
ParameterCantBeZeroParameter can't be zero
InvalidSoftCapSoft cap should be minimum 50% of hard cap
InvalidMinimumContributionMinimum contribution must be equal or greater than 0.01 base asset tokens
InvalidMaximumContributionMaximum contribution must be greater than minimum contribution
InvalidLiquidityPercentMinimum 51% of raised funds must go to liquidity
InvalidLockupDaysLockup days must be minimum 30
InvalidStartTimestampStart timestamp be in future
InvalidEndTimestampEnd timestamp must be greater than start timestamp
InvalidPriceListing price must be greater than ILO price
InvalidNumberOfTokensForLiquidityInvalid number of tokens for liquidity
InvalidNumberOfTokensForILOInvalid number of tokens for ILO
InvalidFirstReleasePercentFirst release percent can't be zero
InvalidVestingPercentInvalid vesting percent
InvalidVestingPeriodVesting period can't be zero
NotEnoughCeresNot enough CERES
NotEnoughTokensNot enough ILO tokens
ILONotStartedILO not started
ILOIsFinishedILO is finished,
CantContributeInILOCan't contribute in ILO
HardCapIsHitHard cap is hit
NotEnoughTokensToBuyNot enough tokens to buy
ContributionIsLowerThenMinContribution is lower than min
ContributionIsBiggerThenMaxContribution is bigger than max
NotEnoughFundsNot enough funds
ILODoesNotExistILO for token does not exist
ILOIsNotFinishedILO is not finished
PoolDoesNotExistPool does not exist
UnauthorizedUnauthorized
CantClaimLPTokensCan't claim LP tokens
FundsAlreadyClaimedFunds already claimed
NothingToClaimNothing to claim
ILOIsFailedILO is failed
ILOIsSucceededILO is succeeded
CantCreateILOForListedTokenCan't create ILO for listed token
AccountIsNotWhitelistedAccount is not whitelisted
InvalidTeamFirstReleasePercentTeam first release percent can't be zero
InvalidTeamVestingPercentTeam invalid vesting percent
InvalidTeamVestingPeriodTeam vesting period can't be zero
NotEnoughTeamTokensToLockNot enough team tokens to lock
InvalidFeePercentInvalid fee percent on raised funds
BaseAssetNotSupportedAsset in which funds are being raised is not supported