MockToken
Overview
License: MIT
contract MockToken is ERC20Functions info
constructor
constructor(
string memory name,
string memory symbol,
uint8 decimalsToken
) ERC20(name, symbol)mint (0x40c10f19)
function mint(address account, uint256 amount) publicdecimals (0x313ce567)
function decimals() public view override returns (uint8)Last updated