Standard Rewards

List reward programs for token pools

function activeProgramId()

StandardStakingRewards.sol
function activeProgramId(Token pool) external view returns (uint256)

Function Arguments

Return Variables

The read function activeProgramId() provides return variables with the return statement.

The return will be a list of the active program ids and their respective pool addresses.

Last updated