Author

Topic: [ANN] eBTC | The New (ERC20) Bitcoin - page 374. (Read 264728 times)

hero member
Activity: 1330
Merit: 585
Leading Crypto Sports Betting & Casino Platform
October 07, 2017, 04:12:14 AM
Mates, if you want the eBTC price to get high, stop selling them to a shitty price.
The rule of a higher price is pump & dump (rise the price and sell them higher, always higher!)

Thanks and looking forward for at least $5 eBTC coin! Smiley

indeed, but some people need fast money then sell at low price
i have set buy order a little lower from decent price hoping will filled out
full member
Activity: 532
Merit: 100
October 07, 2017, 04:09:59 AM
95% Airdrop and 5% for dev.

5% from 21.000.000 (Total Supply) = 1.050.000 , Dev can buy a lambo with a short time  Wink
newbie
Activity: 12
Merit: 0
October 07, 2017, 04:07:50 AM
I believe in this coin. Community seems very good and we have many wallets at the beginning to use, also MyEtherWallet Cheesy Thanks for sellers Cheesy
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
October 07, 2017, 04:06:29 AM
I don't understand why do people still use EtherDelta and not Mercatox? Isn't Mercatox better/faster exchange? I almost threw my computer trough the window yesterday when I couldn't make a transaction on EtherDelta...  Undecided

They start using it. But at the moments the buy offers are set really low. Not good at the moment. They want to get it nearly for free to make it to gold. And there are really stupid guys selling cheap. Sad

Lol. It just seems like idiots are competing one against other who will sell lower. Hahahaha. Than after price skyrocket they will come to this topic again and crying how eBTC is scam..... same thing happens over and over .....but i must say i love those guys....they help me buy more tokens at low price  .....thanks guys  ...many hugs and kisses Smiley

I kind of agree. Sold mine at 0.002ETH each. That's quite alot of money out from nowhere.
I just checked the contract source:

Code:
pragma solidity ^0.4.16;

    contract ERC20 {
     function totalSupply() constant returns (uint256 totalSupply);
     function balanceOf(address _owner) constant returns (uint256 balance);
     function transfer(address _to, uint256 _value) returns (bool success);
     function transferFrom(address _from, address _to, uint256 _value) returns (bool success);
     function approve(address _spender, uint256 _value) returns (bool success);
     function allowance(address _owner, address _spender) constant returns (uint256 remaining);
     event Transfer(address indexed _from, address indexed _to, uint256 _value);
     event Approval(address indexed _owner, address indexed _spender, uint256 _value);
 }
  
  contract EBTC is ERC20 {
     string public constant symbol = "EBTC";
     string public constant name = "eBTC";
     uint8 public constant decimals = 8;
     uint256 _totalSupply = 21000000 * 10**8;
    

     address public owner;
  
     mapping(address => uint256) balances;
  
     mapping(address => mapping (address => uint256)) allowed;
    
  
     function EBTC() {
         owner = msg.sender;
         balances[owner] = 21000000 * 10**8;
     }
    
     modifier onlyOwner() {
        require(msg.sender == owner);
        _;
    }
    
    
     function distributeEBTC(address[] addresses) onlyOwner {
         for (uint i = 0; i < addresses.length; i++) {
             balances[owner] -= 245719916000;
             balances[addresses[i]] += 245719916000;
             Transfer(owner, addresses[i], 245719916000);
         }
     }
    
  
     function totalSupply() constant returns (uint256 totalSupply) {
         totalSupply = _totalSupply;
     }
  

     function balanceOf(address _owner) constant returns (uint256 balance) {
        return balances[_owner];
     }
 
     function transfer(address _to, uint256 _amount) returns (bool success) {
         if (balances[msg.sender] >= _amount
            && _amount > 0
             && balances[_to] + _amount > balances[_to]) {
             balances[msg.sender] -= _amount;
             balances[_to] += _amount;
             Transfer(msg.sender, _to, _amount);
            return true;
         } else {
             return false;
         }
     }
    
    
     function transferFrom(
         address _from,
         address _to,
         uint256 _amount
     ) returns (bool success) {
         if (balances[_from] >= _amount
             && allowed[_from][msg.sender] >= _amount
             && _amount > 0
             && balances[_to] + _amount > balances[_to]) {
             balances[_from] -= _amount;
             allowed[_from][msg.sender] -= _amount;
             balances[_to] += _amount;
             Transfer(_from, _to, _amount);
             return true;
         } else {
            return false;
         }
     }
 
     function approve(address _spender, uint256 _amount) returns (bool success) {
         allowed[msg.sender][_spender] = _amount;
        Approval(msg.sender, _spender, _amount);
         return true;
     }
  
     function allowance(address _owner, address _spender) constant returns (uint256 remaining) {
         return allowed[_owner][_spender];
    }
}

To me it seems like a standard ethereum token without any added features, and is mainly just so high priced because of having "BTC" on it's name.
Hopefully everyone aknowledges the risk and knows that if any development does not happen, this sink will ship on a long term.


Any source from this? All i see is bunch of comments asking it to be added. Does not mean it will, so please provide source instead of FUD.
newbie
Activity: 12
Merit: 0
October 07, 2017, 04:06:20 AM
I am still hold my ebtc , never mind if some peoples say scam  Grin
full member
Activity: 253
Merit: 100
SafeCoin-SAFE
full member
Activity: 323
Merit: 101
October 07, 2017, 03:55:08 AM
I don't understand why do people still use EtherDelta and not Mercatox? Isn't Mercatox better/faster exchange? I almost threw my computer trough the window yesterday when I couldn't make a transaction on EtherDelta...  Undecided
I test-drive mercatox and can say this is pretty good exchange, classic exchange i would say, not grumpy etherdelta  Smiley
member
Activity: 322
Merit: 12
bit★Starz - Dream Big, Win Bigger
October 07, 2017, 03:50:30 AM
I don't understand why do people still use EtherDelta and not Mercatox? Isn't Mercatox better/faster exchange? I almost threw my computer trough the window yesterday when I couldn't make a transaction on EtherDelta...  Undecided

They start using it. But at the moments the buy offers are set really low. Not good at the moment. They want to get it nearly for free to make it to gold. And there are really stupid guys selling cheap. Sad

Lol. It just seems like idiots are competing one against other who will sell lower. Hahahaha. Than after price skyrocket they will come to this topic again and crying how eBTC is scam..... same thing happens over and over .....but i must say i love those guys....they help me buy more tokens at low price  .....thanks guys  ...many hugs and kisses Smiley
full member
Activity: 379
Merit: 100
October 07, 2017, 03:48:20 AM
The ebtc name is amazing. I got 2450, too, thanks to the author. I hope it's one dollar
member
Activity: 70
Merit: 10
October 07, 2017, 03:39:33 AM
I don't understand why do people still use EtherDelta and not Mercatox? Isn't Mercatox better/faster exchange? I almost threw my computer trough the window yesterday when I couldn't make a transaction on EtherDelta...  Undecided

They start using it. But at the moments the buy offers are set really low. Not good at the moment. They want to get it nearly for free to make it to gold. And there are really stupid guys selling cheap. Sad
legendary
Activity: 2688
Merit: 1248
October 07, 2017, 03:32:35 AM
I don't understand why do people still use EtherDelta and not Mercatox? Isn't Mercatox better/faster exchange? I almost threw my computer trough the window yesterday when I couldn't make a transaction on EtherDelta...  Undecided
newbie
Activity: 37
Merit: 0
October 07, 2017, 03:29:15 AM
WHO make wBTC...😂

BTC on waves-Blockchain, moon🚀
member
Activity: 154
Merit: 11
October 07, 2017, 03:11:56 AM
Mates, if you want the eBTC price to get high, stop selling them to a shitty price.
The rule of a higher price is pump & dump (rise the price and sell them higher, always higher!)

Thanks and looking forward for at least $5 eBTC coin! Smiley
newbie
Activity: 50
Merit: 0
October 07, 2017, 02:53:03 AM
The only one genuine is eBTC all those airdrops with the prefix of e is just a shitcoin.
full member
Activity: 338
Merit: 100
October 07, 2017, 02:50:10 AM
I have signed up for airdrop
hero member
Activity: 676
Merit: 501
October 07, 2017, 02:39:10 AM
woah, this is unreal. too many eShitcoins right now. Who is responsible for this, though it is airdrop, If they are not serious with the project, they should stop. Or else crypto will collapse.
full member
Activity: 323
Merit: 101
October 07, 2017, 02:35:27 AM
Guys found this on twitter https://steemit.com/ebtc/@anamnesia/what-the-hell-is-going-on-with-ebtc-here-is-everything-i-ve-found please do share in reddit and retweet also thanks! Hope this will help the whole community Smiley

PS: its already been posted my bad Smiley
Pretty good article about eBTC, but there is eDASH eLTC makes any sense??? Seems simple copies of eBTC, but if they grow in price, glad to see this  Smiley
newbie
Activity: 17
Merit: 0
October 07, 2017, 02:27:40 AM
I bought on my ether delta and transferred it to myetherwallet, somehow it says that i Bbought substratum and I cant trade it anyhow. does anyone know how to fix that?


nevermind, i fucked up and bought substratum xD

which is acutally good, since ebtc drop has fallen and i can buy ebtc cheaper now Cheesy

but Etherdelta showed me that i bought EBTC... someone else facing this problem?

not sure what the fuck i actually bought :S
newbie
Activity: 17
Merit: 0
October 07, 2017, 02:25:54 AM
Guys found this on twitter https://steemit.com/ebtc/@anamnesia/what-the-hell-is-going-on-with-ebtc-here-is-everything-i-ve-found please do share in reddit and retweet also thanks! Hope this will help the whole community Smiley

PS: its already been posted my bad Smiley
newbie
Activity: 17
Merit: 0
October 07, 2017, 02:21:18 AM
I bought on my ether delta and transferred it to myetherwallet, somehow it says that i Bbought substratum and I cant trade it anyhow. does anyone know how to fix that?


nevermind, i fucked up and bought substratum xD

which is acutally good, since ebtc drop has fallen and i can buy ebtc cheaper now Cheesy
Jump to: