Last updated 1 month ago
Was this helpful?
Inherits: ERC20
constructor() ERC20("US Dollar", "USD");
Mint new tokens to an address (for testing purposes).
function mint(address to, uint256 amount) external;