Pages:
Author

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

full member
Activity: 181
Merit: 100
At the last step in myetherwallet, at the step "Generate Transaction" the gas limit is empty.
What shall we add ?

Also, I need to have some ETH in my wallet for the Transaction to take place?
Because when i am adding gas price of 72026 it needs some ETH to continue

Thanks
Yes you need to have some ETH in your wallet as the gas you'll need to pay for the transaction is in ether.
For my transaction it cost around 0.04 $ so it's quite cheap . Just deposit into your wallet 0.0002 Eth and it will be enough to cover the gas price.

Thank you a lot Alex for your reply on that
full member
Activity: 1078
Merit: 210
★Bitvest.io★ Play Plinko or Invest!
At the last step in myetherwallet, at the step "Generate Transaction" the gas limit is empty.
What shall we add ?

Also, I need to have some ETH in my wallet for the Transaction to take place?
Because when i am adding gas price of 72026 it needs some ETH to continue

Thanks
Yes you need to have some ETH in your wallet as the gas you'll need to pay for the transaction is in ether.
For my transaction it cost around 0.04 $ so it's quite cheap . Just deposit into your wallet 0.0002 Eth and it will be enough to cover the gas price.
full member
Activity: 181
Merit: 100
At the last step in myetherwallet, at the step "Generate Transaction" the gas limit is empty.
What shall we add ?

Also, I need to have some ETH in my wallet for the Transaction to take place?
Because when i am adding gas price of 72026 it needs some ETH to continue

Thanks
full member
Activity: 686
Merit: 100
Received my token , just wanna ask more about this token and do you  have white paper or road map. kinda curious about this project looks fun but I wanna know more
full member
Activity: 518
Merit: 107
submitted google form, waiting Cheesy
legendary
Activity: 1229
Merit: 1001
i have also participated awaiting the turn out
full member
Activity: 294
Merit: 100
So now that we have 101 coins, what's next?

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.


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.
full member
Activity: 518
Merit: 103
Proof-of-Stake Blockchain Network
101 LTE received. I confirm my participation in the lottery.
BR Denis.
full member
Activity: 225
Merit: 100
101 received confirm the partecipation at the lottery! thanks Grin
full member
Activity: 322
Merit: 100
I am Joe Blow, the lover man! You should pay me.
So now that we have 101 coins, what's next?
full member
Activity: 181
Merit: 100
THE perfect project ever!!!
i will participate as soon as possible

thanks amd good luck to all!! Grin
hero member
Activity: 1134
Merit: 501
101 received confirm the partecipation at the lottery! thanks
full member
Activity: 400
Merit: 101
I filled the form, now I had nothing to do until the coins in the wallet? Will you notify me by email?
member
Activity: 89
Merit: 10
i filled google form. What next? Just wait ?
sr. member
Activity: 560
Merit: 260
101 LTE received. I confirm my participation in the lottery. Thank you Dev!
full member
Activity: 420
Merit: 108
50 confirmed! And the remaining 200?
full member
Activity: 364
Merit: 100
https://twetch.com/u/42191
just done... participated in lte. let's watch next...having great fun. thank you dev.
full member
Activity: 294
Merit: 100
Auction! Auction! Auction!

1 address = 1 share = 0.5% of 10% of profit LOTTEREUM

The winners will receive part of the profits from all lotteries held on Eth!

Auction rules

1. The big bet wins.
2. After the auction is completed, payment of the lot within 24 hours.
3. In the event that the winner does not pay the lot, the right to take it goes to the next participant in the list with a long price.
4. Subsequent bets are accepted by email [email protected]
5. The auction ends 24 hours after the first 100 bets have been received.
6. After the auction ends, its results can be canceled if more than half of the participants refuse to pay.
7. In case of cancellation of auction results, all funds received are returned to their owners.


PARTICIPATE

LIST OF PARTICIPANTS AND BETS

the auction start from price?

At your discretion.
sr. member
Activity: 490
Merit: 250
Auction! Auction! Auction!

1 address = 1 share = 0.5% of 10% of profit LOTTEREUM

The winners will receive part of the profits from all lotteries held on Eth!

Auction rules

1. The big bet wins.
2. After the auction is completed, payment of the lot within 24 hours.
3. In the event that the winner does not pay the lot, the right to take it goes to the next participant in the list with a long price.
4. Subsequent bets are accepted by email [email protected]
5. The auction ends 24 hours after the first 100 bets have been received.
6. After the auction ends, its results can be canceled if more than half of the participants refuse to pay.
7. In case of cancellation of auction results, all funds received are returned to their owners.


PARTICIPATE

LIST OF PARTICIPANTS AND BETS

the auction start from price?
full member
Activity: 294
Merit: 100
Auction! Auction! Auction!

1 address = 1 share = 0.5% of 10% of profit LOTTEREUM

The winners will receive part of the profits from all lotteries held on Eth!

Auction rules

1. The big bet wins.
2. After the auction is completed, payment of the lot within 24 hours.
3. In the event that the winner does not pay the lot, the right to take it goes to the next participant in the list with a long price.
4. Subsequent bets are accepted by email [email protected]
5. The auction ends 24 hours after the first 100 bets have been received.
6. After the auction ends, its results can be canceled if more than half of the participants refuse to pay.
7. In case of cancellation of auction results, all funds received are returned to their owners.
8. Antispam fee 0.001 Eth 0x1cF460DB4a2290498616C2D9AeA2ad1Ed201fA39
9. 20 addresses will be hardcoded in a smart contract and receive 0.5% of the lottery profits!
10. You can get from 1 to 20 addresses!



PARTICIPATE

LIST OF PARTICIPANTS AND BETS
Pages:
Jump to: