PinakionV2
Inherits: ERC20, ERC20Burnable, Ownable
Functions
constructor
constructor() ERC20("PinakionV2", "PNK");
mint
function mint(address to, uint256 amount) public onlyOwner;
recoverTokens
Recover tokens sent mistakenly to this contract.
function recoverTokens(address _token) public onlyOwner;
Parameters
Name | Type | Description |
---|---|---|
_token | address | The address of the token contract that you want to recover, or set to 0 in case you want to extract ether. |