FakeToken

Git Source

Inherits: ERC20

Functions

constructor

constructor(string memory _name, string memory _symbol) ERC20(_name, _symbol);

mint

function mint(address _receiver, uint256 _amount) external;