poolToken

This method returns the ERC20 token address of the pool. Not to be confused with the LP token address of the pool.

Function

function poolToken() external view returns (address);

Return values

ValueDescription

address _val

The ERC20 token address of the pool. Not the same with the LP token address.

Last updated