Token Implementations

Our Token Factory supports the following token implementations:

  1. Ownable and Burnable ERC20

    1. Ownable is an open source contract from open zeppelin which is used for safe default ownership actions

    2. Burnable is an open source contract from open zeppelin which is a simple update to the ERC20 basic implementation, that adds a burn action to it.

Last updated