isProgramEnabled()
This function is in the StandardRewards.sol contract.
Function isProgramEnabled()
This function is used to check if a specific rewards program exists.
Function Arguments
Name
Type
Description
id
uint256
The ID of the rewards program.
Return Variables
This function returns a boolean indicating if a rewards program with the indicated ID has been enabled.
Variable Type
Returns
bool
True: Rewards program exists. False: Rewards program does not exist.
Last updated