Prime Token BEP-20 ICO
Pre-Sale Smart Contract
Pre-Sale Smart Contract
The Pre-Sale Smart Contract can be found under: /Contracts/PreSale.sol
Once you have made the changes on the previous step "Token Customization", now you need to follow the next steps to deploy your own token on BSC Mainnet.
Keep in mind that you will need Metamask with some amount of the BNBs to pay for the gas fees. Usually, it costs a maximum of 10-15 EUR.
1. Open the https://remix.ethereum.org/
2. Create a new file with the name "PreSale.sol".
3. Copy the PreSale.sol file content into newly created file.
4.
5.
If you have followed the steps now you should have your own presale contract deployed on the BSC Mainnet. Congratulations!
To be able to interact with the smart contract, you must verify it.
To do so, open your contract on BSCScan.com
The address looks similar to this:
https://bscscan.com/address/{Contract Address}#contracts
1. Click on the text "Verify and Publish"
2.
3.
On the textarea "Enter the Solidity Contract Code below" you must paste the contract code from the remix website.
4. Click "Verify"