tradingFeePMM()

This function is in the BancorNetworkInfo.sol contract.

Function tradingFeePMM()

BancorNetworkInfo.sol
function tradingFeePPM(Token pool) external view returns (uint32);

This function is used to check the fee taken for trading a specified token.

Function Arguments

Return Variables

This function returns the number value of the fee taken for trading a given token.

Last updated