Last updated 1 year ago
This method returns the ERC20 token address of the pool. Not to be confused with the LP token address of the pool.
function poolToken() external view returns (address);
address _val
The ERC20 token address of the pool. Not the same with the LP token address.