> For the complete documentation index, see [llms.txt](https://docs.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbondefi.xyz/contracts-and-functions/carbonvortex-functions/read-functions/targettokensaleamount.md).

# targetTokenSaleAmount()

```solidity
    function targetTokenSaleAmount() external view returns (SaleAmount memory);
```

This function returns the "targetToken" amount available for sale.

### Example

{% code overflow="wrap" %}

```solidity
targetTokenSaleAmount()
returns (
    10000000000000000000; 
)
```

{% endcode %}
