🔤General

Change the main parameters of the token contract in the general settings step.

Token name

The token name option allows you to give your token a name that will be publicly viewable after it is created.

Maximum length: 50 characters

Can not be changed later.

Visual example:

Token symbol

Without using the token's full name, the symbol for it refers to it. (Smaller name of a token)

Maximum length: 20 characters

Can not be changed later.

Visual example:

Blockchain

Choose a blockchain for your token. After creation and payment, your token contract will be deployed on that chain.

Available chains:

  1. BSC Binance smart chain (bep20)

  2. Ethereum: SOON

  3. Arbitrum: SOON

Decimals

Decimals refer to how divisible a token can be, from 0 (not at all divisible) to 18 (pretty much continuous) and even higher if required. Technically speaking, the decimal value is the number of digits that come after the decimal place when displaying token values on-screen.

The number of decimals should be from 1 to 18. Typically 8 or 12, or 18.

Can not be changed later.

Visual example (8 decimals):

Token owner wallet

The token owner is the address that handles all of your token's owner-restricted functions. Later, you can change your token functions using this wallet.

By default, the token owner's wallet is your connected wallet. (but you can change that if needed.)

Initial supply

Initial supply is the amount of tokens minted at the start (which will be minted right after contract deployment) and sent to your wallet, which is the “Initial Supply Receiver wallet”.(by default, your connected address)

Total supply = Initial supply (if you do not have mint function in your token contract)

Initial supply receiver wallet

The address that gets the initial supply of tokens after creation is known as the initial supply receiver wallet.

By default, the Initial supply receiver wallet wallet is your connected wallet. (but you can change that if needed.)

Last updated