balanceOf

This method returns the LP token balance of an address.

Function

function balanceOf(address) external view returns (uint);

Parameters

ParameterDescription

address _user

The wallet address.

Return values

ValueDescription

uint balance

The balance of an address

Last updated