tradingEnabled()
Last updated
Last updated
This function allows you to identify if the token is available for trading.
Notice, all tokens are paired with "targetToken" which means the caller needs to send "targetToken" to the contract in order to receive the tokens.
However, "targetToken" might be traded against "finalTargetToken", in such case, to receive "targetToken", the caller needs to send "finalTargetToken" to the contract.
Name | Type | Description |
---|---|---|
To trade directly with the ETH token, use the contract address: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
token
Token
The token address of the token you would like to trade out of the contract.