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