How to check and get your time-locked tokens

What time-locked GoMining tokens are

Time-locked GoMining tokens are temporarily locked tokens. They may appear if you buy GoMining tokens with a promo code or as part of a promotion.

In your GoMining personal account, time-locked tokens look like this:

These tokens belong to you. However, they temporarily can't be sold or transferred to anyone. The date and time when tokens will be unlocked is specified in the wallet card.

For example, the tokens in the screenshot below will be unlocked in 7 days. It means that in 7 days the GoMining tokens will appear on the wallet balance and you can freely control them.

How to check your time-locked GoMining tokens

You can check your time-locked tokens and make sure that they really belong to your GMT-address.

Step 1

Go to the website of one of the block browsers. If your GOMINING wallet is in the ERC-20 network, you need the Etherscan website. If your GOMINING wallet is in the BEP-20 network, you need the BscScan website.

Enter the GOMINING smart contract address depending on the token network.

  • ERC-20 0xa1989626279374aefB614D0dD06D944b307E28AE

  • BEP-20 0x5480b440Fc214c01C16029FA52E9aE743487199c

Let's take the Etherscan block browser as an example. In the highlighted field, enter the smart contract address in the ERC-20 network and click search icon.

Step 2

The screen will display main information about the smart contract. Next, go to the "Contract" section.

Step 3

In this section, you can see the code of the smart contract. Now you need to go to the "Read Contract" section.

Step 4

Click on the "balanceOf" function. Enter your GOMINING address and click the "Query" button.

For example, let's check the time-locked tokens on the address:

0xa0B471266e3cc2F11996E24be762a0b5633db412

Enter this address into the field and click "Query".

The result is a long value, which should be translated into tokens. GoMining token uses 18 decimal places, which means to get the number of tokens you need to:

  • perform a math operation

29536326743614930000000*10^(-18)

or

  • count 18 characters from the end and put a comma

29536,326743614930000000 — this is the number of time-locked tokens in our example

How to close time-lock and get GoMining tokens

Before closing the time-lock, make sure that:

  1. You own the wallet with time-locked tokens and know its network.

  2. You are sure the time-lock period has expired. You can find it by clicking on time-locked tokens in your wallet in the GOMINING Wallets section of your personal account.

  3. You can connect your wallet (via MetaMask or WalletConnect), which holds time-locked tokens and has the funds to cover the transaction cost: ETH for ERC20 and BNB for BEP20.

If everything is all right, you can move on.

Step 1

Go to the website of one of the block browsers. If your GOMINING wallet is in the ERC-20 network, you need the Etherscan website. If your GOMINING wallet is in the BEP-20 network, you need the BscScan website.

Enter the GOMINING smart contract address depending on the token network.

  • ERC-20 0xa1989626279374aefB614D0dD06D944b307E28AE

  • BEP-20 0x5480b440Fc214c01C16029FA52E9aE743487199c

Let's take the Etherscan block browser as an example. In the highlighted field, enter the smart contract address in the ERC-20 network and click search icon.

Step 2

Go to the Contract section.

Step 3

Now go to the Write Contract section.

Step 4

Click Connect to Web3 and connect your wallet, which holds time-locked tokens, via MetaMask or WalletConnect.

Step 5

Once the wallet is connected, make sure that it's displayed before the list of smart contract methods.

Step 6

Choose the extractTokens method and click Write.

Step 7

Sign the transaction in your wallet.

If the transaction cost is much higher than a normal blockchain transaction, DON'T SIGN that transaction. Make sure again that you have chosen the correct wallet and network, and the timelock has expired.

Last updated