SetupCreateLP -
The purpose of this function is to add the initial liquidity. Only excluded addresses could trade the token after adding the liquidity. The token will be tradable for everyone when the function SetupEnableTrading
is called.SetupEnableTrading
is called - everyone can trade, and bot protection limitations are taking place for a certain amount of time after liquidity addition. Whitelist addresses limitations are shortened than regular investors. In addition, this function locks the LP tokens in the contract for 7 days from the moment it was called. TeamlimitLiquidityReleaseTo20Percent
function which sets the liquidity release amount to 20%. Please note, that without calling this function the team can withdraw 100% of the LP tokens when liquidity unlocked time has passed. TeamLockLiquidityForSeconds
The team can call this function to prolong the liquidity lock. getLiquidityLockSeconds
function.