Back to Home

test

Utility
0x515179609ef6...ea82cf07a2d1
FrontierContract #2,658Source VerifiedEdit this contract
Deployed October 24, 2015 (10 years ago)Block 434,598

The multiply contract that opens the go-ethereum Contract Tutorial, deployed with the author's own multiplier of 10 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
434,598
Deployment Date
Oct 24, 2015, 10:16 PM
Code Size
58.0 B
Gas at Deploy
33,130

Description

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

The tutorial's own version multiplies by 7. This deployment multiplies by 10, 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

Opcodes58
Unique Opcodes26
Jump Instructions1
Storage Operations0

External Links

Related contracts