Functions and Usage

What can I do for the Standard Token?

You can do basic trading and transfer tokens, renounce ownership, mint and burn tokens.

Where do the rewards in a rewards token come from?

Reward token works by collecting taxes from transactions and distributing them to holders.

How do I interact with my token contract?

You go to your token address page from BscScan, EtherScan or other scan websites. You'll find the write contract section. Click on Connect Web3 button. From there you'll see a list of functions that you can interact with, you can change/update some values of your tokens. Functions will be different for different types of token contract.

Create a token through the website that you want rewards in a specific currency that the website does not have available. How do I do?

You can send a request to our dev team, we’ll add the reward token within 24 hours.

The contracts have a panel to be able to modify some things in them? For example change the marketing fee?

Yes, you can go to BscScan or EtherScan or other similar websites to interact with your token contract.

A member sent BNB to my token contract. How do I recover them?

It's impossible to recover BNB sent to the token address. However, if you have the Pro token, check this out.

For the Pro token, what is the difference between the "Buyback and Burn" and "Burn" feature?

The difference is the buyback. Buyback and burn: buy some tokens and burn them. Burn: burn the tokens directly.

Marketing taxes in the ERC20 network come to the marketing wallet as ETH?

Yes, you will receive ETH taxes for the marketing tax token on Ethereum Network. If you select other networks, you receive the native token for that network.

Does the Liquidity Generator has Renounce Ownership function via Web3 write?

Yes, it does.

Can I renounce ownership for my token?

Yes, you can renounce ownership. You go to your token address page from BscScan, EtherScan or other scan websites. You'll find the write contract section. Click on Connect Web3 button. Next find the function named renounceOwnership. Click write and confirm transactions.

Can I burn tokens?

Yes, you can burn tokens by sending them to the 0x0000000000000000000000000000000000000000 or 0x000000000000000000000000000000000000dEaD. Especially, with the Dynamic Token type, you can also burn tokens from any wallet. Also you can have a burn feature to automatically burn tokens with the Pro Token.

Can I do presale?

Yes, all token types support pre-sale. If you have tokens with taxes, you need to exclude the pre-sale address from fees. For the Pro token, you also need to exclude the presale address from Max Tx and Max Wallet.

Can I create "intersect" tokens with Smart tax for mini token and Pro token is the main, Smart tax mini token sends rewards (the main Pro token) to holders to create more buy?

Yes you can. You need to:

- from your mini token, excludes the Pro token from fees

- from your Pro token, excludes the Mini token from fees, Max Tx and Max Wallet

But before launch, have a third party to audit your setup. If you can't afford that, please do a small test to make sure your setup works. If you face any problem, reach out to us immediately.

How do I change Max Tx (Max transaction) percentage?

For the Pro token, you look for the function setMaxTxPercent and enter the desired percentage multiplied by 100. Ex: if you want 5%, enter 500. Maximum value is 10000 (equals to 100%) and the minimum value is 1 (equals to 0.01%). For other token types, you enter the desired percentage without multiply it with 100. Ex: enter 5 for 5%.

How do I change Max Wallet percentage?

For the Pro token, you look for the function setMaxWalletPercent and enter the desired percentage multiplied by 100. Ex: if you want 5%, enter 500. Maximum value is 10000 (equals to 100%) and the minimum value is 1 (equals to 0.01%). For other token types, you enter the desired percentage without multiply it with 100. Ex: enter 5 for 5%.

How do I distribute rewards manually for my Reward token?

You go to the function process and enter the maximum gas fees for distributing rewards. The default value is 300000, you can enter a bigger value to process more accounts at once. If your contract has few holders to process rewards, it will not use all of the gas fee amount you enter.

How to renounce ownership ERC20?

To renounce ownership for your ERC20 token, you go to your token address page from EtherScan or other similar websites. Find the write contract section. Click on Connect Web3 button. Next, locate the renounceOwnership function. Click write and confirm transactions.

Last updated