VGlobalMinter
Responsible for minting and distributing VRSW tokens
Events
event NewVesting
event NewVesting(
address vestingWallet,
address beneficiary,
uint32 startTs,
uint32 duration
);State-Changing Functions
function newVesting
function newVesting(
address beneficiary,
uint32 startTs,
uint32 duration,
uint256 amount
) external override onlyOwner returns (address vestingWallet)Name
Type
Description
function arbitraryTransfer
Name
Type
Description
function setEpochParams
Name
Type
Description
function nextEpochTransfer
Read-Only Functions
function getAllVestingWallets
function unlockedBalance
Last updated