totalSupply
TotalSupply refers to the total amount of a token that currently exists within a given blockchain or token contract. It is a value tracked by the token’s smart contract and represents the maximum quantity of tokens that have ever been minted, minus any that have been burned if the contract supports burning. In many standards, such as ERC-20, totalSupply is exposed as a function that returns the current supply.
Implementation and dynamics: The total supply is typically initialized at deployment with an initial supply. It
Distinctions from circulating supply: Total supply is not the same as circulating supply. Circulating supply measures
Usage and caveats: TotalSupply is a fundamental metric used in basic analyses and is part of many