Cooldown

The management of the cooldown function can help prevent bots from attacking your project, and by allowing you to easily update the variables for this function, you can better protect your project when there are bots overtrading on your project. In this section you can edit:

  1. Transaction count to enable the cooldown period

  2. Time in which those transactions will take place to enable the cooldown period

  3. The freeze period, which is the length of a time a wallet cannot buy/sell your token

  4. Check if a wallet is in the cooldown period

  5. Remove a wallet from the cooldown period

  6. Renounce the cooldown function

To update the cooldown parameters, enter one or all of the following variables listed below to the applicable textbox, then select the button and approve the transaction in your Web3 Wallet.

  • Transaction count in the Txn Count textbox

    • The maximum number of transactions a wallet can make within the set timeframe

  • Time in seconds in the Time textbox

    • The number of transactions can be made within to enable the cooldown feature

  • Freeze Period in seconds in the Freeze Period textbox

    • The length of time a walle will be frozen for


To check if a wallet is in a cooldown period, enter the wallet address in the Address textbox and pick the button. This button will update to show or depending on whether that wallet address has been added to the cooldown list.

If a wallet is listed in the cooldown period and you want to remove it from that period, enter the wallet address in the Address textbox and select the button.


To renounce the whitelist function, simply select the button and approve the transaction in your Web3 Wallet, keeping in mind that once renounced, none of the variables within this function can no longer be edited.

Last updated