Versailles Heroes
Search
⌃
K
Versailles Heroes
VRH DAO
Overview
Vote-Escrowed VRH
Gas-Escrowed Game Token
Guild and Minting VRH
Governance and Voting
Tokenomics
VRH Inflation
VRH Token Supply and Distribution
IDO Rules
Contracts
VotingEscrow
GasEscrow
GuildController
Guild
Minter
RewardVestingEscrow
VestingEscrow
More..
FAQ
Contract Addresses
Audits
VRH Treasury
Bug Bounties
Powered By
GitBook
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
.
Contracts - Previous
Guild
Next - Contracts
RewardVestingEscrow
Last modified
1yr ago