join()
This function is in the StandardRewards.sol contract.
Last updated
This function is in the StandardRewards.sol contract.
Last updated
function join(uint256 id, uint256 poolTokenAmount) external greaterThanZero(poolTokenAmount) nonReentrant \
This function is used to deposit Bancor pool tokens (bnTokens) into a rewards program.
The function accepts a reward program ID and the number of pool tokens as arguments, and does not return anything.
id
uint256
This is the ID of the rewards program.
poolTokenAmount
uint256
The number of pool tokens.