# getIncentiveTokens

This method returns an array of tokens used to incentive tranches via `IdleCDOTrancheRewards`.

### Function

```solidity
function getIncentiveTokens(
) external view returns (address[] memory)
```

### Return values

<table><thead><tr><th width="267">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>incentiveTokens</code></td><td>Array with addresses of incentiveTokens (can be empty)</td></tr></tbody></table>
