Creating Your Tax Token

Steps on how to easily create your own tax token

Effortless Contract Deploying

Sonic Factory Interface - Tax Token

Creating your token is quick and straightforward. Simply click Create on the navigation bar, choose Tax Token on the sidebar, enter the necessary token details, and hit Deploy. With just a few steps, your token is ready to go, making the process efficient and hassle-free. No complex coding or setup—just a smooth, user-friendly experience!

Token Details
Input Type
Example

Token Name

String

Ethereum

Token Symbol

String

ETH

Total Supply

Number

1000000

Tax Receiver Address

Wallet Address

0x0000000000000000000000000000000000000000

Tax Rate

Slider

5%

Additional Configuration

Functions
Input
Description

updateTransferTaxRate

0 - 2_000

External only owner function to update the transfer tax rate up to the maximum tax rate of 20% or 2_000

updateTaxBeneficiary

address

External only owner function to update the tax beneficiary address or the one who receives the tax tokens.

setNoTaxSenderAddr

address, bool

External only owner function to update the no tax mapping for senders of the token.

setNoTaxRecipientAddr

address, bool

External only owner function to update the no tax mapping for recipients of the token.

You may check out Sonic Scan or your wallet for the token and contract address.

Last updated

Was this helpful?