isProgramActive()
This function is in the StandardRewards.sol contract.
Last updated
This function is in the StandardRewards.sol contract.
function isProgramActive(uint256 id) external view returns (bool)This function is used to check if a specific rewards program is currently active.
id
uint256
The ID of the rewards program.
This function returns a boolean indicating if the rewards program is currently active.
bool
True: Rewards program is active. False: Rewards program is inactive.
Last updated
