Stats about a token.
totalMinted and totalBurned don't fit in a 64-bit integer, therefore we use a string with the decimal representation.
totalMinted
totalBurned
Total number of tokens burned.
Total number of tokens minted (including GENESIS).
Generated using TypeDoc
Stats about a token.
totalMinted
andtotalBurned
don't fit in a 64-bit integer, therefore we use a string with the decimal representation.