Back to Home

Contract 0x88fc9a8741a4...f60c7dad2c68

Token
0x88fc9a8741a4...f60c7dad2c68
FrontierContract #2,870Exact Bytecode MatchEdit this contract
Deployed October 27, 2015 (10 years ago)Block 447,375

A two-function token, one identifier apart from its twin

Frontier EraVerified Source

Context

Frontier and Homestead era deployment.

Key Facts
Deployment Block
447,375
Deployment Date
Oct 27, 2015, 11:08 AM
Code Size
774.0 B
Gas at Deploy
212,327

Description

A minimal token: one public mapping of balances, a transfer that returns false rather than throwing when the sender is short, and a Transfer event. It is the same contract published at 0x00576287d3263ba831c8cf0886f06537e0515a2c with one identifier changed - the public mapping is called balances there and balanceOf here, or the other way round depending which you read first - and that single rename moves the generated getter from balanceOf(address) to balances(address), which is the whole of the twelve bytes separating the two deployments. The contract kept its own name: MyToken(uint) never reaches the dispatcher, so it is still the constructor. Both copies came from the same deployer twelve blocks apart.

Source Verified

Exact bytecode match(774 bytes)
Compiler: v0.1.6+
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

Opcodes774
Unique Opcodes92
Jump Instructions21
Storage Operations9

External Links

Related contracts