VERIFY TRANSACTIONS WITH UNSUPPORTED ERC20 TOKENS

author avatar

0 Followers
VERIFY TRANSACTIONS WITH UNSUPPORTED ERC20 TOKENS
  • Parameter: The number of tokens sent in hexadecimal format.
  • How the actual amount of tokens is calculated
  • For example, the number of tokens sent in hexadecimal format is 1B9DE674DF070000 .
  1. Converts the number of tokens from hexadecimal to decimal format. 1B9DE674DF070000 in decimals is 1990000000000000000 .
  2. Write down the decimals of the token. To find the decimal places of the token, go to Etherscan to see all the information of the token, including the decimal places of the token. In this case, the token has 18 decimal places.
  3. Do the following operation:
    number of tokens in decimals / (10 decimal places of the token ) = number of tokens sent .
    In our example: 1990000000000000000 / (10 18 ) = 1.99
  • Amount : ETH 0. This is an ERC20 token transaction and not an ETH transaction.
  • Address — The destination address
  • Max Fees — The maximum fees for the transaction
Top
Comments (0)
Login to post.