latestProgramId()

This function is in the StandardRewards.sol contract.

Function latestProgramId()

StandardRewards.sol
function latestProgramId(Token pool) external view returns (uint256)

This function is used to find the ID of the rewards program for a given token.

Function Arguments

NameTypeDescription

pool

Token

The token's address.

Return Variables

This function returns the ID of the latest rewards program for the given token.

Variable TypeReturns

uint256

The ID of the rewards program.

Example response:

uint256 : 1

Last updated