IMaverickV2RewardVault
Last updated
Last updated
This function allows the owner of the reward vault to withdraw a specified amount of staking tokens to a recipient address. If non-owner calls this function, it will revert.
Parameters
Name | Type | Description |
---|---|---|
This function retrieves the address of the owner of the reward vault contract.
This function retrieves the address of the ERC20 token used for staking within the reward vault.
recipient
address
The address to which the withdrawn staking tokens will be sent.
amount
uint256
The amount of staking tokens to withdraw.