liquidityPools()
This function is in the BancorNetwork.sol contract.
Function liquidityPools()
NetworkSettings.sol
This function gets a list of all available liquidity pools on the Bancor Network.
Return Variables
The function returns a list of all token contract addresses that have a liquidity pool on Bancor.
Variable Type | Returns |
---|---|
list | The returned list includes the token addresses of available liquidity pools.
Example response:
|
Note that the addresses returned are for the base tokens, not the contract addresses of Bancor pool tokens (bnTokens).
Last updated