FakeToken
Inherits: ERC20
Functions
constructor
constructor(string memory _name, string memory _symbol) ERC20(_name, _symbol);
mint
function mint(address _receiver, uint256 _amount) external;
Inherits: ERC20
constructor(string memory _name, string memory _symbol) ERC20(_name, _symbol);
function mint(address _receiver, uint256 _amount) external;