Pages:
Author

Topic: [ANN] 🌎 ETHEREUM WHITE 🌎 - PROOF-OF-AIRDROPS - Updates - page 5. (Read 3723 times)

member
Activity: 196
Merit: 11
This is the first time I've seen the need to use code like that for an airdrop... definitely going to wait until someone confirms that it works and doesn't just empty your ETH
newbie
Activity: 2
Merit: 0
On behalf of Ethereum White, the old post was deleted.
ETHEREUM WHITE
ERC20 - Token

https://imgur.com/i6nNohX



The First token with Proof-of-Airdrop, Proof-of-work and Proof-of-stake


Max Supply: 90 Millions
Initial Supply: 9 Millions (5 Million for Exchanges)
Contract: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol: EWHITE
Decimals: 8

How does "Request Airdrop" work?
There is a limit of 200 Airdrops / block. When the limit is reached, the next block will start after 60 seconds. If you send the request in these 60 seconds, your request will be rejected.
At the moment the payout is 15 EWHITE each Airdrop.  Updated 2/11/2017
You can use it only if you have less than 100 EWHITE tokens.
How does "Mine Block" work?
There is a limit of 40 miners / block. When the limit is reached, the next block will start after 90 seconds. If you send the request in these 90 seconds, your request will be rejected.
It is require to have at least 100 EWHITE Tokens in your wallet tu use "Mine-Block".
At the moment the payout is 150 EWHITE each Airdrop.  Updated 2/11/2017
How does "Proof-of-stake" work?
There is a limit of 10 for POS / block. When the limit is reached, the next block will start after 120 seconds. If you send the request in these 120 seconds, your request will be rejected.
At the moment the payout is 0.0005% of your EWHITE tokens.
You need at least 1000 EWHITE Tokens in your wallet to use use "Proof-of-stake'.

How to use Ethereum White Functions
1 ) You must have ethereum in wallet Why? Everytime you use a contract function a small gas fee will be taken from your wallet. (Classic fees when you send Ethereum)
Advise? Try to set manually the fee as small as possible.
2 ) Go to: myetherwallet.com
3 ) Select "Contract"
4 ) Paste the contract address in contract address box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
5 ) Paste the following code in ABI / JSON Interface:
        
Code:
        [{"constant":false,"inputs":[],"name":"Request_Airdrop","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"Mine_Block","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"Miners","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalPoSRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_reward","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"PoSPerCent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MaxMinersXblock","type":"uint256"}],"name":"SetMaxMinersXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"rewardAD","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"InitalPos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"Airdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"SponsoredLink","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"Proof_of_Stake","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"PoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxMinersXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxPoSXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_maxtotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"gas","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalAirdropRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"note_","type":"string"}],"name":"setSponsor","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"clockairdrop","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":"_MaxAirDropXblock","type":"uint256"}],"name":"SetMaxAirDropXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockmint","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_rewardPoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"InitialSettings","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MultiRewardAD","type":"uint256"}],"name":"SetRewardMultiAD","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockpos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxPoSXblock","type":"uint256"}],"name":"SetMaxPosXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"BlockMined","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MultiReward","type":"uint256"}],"name":"SetRewardMulti","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"ShowADV","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"MaxAirDropXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_Gasfee","type":"uint256"}],"name":"SetGasFeeReimbursed","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"reqfee","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","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"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mine","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardPoS","type":"uint256"}],"name":"MinePoS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardAD","type":"uint256"}],"name":"MineAD","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"},{"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":false,"name":"newNote","type":"string"}],"name":"SponsoredLink","type":"event"}]                                
6 ) Press "Access"
7 ) In Read / Write Contract menu you can select "Request Airdrop" , "Mine Block" or "Proof-of-stake'
8 ) Send 0 ETH (Remember to reduce the Gas) and confirm
9 ) If you don't receive the tokens.. it means the next block is not ready and you need to wait.



How to check your EWHITE Balance?
Go to myetherwallet.com or Etherdelta
Load Custum Tokens
Copy the contract Address in the box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol is: EWHITE
Decimals: 8




Fee Reimbursement with EWHITE Tokens when you send the Tokens. Temporarily Disabled



We are working for something new for the future of the token.
I advise you to hold the token for a while. The new project could give a big boost.
The rewards and the limits will be reduced soon.
Further updates will be given in 2-3 weeks time.





RoadMap:
December 2017: Community Forum. All can participate for the future of the Token
1st Quarter 2018: Website with Blockexplorer. Be part of big Crypto Exchanges.
3th Quarter 2018: Mobile App with Mine,PoS and Airdrop just with 1 click. Verify the actual miners in real time and other functions.



BOUNTIES

TRANSLATION BOUNTY (3000 EWHITE)

You can send us a PM to reserve your translations.
You will make a translation of our BitcoinTalk announcement thread (this one) and post it in the specific subforum of your language.
You need to finish the translation within 1 day otherwise your translation will be reserved to someone else. It must be a good quality translation, not made with google translate.

Users:

noloco - Reserved Spanish Translation Complete
ranoby - Reserved Russian Translation Complete
hoopdi - Reserved Turkish Translation Complete
CC0000 - Reserved Italian Translation Complete
x-road - Reserved Indonesian Translation Complete
sachdientugoogle - Reserved Vietnamese Translation



WEBSITE  BOUNTY (75000 EWHITE)
Reserved

LOGO  BOUNTY (5000 EWHITE) x 3 = 15k EWHITE Reserved


Block Explorer 1: https://ethplorer.io/address/0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2
Block Explorer 2: https://etherscan.io/address/0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Exchange: https://etherdelta.com/#0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2-ETH
How to save gas: https://imgur.com/a/xCszC
How to see the tokens in your wallet with MetaMask: https://imgur.com/a/JOM83
Pages:
Jump to: