How to check your time-locked tokens
Time-locked GMT tokens are temporarily locked tokens. They may appear if you buy GMT tokens with a promo code or as part of a promotion.
In your GMT personal account, time-locked tokens look like this:

These tokens are owned by you and earn daily mining rewards in BTC. However, for now they cannot be sold or transferred to anyone within a certain period of time. The date and time when tokens are 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 GMT tokens will appear on the wallet balance and you can freely control them.

You can additionally check your time-locked tokens and make sure that they really belong to your GMT-address.
Enter the GMT 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.

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

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

Click on the "balanceOf" function. Enter your GMT 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. GMT 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
Last modified 10mo ago