ERC20BaseMaxSupply inherits from Thirdweb's ERC20Base with adding constraint maximum total supply
The Token contract is suited for creating a digital currency and is compliant with the ERC20 standard with adding constraint maximum total supply can mint e.g. 21.000.000 BTC. It can be purchased and traded between users on an exchange, utilized to buy and sell NFTs in a marketplace, etc.
Unlike the Token Drop contract, the Token contract does not allow users to claim tokens under the criteria of claim conditions.
You could use the Token contract to:
Jun 01, 2024
Apache-2.0, MIT, Unlicense