totalSupply

This method returns the total supply of LP tokens.

Function

function totalSupply() external view returns (uint);

Return values

ValueDescription

uint _val

The total supply of LP tokens.

Last updated