Functions

mint

function mint(
    address _receiver,
    uint256 _amount
) external
Issues new tokens. Parameters:
NameTypeDescription
_receiveraddressToken’s receiver.
_amountuint256Amount to be minted.

burn

function burn(
    uint256 _amount
) external
Destroys existing tokens. Parameters:
NameTypeDescription
_amountuint256Amount to be burnt.