pop docs

ProofOfPerformance

_stakingProxy

address _stakingProxy

constructor

constructor(address stakingProxy) public

creditPopRewardToStakingProxy

function creditPopRewardToStakingProxy(address targetPool) external

Credits the pop reward to the Staking Proxy contract.

Parameters

NameTypeDescription

targetPool

address

Address of the pool.

proofOfPerformance

function proofOfPerformance(address targetPool) external view returns (uint256)

Returns the proof of performance reward for a pool.

Parameters

NameTypeDescription

targetPool

address

Address of the pool.

Return Values

NameTypeDescription

[0]

uint256

Value of the pop reward in Rigo tokens.

_getStakingProxy

function _getStakingProxy() private view returns (address)

Last updated