Deposit

Deposit tokens to the liquidity mining contract in order to start accumulating rewards.

Call this function to deposit pool tokens.

function deposit(address _poolToken, uint256 _amount, address _user) external nonpayable

Arguments

Name
Type
Description

_poolToken

address

the address of the pool token to deposit

_amount

uint256

the amount of the pool tokens to deposit

_user

address

the address of the user, tokens will be deposited to it or to msg.sender if 0

Last updated