ERC20BaseMaxSupply

ERC20BaseMaxSupply inherits from Thirdweb's ERC20Base with adding constraint maximum total supply

ERC20 max supply token contract

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.

Use Cases & Examples

You could use the Token contract to:

  • Create your own cryptocurrency
  • Sell your NFTs on the Marketplace in your custom token
  • Reward users with tokens for some action they take

DOMAIN_SEPARATOR

(DOMAIN_SEPARATOR)

view

Published by

View all contracts

Details

  • Publish Date

    Jun 01, 2024

  • Licenses

    Apache-2.0, MIT, Unlicense

  • Learn more about Publish
    ERC20BaseMaxSupply | Published Smart Contract