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.

A bit about the structure:

All tokens are paired against "targetToken" to allow aggregation to a common liquid token.

There is an option that this "targetToken" will be paired against a "finalTargetToken" to allow trading the common token into a specific destination token.

Example

finalTargetToken()
returns (
    0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C  
)

Last updated