Back to Home

Contract 0x616131d1281b...6072a4c102bb

Utility
0x616131d1281b...6072a4c102bb
FrontierExact Bytecode MatchEdit this contract
Deployed October 20, 2015 (10 years ago)Block 410,823

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
410,823
Deployment Date
Oct 20, 2015, 05:20 AM
Code Size
3.2 KB

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.

Source Verified

Exact bytecode match(3,317 bytes)
Compiler: v0.1.1+
Heuristic Analysis

The following characteristics were detected through bytecode analysis and may not be accurate.

Detected Type: Utility

Bytecode Overview

Opcodes3,317
Unique Opcodes194
Jump Instructions185
Storage Operations123

External Links

Related contracts