Pages:
Author

Topic: 🚀LOTTEREUM🚀 - complex of smart contracts. AIRDROP RESTART🚀 - page 24. (Read 23771 times)

full member
Activity: 236
Merit: 100
sr. member
Activity: 560
Merit: 251
member
Activity: 119
Merit: 100
ammm innn!!! love lotteries ! Cheesy
full member
Activity: 294
Merit: 100
what we have to do to confirm the lottery?

How to participate?

We open https://www.myetherwallet.com/#contracts



Set the value



Enter in the field "Contract Address" - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B

Enter in the field "ABI / JSON Interface" this code:


Code:
[ { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "amount", "type": "uint256" } ], "name": "sendTokens", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "Lottereum" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_sender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "1000000" } ], "payable": false, "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, "type": "function" }, { "constant": true, "inputs": [], "name": "ticketPriceInTokenLottery", "outputs": [ { "name": "", "type": "uint256", "value": "100" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "0" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "uint256" } ], "name": "investors", "outputs": [ { "name": "", "type": "address", "value": "0xdfddcd072309e832528f3b41967d9869ee7aea63" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_price", "type": "uint256" }, { "name": "_priceEth", "type": "string" } ], "name": "setTicketPriceInEthereum", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "startTimeLotteryByToken", "outputs": [ { "name": "", "type": "string", "value": "" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_price", "type": "uint256" } ], "name": "setTicketPriceInToken", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "buyTicketForTokenLottery", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "uint256" } ], "name": "participientsEthereumLottery", "outputs": [ { "name": "", "type": "address", "value": "0x" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "ticketPriceInEthereumLottery", "outputs": [ { "name": "", "type": "string", "value": "0.01" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" } ], "name": "setMaxTransfer", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_dateTime", "type": "uint256" }, { "name": "_dateString", "type": "string" } ], "name": "setStartTimeLotteryByEthereum", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "addEther", "outputs": [], "payable": true, "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address", "value": "0xe57c4f7de8e2c3bcc1801ecbe12a54a1bd88fe06" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "users", "type": "address[]" }, { "name": "countToken", "type": "uint256" } ], "name": "importAddresses", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "LTE" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "playLotteryByEthereum", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_dateTime", "type": "uint256" }, { "name": "_dateString", "type": "string" } ], "name": "setStartTimeLotteryByToken", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "buyPriceTokenInWei", "outputs": [ { "name": "", "type": "uint256", "value": "1500000000000000" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "participateInEthereumLottery", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "playLotteryByToken", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "buyTicketForEthereumLottery", "outputs": [], "payable": true, "type": "function" }, { "constant": true, "inputs": [], "name": "amountOfTicketsForTokenLotteryPurchased", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "price", "type": "uint256" } ], "name": "setPriceOfToken", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_sender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "buyTokens", "outputs": [], "payable": true, "type": "function" }, { "constant": true, "inputs": [], "name": "startTimeLotteryByEthereum", "outputs": [ { "name": "", "type": "string", "value": "" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "amountOfTicketsForEthereumLotteryPurchased", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalFundInTokenLottery", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "investAddress", "type": "address" }, { "name": "share", "type": "uint256" } ], "name": "addInvestor", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "maxTransfer", "outputs": [ { "name": "", "type": "uint256", "value": "4" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "administrator", "outputs": [ { "name": "", "type": "address", "value": "0x1cf460db4a2290498616c2d9aea2ad1ed201fa39" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "countWei", "type": "uint256" } ], "name": "sendEther", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "uint256" } ], "name": "participientsTokenLottery", "outputs": [ { "name": "", "type": "address", "value": "0x" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalFundEthereumLotteryInWei", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "participateInTokenLottery", "outputs": [], "payable": false, "type": "function" }, { "inputs": [], "payable": false, "type": "constructor" }, { "payable": false, "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" } ]

Click "Access"





We choose the function "ParticipiateInTokenLottery"




We go into the purse and click "Write"

A message appears.



Click "Generate Transaction" Do not change anything! Leave 0!

Further on sense.




After that, we wait for the remaining participants to gather.
full member
Activity: 180
Merit: 101
what we have to do to confirm the lottery?
hero member
Activity: 910
Merit: 500
Confirm participation with LTE , coins received .
Thank you for instruction , everything is good so far lets build good community behind LTE .
full member
Activity: 420
Merit: 108
IS it too late to join in the lottery? Next round of lottery?

10% of participants collected in the first lottery. So it's not too late!
full member
Activity: 322
Merit: 103
IS it too late to join in the lottery? Next round of lottery?
full member
Activity: 202
Merit: 101
Find out who you are and do it on purpose
Thank you for your  email with instructions.

Custom token added and Generated Transaction for Contract.

All good!



sr. member
Activity: 332
Merit: 250
I like the clowns and the little dogs
1. I will announce the time of the lottery.

Fantastic, thanks sir
full member
Activity: 364
Merit: 101
Yes.

There are already 772 transactions (including unconfirmed). Is 1000 confirmed needed?
full member
Activity: 364
Merit: 101
Dev, will you then publish a detailed instruction on the lottery? How many LTE, when and where to send?
Thanks.
sr. member
Activity: 364
Merit: 250
posting for a confirmation that i am participating..
 how long will i able to receive the token from the moment i have done all instruction? will it take days or week?
newbie
Activity: 41
Merit: 0
I am participating
full member
Activity: 364
Merit: 101
Confirmng participation.

Not exactly sure what I just did but followed instructions.  Grin
Cheesy Check balance. If the LTE became one less - then everything is correct.
full member
Activity: 168
Merit: 100
Okay so I have received 1000 LTE , what's next ?
full member
Activity: 135
Merit: 100
Confirmng participation.

Not exactly sure what I just did but followed instructions.  Grin
Pages:
Jump to: