isProgramPaused()
AutoCompoundingRewards.sol
function isProgramPaused(Token pool) external view returns (bool)
This function is used to check if a specific rewards program is currently paused.
Name | Type | Description |
---|---|---|
pool | address | The contract address of the token. |
This function returns a boolean indicating if the rewards program is currently paused.
Variable Type | Returns |
---|---|
bool | True: Rewards program is paused.
False: Rewards program is not paused. |
Last modified 4mo ago