mint

This method issues new ERC20 LP tokens. Only the latest core contract can call it.

Function

function mint(
    address _to, 
    uint _amount
) external;

Parameters

ParameterDescription

_to

The recipient of the tokens

_amount

The amount of tokens

Last updated