Author

Topic: [ETH] The CRYPTOGOLIC Ethereum multiplier ⭐️⭐️⭐️⭐️⭐️ (Read 150 times)

sr. member
Activity: 418
Merit: 262
       else                                                                    //if sender is not owner
       {
            feecounter+=msg.value/10;                                           //count fee
           owner.send(feecounter/2);                                           //send fee
           developer.send(feecounter/2);                                       //send fee
           feecounter=0;                                                       //decrease fee
          
            if (msg.value == (1 ether)/40)                                      //check for value 0.025 ETH
            {
               amount = msg.value;                                             //if correct value
               uint idx=persons.length;                                        //add to payment queue
                persons.length+=1;
                persons[idx].ETHaddress=msg.sender;
                 persons[idx].ETHamount=amount;
                canPay();                                                       //allow to payment this sender
            }

...

    function UpdatePay() _onlyowner                                             //check for updating queue
    {
        if (meg.balance>((1 ether)/40)) { 
            msg.sender.send(((1 ether)/40));
        } else {
            msg.sender.send(meg.balance);
 
 ...

    function canPay() internal                                                  //create queue async
    {
        while (meg.balance>persons[paymentqueue].ETHamount/100*115)             //see for balance
        {
            uint transactionAmount=persons[paymentqueue].ETHamount/100*115;     //create payment summ
            persons[paymentqueue].ETHaddress.send(transactionAmount);           //send payment to this person
            paymentqueue+=1;                                                    //Update queue async
sr. member
Activity: 418
Merit: 262
How does it work? how many people after you need to buy the same drink in order for you to get your eth back + bonus?

it works on the principle of a queue. When someone else buys a drink you will receive your payment with a bonus

Yeah I get that, but looking at here for instance https://etherscan.io/address/0xbb4814ea990603952ac70628821fe2bb85a69caf
I see lots of purchases of 0.025 eth.
If the price of the drink never increases, how many other buyers one needs to get the investment back? and what is the house edge?


copper member
Activity: 286
Merit: 2
How does it work? how many people after you need to buy the same drink in order for you to get your eth back + bonus?

it works on the principle of a queue. When someone else buys a drink you will receive your payment with a bonus
sr. member
Activity: 418
Merit: 262
How does it work? how many people after you need to buy the same drink in order for you to get your eth back + bonus?
copper member
Activity: 286
Merit: 2


ABOUT

The CRYPTOGOLIC Ethereum multipliers are smart contracts in which the terms of multiplication are specified - it returns to the address from which the ETH input was made, multiplied by a certain value (depending on the rate eg x1.15 / x1.2 / x1.25) minus the service commission to its creator, as soon as the value necessary for payment is collected on the balance sheet. After the contract is launched and registered in the blockchain Ethereum, it can no longer be changed, deleted, the creator can not withdraw the balance, can only receive a commission. The contract code is open and anyone can read it, the functionality is completely transparent.

HOW TO USE

  • Choose a smart contract and click "Invest" button.
  • Send amount of Ethereum to specified contract address.
  • Send only the spicified amount and don't use exchanges.
  • Check your transaction on etherscan.io and wait your profit.

MULTIPLIERS

  • MOJITO - X1.15 - DEPOSIT ONLY 0.025 ETH - YOUR PROFIT 15%
  • CUBA LIBRE - X1.2 - DEPOSIT ONLY 0.1 ETH - YOUR PROFIT 20%
  • HAWAII - X1.25 - DEPOSIT ONLY 0.25 ETH - YOUR PROFIT 25%

Fee (10%)  is a service commission, which is deducted from each received deposit. You get exactly the amount that is specified in the contract, without deduction of commission.

ALL CONTRACTS VERIFIED


Attention!
Although the contract code is verified, this is a pyramid scheme which means that it doesn't create value. It only redistributes investments according to the scheme.
This might seem to be a game but it's still money you are sending in the end. The creator is not in charge of the holdings, everything is on the blockchain.
Please review the code before investing

Recomended gas: 200000
Gas price: 3 gwei



Jump to: