Pages:
Author

Topic: [ANN][BURN]🚀NEO Dark [NEOD] Airdrop 🚀 Smart Technology🚀Coinexchange Listing🚀 - page 8. (Read 10712 times)

member
Activity: 249
Merit: 10
member
Activity: 68
Merit: 10
Already signed up for this airdrop, hoping to see the success of this wonderful project. Cheesy
Good luck, dev.
newbie
Activity: 17
Merit: 0
I read smart contract but what I found:

https://etherscan.io/address/0xb39a1a54acad320ca64ae671edb05332595eaa11#code

Code:
  function NeoDark()
    {
        totalSupply = 3000000;
        symbol = 'NEOD';
        owner = 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78;
        balances[owner] = 3000000;
        decimals = 0;
    }
    function unlockSupply() returns(bool)
    {
        require(msg.sender == owner);
        require(!fullSupplyUnlocked);
        balances[owner] = balances[owner].add(50000000);
        fullSupplyUnlocked = true;
        return true;
    }


balances[owner] = balances[owner].add(50000000);
more 5 mil tokens for owner




The important one is this :
Code:
 totalSupply = 3000000;
        symbol = 'NEOD';
        owner = 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78;
        balances[owner] = 3000000;
        decimals = 0;

Sorry that was a problem from us but it doesn't matter because The max supply is 3,000,000 it can't go more than that number impossible
So don't worry about it



Nope, it matter it possible to be more than total supply. Looks like scam.
full member
Activity: 230
Merit: 250
Who knows dominates in good and evil!

NEO Dark is a new ERC20 Based Token, created specially to help people who got scammed from other Tokens like ETG, ETHD, LTG, and many other Tokens that were created just to scam people and get a free money.
Today we have launched our Token NEO Dark, we'll improve security for our users and defeat all scam Tokens, with a real nice project that will help people around Cyrptocurrency world we're going slowly.
NEODark Token will be used as a payment gateway for firstly our new Crypto based forum when you'll get free NEOD when posting in the forum and chatting with others, or replying in topics .... secondly we'll go more to an Investment website based in NEODark that will be launched in 2018 in the name of NEODark and there will be nice offers for work (As Agent or representive in your country) and investment plans for investors ...
We hope you liked our project and it's really honest we'll help everyone in CRYPTO we'll change it !


Hi dev. I think you should not accuse others of scamming. Give us just your service or product and if it will be good we are following you. Thank you. Have a great day.
full member
Activity: 294
Merit: 100
hope you'll be succesfull it seems starting from the name that this project is a succsess! good luck!
newbie
Activity: 25
Merit: 0
nice project i'm in the airdrop.
newbie
Activity: 31
Merit: 0
Good project
Waiting more detailed information about the project
Good luck
newbie
Activity: 11
Merit: 0
I read smart contract but what I found:

https://etherscan.io/address/0xb39a1a54acad320ca64ae671edb05332595eaa11#code

Code:
  function NeoDark()
    {
        totalSupply = 3000000;
        symbol = 'NEOD';
        owner = 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78;
        balances[owner] = 3000000;
        decimals = 0;
    }
    function unlockSupply() returns(bool)
    {
        require(msg.sender == owner);
        require(!fullSupplyUnlocked);
        balances[owner] = balances[owner].add(50000000);
        fullSupplyUnlocked = true;
        return true;
    }


balances[owner] = balances[owner].add(50000000);
more 5 mil tokens for owner




The important one is this :
Code:
 totalSupply = 3000000;
        symbol = 'NEOD';
        owner = 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78;
        balances[owner] = 3000000;
        decimals = 0;

Sorry that was a problem from us but it doesn't matter because The max supply is 3,000,000 it can't go more than that number impossible
So don't worry about it

full member
Activity: 406
Merit: 108
As for me an interesting idea of the project and a good airdrop)
Patience and will be a good profit)
newbie
Activity: 56
Merit: 0
I hope this project will be successful. I'll share it with my friends. Good luck。 Smiley Smiley Smiley Smiley
member
Activity: 168
Merit: 10
Is it whitepaper available Dev. 👍
member
Activity: 107
Merit: 10
"People are birds unable to fly."
Hi.

The concept is good. I don't think that some other project has touched it yet.

- Visited Website. It's under construction but good clean theme.
- Joined Telegram, Twitter.
- Joined the project via the Form for AirDrop.

Hoping it to be a great project to follow 🙂
full member
Activity: 280
Merit: 100
Do you have any country restricted for ICO?
member
Activity: 98
Merit: 10
Good luck with project development.
There will soon be some great development coming.
This is going to be used in most places. The concept is really great!
Closely watching the progress !!! Cheers
full member
Activity: 546
Merit: 106
Want to help people around cyrptocurrency world? In my opinion, a good idea. I will join. I hope I like this project too. Smiley
jr. member
Activity: 45
Merit: 10
What's NEODark ?
NEO Dark is a new ERC20 Based Token, created specially to help people who got scammed from other Tokens like ETG, ETHD, LTG, and many other Tokens that were created just to scam people and get a free money.
Today we have launched our Token NEO Dark, we'll improve security for our users and defeat all scam Tokens, with a real nice project that will help people around Cyrptocurrency world we're going slowly.
NEODark Token will be used as a payment gateway for firstly our new Crypto based forum when you'll get free NEOD when posting in the forum and chatting with others, or replying in topics .... secondly we'll go more to an Investment website based in NEODark that will be launched in 2018 in the name of NEODark and there will be nice offers for work (As Agent or representive in your country) and investment plans for investors ...
We hope you liked our project and it's really honest we'll help everyone in CRYPTO we'll change it !
Hi dev. What are your plans, upcoming updates ? What are the upcoming new exchanges ? Cryptopia or coinexchange and yobit , … ?
jr. member
Activity: 59
Merit: 10
Good luck on this one dev, I’m in and holding, awaiting further info!
newbie
Activity: 17
Merit: 0
I read smart contract but what I found:

https://etherscan.io/address/0xb39a1a54acad320ca64ae671edb05332595eaa11#code

Code:
  function NeoDark()
    {
        totalSupply = 3000000;
        symbol = 'NEOD';
        owner = 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78;
        balances[owner] = 3000000;
        decimals = 0;
    }
    function unlockSupply() returns(bool)
    {
        require(msg.sender == owner);
        require(!fullSupplyUnlocked);
        balances[owner] = balances[owner].add(50000000);
        fullSupplyUnlocked = true;
        return true;
    }


balances[owner] = balances[owner].add(50000000);
more 5 mil tokens for owner
full member
Activity: 476
Merit: 102
I am interested with your project promising to change the crypto world and put away those scammers, they are like mushrooms growing and multiplying by the day, looking forward to check your website soon!
sr. member
Activity: 672
Merit: 251

NEO Dark

WEBSITE | TELEGRAM | TWITTER | FACEBOOK




What's NEODark ?
NEO Dark is a new ERC20 Based Token, created specially to help people who got scammed from other Tokens like ETG, ETHD, LTG, and many other Tokens that were created just to scam people and get a free money.
Today we have launched our Token NEO Dark, we'll improve security for our users and defeat all scam Tokens, with a real nice project that will help people around Cyrptocurrency world we're going slowly.
NEODark Token will be used as a payment gateway for firstly our new Crypto based forum when you'll get free NEOD when posting in the forum and chatting with others, or replying in topics .... secondly we'll go more to an Investment website based in NEODark that will be launched in 2018 in the name of NEODark and there will be nice offers for work (As Agent or representive in your country) and investment plans for investors ...
We hope you liked our project and it's really honest we'll help everyone in CRYPTO we'll change it !





SPECIFICATIONS
 Token name : NEO Dark
   Symbol : NEOD
   Contract address : 0xb39a1a54acad320ca64ae671edb05332595eaa11
   Decimals : 0
   Total supply : 3,000,000 NEOD




AIRDROP
Register Here
Total = 5000 Users
(Airdrop Tokens giveway will be after ICO)




DONATIONS
Donations open and made to our ETH Wallet : 0x0Fd3eB0D9eaef23EE74499C181186BC2e4EC8d78
Each 1 ETH = 4000 NEOD
(Until 19 November)




Pre-ICO
Pre-ICO will start from the 20 To 25 November
1 ETH =  3500 NEOD




ICO
ICO will start from 26 November To 10 December
1 ETH = 3000 NEOD



EXCHANGES
After ICO


Just quote and im fill a form,  all finish..
Pages:
Jump to: