# 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 %}
