ElPedras
Member
Offline
Activity: 154
Merit: 11
|
|
October 19, 2017, 05:09:04 PM |
|
Scam or no scam, how can I transfer my EDOGE from one ETH wallet/address to another? I tried but I can not transfer them to no other wallet/address.
|
|
|
|
esbrave789
|
|
October 19, 2017, 05:10:51 PM |
|
I received a coin of days, and if one could turn into $ 0.2, I would have 10 million assets
|
|
|
|
trunghieu250688
Member
Offline
Activity: 84
Merit: 10
|
|
October 20, 2017, 06:48:48 AM |
|
how to join airdrop? can't find anything?
|
|
|
|
penetrak
|
|
October 20, 2017, 07:41:56 PM Last edit: October 20, 2017, 08:25:31 PM by penetrak |
|
I also did not notice that the tokens are blocked. According to this: https://imgur.com/lhzd8B1. I wanted to deposit at etherdelta.com but eDOGE tokens on my account remained only reduce transaction fee. Through the etherscan I looked at the details of the transaction there was the following error: https://imgur.com/pRqnjJj. Here in the forum it was written that eDoge are blocked by October 23rd. So I wish that were true. We will see 23 October.
|
|
|
|
bucciarati
|
|
October 21, 2017, 09:02:00 AM |
|
well actually don't know how price setting and market cap is determined if nobody can transfer buy or sell etherdoge. i received the airdrop so i didn't spend anything: if i can make even a couple of bucks for my 5.000.000 it's ok for me. don't think anyone can be millionaire with doge (new or old) ;-)
|
|
|
|
balatazar
Newbie
Offline
Activity: 39
Merit: 0
|
|
October 21, 2017, 11:39:39 AM |
|
The trade will be ok on 23 oct 4pm can you confirm ?
I like this project and i think there is a good oportunity to invest in.
|
|
|
|
rafzalan
|
|
October 21, 2017, 11:44:50 AM |
|
The trade will be ok on 23 oct 4pm can you confirm ?
I like this project and i think there is a good oportunity to invest in.
Why do you lile a scammy project without even a dev and roadmap?
|
|
|
|
Daydream 61
|
|
October 21, 2017, 11:45:49 AM |
|
Scam or no scam, how can I transfer my EDOGE from one ETH wallet/address to another? I tried but I can not transfer them to no other wallet/address.
write here or just read it here. it has already been written a hundred times that the token is still locked. he is from 23 oct. free to buy and sell on etherdelta
|
|
|
|
Daydream 61
|
|
October 21, 2017, 11:48:08 AM |
|
boooohhhh. it's a very long cevapcici Enjoy your meal
|
|
|
|
shreya_g
Newbie
Offline
Activity: 24
Merit: 0
|
|
October 21, 2017, 11:49:58 AM |
|
Well it looks like scam to me as well because the transaction just dont happen and gas is deducted in every transcion...paying the fee with transaction happening
|
|
|
|
ryjin1007
|
|
October 21, 2017, 01:20:05 PM |
|
can you just wait until oct. 23? stop accusing this coin a scam are you people blind ? read first before comment OCTOBER 23 GUYS OCTOBER 23 thanks if the dev will not unlocked the coin go accuse it scam thanks
|
|
|
|
lukax8
|
|
October 21, 2017, 01:50:48 PM |
|
can you just wait until oct. 23? stop accusing this coin a scam are you people blind ? read first before comment OCTOBER 23 GUYS OCTOBER 23 thanks if the dev will not unlocked the coin go accuse it scam thanks
Hi Dev chiefshibe ! Thanks for EDOGE Token , confirmed received in my wallet Good luck to your project Unlocks 10/16 There are two lock: 1) 1. unlockTimeStamp 1508774400 2) function transfer(address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[msg.sender]) return false; return super.transfer(_to, _value); }
function transferFrom(address _from, address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[_from]) return false; return super.transferFrom(_from, _to, _value); }
function setLockByPass(address[] addresses, bool locked) onlyOwner{ for (uint i = 0; i < addresses.length; i++) { _lockByPass[addresses[i]] = locked; } } After 23 october dev can still block your addresses
|
|
|
|
rafzalan
|
|
October 21, 2017, 01:53:14 PM |
|
can you just wait until oct. 23? stop accusing this coin a scam are you people blind ? read first before comment OCTOBER 23 GUYS OCTOBER 23 thanks if the dev will not unlocked the coin go accuse it scam thanks
I think it will unlock by a builtin timer. Question is how many coins not distributed and are in the hand of devs.
|
|
|
|
ryjin1007
|
|
October 21, 2017, 02:28:42 PM |
|
can you just wait until oct. 23? stop accusing this coin a scam are you people blind ? read first before comment OCTOBER 23 GUYS OCTOBER 23 thanks if the dev will not unlocked the coin go accuse it scam thanks
Hi Dev chiefshibe ! Thanks for EDOGE Token , confirmed received in my wallet Good luck to your project Unlocks 10/16 There are two lock: 1) 1. unlockTimeStamp 1508774400 2) function transfer(address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[msg.sender]) return false; return super.transfer(_to, _value); }
function transferFrom(address _from, address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[_from]) return false; return super.transferFrom(_from, _to, _value); }
function setLockByPass(address[] addresses, bool locked) onlyOwner{ for (uint i = 0; i < addresses.length; i++) { _lockByPass[addresses[i]] = locked; } } After 23 october dev can still block your addresses okay pretty convince with the codes the dev can only choose who can trade lol
|
|
|
|
balatazar
Newbie
Offline
Activity: 39
Merit: 0
|
|
October 21, 2017, 03:08:10 PM |
|
can you just wait until oct. 23? stop accusing this coin a scam are you people blind ? read first before comment OCTOBER 23 GUYS OCTOBER 23 thanks if the dev will not unlocked the coin go accuse it scam thanks
Hi Dev chiefshibe ! Thanks for EDOGE Token , confirmed received in my wallet Good luck to your project Unlocks 10/16 There are two lock: 1) 1. unlockTimeStamp 1508774400 2) function transfer(address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[msg.sender]) return false; return super.transfer(_to, _value); }
function transferFrom(address _from, address _to, uint _value) returns (bool success) { if (now < unlockTimeStamp && !_lockByPass[_from]) return false; return super.transferFrom(_from, _to, _value); }
function setLockByPass(address[] addresses, bool locked) onlyOwner{ for (uint i = 0; i < addresses.length; i++) { _lockByPass[addresses[i]] = locked; } } After 23 october dev can still block your addresses okay pretty convince with the codes the dev can only choose who can trade lol hmmmm,Ok,here is the main information about that. i am afraid that i make a mistake... https://steemit.com/cryptocurrency/@flygoing/etherdoge-wow-much-scam good job
|
|
|
|
|
xFGND
|
|
October 22, 2017, 12:17:15 AM |
|
Great scam mate, everyone BEWARE. DO NOT BUY, these coins were all premined and is all controlled by the developer
|
|
|
|
|
jekanmasin
Member
Offline
Activity: 240
Merit: 11
Be Positive Always!
|
|
October 22, 2017, 01:48:23 PM |
|
Ahaha.. that was something..lol I dont really care scam or not. Im not paying for this shit. Free buck for who is fast in trades.haha
|
|
|
|
texasman86
|
|
October 22, 2017, 01:57:55 PM |
|
I can't believe how many folks continue to talk about etherdoge.... it's obviously a scam, i doubt they will ever unlock it... if they do, it will tank to .000000001 ETH i'm sure
|
|
|
|
|