targetToken()
function targetToken() external view returns (Token);This function returns the token address of the "targetToken". This is the token all auctions will be paired with excluding the tradeToken->finalTargetToken pair.
Example
targetToken()
returns (
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
)Last updated