🎗️Contract Creation
Last updated
Last updated
To view or modify the contract settings for an existing example like "BeetRootExample," navigate through the interface where each customization option is presented. Below is a detailed explanation of each setting available during the contract creation or modification phase:
Symbol
Description: This is the ticker symbol of your token, which will be used on exchanges and wallets to represent your token.
Example: For "BeetRootExample," the symbol is BROOTEX
.
Decimals
Description: Sets the decimal precision of your token. This determines how divisible your tokens are.
Example: 10
decimals means that your token can be divided down to 0.0000000001.
Eth Supply
Description: The amount of Ethereum that will be initially provided in the liquidity pool.
Example: 1 ETH
indicates the starting liquidity provided.
Supply
Description: The total supply of tokens that will be minted upon creation.
Example: 100,000,000
tokens.
Max Wallet Size
Description: The maximum percentage of total tokens that any single wallet can hold.
Example: 1%
of total supply to prevent dominance by a single holder.
Pre-Sale Supply Perc
Description: The percentage of tokens available to pre-sale wallets at launch.
Example: 30%
which facilitates initial distribution strategies.
Initial Buy Fee & Initial Sell Fee
Description: These settings determine the transaction fees for buying and selling tokens respectively.
Example: Both 35%
, which could be used to deter quick flips and encourage long-term holding.
Wallets (Deployer, Tax, Presale)
Description: Addresses for various operational aspects of the token.
Deployer Wallet: Wallet from which the contract is deployed.
Tax Wallet: Receives transaction taxes.
Pre-Sale Wallets: Wallets that participate in initial pre-sale.
Social Links (Website, Twitter, Telegram)
Description: Links to your project's website, Twitter profile, and Telegram group to facilitate community engagement and updates.
Example: Provide URLs that direct users to each platform.
Deploy
Description: The final step to take your configured token live. This action deploys your smart contract to the blockchain.