symbol

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

Function

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

Return values

ValueDescription

string memory _val

The symbol of the LP token.

Last updated