Back to Home

test

Utility
0xf63aaa067f97...faac1700c5a3
FrontierContract #3,897Source VerifiedEdit this contract
Deployed November 15, 2015 (10 years ago)Block 542,844

The multiply contract that opens the go-ethereum Contract Tutorial, deployed with the author's own multiplier of 69 in place of 7.

Frontier EraVerified Source

Historical Significance

The smallest thing a person can deploy and still have deployed something. Contracts like this are the record of someone getting a toolchain working: the edited constant is the evidence that the source was understood rather than copied.

Context

Ethereum's Frontier network went live on 30 July 2015. The Contract Tutorial on the go-ethereum wiki, which the Frontier Guide included by reference, was the standard introduction of that period: it opens with a multiply function, then a mortal base, then the greeter, then a token. Contracts were compiled and deployed from the geth console.

Key Facts
Deployment Block
542,844
Deployment Date
Nov 15, 2015, 05:26 AM
Code Size
130.0 B
Gas at Deploy
50,579

Description

The contract the Contract Tutorial on the go-ethereum wiki opens with: a single function multiply(uint a) that returns a times 69. It holds no state, owns nothing, receives nothing and cannot be destroyed.

The tutorial's own version multiplies by 7. This deployment multiplies by 69, so whoever put it on chain had read the page, changed the number, compiled it and sent it themselves rather than pasting the example unaltered.

Heuristic Analysis

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

Detected Type: Utility

Bytecode Overview

Opcodes130
Unique Opcodes36
Jump Instructions6
Storage Operations1

External Links

Related contracts