Back to Home

Contract 0x722d2cb937d3...1e5e8f8801a6

DAO / Governance
0x722d2cb937d3...1e5e8f8801a6
FrontierContract #2,976Exact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with a verified contract (0x02ad34ea...) which has been verified through compiler archaeology.

Deployed October 28, 2015 (10 years ago)Block 453,465

A one question poll from 2015 that only its own creator is allowed to vote in.

Frontier EraVerified Source

Historical Significance

The whole poll lives in a single public struct: creator, a question string, a vote cap, an options string, a timestamp, an open flag and a running count, all readable at once through p(). vote(string) records a ballot as a NewVote event and bumps the counter, then closes the poll automatically once the count reaches the cap. endPoll() closes it by hand. Both are gated on msg.sender being the address stored in the struct, so nobody but the creator can vote or close, and both return zero rather than throwing when the check fails. The struct member names in the recovered source are chosen to fit their types and uses; only the layout survives in the bytecode. Source recovered by exact bytecode match: solc v0.1.7+commit.b4e666cc with the optimizer off reproduces all 1216 bytes of the deployed code.

Context

Deployed in 2015 on the Ethereum Frontier network.

Key Facts
Deployment Block
453,465
Deployment Date
Oct 28, 2015, 03:52 PM
Code Size
2.1 KB
Gas at Deploy
557,575
Transactions by Year
2015190

Description

The whole poll lives in a single public struct: creator, a question string, a vote cap, an options string, a timestamp, an open flag and a running count, all readable at once through p(). vote(string) records a ballot as a NewVote event and bumps the counter, then closes the poll automatically once the count reaches the cap. endPoll() closes it by hand. Both are gated on msg.sender being the address stored in the struct, so nobody but the creator can vote or close, and both return zero rather than throwing when the check fails. The struct member names in the recovered source are chosen to fit their types and uses; only the layout survives in the bytecode. Source recovered by exact bytecode match: solc v0.1.7+commit.b4e666cc with the optimizer off reproduces all 1216 bytes of the deployed code.

Source Verified

Exact bytecode match(2,105 bytes)
Compiler: v0.1.7+
Heuristic Analysis

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

Detected Type: DAO / Governance

Bytecode Overview

Opcodes2,105
Unique Opcodes137
Jump Instructions79
Storage Operations49

External Links

Related contracts