📶Settings
Max transaction limits
Users that exceed the maximum transaction limit have their transactions blocked and reverted with an error.
Three types of limits:
Max buy limit
Maximum amount of tokens that can be bought in one transaction.
Works only for the default DEX.
Max sell limit
Maximum amount of tokens that can be sold in one transaction.
Works only for the default DEX.
Max transfer limit
Maximum amount of tokens that can be transferred in one transaction.
Max amount on wallet
This anti-whale function. This feature limits the number of tokens that each address can own by preventing them from being purchased or received from others.
Blacklist
The blacklist functionality includes a function that allows the owner to freeze specific addresses. Tokens cannot be sent or received to blacklisted addresses until they are unblacklisted.
Whitelist
The blacklist functionality includes a function that allows the owner to disable taxes for specific addresses. If the address is whitelisted, it will buy, sell, and send without tax.
Anti-bot cooldown
You can easily prohibit bots that buy and sell quickly for a quick profit with the anti-bot cooldown. You can determine how long an address should be locked after buying or selling by specifying a cooldown time.
For example, if someone purchases tokens and your cooldown time is 5 minutes, he will be unable to transfer or receive tokens until the cooldown period is over.
Pause trading
Using this function, you can pause trading your token. No one can move or trade tokens (including the owner); they can't sell, buy, or transfer tokens.
You can pause and unpause.
Launch pause (one-time use)
This is a special version of the pause trading function. You can use it only once; you can UNPAUSE trading. So, you can start trading when needed.
Basically, that option was created for launch platforms. For example, for the pinksale sale, you can collect money, then your holders can claim tokens, and you will turn on trading when needed.
Mintable
The owner can mint a particular number of tokens and send them to any address of their choice using this function. This function will be active until the token supply reaches its maximum supply.
Max supply = Initial supply plus minted tokens. For example, if the initial supply is 100 and the maximum supply is 150, with the mint function, you can mint 50 tokens.
The maximum supply cannot be changed later.
The maximum supply should be higher than the initial supply.
DEX AMM
The default exchange allows you to specify which DEX the token smart contract should be linked to. It does not provide any significant functionality on its own, but it opens many more functions in the token generator. All of the functions unlocked by the default exchange connection require it in order to function.
For example, the anti-bot cooldown requires a DEX connection to track each address's buys and sales and freeze them for a set length of time.
Foreign token recovery
Foreign token recovery adds a special recovery function. It allows you to remove stuck tokens from the token smart contract balance.
Last updated