Functions
mint
| Name | Type | Description |
|---|---|---|
_receiver | address | Token’s receiver. |
_amount | uint256 | Amount to be minted. |
burn
| Name | Type | Description |
|---|---|---|
_amount | uint256 | Amount to be burnt. |
function mint(
address _receiver,
uint256 _amount
) external
| Name | Type | Description |
|---|---|---|
_receiver | address | Token’s receiver. |
_amount | uint256 | Amount to be minted. |
function burn(
uint256 _amount
) external
| Name | Type | Description |
|---|---|---|
_amount | uint256 | Amount to be burnt. |