poolToken()

This function is found in the BancorNetworkInfo.sol contract.

Function poolToken()

BancorNetworkInfo.sol
    function poolToken(Token pool) external view returns (IPoolToken)

This function is located in the BancorNetworkInfo contract

This function is used to get the contract address of the pool token for a given token.

Function Arguments

Return Variables

The function returns the contract address of the Bancor pool token (bnToken) for a given token.

Last updated