Bitcoin Forum
June 26, 2024, 08:12:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ETH] Ethereum 'dollar auction' - win Ether, no pyramids or ponzi!  (Read 506 times)
etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 02, 2016, 03:00:12 PM
Last edit: April 03, 2016, 03:06:03 PM by etherauction
 #1

This is an Ethereum implementation of the 'Dollar auction'. Players bid for a prize in Ether, with the top bidder taking home the full amount. The catch: both the top and second bidders have to pay. Don't be the second bidder!

The first auction is for 5 ether.

Auctions run for 24 hours, after which the winner gets paid out, and the top two bids are rolled over to start a new auction, less a 10% fee paid out to the seller who put up the initial stake. Payout is triggered by the first bid in a new auction, or by anyone calling endAuction.

To play, send your bid to 0x6fd93c524553e05b3a1ac9291bde505d37252dfd.

The full source of the contract, and the current state including top bidders and bid amounts can be seen here. Or, you can add the contract to your wallet by importing the interface:

Code:
[{
        "constant": true,
        "inputs": [],
        "name": "seller",
        "outputs": [{
                "name": "",
                "type": "address"
        }],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "auctionValue",
        "outputs": [{
                "name": "",
                "type": "uint256"
        }],
        "type": "function"
}, {
        "constant": false,
        "inputs": [],
        "name": "bid",
        "outputs": [],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "highBidder",
        "outputs": [{
                "name": "",
                "type": "address"
        }],
        "type": "function"
}, {
        "constant": false,
        "inputs": [],
        "name": "acceptTransfer",
        "outputs": [],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "secondBidder",
        "outputs": [{
                "name": "",
                "type": "address"
        }],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "expiresAt",
        "outputs": [{
                "name": "",
                "type": "uint256"
        }],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "secondBid",
        "outputs": [{
                "name": "",
                "type": "uint256"
        }],
        "type": "function"
}, {
        "constant": true,
        "inputs": [],
        "name": "highBid",
        "outputs": [{
                "name": "",
                "type": "uint256"
        }],
        "type": "function"
}, {
        "constant": false,
        "inputs": [],
        "name": "lastAuction",
        "outputs": [],
        "type": "function"
}, {
        "constant": false,
        "inputs": [{
                "name": "recipient",
                "type": "address"
        }],
        "name": "transferOwnership",
        "outputs": [],
        "type": "function"
}, {
        "constant": false,
        "inputs": [],
        "name": "endAuction",
        "outputs": [],
        "type": "function"
}, {
        "inputs": [{
                "name": "_duration",
                "type": "uint256"
        }],
        "type": "constructor"
}]

As of posting, there are no bids, meaning you can take home a cool 5 ether for a bid of just a few finney.
etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 02, 2016, 10:57:28 PM
 #2

Top bid so far on this auction for 5 ether is just 1 finney!
sydhelly
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
April 03, 2016, 08:41:54 AM
 #3

The dollar auction is a famous for leading to irrational behavior in the benefit of the auction creator.
My advise : don't bet Smiley

Check this for more details.

http://www.heretical.com/pound/dollar.html

etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 03, 2016, 12:21:28 PM
 #4

Under 3 hours to go, and the top bid is just 20 finney! Someone's got to win the 5 ether, and at this rate it'll be a bargain.

Now with a basic DApp website, too: etherauction.github.io

The dollar auction is a famous for leading to irrational behavior in the benefit of the auction creator.
My advise : don't bet Smiley

Check this for more details.

http://www.heretical.com/pound/dollar.html

Yup - I'm not trying to obscure what it is, though note that I put up a substantial stake myself, and 90% of the bids get rolled into a new auction. There's nothing to prevent people from acting rationally, and the 5 ether selling cheaply.
etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 03, 2016, 02:21:34 PM
 #5

30 minutes to go, and the top bid is only 0.05 ether - 50 finney!
etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 03, 2016, 03:05:45 PM
 #6

First auction finished - the top bidder got 5 ether for a mere 0.15 ether!

A second auction has automatically started with 90% of the proceeds, for a rather less dramatic 0.34 ether, ending this time tomorrow.
sydhelly
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
April 03, 2016, 03:06:41 PM
 #7

Gj to you for winning the first auction Smiley

etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 03, 2016, 03:17:53 PM
 #8

Gj to you for winning the first auction Smiley

Why would I need to do that, when I got a sweet 26 finney reward for putting up the initial stake? Wink

I admit, the bidding wasn't nearly as enthusiastic as anticipated.
etherauction (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 04, 2016, 02:08:34 PM
 #9

The current auction, for 0.34 ether, ends in about an hour, so far with no bids. It's not a lot, granted, but it's cheap - 1 finney or even less would take it home at this point.
Pages: [1]
  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!