Back to Home

CreatorVoting51

0x6e98df7bfcc7...9c2fd786df55
DAO ForkSource VerifiedEdit this contract
Deployed August 25, 2016 (10 years ago)Block 2,136,995

A factory library that deploys simple majority voting contracts

DAO Fork EraVerified Source

Historical Significance

Governance offered as a deployable component in August 2016, two months after The DAO failed, from a toolkit that treated a vote as something you create rather than something you write.

Context

Deployed in the Homestead era, when a DAO toolkit had to build its own data structures because Solidity shipped none.

Key Facts
Deployment Block
2,136,995
Deployment Date
Aug 25, 2016, 12:29 PM
Code Size
4.8 KB

Description

CreatorVoting51 is one of the factory libraries in Airalab's DAO toolkit. Its create function deploys a Voting51 contract, a poll that carries a list of options, records one vote per address and resolves when an option passes fifty one percent. Like the other creators it also reports the toolkit release it was built from and returns the full ABI of the contract it creates as a JSON string, so a dapp can call the new poll without being told its shape out of band. Deployed on 25 August 2016 by 0x4af013afbadb22d8a88c92d68fc96b033b9ebb8a and recovered from airalab/core.

Bytecode Overview

Opcodes4,865
Unique Opcodes194
Jump Instructions261
Storage Operations75

External Links

Related contracts