Name | Lookup | Parameters | |
---|---|---|---|
create_ilo | 3100 | 17 | |
contribute | 3101 | 2 | |
emergency_withdraw | 3102 | 1 | |
finish_ilo | 3103 | 1 | |
claim_lp_tokens | 3104 | 1 | |
claim | 3105 | 1 | |
change_ceres_burn_fee | 3106 | 1 | |
change_ceres_contribution_fee | 3107 | 1 | |
claim_pswap_rewards | 3108 | - |
Name | Lookup | Attributes | |
---|---|---|---|
ILOCreated | 3100 | ||
Contributed | 3101 | ||
EmergencyWithdrawn | 3102 | ||
ILOFinished | 3103 | ||
ClaimedLP | 3104 | ||
Claimed | 3105 | ||
FeeChanged | 3106 | ||
ClaimedPSWAP | 3107 |
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, BlockNumber>","isLinked":false}} | |
Contributions | {"origin":"DoubleMapType","double_map_type":{"key":"AssetIdOf","key2":"AccountIdOf","hasher":"Identity","key2Hasher":"Identity","value":"ContributionInfo<Balance>","isLinked":false}} |
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 |
InvalidStartBlock | Start block must be in future |
InvalidEndBlock | End block must be greater than start block |
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 |