magisterr
|
|
August 10, 2017, 09:52:10 AM |
|
Filled form and dont received any tokens.. waste of time You should probably read the OP. The dev is still working on the smart contract. So no tokens have been distributed yet. oh.. sorry. Than Im waiting my coins ))
|
|
|
|
lvsca
|
|
August 10, 2017, 07:42:17 PM |
|
waiting token to deploy on etherium contract. and, don't forget to post how to add token to our wallet.
|
|
|
|
Defender_Of_The_Ancients
|
|
August 11, 2017, 12:00:31 AM |
|
Hey Dev, is this airdrop still going on?
Yes, airdrop still going on One of these days I will lay out some documents of a smart contract. So much ETH smart contact related projects these days, will join lottereum. Eth has got a very secure blockchain!
|
|
|
|
GraBitCoin
|
|
August 11, 2017, 11:36:53 AM |
|
Smart contract deployed?
|
|
|
|
BurCoin
Member
Offline
Activity: 78
Merit: 11
|
|
August 11, 2017, 11:40:43 AM |
|
Smart contract deployed?
Smart contract is not yet ready.
|
|
|
|
FreshB
|
|
August 13, 2017, 05:14:41 PM |
|
I check this thread atleast 3 times a week. I'm eager for this one to kick off. Will be waiting for updates. Meanwhile, a telegram group would be a nice idea dev.
|
|
|
|
lottereumDev (OP)
|
|
August 14, 2017, 08:48:01 AM |
|
A smart contract is ready. It remains to enter the addresses of Eth remaining investors. 4.59% of the expected profit of the lottery was distributed. Attention to all who indicated in the table that he is an investor, but did not make an investment in the account 0x1cF460DB4a2290498616C2D9AeA2ad1ed201fa39 !!! Conduct transactions and report in this topic! Your address will be added to the code below and I will launch a smart contract!contract Lottereum { uint256[] private shares; //array of parts investors in ethereum * 1000 address[] public investors; //array of adresses investors
function Lottereum() baseToken ("Lottereum", 0, "LTE") { shares = [10, 110, 10, 100, 2000, 100, 100, 100, 100, 2000, 60]; investors = [0xdfddcD072309E832528F3b41967d9869eE7aEA63, 0xAd7024Ff124Fb9dd2F81D675E6797D1a29F94d18, 0x9C79d57e46A5A8656810910BFe863889018d5BaD, 0xfF9ADFb4C19bFD54099A73Cec4baE6dBC79883a7, 0x5f3f6Dc5189a6Ad30281775B745FBe71158800AF, 0x5eA28b8b38ff9e669d26a9bA5efa791fF46C56aE, 0x486ca2D5247a582a2DA074a449e2E6F521b0E7ce, 0x93BF27a3512F28a4ce66ebd0bc0fC8DFD0602448, 0xdF31dE85deaf78407415105912546F6Aa5404a8d, 0x7D6e9F9E42271a1802FAd26040242bA29236Eb7C, 0x623137505BD03dC72D08c2AFbc8Ff23B7C7F83C1]; }
function playLotteryByEthereum() onlyAdministrator { uint256 ethereumsOfWinners = totalFundEthereumLotteryInWei * 7 / 10; uint256 ethereumsOfInvestors = totalFundEthereumLotteryInWei * 2 / 10; uint256 ethereumsOfDev = totalFundEthereumLotteryInWei / 10; uint256 investSum = 0; .......................
for(i = 0; i < shares.length; i++) { investSum += shares[i]; }
for(i = 0; i < investors.length; i++) { if(!investors[i].send(ethereumsOfInvestors * shares[i] / (investSum))) revert(); } ........................ } }
|
|
|
|
JeremyB
|
|
August 14, 2017, 09:57:54 AM |
|
Congrats! Glad to hear the smart contract is almost ready. Can you please tell us how to add tokens to our wallet?
|
|
|
|
starblocks
|
|
August 14, 2017, 10:03:24 AM |
|
I filled out the form for the air drop but nothing came through yet - concept looks interesting but still no brand/identity for it will that be coming soon?
|
|
|
|
mICOn1337
Newbie
Offline
Activity: 42
Merit: 0
|
|
August 14, 2017, 01:09:22 PM |
|
Congrats! Glad to hear the smart contract is almost ready. Can you please tell us how to add tokens to our wallet?
Dev wrote. A smart contract is ready. It remains to collect the addresses of investors. Anyone who invests from 0.1 Eth will receive a share of the profits from the lottery on Eth.
|
|
|
|
dandan1010
Member
Offline
Activity: 161
Merit: 10
|
|
August 14, 2017, 01:15:59 PM |
|
Is the airdrop still open?
|
|
|
|
mICOn1337
Newbie
Offline
Activity: 42
Merit: 0
|
|
August 14, 2017, 01:16:55 PM |
|
Is the airdrop still open?
Yes
|
|
|
|
dandan1010
Member
Offline
Activity: 161
Merit: 10
|
|
August 14, 2017, 01:29:15 PM |
|
Is the airdrop still open?
Yes Thanks for answer. I will participate
|
|
|
|
GraBitCoin
|
|
August 14, 2017, 05:04:39 PM |
|
A smart contract is ready. It remains to enter the addresses of Eth remaining investors. 4.59% of the expected profit of the lottery was distributed. Attention to all who indicated in the table that he is an investor, but did not make an investment in the account 0x1cF460DB4a2290498616C2D9AeA2ad1ed201fa39 !!! Conduct transactions and report in this topic! Your address will be added to the code below and I will launch a smart contract!contract Lottereum { uint256[] private shares; //array of parts investors in ethereum * 1000 address[] public investors; //array of adresses investors
function Lottereum() baseToken ("Lottereum", 0, "LTE") { shares = [10, 110, 10, 100, 2000, 100, 100, 100, 100, 2000, 60]; investors = [0xdfddcD072309E832528F3b41967d9869eE7aEA63, 0xAd7024Ff124Fb9dd2F81D675E6797D1a29F94d18, 0x9C79d57e46A5A8656810910BFe863889018d5BaD, 0xfF9ADFb4C19bFD54099A73Cec4baE6dBC79883a7, 0x5f3f6Dc5189a6Ad30281775B745FBe71158800AF, 0x5eA28b8b38ff9e669d26a9bA5efa791fF46C56aE, 0x486ca2D5247a582a2DA074a449e2E6F521b0E7ce, 0x93BF27a3512F28a4ce66ebd0bc0fC8DFD0602448, 0xdF31dE85deaf78407415105912546F6Aa5404a8d, 0x7D6e9F9E42271a1802FAd26040242bA29236Eb7C, 0x623137505BD03dC72D08c2AFbc8Ff23B7C7F83C1]; }
function playLotteryByEthereum() onlyAdministrator { uint256 ethereumsOfWinners = totalFundEthereumLotteryInWei * 7 / 10; uint256 ethereumsOfInvestors = totalFundEthereumLotteryInWei * 2 / 10; uint256 ethereumsOfDev = totalFundEthereumLotteryInWei / 10; uint256 investSum = 0; .......................
for(i = 0; i < shares.length; i++) { investSum += shares[i]; }
for(i = 0; i < investors.length; i++) { if(!investors[i].send(ethereumsOfInvestors * shares[i] / (investSum))) revert(); } ........................ } } I see my address in the code. Thank you dev. If I have time, I invest another 0.1 Eth
|
|
|
|
JeremyB
|
|
August 14, 2017, 08:28:12 PM |
|
My address is there also, thanks. Can't wait now...
|
|
|
|
lottereumDev (OP)
|
|
August 16, 2017, 02:59:32 PM |
|
Smart contract deployed! To the needs of the developer and fundraising for the LTE token release, 1000000 tokens are sold to the exchanges. Buy a token by adding a smart contract: Click on "Add Custom Token" and in field Address - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B Token Symbol - LTE Decimals - 0 After adding the token to your list, reload the page. Choose a section Contracts In the Contract Address field, type 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B In the ABI / JSON Interface field[ { "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" From the drop-down list, select "BuyTokens"And click "WRITE"In the pop-up window, specify the amount of Eth multiple of 0.00015 (LTE token price) And click "Generate transaction"All! Congratulations on your purchase!What profit do you get from purchased tokens? Under the terms of a smart contract, 20% of each lottery on Eth is divided among investors. 4.59% of this amount is distributed by default to investors whose addresses are spelled out in a smart contract. The remaining 95.41% will be distributed among the owners of LTE tokens. The right to participate in the profit section is available to investors with at least 50,000 LTE tokens. Proceeding from the aforesaid, it is obvious what for it is necessary to buy tokens at the specified price.
|
|
|
|
lottereumDev (OP)
|
|
August 18, 2017, 05:54:10 AM Last edit: August 18, 2017, 08:39:03 AM by lottereumDev |
|
ATTENTION!!!
I OFFER TO HOLD THE FIRST LOTTERY FOR TOKENS FOR 1000 PARTICIPANTS
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
I will sell 101 tokens to anyone who wants to participate in 0.002 Eth
1 Lte for confirmation of participation in the lottery. 100 Lte for the transaction to the contract at the time of the lottery start. The time for the start of the lottery will be announced in this thread.
|
|
|
|
tippytoes
|
|
August 18, 2017, 06:31:32 AM |
|
So that means that we can still receive the tokens even if we are not investors, right? Since the participants are not more than 1000, it means that there's guarantee that we can receive even small amount of lottereum. So we can now add the token in our eth wallet even if we're not investors?
|
|
|
|
Vanellsworth
Member
Offline
Activity: 65
Merit: 10
|
|
August 18, 2017, 06:44:15 AM |
|
How to buy token
|
|
|
|
ANTIMANIA
|
|
August 18, 2017, 08:28:12 AM |
|
How to buy token Buy a token by adding a smart contract: Click on "Add Custom Token" and in field Address - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B Token Symbol - LTE Decimals - 0 After adding the token to your list, reload the page. Choose a section Contracts In the Contract Address field, type 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B In the ABI / JSON Interface field[ { "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" From the drop-down list, select "BuyTokens"And click "WRITE"In the pop-up window, specify the amount of Eth multiple of 0.00015 (LTE token price) And click "Generate transaction"All! Congratulations on your purchase!What profit do you get from purchased tokens? Under the terms of a smart contract, 20% of each lottery on Eth is divided among investors. 4.59% of this amount is distributed by default to investors whose addresses are spelled out in a smart contract. The remaining 95.41% will be distributed among the owners of LTE tokens. The right to participate in the profit section is available to investors with at least 50,000 LTE tokens. Proceeding from the aforesaid, it is obvious what for it is necessary to buy tokens at the specified price.
|
|
|
|
|