Back to Home

Association

Utility
0xc627fe7914c8...f15537d705de
FrontierContract #4,925Exact Bytecode MatchEdit this contract
Deployed December 10, 2015 (10 years ago)Block 672,183

Token-weighted governance over a share contract, from the ethereum.org tutorial

Frontier EraVerified Source

Context

Deployed in December 2015 on the Frontier chain.

Key Facts
Deployment Block
672,183
Deployment Date
Dec 10, 2015, 10:31 PM
Code Size
3.4 KB
Gas at Deploy
961,178
Transactions by Year
201523

Description

The Association from the ethereum.org DAO tutorial. It is bound at construction to a token contract whose balances decide voting power, a minimum share threshold that gates who may act, and a debating period in minutes. A shareholder proposes a beneficiary, an amount of ether, a description and a payload of transaction bytecode; other shareholders vote for or against, weighted by their balance. Once the debating period has elapsed anyone may call executeProposal, which recomputes the hash of the recipient, amount and payload to prove it is the code that was voted on, and only then performs the call. This deployment declares checkProposalCode immediately after the constructor, which is the only thing separating it from the one made the same day.

Source Verified

Exact bytecode match(3,471 bytes)
Compiler: v0.1.5+
Heuristic Analysis

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

Detected Type: Utility

Bytecode Overview

Opcodes3,471
Unique Opcodes191
Jump Instructions131
Storage Operations109

External Links

Related contracts