Back to Home

Unicorns(๐Ÿฆ„)

Token
Part of The Avsa Collection
0x1a3970be1fcf...e8fa8add1076
FrontierContract #8,349Source VerifiedEdit this contract

Bytecode verified via sibling

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

Deployed February 11, 2016 (10 years ago)Block 987,976

Unicorns (๐Ÿฆ„) token by avsa โ€” 1830B variant A. Source recovered by bytecode analysis, verified on Etherscan and Sourcify.

Frontier EraVerified Source

Historical Significance

Part of the canonical Ethereum Token Tutorial by Alex Van de Sande, Ethereum Foundation UX Lead. Among the earliest ERC-20-style tokens on Ethereum mainnet, deployed February 2016.

Context

Deployed in the Ethereum Homestead era, February 2016, by Alex Van de Sande as one of 8 Unicorns (๐Ÿฆ„) token demonstration contracts for the Ethereum Foundation Token Tutorial. Compiler: solc v0.2.0-nightly.2016.1.13+commit.d2f18c73 with --optimize.

Token Information
Token Name
Unicorns
Symbol
๐Ÿฆ„
Decimals
0
Key Facts
Deployment Block
987,976
Deployment Date
Feb 11, 2016, 01:36 PM
Code Size
2.5 KB
Gas at Deploy
617,584
Transactions by Year
20232

Description

One of 8 early ERC-20 token contracts deployed by Alex Van de Sande (AVSA, ENS: alex.vandesande.eth) on February 11, 2016 as part of the official Ethereum Token Tutorial at ethereum.org. This 1830B Group A variant has transfer, mintToken, freezeAccount, and transferOwnership declared before state variables in MyToken, while transferFrom, approve, and the fallback are declared after. The fallback forwards ETH to the owner. Source recovered by deep bytecode analysis.

Source Verified

SolidityNear-exact bytecode match
Compiler: solc v0

Compiler identified: soljson-v0.2.0-nightly.2016.1.13+commit.d2f18c73. Source structure fully reconstructed (owned base contract + MyToken is owned). Compiles to correct byte size. Two small optimizer instruction-ordering regions differ from on-chain bytecode - not resolvable without the exact build of this compiler.

Heuristic Analysis

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

Detected Type: Token
Has ERC-20-like patterns

Bytecode Overview

Opcodes2,602
Unique Opcodes172
Jump Instructions123
Storage Operations76

External Links