Creating Your Tax Token
Steps on how to easily create your own tax token
Effortless Contract Deploying

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 Name
String
Ethereum
Token Symbol
String
ETH
Total Supply
Number
1000000
Tax Receiver Address
Wallet Address
0x0000000000000000000000000000000000000000
Tax Rate
Slider
5%
Additional Configuration
updateTransferTaxRate0 - 2_000
External only owner function to update the transfer tax rate up to the maximum tax rate of 20% or 2_000
updateTaxBeneficiaryaddress
External only owner function to update the tax beneficiary address or the one who receives the tax tokens.
setNoTaxSenderAddraddress, bool
External only owner function to update the no tax mapping for senders of the token.
setNoTaxRecipientAddraddress, bool
External only owner function to update the no tax mapping for recipients of the token.
Last updated
Was this helpful?