Back to Home

SPHcoin(SPH$)

Token
0x80b6370c1f6e...b3f99fa95921
Spurious DragonContract #29KSource VerifiedEdit this contract
Deployed February 4, 2017 (9 years ago)Block 3,119,946

The ethereum.org tutorial token deployed as SPHcoin, symbol SPH$, with 2 decimals and a fixed supply of 10,000 units.

Spurious Dragon EraVerified Source

Historical Significance

A token created by filling in four constructor arguments on the ethereum.org tutorial. Contracts like this one are the reason the metadata fields, name, symbol and decimals, became something wallets could rely on: the tutorial put them in the standard shape and thousands of deployments copied it.

Context

By 2016 the ethereum.org token tutorial had been rewritten around the names ERC-20 was standardising, balanceOf and transfer, and it is the source most small tokens of the following two years were copied from before OpenZeppelin existed.

Token Information
Token Name
SPHcoin
Symbol
SPH$
Decimals
2
Key Facts
Deployment Block
3,119,946
Deployment Date
Feb 4, 2017, 11:51 AM
Code Size
2.3 KB
Gas at Deploy
833,031

Description

The token from the ethereum.org tutorial in its ERC-20 era form. It keeps a public balanceOf mapping, gives the whole initial supply to its creator, and transfers with transfer(to, value), which throws rather than returning false when the sender is short and checks the recipient's balance for overflow before adding to it.

This copy was deployed as SPHcoin, with the symbol SPH$ and 2 decimal places, and its entire supply of 10,000 units was written to the deployer at creation. Name, symbol and decimals are set in the constructor and no function changes them, and there is no mint, so the supply is fixed for good.

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,306
Unique Opcodes153
Jump Instructions138
Storage Operations35

External Links

Related contracts