VChainMinter
Responsible for distributing VRSW and veVRSW tokens to pools according to allocation points
Events
event NewStaker
event NewStaker(
address staker
);event TransferRewards
event TransferRewards(
address indexed to,
address indexed lpToken,
uint256 amount
);State-Changing Functions
function setEpochParams
Name
Type
Description
function prepareForNextEpoch
Name
Type
Description
function transferRewards
Name
Type
Description
function setAllocationPoints
Name
Type
Description
function mintVeVrsw
Name
Type
Description
function burnVeVrsw
Name
Type
Description
function setStaker
Name
Type
Description
function calculateTokensForPool
Name
Type
Description
Read-only Functions
emissionStartTs
Last updated