Functions
initialize
Initializer sets the the App Manager| 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.| Name | Type | Description |
|---|---|---|
to | address | recipient address |
amount | uint256 | number of tokens to mint |
burn
Function burns tokens. Allows for burning of tokens.| Name | Type | Description |
|---|---|---|
account | address | address tokens are burned from |
amount | uint256 | number of tokens to burn |