Function: mint(address to, uint256 amount)
This function mints the token.
Inputs
toControl: Arbitrary.
Constraints: None.
Impact: Address to get the tokens.
amountControl: Arbitrary.
Constraints: None.
Impact: Amount to mint the token.
Branches and code coverage
Intended branches
The function must mint the token to given
to.
Negative behavior
Revert if the function caller does not have
VAULT_ROLE.