IConvexBooster
Functions
deposit
function deposit(
uint256 _pid,
uint256 _amount,
bool _stake
) external returns (bool)
Parameters
Name | Type | Description |
---|---|---|
_pid | uint256 | |
_amount | uint256 | |
_stake | bool |
withdraw
function withdraw(
uint256 _pid,
uint256 _amount
) external returns (bool)
Parameters
Name | Type | Description |
---|---|---|
_pid | uint256 | |
_amount | uint256 |
earmarkRewards
function earmarkRewards(
uint256 _pid
) external returns (bool)
Parameters
Name | Type | Description |
---|---|---|
_pid | uint256 |