Pages:
Author

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

hero member
Activity: 2030
Merit: 591
Leading Crypto Sports Betting & Casino Platform
How i can get 101 free Lottereum tokens? And on what exchange is listed or where will be listed on future?

What is the meaning of my participant at number 12th? Am i the winners for this lottrey, and how many am i got for 12th rantings? Anyway thanks for the opportunity.

Regards
Hyudien
newbie
Activity: 6
Merit: 0
Where can I see that my address became genesis after the lottery?
full member
Activity: 184
Merit: 100
Sorry this is not my addres , and i didnt join , maybe somebody used my profile to get airdrop  Huh
https://etherscan.io/token/0x4bf215086c05c0384bdf3731bdb2b37799e9bb5b?a=0xf5a6cdd86b048ceafb0519ba05c5a4b3f50d38b3
hero member
Activity: 1036
Merit: 520
1KoMmKPMG6xaWcqB8CPP3WJ8avRSVRHtP2
full member
Activity: 307
Merit: 100
0xb58D6E68944e195420843fA98c4A3481a5914282
Got 101 LTE, thank you Cheesy
full member
Activity: 420
Merit: 108
what do i need to do to join the lottery i can't seem to find a tutorial
i already received my 101 LTE and i read something about sending 1 LTE to start joining
is there a tutorial?
because in the other lottereum thread ( why are there even two announcement lottereum threads anyways?)
it says "Those who take part in this lottery, he will be dropped into a smart contract in the first place.
A transfer of 200 addresses was made, and only 4 people confirmed their participation in the lottery.
This is not good for our common cause.
In order for Lte to cost a normal price and to generate tokens, we must have an active community!
In total there will be 5000 genesis of addresses and all of them will be checked through participation in the lottery."

sorry i'm not the brightest  one Sad

What will happen after the lottery?

The addresses of all lottery participants will be imported into the smart contract as the genesis of the address.

PRIZE FUND 100 000 TOKENS
THE FIRST PARTICIPANT WILL RECEIVE - 10 000 LTE
EVERY 10 - 200 LTE
EVERY 20 - 400 LTE
EVERY 100 - 2 000 LTE

EtherDelta https://etherdelta.com/#0x4bf215086c05c0384bdf3731bdb2b37799e9bb5b-ETH

How to participate?

We open https://www.myetherwallet.com/#contracts
[/center]



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.
hero member
Activity: 1036
Merit: 520
1KoMmKPMG6xaWcqB8CPP3WJ8avRSVRHtP2
what do i need to do to join the lottery i can't seem to find a tutorial
i already received my 101 LTE and i read something about sending 1 LTE to start joining
is there a tutorial?
because in the other lottereum thread ( why are there even two announcement lottereum threads anyways?)
it says "Those who take part in this lottery, he will be dropped into a smart contract in the first place.
A transfer of 200 addresses was made, and only 4 people confirmed their participation in the lottery.
This is not good for our common cause.
In order for Lte to cost a normal price and to generate tokens, we must have an active community!
In total there will be 5000 genesis of addresses and all of them will be checked through participation in the lottery."

sorry i'm not the brightest  one Sad
full member
Activity: 202
Merit: 101
Find out who you are and do it on purpose
I received 101 LTE, thank you very much. Look forward to more updates.
sr. member
Activity: 404
Merit: 252
I confirming my participation in the lottery. GL
full member
Activity: 420
Merit: 108
I received my LTE 101, Thank u dev team so much for sending me. I m holding them for a long time and expect a huge rise in price. I m not willing to participate in lottery DEV team

So you will not get 10 more times to 1000 tokens.
sr. member
Activity: 434
Merit: 250
Thank you so much Dev and team I got my coins in wallet successfully. good luck to project.
full member
Activity: 231
Merit: 100
Staker.network - POS Smart Contract ETH Token
I received my LTE 101, Thank u dev team so much for sending me. I m holding them for a long time and expect a huge rise in price. I m not willing to participate in lottery DEV team
full member
Activity: 434
Merit: 100
How i can get 101 free Lottereum tokens? And on what exchange is listed or where will be listed on future?

hello if you can more detail about the auction thank you
full member
Activity: 406
Merit: 132
participate in the lottery
full member
Activity: 307
Merit: 100
0xb58D6E68944e195420843fA98c4A3481a5914282
How i can get 101 free Lottereum tokens? And on what exchange is listed or where will be listed on future?

I find my address in the google sheet, how soon will I receive LTE tokens?
full member
Activity: 630
Merit: 111
Hi, has this lottery been played already by now? I would like to know whether it turned out that transaction fees had a significant impact on the determination of the winner. Can that be answered?

First 1000 participants must confirm their participation in the lottery.

1000 transactions at one time. I do not think that the cost of gas will affect ....
hero member
Activity: 1274
Merit: 520
Hi, has this lottery been played already by now? I would like to know whether it turned out that transaction fees had a significant impact on the determination of the winner. Can that be answered?
full member
Activity: 630
Merit: 111
would it trade in platform?
had the address collecting now?
airdrop was not finished?

How to get Lte to participate in the lottery?

Just fill out the form https://docs.google.com/forms/d/e/1FAIpQLSd_SCMT-qcG0TWp159cpIOlZLtsa8ZjZ3s9UU4BydzgrwnUaQ/viewform?usp=sf_link
And look how many us https://docs.google.com/spreadsheets/d/1SQoz8i3wY28Ep-ue7gsYUJbeWOV8V5rRazKJ59FieHA/edit?usp=sharing


What will happen after the lottery?

The addresses of all lottery participants will be imported into the smart contract as the genesis of the address.

PRIZE FUND 100 000 TOKENS
THE FIRST PARTICIPANT WILL RECEIVE - 10 000 LTE
EVERY 10 - 200 LTE
EVERY 20 - 400 LTE
EVERY 100 - 2 000 LTE

EtherDelta https://etherdelta.com/#0x4bf215086c05c0384bdf3731bdb2b37799e9bb5b-ETH
member
Activity: 78
Merit: 11
When will the lottery be held? Or is the token to hold our own lotteries?

 Grin

A smart contract is now deployed to conduct lotteries on Lte and Eth. Lte tokens of this smart contract.
sr. member
Activity: 415
Merit: 287
I applied for airdrop,I hope it's not too late,thanks Wink
Pages:
Jump to: