6. Claim TCR from Etherscan
Here find a guide on how to claim your TCR to then convert to MYC to burn.
Growth Fund Vesting
Steps
Head to the Growth Fund Vesting Contract on Etherscanhttps://etherscan.io/address/0x57a81f7b72d2703ae7c533f3fb1cdefa6b8f25f7/advanced#readContract
Select the Read tab and head over to
schedules
function and put in your address and schedule Id = 0.If you have a vesting schedule you should see some
totalAmount
listed.Toggle over to the write tab on Etherscan
Use the
connect to web3
button to connect to metamask. Make sure you are signed into the metamask account that holds the address you used above to check your vesting.Use the
claim
function with scheduleId as 0 to claim your tokens.
Original Mycelium Employee Vesting
Steps
Head to the Mycelium Vesting Contract on Etherscan https://etherscan.io/address/0xbe5350ee7f130549b5eed3bceab1cd4451609015
Navigate to contract → read contract
Select the
getVesting
function and put in your address you think should be vesting, and put in 0 as the schedule ID. This should return two numbers, one representing your total tokens vesting, and the other representing your claimed amount. If you are unsure what address you have vesting for, please contact defi@mycelium.venturesAssuming you see some numbers from the above, go ahead and toggle over to the write contract tab.
Use the
connect to web3
button to connect to metamask. Make sure you are signed into the metamask account that holds the address you used above to check your vesting.Use the
claim
function with scheduleId as 0 to claim your tokens.
Last updated