Back to Home

CreatorToken

0xe04b265660d4...5bf26bf0598c
Tangerine WhistleSource VerifiedEdit this contract
Deployed November 9, 2016 (9 years ago)Block 2,594,375

A factory library that deploys plain fixed supply tokens

Tangerine Whistle 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 library reports its own toolkit release and git commit through a version function, which is how it was traced back to its source.

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,594,375
Deployment Date
Nov 9, 2016, 09:04 AM
Code Size
5.5 KB

Description

CreatorToken is one of the factory libraries in Airalab's DAO toolkit. Its create function deploys a Token contract with a name, symbol, decimals and a fixed starting supply credited to the caller, and nothing else: no minting, no burning. Two further functions make it self describing on chain, version returning the toolkit release it was built from and interface returning 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 9 November 2016 by 0x4af013afbadb22d8a88c92d68fc96b033b9ebb8a and recovered from airalab/core.

Bytecode Overview

Opcodes5,678
Unique Opcodes191
Jump Instructions277
Storage Operations64

External Links

Related contracts