poolTokenToUnderlying()

Function poolTokenToUnderlying()

NetworkSettings.sol
function poolTokenToUnderlying(Token pool, uint256 poolTokenAmount) external view returns (uint256)

This function is located in the BancorNetworkInfo contract

This function returns the number of underlying tokens a pool token is worth.

Function Arguments

Return Variables

This function returns the number of underlying tokens a given amount of pool tokens are worth.

Last updated