Bitcoin Forum
June 25, 2024, 12:03:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: 🚀LOTTEREUM🚀 - complex of smart contracts. AIRDROP RESTART🚀  (Read 23737 times)
xwshamim
Sr. Member
****
Offline Offline

Activity: 467
Merit: 251


https://t.me/xwshamim


View Profile WWW
August 26, 2017, 03:40:36 AM
 #41

Until you got Lte, do not have to do anything !!!
actually i m trying to say in the scrrenshot the step of generate transaction was not completed because i have no eth in my wallet will it be a problem
the transaction was not completed
lottereumDev (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
August 26, 2017, 06:50:43 AM
 #42

Did everything according to instructions, but in the wallet 0. The hand is over?

0x373E8859809BA71C8F08BB4cEFDa3EbB8E2eE2A4

Check the balance!
https://etherscan.io/token/0x4bf215086c05c0384bdf3731bdb2b37799e9bb5b?a=0x373e8859809ba71c8f08bb4cefda3ebb8e2ee2a4


Until you get Lte, do not have to do anything !!!
actually i m trying to say in the scrrenshot the step of generate transaction was not completed because i have no eth in my wallet will it be a problem
the transaction was not completed

yes, it will be a problem!  Grin

I filled out the google form... Now on to see if I won anything, lol  Grin

Check the balance of Lte!


just joined the airdrop. Waiting for the free coins.  Wink

Add a token and see the balance!

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.

After that, we wait for the remaining participants to gather.

Confirm participation in the lottery!
https://bitcointalk.org/index.php?topic=2120357.msg21200600#msg21200600
bjjobg55206
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
August 26, 2017, 07:16:01 AM
 #43

the contract address should write :0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
or myself address
lottereumDev (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
August 26, 2017, 07:24:56 AM
 #44

the contract address should write :0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
or myself address

When connecting to a smart contract, the address of the smart contract and the interface code of the interoperability with the smart contract are specified.

When confirming participation, you must execute all instructions exactly in exactly the same way. Note that there is a function "ParticipiateInTokenLottery" and the function "ParticipiateInsTokenLottery". The first records the participant and writes off the token 1 from the balance in confirmation, and the second shows how many participants there are in total. You need to choose the first "ParticipiateInTokenLottery"
rmyg5907
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 26, 2017, 07:30:44 AM
 #45

the contract address should write :0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
or myself address

When connecting to a smart contract, the address of the smart contract and the interface code of the interoperability with the smart contract are specified.

When confirming participation, you must execute all instructions exactly in exactly the same way. Note that there is a function "ParticipiateInTokenLottery" and the function "ParticipiateInsTokenLottery". The first records the participant and writes off the token 1 from the balance in confirmation, and the second shows how many participants there are in total. You need to choose the first "ParticipiateInTokenLottery"
Quote
Enter in the field "Contract Address" - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
should I change the 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B to myself address :0x9320b7813920cacCF5f7C0e6Fe65bFA2D97bf33A
it's right?

like this?
ANTIMANIA
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
August 26, 2017, 07:33:07 AM
 #46

the contract address should write :0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
or myself address

When connecting to a smart contract, the address of the smart contract and the interface code of the interoperability with the smart contract are specified.

When confirming participation, you must execute all instructions exactly in exactly the same way. Note that there is a function "ParticipiateInTokenLottery" and the function "ParticipiateInsTokenLottery". The first records the participant and writes off the token 1 from the balance in confirmation, and the second shows how many participants there are in total. You need to choose the first "ParticipiateInTokenLottery"
Quote
Enter in the field "Contract Address" - 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
should I change the 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B to myself address :0x9320b7813920cacCF5f7C0e6Fe65bFA2D97bf33A
it's right?

like this?

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" } ]

rmyg5907
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 26, 2017, 07:50:56 AM
 #47



please tell me which is right,the first or the second..
lottereumDev (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
August 26, 2017, 08:00:21 AM
 #48


please tell me which is right,the first or the second..

Correct.

You need to change the browser or completely clear the history in the browser you are using. Better stop by another browser. I once had it so.
loli974
Full Member
***
Offline Offline

Activity: 406
Merit: 105


View Profile
August 26, 2017, 08:12:34 AM
 #49

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
ANTIMANIA
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
August 26, 2017, 08:15:05 AM
 #50

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer

Of course!
xugzr272186
Full Member
***
Offline Offline

Activity: 278
Merit: 100


View Profile
August 26, 2017, 08:17:21 AM
 #51

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
yeah,we should have ETH in address,
but I think the contract address should be add yourself but not 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
it 's fail if you submit this address although you have eth in your address
lottereumDev (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
August 26, 2017, 08:22:44 AM
 #52

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
yeah,we should have ETH in address,
but I think the contract address should be add yourself but not 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
it 's fail if you submit this address although you have eth in your address


No. Change the browser. Or completely clear the history of the browser you are using.
loli974
Full Member
***
Offline Offline

Activity: 406
Merit: 105


View Profile
August 26, 2017, 08:40:35 AM
 #53

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
yeah,we should have ETH in address,
but I think the contract address should be add yourself but not 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
it 's fail if you submit this address although you have eth in your address


No. Change the browser. Or completely clear the history of the browser you are using.

I change the browser, I have ETH in my wallet but the gas stay at -1

I'm dissapointed, the instructions are clear
goocoin
Full Member
***
Offline Offline

Activity: 175
Merit: 103


View Profile
August 26, 2017, 08:42:17 AM
 #54

hi,dev.I want know if we Just fill out the form and add the detail of this coin in the ETH address is ok?
or we need send the gas?
ANTIMANIA
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
August 26, 2017, 08:45:09 AM
 #55

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
yeah,we should have ETH in address,
but I think the contract address should be add yourself but not 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
it 's fail if you submit this address although you have eth in your address


No. Change the browser. Or completely clear the history of the browser you are using.

I change the browser, I have ETH in my wallet but the gas stay at -1

I'm dissapointed, the instructions are clear

At me all has turned out, still at 7 person too. Try to set the gas manually, as much as shown on the screen. Just change the gas cost by 1.

lottereumDev (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
August 26, 2017, 08:47:02 AM
 #56

hi,dev.I want know if we Just fill out the form and add the detail of this coin in the ETH address is ok?
or we need send the gas?

In order to see the token on your account this is enough. If you confirm participation in the lottery, you need to spend the gas.
loli974
Full Member
***
Offline Offline

Activity: 406
Merit: 105


View Profile
August 26, 2017, 08:50:24 AM
 #57

ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
yeah,we should have ETH in address,
but I think the contract address should be add yourself but not 0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
it 's fail if you submit this address although you have eth in your address


No. Change the browser. Or completely clear the history of the browser you are using.

I change the browser, I have ETH in my wallet but the gas stay at -1

I'm dissapointed, the instructions are clear

At me all has turned out, still at 7 person too. Try to set the gas manually, as much as shown on the screen. Just change the gas cost by 1.



Ok thanks for answer, I put 22000 in gas for the transaction

thanks dev for the lottery
goocoin
Full Member
***
Offline Offline

Activity: 175
Merit: 103


View Profile
August 26, 2017, 08:56:22 AM
 #58

hi,dev.I want know if we Just fill out the form and add the detail of this coin in the ETH address is ok?
or we need send the gas?

In order to see the token on your account this is enough. If you confirm participation in the lottery, you need to spend the gas.
ok,I don't join the lottery,so I only need waiting the airdrop release?
after I submit the google information
ANTIMANIA
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
August 26, 2017, 08:58:54 AM
 #59

hi,dev.I want know if we Just fill out the form and add the detail of this coin in the ETH address is ok?
or we need send the gas?

In order to see the token on your account this is enough. If you confirm participation in the lottery, you need to spend the gas.
ok,I don't join the lottery,so I only need waiting the airdrop release?
before I submit the google information

Participation in the lottery is obligatory for participation in the airdrop.
goocoin
Full Member
***
Offline Offline

Activity: 175
Merit: 103


View Profile
August 26, 2017, 09:03:18 AM
 #60

hi,dev.I want know if we Just fill out the form and add the detail of this coin in the ETH address is ok?
or we need send the gas?

In order to see the token on your account this is enough. If you confirm participation in the lottery, you need to spend the gas.
ok,I don't join the lottery,so I only need waiting the airdrop release?
before I submit the google information

Participation in the lottery is obligatory for participation in the airdrop.

so all of us need to join the obligatory?it's difficult for me how to finished the contract .
I had the same question that I change the browser, I have ETH in my wallet but the gas stay at -1
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!