Token Implementations
Our Token Factory supports the following token implementations:
Ownable and Burnable ERC20
Ownable is an open source contract from open zeppelin which is used for safe default ownership actions
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