name

This method is the ERC20 token name for the LP token.

Function

function name() external view returns (string memory);

Return values

ValueDescription

string memory _val

The name of the LP token.

Last updated