Pages:
Author

Topic: [AIRDROP][ICO] LOTTEREUM - planned reduction in the number of tokens in turnover - page 9. (Read 18160 times)

member
Activity: 161
Merit: 10
Is the airdrop still open?
newbie
Activity: 42
Merit: 0
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.
hero member
Activity: 1344
Merit: 502
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?
sr. member
Activity: 812
Merit: 270
Congrats!
Glad to hear the smart contract is almost ready.
Can you please tell us how to add tokens to our wallet?
full member
Activity: 294
Merit: 100
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!


Code:
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();
    }
            ........................
}
}
sr. member
Activity: 308
Merit: 250
The Movement DAO
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.
member
Activity: 78
Merit: 11
full member
Activity: 630
Merit: 111
full member
Activity: 144
Merit: 100
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!
sr. member
Activity: 1792
Merit: 293
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
waiting token to deploy on etherium contract.
and, don't forget to post how to add token to our wallet.  Grin Grin
sr. member
Activity: 1372
Merit: 259
Filled form and dont received any tokens.. waste of time  Undecided

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 ))
sr. member
Activity: 308
Merit: 250
The Movement DAO
Filled form and dont received any tokens.. waste of time  Undecided

You should probably read the OP. The dev is still working on the smart contract. So no tokens have been distributed yet.
full member
Activity: 294
Merit: 100
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.
newbie
Activity: 32
Merit: 0
Hey Dev, is this airdrop still going on?
sr. member
Activity: 1372
Merit: 259
Filled form and dont received any tokens.. waste of time  Undecided
full member
Activity: 294
Merit: 100
when this token deployed to etherium network? if not deployed, investor can't see their token.
waiting contract specification contract and how to this token added to wallet.

I'm working on a smart contract, now I write the logic of the lottery.

Good work Dev, quality work takes time. So we can also say that investors are like genesis addresses in the lottereum platform?

The investor's address will be placed in a smart contract and it will provide the investor with a stable profit.
Now is the time to invest. After I deploy a smart contract, I will not be able to add new investors to it.
sr. member
Activity: 308
Merit: 250
The Movement DAO
when this token deployed to etherium network? if not deployed, investor can't see their token.
waiting contract specification contract and how to this token added to wallet.

I'm working on a smart contract, now I write the logic of the lottery.

Good work Dev, quality work takes time. So we can also say that investors are like genesis addresses in the lottereum platform?
full member
Activity: 294
Merit: 100
when this token deployed to etherium network? if not deployed, investor can't see their token.
waiting contract specification contract and how to this token added to wallet.

I'm working on a smart contract, now I write the logic of the lottery.
sr. member
Activity: 1792
Merit: 293
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
when this token deployed to etherium network? if not deployed, investor can't see their token.
waiting contract specification contract and how to this token added to wallet.
sr. member
Activity: 1792
Merit: 293
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
joined airdrop, hope this success program
Pages:
Jump to: