Minter

Minting VRH

Minter.mint(): nonpayable
Mint allocated tokens for the caller. It will mint all available and claimable vesting token for caller.
Minter.mint_for(guild_addr: address, _for: address): nonpayable
Mint tokens for a different address.
In order to call this function, the caller must have been previously approved by for using toggle_approve_mint.
Minter.toggle_approve_mint(minting_user: address):
Toggle approval for minting_user to mint CRV on behalf of the caller.
Minter.allowed_to_mint_for(minter:address, for:address) -> bool: view
Getter method to check if minter has been approved to call mint_for on behalf of for.