Back to Home

Contract 0x3d9e942f183a...745a4f081f28

0x3d9e942f183a...745a4f081f28
FrontierSource VerifiedEdit this contract
Deployed October 20, 2015 (10 years ago)Block 411,117

One of the eight ether_ad advertising slots, run as an open ascending auction

Frontier EraVerified Source

Historical Significance

Half of a working comparison of auction mechanisms on Ethereum in October 2015, the open ascending half, running against sealed bid auctions in the same dapp.

Context

Deployed during the Frontier era, when dapp-bin was the reference collection of worked Solidity examples.

Key Facts
Deployment Block
411,117
Deployment Date
Oct 20, 2015, 07:00 AM
Code Size
3.2 KB
Transactions by Year
20158

Description

OnePhaseAuction sells one advertising slot in ether_ad, the advertising dapp in ethereum/dapp-bin. Bids are public and each must beat the standing best bid by a set fraction, a late bid extends the deadline, and when the auction closes the contract reports the winner and the winning URL back to the adStorer that created it and is then restarted for the next round. It was created by that store rather than by a transaction, so it has no creation bytecode of its own. Recovered from ethereum/dapp-bin. Solc v0.1.1 with the optimizer on reproduces the parent store byte for byte, embedded copy included, and v0.1.4 emits an identical runtime, which is the build recorded on Etherscan.

Bytecode Overview

Opcodes3,317
Unique Opcodes194
Jump Instructions185
Storage Operations123

External Links

Related contracts