GenericERC20FixedSupply
Git Source Inherits: ERC20Capped This is an example implementation to facilitate testing During deployment _tokenName and _tokenSymbol are set in constructorFunctions
constructor
The total supply of the token is minted to the deployer at construction time. Constructor sets params| Name | Type | Description |
|---|---|---|
_name | string | Name of the token |
_symbol | string | Symbol of the token |
_supply | uint256 | The total supply of the token. |