Pages:
Author

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

full member
Activity: 406
Merit: 105
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
full member
Activity: 294
Merit: 100
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.
full member
Activity: 278
Merit: 100
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
full member
Activity: 420
Merit: 108
ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer

Of course!
full member
Activity: 406
Merit: 105
ok, I follow the rules but my gas is -1.
I think we must have eth in MEW?

thanks for the answer
full member
Activity: 294
Merit: 100

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.
sr. member
Activity: 308
Merit: 250


please tell me which is right,the first or the second..
full member
Activity: 420
Merit: 108
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" } ]

sr. member
Activity: 308
Merit: 250
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?
full member
Activity: 294
Merit: 100
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"
full member
Activity: 238
Merit: 100
the contract address should write :0x4Bf215086c05C0384BdF3731bdB2B37799E9bb5B
or myself address
full member
Activity: 294
Merit: 100
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://bitcointalksearch.org/topic/m.21200600
sr. member
Activity: 467
Merit: 251
https://t.me/xwshamim
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
full member
Activity: 294
Merit: 100
Until you get Lte, do not have to do anything !!!
sr. member
Activity: 467
Merit: 251
https://t.me/xwshamim
 i have no eth in my wallet so the transaction was not completed is a a problem or its fine if the generate transaction is not completed .can you please tell me
full member
Activity: 246
Merit: 100
how do we know if we followed the instructions correctly besides receiving coins? is there a spreadsheet of participants? after i sent the 0 ETH, 72026 gas it went to -1 gas, it didn't give a confirmation or tx id

i did the instructions again and i got a confirmation this time. hope to win some tokens
full member
Activity: 246
Merit: 100
how do we know if we followed the instructions correctly besides receiving coins? is there a spreadsheet of participants? after i sent the 0 ETH, 72026 gas it went to -1 gas, it didn't give a confirmation or tx id
sr. member
Activity: 644
Merit: 250
just joined the airdrop. Waiting for the free coins.  Wink
sr. member
Activity: 448
Merit: 253
Did everything according to instructions, but in the wallet 0. The hand is over?

0x373E8859809BA71C8F08BB4cEFDa3EbB8E2eE2A4
sr. member
Activity: 448
Merit: 253
Did everything according to instructions, but in the wallet 0. The hand is over?
Pages:
Jump to: