Finalize a Presale

If you still can't finalize the pool after following steps in the above video, please hire a trusted developer at https://docs.pinksale.finance/important/contract-developers to help you check your smart contract. There must be a problem with your contract. After your presale has met softcap and ended or reached hardcap, follow these steps to list your token:

If your token has fees, rewards, and max tx in the contract, you have to exclude those functions for the presale address in order to finalize the presale pool.

  1. Before you finalize your presale, you need to access your contract address from BSCScan or you can click on the "token address" on your presale page.

2. Go to Contract -> Write contract -> Connect to Web3 to connect your wallet, you need to use owner address.

3. Ctrl + F, Search “exclude”, then input your presale address, then click on "Write", to exclude fee, reward, max tx for the presale address.

4. After click on the “Write” button, MetaMask will now ask you to confirm the transaction. It will also show you the fee that you are required to pay for that transaction. If you agree, then click on the “Confirm” button to finish the process.

If you see exclude (bool), please input “True”

Note: Sometimes the contract doesn’t have “exclude” but "exempt" instead, search “exempt”, then input your presale address, then click on "Write" to exclude fee, reward, max tx for the presale address.

5. In the “Pool Actions” section, you can choose to click on “Finalize” to complete the Launchpad and list your token, or you can choose to cancel it.

6. MetaMask will now ask you to confirm the transaction. It will also show you the fee that you are required to pay for that transaction. If you agree, then click on the “Confirm” button to finish the process.

Last updated