Show Posts
|
Pages: [1]
|
CONTRACT: 0xF767fCA8e65d03fE16D4e38810f5E5376c3372A8 DEPOSIT: 1 ETHER MULTIPLIER: X1.25 LuckyDoubler is a hybrid between a ponzi game and a gambling app. With every new deposit, the payout goes to a random person in the pending entries list (deposit entry included). Thanks to this, you no longer have to wait for your turn in the queue, as there is none. If you're lucky, you may get your payout as soon as you deposit. If you don't, you just have to wait for more deposits like with traditional ponzi games. The app's design makes it so that new users don't lose motivation to participate when there are a lot of unpaid entries, and it adds an exciting random element for those who like to take chances. If you join while there are few entries, your chances to get a fast or instant payout are exponentially higher. The system also works in your favour if you join late, as you don't have to wait for a set number of deposits to get your payout. The more deposits you make, the bigger the odds that one of your payouts will be next, as every time someone makes a deposit, the winner is picked at random (think of it as buying multiple raffle tickets). Other than the random element, it works like other pyramid contracts: no actual value is generated; the payouts come from user's deposits. To participate, send 1ETH to the contract. You can use the JSON interface below to keep track of the payments. Good luck! I'll make a website if people show interest Verified source code: https://etherscan.io/address/0xF767fCA8e65d03fE16D4e38810f5E5376c3372A8#codeJSON Interface: [{"constant":true,"inputs":[],"name":"multiplierFactor","outputs":[{"name":"factor","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalEntries","outputs":[{"name":"count","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"user","type":"address"}],"name":"userStats","outputs":[{"name":"deposits","type":"uint256"},{"name":"payouts","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"currentFee","outputs":[{"name":"feePercentage","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"index","type":"uint256"}],"name":"entryDetails","outputs":[{"name":"user","type":"address"},{"name":"payout","type":"uint256"},{"name":"paid","type":"bool"},{"name":"info","type":"string"}],"type":"function"},{"inputs":[],"type":"constructor"}]
*The thread is self-moderated to avoid spammers, scammers and trolls to ruin the thread, like it happened in the past.
|
|
|
You're a greedy donkey that is hungry for those ethers; you can't help but chase the golden carrot in front of you, unaware of the evil ways of The Pig. How long will you be able to keep going? CONTRACT: 0xbA6284cA128d72B25f1353FadD06Aa145D9095Af DEPOSIT: 0.1 ~ 5 ETHERS MULTIPLIER: X1.2 Welcome my satirical approach to ponzis. Unlike all the shitty copy paste jobs and scam attempts you've been seeing here recently, this is a solid, well-designed and overly-tested ponzi game that is fun and attempts to be rewarding. The settings can change on demand (within safe, reasonable limits), and there's no destroy function. This means this app is here to stay and obliterate the competition. I'm not here to trick people for a quick buck; I like to deliver quality apps like THΞ GREEŠ PIT. This one, however, is designed to be very fast, thus limited to 5ETH deposits as of now. You'll get an extra ether for every 5 you deposit. One of the coolest features of this dapp is the ranking: you can see who has invested the most, and it allows you to set your nickname, too. The top 5 people (changeable too) are eligible to receive fees every 5 deposits, which rewards the bigger supporters with extra ethers. As long as you stay on top, you don't even have to play to continue to get fees from new deposits... but, of course, in order to stay on top you might have to play  As with all ponzis, you have to evaluate if the risk is worth it. I personally, objectively (is there such a thing? lol) think this is the best one out there in terms of safety, profits and fun, and I'm sure many people will agree. Let the chase begin! Ranking & pending payouts: http://ethstick.comVerified code and transactions: https://etherscan.io/address/0xbA6284cA128d72B25f1353FadD06Aa145D9095AfJSON Interface:[{"constant":true,"inputs":[],"name":"currentDepositLimit","outputs":[{"name":"ethers","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":false,"inputs":[{"name":"name","type":"string"}],"name":"setNickname","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"donkeysEligibleForFees","outputs":[{"name":"top","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"index","type":"uint256"}],"name":"donkeyRanking","outputs":[{"name":"donkey","type":"address"},{"name":"nickname","type":"string"},{"name":"totalInvested","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"nextPayoutGoal","outputs":[{"name":"finneys","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"generousFee","outputs":[{"name":"feePercentage","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalInvested","outputs":[{"name":"invested","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"carrotsCaught","outputs":[{"name":"amount","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"currentMultiplier","outputs":[{"name":"theMultiplier","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalEntries","outputs":[{"name":"count","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"theDonkeyKing","outputs":[{"name":"king","type":"address"},{"name":"nickname","type":"string"},{"name":"totalInvested","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"donkey","type":"address"}],"name":"donkeyInvested","outputs":[{"name":"invested","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"Address","type":"address"}],"name":"donkeyName","outputs":[{"name":"nickname","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"currentBalance","outputs":[{"name":"theBalance","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"index","type":"uint256"}],"name":"entryDetails","outputs":[{"name":"donkey","type":"address"},{"name":"nickName","type":"string"},{"name":"deposit","type":"uint256"},{"name":"payout","type":"uint256"},{"name":"paid","type":"bool"},{"name":"info","type":"string"}],"type":"function"},{"inputs":[],"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"ass","type":"address"}],"name":"NewKing","type":"event"}]
|
|
|
Hello everyone! I bring to you THΞ GREEŠ PIT. Tired of copy paste ponzi games? Me too. This one has gone through weeks of brainstorming and tweaking to provide a solid, enjoyable (and hopefully profitable) experience. There are many unique mechanics that differentiate it from the rest, please check the website for all the details. Min deposit: 0.1ETH Max deposit: 50ETH Looking for something faster and safer (but with smaller profits)? Check out my other app: Carrot on a EthstickTips:If you rescue someone now with 20+ETH you'll get 2x rescue tokens (while 15+ people trapped). If you do it with 40+ETH, you'll get 3x the amount (while 25+ people trapped). Website: http://thegreedpit.comContract: 0x446d1696a5527018453cda3d67aa4c2cd189b9f6 Source Code: https://etherscan.io/address/0x446D1696a5527018453cdA3d67aa4C2cd189b9f6#codeFeatures:Original mechanics w/ strategic elements Fast payouts for easy profits (x1.1~x1.5, up to x2 with tokens) Random bonuses & rewards (extra multiplier tokens, rescue shares) Dynamic adjustments to keep things fast Transparency and statistics Nickname support Incentives to play & replay Designed to last Verified source code *Recycle function: If the contract is inactive for close to 3 months (no deposits), the owner may choose to destroy it at any time and start over. As long as people continue to play, the contract isn't going anywhere, and hopefully, by the time it dies, you'll have earnt enough ethers to not be at a loss. Don't let this functionality scare you, it's still designed to last longer than other similar contracts. I just figured I'd mention this before people start claiming I'm misleading them. Check this post if you're interested in the way the contract works: https://forum.ethereum.org/discussion/5801/thΞ-greed-pit-http-thegreedpit-comPlease keep in mind that payouts depend entirely on new users' deposits, so you have to evaluate the risk before participating. You might lose your deposit, or you might come out with a profit; it's a gamble. JSON interface: [{"constant":true,"inputs":[],"name":"awaitingPayout","outputs":[{"name":"count","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":false,"inputs":[{"name":"name","type":"string"}],"name":"setNickname","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"nextPayoutGoal","outputs":[{"name":"finneys","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"user","type":"address"}],"name":"userId","outputs":[{"name":"id","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalRescues","outputs":[{"name":"rescueCount","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"unclaimedFees","outputs":[{"name":"ethers","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"userProfits","outputs":[{"name":"profits","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalEntries","outputs":[{"name":"count","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"multipliers","outputs":[{"name":"BaseMultiplier","type":"uint256"},{"name":"MaxMultiplier","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"pitFee","outputs":[{"name":"feePercentage","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalUsers","outputs":[{"name":"users","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"heroOfThePit","outputs":[{"name":"theHero","type":"address"},{"name":"nickname","type":"string"},{"name":"peopleSaved","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[],"name":"currentBalance","outputs":[{"name":"pitBalance","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"user","type":"address"}],"name":"userRescues","outputs":[{"name":"rescueCount","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"Address","type":"address"}],"name":"userName","outputs":[{"name":"nickname","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"user","type":"address"}],"name":"userTokens","outputs":[{"name":"tokens","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"constant":true,"inputs":[{"name":"index","type":"uint256"}],"name":"entryDetails","outputs":[{"name":"user","type":"address"},{"name":"nickName","type":"string"},{"name":"deposit","type":"uint256"},{"name":"payout","type":"uint256"},{"name":"tokensUsed","type":"uint256"},{"name":"info","type":"string"}],"type":"function"},{"inputs":[],"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"who","type":"address"},{"indexed":false,"name":"deposit","type":"uint256"},{"indexed":false,"name":"payout","type":"uint256"}],"name":"Jump","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"who","type":"address"},{"indexed":false,"name":"saviour","type":"address"},{"indexed":false,"name":"payout","type":"uint256"}],"name":"Rescue","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"who","type":"address"}],"name":"NewHero","type":"event"}]
|
|
|
|