Back to Home

CreatorTokenEmission

0x63bfd67da503...bd053e63231e
DAO ForkSource VerifiedEdit this contract
Deployed August 18, 2016 (10 years ago)Block 2,095,628

A factory library that deploys mintable and burnable tokens, and hands back their ABI

DAO Fork EraVerified Source

Historical Significance

Contract creation offered as a service by a library, with the created contract's ABI published on chain beside it. The embedded version string names the exact source release, which is how this one was found.

Context

Deployed in the Homestead era, when a dapp that wanted to create a contract had to ship a compiler or a hardcoded blob.

Key Facts
Deployment Block
2,095,628
Deployment Date
Aug 18, 2016, 04:36 PM
Code Size
5.5 KB

Description

CreatorTokenEmission is one of the factory libraries in Airalab's DAO toolkit. Its create function deploys a TokenEmission contract, a token whose owner can mint more supply and whose holders can burn their own, taking the name, symbol, decimals and starting supply as arguments. Two further functions make it self describing on chain: version returns the toolkit release it was built from, and interface returns the full ABI of the token it creates as a JSON string, so a dapp can call the new token without being told its shape out of band. Deployed on 18 August 2016 by 0x4af013afbadb22d8a88c92d68fc96b033b9ebb8a and recovered from airalab/core.

Bytecode Overview

Opcodes5,596
Unique Opcodes189
Jump Instructions293
Storage Operations83

External Links

Related contracts