How can i see burn information?

Within the contract itself

https://snowtrace.io/address/0x7c0ab71Ef0bEC595dB0e3E3cc046Ac06ce1E121b/contract/43114/readContract?chainId=43114 on here you will find the following functions:

Function Name
What it does

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.

Last updated