Bitcoin Forum
April 25, 2024, 06:39:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 521 »
  Print  
Author Topic: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Platform Available]  (Read 348252 times)
POSToken (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 101

PoSToken


View Profile WWW
August 22, 2017, 01:40:52 PM
Last edit: January 16, 2018, 04:53:21 PM by POSToken
 #1

IMPORTANT NOTICE: Congratulations! PoSToken Lending Platform is Open for Everyone Now.  Details:https://bitcointalk.org/index.php?topic=2110712.msg28268640#msg28268640

PoSToken

The World's First Proof-of-Stake Smart Contract Token - Make Crypto Tokens Different




PosToken is the world's first Proof-of-Stake smart contract token on Ethereum platform. It's an ERC20 Token which follows the ERC20 Token Standard and implements all standard methods.

PoSToken first implements the Proof-of-Stake mechanism, meaning that holders of PoSToken can earn some extra tokens just by holding PoSToken for a period of at least 3 days, greater than or equal to The Minimum Coin Age.

PoSToken is the first implementation of PoSTokenStandard, a brand new unofficial Ethereum Token Standard, which is defined in the code of PoSToken and is devised specifically for issuing Proof-of-Stake Tokens. PoSToken is just a start of Proof-of-Stake tokens and the PoSTokenStandard will help developers issue more PoS tokens in the future. That's the real purpose of PoSToken. We believe that a new era of Crypto Tokens starts here.



  • Name: PoSToken
  • Symbol: POS
  • Decimals: 18
  • Standard: ERC20 & PoSTokenStandard
  • Platform: Ethereum
  • Maximum Total Supply: 10,000,000 POS
  • Initial Supply: 1,000,000 POS
  • Minimum Coin Age: 3 Days
  • Maximum Coin Age: 90 Days
  • Contract Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc



Code:
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"coinAge","outputs":[{"name":"myCoinAge","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"ownerSetStakeStartTime","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxTotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getBlockNumber","outputs":[{"name":"blockNumber","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_recipients","type":"address[]"},{"name":"_values","type":"uint256[]"}],"name":"batchTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"ownerBurnToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalInitialSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"annualInterest","outputs":[{"name":"interest","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMinAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMaxAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxMintProofOfStake","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]



  • 1.Go to MyEtherWallet
  • 2.Click "Send Ether & Tokens"
  • 3.Unlock your wallet
  • 4.Click "Add Custom Token"
  • 5. In the "Address" field, input the contract address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 6. In the "Token Symbol" field input: POS
  • 7. In the "Decimals" field input: 18
  • 8. Then click "Add" and you will see your PoSToken in the wallet.



  • Year 1 : 100%
  • Year 2 : 50%
  • Year 3 - 15 : 10%

According to the above annual interest,the Max Total Supply of PoSToken (10M POS) will be reached in about 15 years.Once 10 Million is reached, no more PoSToken will be generated via PoS.



By considering the convenience of use and the consumption of less gas, PoSToken provides two methods to trigger PoS mining. However, the basic premise of starting PoS mining is that you should have held some PoSToken for a period of time, greater than or equal to The Minimum Coin Age. Then you can start PoS mining by:

1.Sending a transaction to your own address with any amount of POS.
We recommend this approach which can easily be done with any Ethereum Wallet.

2.Using MyEtherWallet.com or Mist or any other software that can interact with contracts to execute mint() function.
For now you have to use MyEtherWallet.com or Mist or any other software that can interact with contracts to execute this function. It maybe a little inconvenience for you, need to have some practical experience of interacting with contracts. But don't worry about this, we have taken this into account and a Wallet for Proof-of-Stake tokens has been added to our development plan. We will soon release the first version you can test. By using our PoS Token Wallet, you can easily start PoS mining just by clicking one button. Worth mentioning that the wallet will support any tokens based on the PoSTokenStandard.

In addition, PoSToken's contract also provides two functions for query:

Code:
function annualInterest() constant returns(uint);
Return current annual interest.

Code:
function coinAge() constant returns(uint);
    Return coin age of your account. Return 0 means that your coin age doesn't meet the min coin age now.If you are not sure about your account's coin age, you can execute this function for query.

    Step-by-Step Tutorial on How to Start PoSToken PoS Mining:https://bitcointalk.org/index.php?topic=2110712.msg21934703#msg21934703
    Online PoSToken Proof-of-Stake Mining Calculator: https://calculator.postoken.org
    PoSToken Staking Dashboard Chrome Extension:https://chrome.google.com/webstore/detail/postoken-staking-dashboar/doplfejendeimbbolnpenllgekdjdpgj





    Coin age is simply defined as token amount times holding period.In a simple to understand example:
    1.If Bob received 10 tokens from Alice and held it for 60 days, we say that Bob has accumulated 600 token-days of coin age.
    2.Additionally, when Bob spent the 10 tokens he received from Alice, we say the coin age Bob accumulated with all tokens in his account had been consumed (or destroyed).




    After the contract deployed, only 1Million POS, 10% of the Max Total Supply, will be created as the Initial Supply
    • Development: 100K
    • Marketing: 50K
    • Bounties: 50K
    • AirDrop: 800K




    Token Tracker on Etherscan:https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc#balances



    \











    Note:Pos on NovaExchange isn't PoSToken.



    1st Round of Free Airdrop ENDED
    Distribution List of 1st Round Airdrop

    2nd Round of Free Airdrop ENDED
    Distribution List of 2nd Round Airdrop

    3rd Round of Free Airdrop ENDED
    Distribution List of 3rd Round Airdrop
    Reward List of Trading Bounty

    Final Free Distribution to All Holders / Holding Bounty

    • 130K POS will be distributed to token holders proportional to the number of tokens they hold.
    • There must be atleast 10 POS in your address.
    • These addresses will be excluded:
      0xebc3b544293e1e61ff20dfeefc15929bb18443a6(Official Development Address),
      0x0bf4ce7a5bba9a8f1314189c0f26ee369850f4d5(Official Marketing Address),
      0xd25fc980186c349ed0cd0a40d54bce30793502d3(Official Bounties Address),
      0x8d12a197cb00d4747a1fe03395095ce2a5cc6819(EtherDelta Address)
    • The snapshot of the blockchain (token holders and each balance) will take place on Nov 12th, 2017 at 15:00 UTC. And then, we will start the distribution immediately.
    • The process is totally automatic, there is no need to claim for your holding bounty.




    More campaigns coming soon.



    • PoS Token Creation Service   Q3/2017
    • Multi-PoS-Token Wallet   Q3/2017
    • PoS Token Block Explorer   Q4/2017
    • PoS Token Decentralized Exchange   Q1/2018
    • PoS Mining Pool   Q2/2018

    This is a summary of our roadmap, more details will be updated after the airdrop completed.




    Any future update and announcements will be posted here !
    If you have any ideas, feedbacks please send us a PM or Email:contact@postoken.org.




    ****Newbie****
    Quote
    PoSToken - First PoS Token|Free Airdrop|No ICO
    [/list]
    Code:
    PoSToken - First PoS Token|Free Airdrop|No ICO

    ****Jr. Member****
    Quote
    Code:
    [center][url=https://bitcointalk.org/index.php?topic=2110712.0]✔ Get Your Free PoSToken Now ● Airdrop ● NO ICO ● First PoS Ethereum Token ✔[/center]


    ****Member****
    Quote
    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
    █     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper

    Code:
    ██████████  ✔  [b][url=https://bitcointalk.org/index.php?topic=2110712.0]PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now![/url][/b]
    █     [url=https://bitcointalk.org/index.php?topic=2110712.0]PoSToken[/url]    █  ✔  [b][i]Free Airdrop[/i] ●  [i]No-ICO[/i]  ●  [i]100% Annual Interest First Year[/i][/b]
    ██████████  ✔  [b][url=https://bitcointalk.org/index.php?topic=2110712.0]ANN[/url] ●  [url=https://postoken.org]WebSite[/url]  ●  [url=https://twitter.com/PoSToken]Twitter[/url]  ●  [url=https://postoken.slack.com]Slack[/url]  ●  [url=https://postoken.org/whitepaper.pdf]Whitepaper[/url][/b]

    ****Full Member****
    Quote
    ▓▓▓▓▓▓▓▓▓▓     ▶▶▶▶ Get Your Free Tokens Now ◀◀◀◀  First PoS Smart Contract Token
       PoSToken      Free Airdrop ●  No-ICO ●  100% Annual Interest First Year
    ▓▓▓▓▓▓▓▓▓▓    ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
    Code:
    [color=#fc603b]▓▓▓▓▓▓▓▓▓▓[/color]  [color=#009900]✔[/color]  [b] [color=limegreen]▶▶▶▶[/color] [url=https://bitcointalk.org/index.php?topic=2110712.0]Get Your Free Tokens Now[/url] [color=limegreen]◀◀◀◀[/color]  [color=red]First PoS Smart Contract Token[/color][/b]
    [color=#fc603b]▓[/color]    [url=https://bitcointalk.org/index.php?topic=2110712.0][b][i][color=green]PoSToken[/color][/i][/b][/url]   [color=#fc603b]▓[/color]  [color=#009900]✔[/color]  [b][i][color=#009900]Free Airdrop[/color][/i] ●  [i][color=#009999]No-ICO[/color][/i] ●  [i][color=#0033FF]100% Annual Interest First Year[/color][/i][/b]
    [color=#fc603b]▓▓▓▓▓▓▓▓▓▓[/color]  [color=#009900]✔[/color]  [b][url=https://bitcointalk.org/index.php?topic=2110712.0][color=red]ANN[/color][/url] ●  [url=https://postoken.org][color=green]WebSite[/color][/url]  ●  [url=https://twitter.com/PoSToken][color=purple]Twitter[/color][/url]  ●  [url=https://postoken.slack.com][color=brown]Slack[/color][/url]  ●  [url=https://postoken.org/whitepaper.pdf][color=maroon]Whitepaper[/color][/url][/b]

    ****Senior Member****
    Quote
    Code:
    [center][table][tr][td] [size=24pt][b][url=https://bitcointalk.org/index.php?topic=2110712.0][color=green][font=Verdana][i]✔PoSToken[/i][/font][/color][/url][/b][/size][/td]  [td][b] [size=12pt][url=https://bitcointalk.org/index.php?topic=2110712.0][color=#fc603b][i]First PoS Smart Contract Token ▶▶ GET NOW![/i][/color][/url][/size][/b] 
    [b] [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=blue]No ICO[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=Teal]Free Airdrop[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=brown]100% Interest[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=purple]New Standard[/color][/i][/size][/url][/b][/td] [/tr] [/table][/center]


    ****Hero/Legendary Member****
    Quote
    Code:
    [center][table][tr][td] [size=24pt][b][url=https://bitcointalk.org/index.php?topic=2110712.0][glow=green,1][color=#ffffff][font=Verdana][i]✔PoSToken[/i][/font][/color][/glow][/url][/b][/size][/td]  [td][b] [size=12pt][url=https://bitcointalk.org/index.php?topic=2110712.0][color=#fc603b][i]First PoS Smart Contract Token ▶▶ GET NOW![/i][/color][/url][/size][/b] 
    [b] [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=blue]No ICO[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=Teal]Free Airdrop[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=brown]100% Interest[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=purple]New Standard[/color][/i][/size][/url][/b][/td] [/tr] [/table][/center]

    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
    █     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
    Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
    Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
    1714027141
    Hero Member
    *
    Offline Offline

    Posts: 1714027141

    View Profile Personal Message (Offline)

    Ignore
    1714027141
    Reply with quote  #2

    1714027141
    Report to moderator
    cygan
    Legendary
    *
    Online Online

    Activity: 3136
    Merit: 7688


    Cashback 15%


    View Profile WWW
    August 22, 2017, 01:42:38 PM
     #2

    Sounds nice. I will waiting for the airdrop rules ... Grin

    .
    .HUGE.
    ▄██████████▄▄
    ▄█████████████████▄
    ▄█████████████████████▄
    ▄███████████████████████▄
    ▄█████████████████████████▄
    ███████▌██▌▐██▐██▐████▄███
    ████▐██▐████▌██▌██▌██▌██
    █████▀███▀███▀▐██▐██▐█████

    ▀█████████████████████████▀

    ▀███████████████████████▀

    ▀█████████████████████▀

    ▀█████████████████▀

    ▀██████████▀▀
    █▀▀▀▀











    █▄▄▄▄
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
    .
    CASINSPORTSBOOK
    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
    ▀▀▀▀█











    ▄▄▄▄█
    POSToken (OP)
    Full Member
    ***
    Offline Offline

    Activity: 154
    Merit: 101

    PoSToken


    View Profile WWW
    August 22, 2017, 01:57:47 PM
     #3

    Sounds nice. I will waiting for the airdrop rules ... Grin

    Happy you like it! The airdrop rules will be updated soon  Grin Grin

    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
    █     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
    empiremoon
    Full Member
    ***
    Offline Offline

    Activity: 156
    Merit: 100


    View Profile
    August 22, 2017, 02:08:47 PM
     #4

    cant wait, is newbie allowed for airdrop? tq
    mightybohemoth
    Hero Member
    *****
    Offline Offline

    Activity: 701
    Merit: 500


    MIGHTYB


    View Profile
    August 22, 2017, 02:13:30 PM
     #5

    After I've seen great interest from altcoin community in MNE and TME, I guess this one would gain the same. I'm just hoping that I can manage to do what you will required in terms of airdrop. Goodluck on this, website and whitepaper is very informative.

    Still here, always online and watching..
    eye4bd
    Hero Member
    *****
    Offline Offline

    Activity: 812
    Merit: 500


    View Profile
    August 22, 2017, 02:16:40 PM
     #6

    Sounds nice. I will waiting for the airdrop rules ... Grin

    Happy you like it! The airdrop rules will be updated soon  Grin Grin

    Hi
    Yes! Everyone loves
    Airdrop. For me it's seems
    like the only diffarence with others Pos coins The SnartContract mining. Ok, that's fine! But what will drive the other things [ adoption, use case and values ] needed to be stay alive?
    Anything special pos
    token can do, others don't beside  smart contract mining?

    Thanks!
    PewPewGoesTheDuck
    Full Member
    ***
    Offline Offline

    Activity: 200
    Merit: 101



    View Profile
    August 22, 2017, 02:24:07 PM
     #7

    Interested in smart contract mining. Paired with the fact that it will be distributed through an airdrop without an ICO is a good sign.
    POSToken (OP)
    Full Member
    ***
    Offline Offline

    Activity: 154
    Merit: 101

    PoSToken


    View Profile WWW
    August 22, 2017, 03:13:35 PM
     #8

    PoSToken VS contract mining tokens, the big difference is that every PoSToken holder can get the profit via PoS system, and only owners of genesis addresses can get the profit in contract mining tokens.
    We think that this is a conceptual difference.

    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
    █     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
    Johnny Carsonogenic
    Full Member
    ***
    Offline Offline

    Activity: 537
    Merit: 100


    View Profile
    August 22, 2017, 03:43:33 PM
     #9

    I am so excited to participate in this project, I'll be checking back and I truly want to participate.
    CaVO32
    Full Member
    ***
    Offline Offline

    Activity: 1848
    Merit: 158


    View Profile
    August 22, 2017, 03:49:37 PM
     #10

    i think this will be a very interesting project to follow and support! who knows what this could turn into! i have seen many worst fly really high so why not this one?
    good luck guys!
    Prime Gold
    Sr. Member
    ****
    Offline Offline

    Activity: 742
    Merit: 251


    View Profile
    August 22, 2017, 03:55:32 PM
     #11

    Hello dev i want to ask you Smiley
    Why do you allocate more airdrop than others, is there any reason?
    nagatraju
    Hero Member
    *****
    Offline Offline

    Activity: 672
    Merit: 500


    View Profile
    August 22, 2017, 04:03:07 PM
     #12

    Interesting First POS Smart Contract Token Project.

    Can wait for more information to participate in Aridrop.
    morenho
    Full Member
    ***
    Offline Offline

    Activity: 125
    Merit: 100



    View Profile
    August 22, 2017, 04:04:41 PM
     #13

    Seems interesting! But usually the "no newbie accounts" on airdrops rule out the quiet guys like me...  Embarrassed

    Coin_trader
    Copper Member
    Legendary
    *
    Offline Offline

    Activity: 2758
    Merit: 1161


    Leading Crypto Sports Betting & Casino Platform


    View Profile WWW
    August 22, 2017, 04:08:59 PM
     #14

    Waiting for more sufficient information and since it's another ETH token, kindly let me in..... into the airdrop. Grin
    Watching and waiting and if in the future you will be needing some translators to translate your content, kindy hire me as Filipino translator.

    ..Stake.com..   ▄████████████████████████████████████▄
       ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
       ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
       ██ ██████████ ██      ██ ██████████ ██   ▀██▀
       ██ ██      ██ ██████  ██ ██      ██ ██    ██
       ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
       ██ █████  ███ ████  ████ █████  ███ ████████
       ██ ████  ████ ██████████ ████  ████ ████▀
       ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
       ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
       ▀█████████▀ ▄████████████▄ ▀█████████▀
      ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
     ██████████████████████████████████████████
    ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
    █  ▄▀▄             █▀▀█▀▄▄
    █  █▀█             █  ▐  ▐▌
    █       ▄██▄       █  ▌  █
    █     ▄██████▄     █  ▌ ▐▌
    █    ██████████    █ ▐  █
    █   ▐██████████▌   █ ▐ ▐▌
    █    ▀▀██████▀▀    █ ▌ █
    █     ▄▄▄██▄▄▄     █ ▌▐▌
    █                  █▐ █
    █                  █▐▐▌
    █                  █▐█
    ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
    ▄▄█████████▄▄
    ▄██▀▀▀▀█████▀▀▀▀██▄
    ▄█▀       ▐█▌       ▀█▄
    ██         ▐█▌         ██
    ████▄     ▄█████▄     ▄████
    ████████▄███████████▄████████
    ███▀    █████████████    ▀███
    ██       ███████████       ██
    ▀█▄       █████████       ▄█▀
    ▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
    ▀███████         ███████▀
    ▀█████▄       ▄█████▀
    ▀▀▀███▄▄▄███▀▀▀
    ..PLAY NOW..
    loli974
    Full Member
    ***
    Offline Offline

    Activity: 406
    Merit: 105


    View Profile
    August 22, 2017, 04:15:32 PM
     #15

    very interresting, meeting the 28/08
    rendravolt
    Hero Member
    *****
    Offline Offline

    Activity: 2016
    Merit: 520


    Leading Crypto Sports Betting & Casino Platform


    View Profile
    August 22, 2017, 04:17:44 PM
     #16

    Airdrop via ethereum-based token, this is very rare and an advancement of the free altcoin era to be distributed free of charge.

    ..Stake.com..   ▄████████████████████████████████████▄
       ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
       ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
       ██ ██████████ ██      ██ ██████████ ██   ▀██▀
       ██ ██      ██ ██████  ██ ██      ██ ██    ██
       ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
       ██ █████  ███ ████  ████ █████  ███ ████████
       ██ ████  ████ ██████████ ████  ████ ████▀
       ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
       ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
       ▀█████████▀ ▄████████████▄ ▀█████████▀
      ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
     ██████████████████████████████████████████
    ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
    █  ▄▀▄             █▀▀█▀▄▄
    █  █▀█             █  ▐  ▐▌
    █       ▄██▄       █  ▌  █
    █     ▄██████▄     █  ▌ ▐▌
    █    ██████████    █ ▐  █
    █   ▐██████████▌   █ ▐ ▐▌
    █    ▀▀██████▀▀    █ ▌ █
    █     ▄▄▄██▄▄▄     █ ▌▐▌
    █                  █▐ █
    █                  █▐▐▌
    █                  █▐█
    ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
    ▄▄█████████▄▄
    ▄██▀▀▀▀█████▀▀▀▀██▄
    ▄█▀       ▐█▌       ▀█▄
    ██         ▐█▌         ██
    ████▄     ▄█████▄     ▄████
    ████████▄███████████▄████████
    ███▀    █████████████    ▀███
    ██       ███████████       ██
    ▀█▄       █████████       ▄█▀
    ▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
    ▀███████         ███████▀
    ▀█████▄       ▄█████▀
    ▀▀▀███▄▄▄███▀▀▀
    ..PLAY NOW..
    thesmallgod
    Full Member
    ***
    Offline Offline

    Activity: 1498
    Merit: 129


    View Profile
    August 22, 2017, 04:18:33 PM
     #17

    Great. hope you will consider newbie in joining this
    POSToken (OP)
    Full Member
    ***
    Offline Offline

    Activity: 154
    Merit: 101

    PoSToken


    View Profile WWW
    August 22, 2017, 04:26:49 PM
     #18

    Hello dev i want to ask you Smiley
    Why do you allocate more airdrop than others, is there any reason?

    The reason is simple, more airdrop attract more participants.
    This means that we can build a more active community, which is the first step to a success.

    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
    █     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
    loli974
    Full Member
    ***
    Offline Offline

    Activity: 406
    Merit: 105


    View Profile
    August 22, 2017, 04:32:32 PM
     #19

    Hello dev i want to ask you Smiley
    Why do you allocate more airdrop than others, is there any reason?

    The reason is simple, more airdrop attract more participants.
    This means that we can build a more active community, which is the first step to a success.

    I like this quote!!
    airbou
    Full Member
    ***
    Offline Offline

    Activity: 224
    Merit: 100


    View Profile
    August 22, 2017, 05:05:45 PM
     #20

    Watching this one looks like this one could be the one to make Ethereum something a bit better, good luck devs and let's see this through ready for whatever happens...

    Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 521 »
      Print  
     
    Jump to:  

    Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!