Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Ethereum Forum => Basics => Topic started by: bambam on July 12, 2018, 06:43:32 PM

Title: ERC-20 Token Transfer fail error
Post by: bambam on July 12, 2018, 06:43:32 PM
Quote
Whenever there is an ERC20 token transfer fail error.

The main reason are on the contract & token failure nature.

Below are the most common reasons an ERC-20 token transfer might have failed are:

 

The Token contract is locked or paused (tokens are not transferable yet)

The variables include: minting, mintingFinished, paused, transferable, transferableStartTime, paused, locked



The sending From address has an insufficient token balance

Please ensure that the sending address has enough balance of the transfering token before sending token to another address


Token contract does not emit a Transfer event even though the balance is actually deducted (Not compatible fully ERC-20 Compliant)

The token contract of a specific token does not provide a valid transfer events log thus causing the transaction to fail.

This issue is due to the compliance policy toward ERC20 tokens.

Title: Re: ERC-20 Token Transfer fail error
Post by: Btceth01 on November 12, 2020, 06:05:02 PM
If the erc20 token transfer faild, of course there is no adequate gas fee in your wallet.  Even if you have a different problem, the transaction field will appear.
Title: Re: ERC-20 Token Transfer fail error
Post by: Rain075 on November 24, 2020, 02:10:28 AM
The reason for showing token transaction failure is that if you are locked that token then you will not be able to transfer that token.  And will show failure.
Title: Re: ERC-20 Token Transfer fail error
Post by: Lorix on November 25, 2020, 07:12:35 PM
The reason for showing token transaction failure is that if you are locked that token then you will not be able to transfer that token.  And will show failure.
I agree with you. There may be reasons for such problems.