Back to Home

Contract 0x8230d81e3dae...b7c0e8816a58

Token
0x8230d81e3dae...b7c0e8816a58
FrontierContract #1,447Exact Bytecode MatchEdit this contract
Deployed September 22, 2015 (10 years ago)Block 270,632

The guide's token, with its duplicated transfer called issueCoin

Frontier EraVerified Source

Context

Frontier and Homestead era deployment.

Key Facts
Deployment Block
270,632
Deployment Date
Sep 22, 2015, 01:26 AM
Code Size
1.1 KB
Gas at Deploy
300,444

Description

The Frontier guide's token contract, deployed with its send function present twice: once as sendCoin and once, byte for byte identical in body, as issueCoin. The same contract published at 0x45102439 carries the duplicate under the name sendCoin2, and the twelve bytes that differ between the two deployments are the dispatcher entry for that one name plus the two jump targets that follow from the entries sorting differently. Whoever deployed this had a reason to call the second copy issuance rather than a second send, though it does exactly what the first one does: check the sender's balance, move the amount, log a CoinTransfer.

Source Verified

Exact bytecode match(1,088 bytes)
Compiler: v0.1.1+
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

Opcodes1,088
Unique Opcodes107
Jump Instructions22
Storage Operations17

External Links

Related contracts