What is LOTTEREUM?LOTTEREUM is a complex of smart contracts that will perform the following functions:
1. Online casino (Lottery, slot machines, roulettes and other games).
2. Decentralized credit system in Eth and tokens.
3. Platform for the release of tokens and ICO.
LOTTEREUM implements a system in which all participants of this complex of smart contracts remain at a profit.For example:
1. Players in the online casino will receive Eth if they win, and in case of a loss they receive tokens.
2. The borrower and creditor for participating in a successful transaction will receive a reward in the project's tokens.
3. Those who wish to receive funds for the implementation of their own project will be able not only to issue a token, but also to sell it.
How did we select the genesis of the address for the airdrop?A total of 7000 addresses will be imported.
At the moment, 6396 addresses have already been imported.
We collected some of the addresses through our Google form.
As a bonus to the smart contract, the addresses of those users who participated in the airdrop Minereum, Timereum and PosToken were imported.From open sources, lists were obtained and consolidated into one.
At the same time, duplicates were deleted first, then all addresses with zero activity (zero sum of Ethers on the account) or estimated at less than 100 $ of tokens on the balance were deleted, and then all the addresses that made tokens transfer to other addresses from this list.
The total number of addresses after the merger was 10190 pieces, after removing duplicate 8452 addresses remained, after removing the associated addresses, there were 6396 addresses that were imported into the smart contract.
All addresses of the participants of the airdrop in PosToken are imported completely.
List of the origins of addresses
HERESpecifications:Name: LOTTEREUM
Symbol: LTE
Decimals: 0
Standard: ERC20
Platform: Ethereum
Total address genesis: 7000
Number of Deliveries: 10
Terms of delivery: reduction of the previous delivery volume by 10% and decrease in the number of LTEs at the source address of 303 LTE
The initial volume of tokens: 8,000,000 LTE (1,000,000 LTE pre-mining including)
Pre-mining 1000000 LTE: 80% on the bounty company, 20% of the developers' needs
Maximum volume of tokens: ≈ 45 979 931 LTE
Contract address: 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
Plan for the release of a token to exchangesThe smart contract is compatible with EtherDelta
https://etherdelta.com/#0x4bf215086c05c0384bdf3731bdb2b37799e9bb5b-ETHAfter the auction, the token will be added to
https://hitbtc.com/add-token,
https://novaexchange.com/addcoin/ and
https://www.coinexchange.io/After adding
https://coinmarketcap.com/, the token will be added to
https://www.livecoin.net/en/coin-listingHow to add a token to MyEtherWalletClick "Add custom token" and
in field
Address - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
Token Symbol - LTE
Decimals - 0
Rules for conducting lotteriesSmart contract is cyclical.
Each cycle is a new lottery with a new value of a lottery ticket.
The lottery starts for everyone at one time.
The actual Ethereum processing transactions determines the winner, since the winnings are tied to transactions and the smart contract considering them determines the winners.
METHOD OF CONDUCTING LOTTERY
(Lottery Eth)
The price of the lottery ticket is 0.01 Eth, 0.1 Eth, 1 Eth, 10 Eth alternately.
The lottery begins when the participation of 1000 participants is confirmed.
If the required number of participants is not dialed in 1 day, the lottery value is reduced to a minimum.
Confirmation of participation is carried out by transferring to a smart contract those who wish to participate in lottery 1 of the token.
Participants are informed of the time of the lottery in the established way.
At the announced time, all participants pay a payment to the smart contract of the amount of Eth equal to the value of the lottery ticket for the currently held lottery.
Payments less than the required amount are not returned.
Payments of more than the required amount are accepted as equal to the amount of participation. Return of overpayment is not made.
The winners are determined by counting transactions in a smart contract, taking into account the gaming advantages that players have.
1. The first transaction brings the owner 10% of the total lottery collection amount.
2. Each tenth transaction brings to its owner 0.2% of the total lottery collection amount
3. Each twentieth transaction brings to its owner 0.4% of the total lottery amount
4. Each hundredth transaction brings the owner 2% of the total lottery amount
5. Losers receive a share of the total amount of tokens received by a smart contract as a result of holding a lottery for tokens.
10% of the total amount of the lottery is sent to the fund dev.
20% of the profit is distributed among the owners of investment addresses.
METHOD OF CONDUCTING LOTTERY
(Payment of participation by tokens)
The price of the lottery ticket is 100, 500, 1,000, 5,000 tokens in turn.
The lottery begins when the participation of 1000 participants is confirmed.
If the required number of participants is not dialed in 1 day, the lottery value is reduced to a minimum.
Confirmation of participation is carried out by transferring to a smart contract those who wish to participate in lottery 1 of the token.
Participants are informed of the time of the lottery in the established way.
At the announced time, all participants transfer to the smart contract the number of tokens of equal value of the lottery ticket for the currently held lottery.
Payments less than the required amount are not returned.
Payments of more than the required amount are accepted as equal to the amount of participation. Return of overpayment is not made.
The winners are determined by counting transactions with a smart contract, taking into account the gaming advantages that players have.
1. The prize fund is 80% of the amount of tokens participating in the lottery.
2. 10% is destroyed upon admission.
3. 10% is directed to payments to the losing lottery participants for Eth.
4. The first transaction brings the owner 20% of the total lottery collection amount.
5. Each tenth transaction brings to its owner 0.2% of the total lottery collection amount.
6. Each twentieth transaction brings to its owner 0.4% of the total lottery amount.
7. Each hundredth transaction brings the owner 2% of the total lottery amount.
How to participate?We open
https://www.myetherwallet.com/#contractsSet the valueEnter in the field "Contract Address" - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
Enter in the field "ABI / JSON Interface" this 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.
Guide to buying a lottery ticketIt will be ready soon.
How to get your share from the profits of lotteries on Eth?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 has investors with at least 50,000 LTE tokens.
Proceeding from the aforesaid, it is obvious what for it is necessary to buy tokens at a stock exchange.
Token Tracker on Etherscan: https://etherscan.io/token/0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B#balances(because Etskran does not see the addresses to which tokens are directly credited with a smart contract, then the total amount of tokens in circulation is visible, but the owners of the genesis of addresses that did not receive tokens on transactions are not visible)
Road map1. Basic, lottery smart contract (ready).
2. Auction (there is a recruitment of participants).
3. Website, stock exchanges, coinmarketcap.com (at the end of the auction).
4. Credit smart contract (end of Q4 of 2017).
5. Smart contract "Issue of tokens and ICO" (Q1 2018).
6. Smart contract "Slotomania" (Q2 of 2018).
7. Smart contract "Roulette" (Q3, 2018).
Bounty CompanyThe form https://docs.google.com/forms/d/e/1FAIpQLSd6lNgDlVyVxfrQmzQEtejOtN0GcL8rLiSWLilaQM8iri3IBw/viewform?usp=sf_link
Table https://docs.google.com/spreadsheets/d/1_-3QKA6QIjGIrxflJhieWgo5-M3JSVgey7EbSQU2b2g/edit?usp=sharing
Rules https://bitcointalk.org/index.php?topic=2120357.msg21200685#msg21200685Translations into other languagesThere is a reservation. Only native speakers.