finalTargetToken()

    function finalTargetToken() external view returns (Token);

This function returns the token address of the "finalTargetToken". This token is the one paired with the "targetToken" for the last step of auctions.

Example

finalTargetToken()
returns (
    0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C  
)

Last updated