reorder ERC20 functions, clean up naming
This commit is contained in:
@ -2,7 +2,7 @@ pragma solidity =0.5.16;
|
||||
|
||||
import "../UniswapV2ERC20.sol";
|
||||
|
||||
contract GenericERC20 is UniswapV2ERC20 {
|
||||
contract ERC20 is UniswapV2ERC20 {
|
||||
constructor(uint _totalSupply) public {
|
||||
if (_totalSupply > 0) _mint(msg.sender, _totalSupply);
|
||||
}
|
||||
Reference in New Issue
Block a user