6. Claim TCR from Etherscan
Here find a guide on how to claim your TCR to then convert to MYC to burn.
Last updated
Here find a guide on how to claim your TCR to then convert to MYC to burn.
Last updated
Head to the Growth Fund Vesting Contract on Etherscan
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.
Head to the Mycelium Vesting Contract on Etherscan
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.ventures
Assuming 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.