Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token Transfer error #839

Closed
Bitacium opened this issue Apr 29, 2018 · 6 comments
Closed

Token Transfer error #839

Bitacium opened this issue Apr 29, 2018 · 6 comments
Labels

Comments

@Bitacium
Copy link

Bitacium commented Apr 29, 2018

We tried sending the tokens to an address and i get this error.
on metamask we see this error, it starts with this high gas charge of $210
metamsk error

etherscan error

After we reduce the gas price and send we get the next error

Transaction Error. Exception thrown in contract code.

Warning! Error encountered during contract execution [Reverted]
ERC-20 Token Transfer Error (unable to locate corresponding Transfer event log), check with sender.
Transaction Information
TxHash:
0x125e6b258952e61e129c4a4bef65177d21eb16b8ccaa698681db5a7ef8b67ca1
TxReceipt Status:
Fail
Block Height:
5525423 (128 block confirmations)
TimeStamp:
28 mins ago (Apr-29-2018 08:38:29 AM +UTC)
From:
0x28b4126b16ec48cde78a12e6ef52b1bc9e0e6c59
To:
Contract 0x50c675e4e885a7343dab56b434ac79a1752a203d
Warning! Error encountered during contract execution [Reverted]
ERC-20 Token Transfer Error (unable to locate corresponding Transfer event log), check with sender.
Value:
0 Ether ($0.00)
Gas Limit:
100000
Gas Used By Txn:
24892
Gas Price:
0.0000000421 Ether (42.1 Gwei)
Actual Tx Cost/Fee:
0.0010479532 Ether ($0.70)
Nonce:
1
Input Data:
Function: transfer(address _to, uint256 _value)

MethodID: 0xa9059cbb
[0]: 0000000000000000000000001a393b2a01f410bd03ba5347a6a84151d0b4c595
[1]: 000000000000000000000000000000000000000000000878678326eac9000000

We tried this 3 times and got the same errors. My token was reverted back to my account.
What could be the problem or issue in this i tried to change the limit and it asking me for $210 usd to send 40,000 of my token to another erc20 address

trasnsaction

@vbaranov
Copy link
Collaborator

@Bitacium was your crowdsale finished when you were trying to transfer tokens?

@Bitacium
Copy link
Author

Bitacium commented Apr 30, 2018

The crowdsale was finished before we finalized the contract. We transfered all the token to reserve, no crowdsale was conducted for long it was under 1 hour so we could transfer all token to reserve account. After the transfer we now verified all the source code

@johnys222
Copy link

Hello, I also encountered the same problem, the trading hash is 0x8a390bf0489bfe80dfd39351def604dac2e04690452904109f675d18c684f484, will you solve it? What is the cause of this problem, I am looking forward to your reply

@vbaranov
Copy link
Collaborator

@johnys222 did you open the link from my answer? Is anything unclear?

@Bitacium
Copy link
Author

Bitacium commented May 23, 2018

@johnys222 If you encountered similar problems to our own token creation then you need to check and see if you have really finalized contract. Reason i was getting errors and high transfer charges was because i forgot to finalize the contract, but after i did that it was a smooth sail all the way. So go back to token wizard, load the contract and finalize it. While you are at it, don't forget to verify your contract in Etherscan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants