Bitcoin Forum
June 27, 2024, 07:25:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [AIRDROP] Qualiti Platform B2B Directory on the blockchain. 500 Free tokens! on: March 13, 2018, 04:51:08 PM
Qualiti Platform


‘B2b on the Ethereum blockchain’

Join the Airdrop Now  500 Tokens for the first 1000 members.!!!!


Media Channels:

Website: http://qualiti.co
Twitter: https://twitter.com/QualitiPlatform
Telegram: https://t.me/Qualitiplatform


---------

| WHAT IS Qualiti


Qualiti Platform is a directory and marketplace built on the Ethereum blockchain to find local and accurate information on businesses. The driving force for Qualiti would be by the local community and information from local municipals. Businesses can claim their profile to gain traffic and promote their business. Start-ups and establish businesses can reach and connect with one another on our platform to grow their business.



| ROADMAP



https://www.qualiti.co - To create a fair and most accurate directory and platform for b2b.


White Paper:

http://qualiti.co/whitepaper.pdf - Newer version coming soon


—---  


| DISTRIBUTION

Total Supply = 20,000,000


Available Supply = 8,000,000
• 20% of the available supply (2,000,000) is available directly on EtherDelta
• The remaining 80% (6,00,000) will be airdropped to the community for Airdrop  

Qualiti Marketing = 5,000,000
• For aggressive marketing and development to build the community for Qualiti.  

Development = 7,000,000
• This fund is dedicated to the future development of token use-cases, features and applications and founders


—---

| AIRDROP

Registration for our first airdrop is complete. We will be distributing tokens to applicants soon. We will run an additional airdrop in the coming weeks, with details yet to be announced. Join our Telegram channel to find out more: https://t.me/qualitiplatform


—---

| GIVEAWAYS


We run regular giveaways as part of the Qualiti platform to active members of our community. These are announced on a regular basis through our Twitter, Telegram and social media channels.

Join our community :

Twitter: https://twitter.com/Qualitiplatform
Telegram: https://t.me/qualitiplatform



—---

| BOUNTIES
Coming soon!


—---
| EXCHANGE LISTING

We will be on Etherdelta, and many more we are aiming to be on 4-5 exchanges by June 2018.

—---

| CONNECT WITH US


Website: www.qualiti.co
Twitter: https://twitter.com/QualitiPlatform
Medium: https://medium.com/@qualitiplatform
Telegram: https://t.me/qualitiplatform



I think it's a great project and will be successful later.
22  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [IOTAE] | IOTA on the Blockchain Accessible and safe | AIRDROP| on: February 18, 2018, 12:29:03 PM


    Name: IOTA ETH
    Symbol: IOTAE
   Decimals: 8
    Standard: ERC20
    Platform: Ethereum
    Maximum Total Supply: 10,000,000 IOTAE
    Initial Supply: 1,000,000 IOTAE
    Contract Address: 0x75b0A239C11fbB8A75a472EFF43500560A058D98
    Logo:

    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: 0x75b0A239C11fbB8A75a472EFF43500560A058D98
    6. In the "Token Symbol" field input: IOTAE
    7. In the "Decimals" field input: 8
    8. Then click "Add" and you will see your IOTA ETH in you wallet.

CONTRACT ABI
Code:
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"address"}],"name":"allowed","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_toAddresses","type":"address[]"},{"name":"_amounts","type":"uint256[]"}],"name":"multiPartyTransferFrom","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_toAddresses","type":"address[]"},{"name":"_amounts","type":"uint256[]"}],"name":"multiPartyTransfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"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"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_spender","type":"address"},{"indexed":true,"name":"_from","type":"address"},{"indexed":true,"name":"_to","type":"address"},{"indexed":false,"name":"_value","type":"uint256"}],"name":"TransferFrom","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"}]

This post will be updated in the next days with all the information you need

Please do not put wallet in the comments to avoid the elimination of the topic
[/size][/color]



How to get your token dev?
with deploy contract mode or else



I think it's a great project and will be successful later.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!