tradingEnabled()
This function is in the BancorNetworkInfo.sol contract.
Last updated
This function is in the BancorNetworkInfo.sol contract.
Last updated
This function is used to determine if trading is enabled for a specific token.
pool
Token
The contract address of the token to check. For example, : 0x6B175474E89094C44Da98b954EedeAC495271d0F
This function returns true or false to indicate if trading is enabled for a given token.
boolean
True: Trading is enabled. False: Trading is disabled.