decimals

This method returns the ERC20 token decimals for the LP token.

Function

function decimals() external view returns (uint8);

Return values

ValueDescription

uint8 _val

The number of decimals thaat the LP token has.

Last updated