rewardsPPM()
function rewardsPPM() external view returns (uint32);
This function returns the caller incentive rewards in PPM the caller will receive from calling the execute()
function.
Example
// Returns:
[
20000, //portion in PPM
]
Last updated