How can i see burn information?
Last updated
Last updated
on here you will find the following functions:
buyBurnFee
This will return the burn fee applied to buys.
getBurnInfo
For a given wallet this will return the amount of tokens you've burned.
getNumberBurns
This will return the number of burn events that have occured. Each burn from within the contract will increment this value by 1.
getTotalBurned
This will return the total number of tokens burned by the contract to date.
numberBurns
Alias for getNumberBurns
totalBurned
Alias of getNumberBurned
This will show all burn information from the contract, this will not show other burns that occur like from the DogeTools burn bot, or the various burn competitions we run.