Comment on page
VotiumBribeForwarder
Uses reward tokens to bribe vlCVX holders to vote for a Curve gauge using Votium.

function depositBribe (uint256 amount, bytes32 proposal) external
Deposits a bribe into Votium, choiceIndex must be set previously.
Parameter | Type | Description |
---|---|---|
amount | uint256 | the amount of reward tokens to deposit including decimal places. |
proposal | bytes32 | votium brive proposal |
function updateChoiceIndex (uint256 _choiceIndex) public
Updates the choice index used for the bribe.
Parameter | Type | Description |
---|---|---|
_choiceIndex | uint256 | the bribe choice index |
Last modified 1yr ago