Comment on page
IDeBridgeToken
function mint(
address _receiver,
uint256 _amount
) external
Issues new tokens.
Name | Type | Description |
---|---|---|
_receiver | address | Token's receiver. |
_amount | uint256 | Amount to be minted. |
function burn(
uint256 _amount
) external
Destroys existing tokens.
Name | Type | Description |
---|---|---|
_amount | uint256 | Amount to be burnt. |
Last modified 1yr ago