ApplicationERC20UMin.sol
ApplicationERC20UMin
Inherits: ProtocolERC20UMin
Functions
initialize
Initializer sets the the App Manager
Parameters
Name | Type | Description |
---|---|---|
_name | string | Name of the token |
_symbol | string | Symbol of the token |
_appManagerAddress | address | Address of App Manager |
mint
Function mints new tokens. Allows for minting of tokens.
Parameters
Name | Type | Description |
---|---|---|
to | address | recipient address |
amount | uint256 | number of tokens to mint |
burn
Function burns tokens. Allows for burning of tokens.
Parameters
Name | Type | Description |
---|---|---|
account | address | address tokens are burned from |
amount | uint256 | number of tokens to burn |