PinakionV2

Git Source

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

NameTypeDescription
_tokenaddressThe address of the token contract that you want to recover, or set to 0 in case you want to extract ether.