burn

This method burns existing ERC20 LP tokens. Only the latest core contract can call it.

Function

function burn(
    address _to, 
    uint _amount
) external;

Parameters

ParameterDescription

_to

The recipient whose tokens get burned.

_amount

The amount of tokens burned.

Last updated