> 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/rewardsppm.md).

# rewardsPPM()

{% code overflow="wrap" %}

```solidity
    function rewardsPPM() external view returns (uint32);
```

{% endcode %}

This function returns the caller incentive rewards in PPM the caller will receive from calling the `execute()` function.

### Example

{% code overflow="wrap" %}

```solidity
// Returns:
[
20000,                   //portion in PPM
]
```

{% endcode %}

{% hint style="info" %}
For the ETH token, use the contract address: *0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE*&#x20;
{% endhint %}
