Back to Home

Owned

Unclassified
0xadcfd2bf96d8...1a190482e810
FrontierContract #1,880Exact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with Owned (0x062e0cd0...) which has been verified through compiler archaeology.

Deployed October 12, 2015 (10 years ago)Block 370,047

A two function ownership holder from October 2015 whose setter has no access control, so any address can take it over.

Frontier EraVerified Source

Historical Significance

One address in storage, a get() that returns it and a setOwnerAddress(address) that writes it. There is no check on who may call the setter, so the owner slot belongs to whoever wrote to it last. Thirteen of these were deployed over two days in October 2015 by a single address, one after another, which reads as a deployment script being tested rather than a contract meant to hold anything. Source recovered by exact bytecode match: solc v0.1.5+commit.23865e39 with the optimizer off reproduces all 251 bytes of the creation transaction.

Context

Deployed in 2015 on the Ethereum Frontier network.

Key Facts
Deployment Block
370,047
Deployment Date
Oct 12, 2015, 01:33 AM
Code Size
251.0 B
Gas at Deploy
82,583

Description

One address in storage, a get() that returns it and a setOwnerAddress(address) that writes it. There is no check on who may call the setter, so the owner slot belongs to whoever wrote to it last. Thirteen of these were deployed over two days in October 2015 by a single address, one after another, which reads as a deployment script being tested rather than a contract meant to hold anything. Source recovered by exact bytecode match: solc v0.1.5+commit.23865e39 with the optimizer off reproduces all 251 bytes of the creation transaction.

Source Verified

Exact bytecode match(251 bytes)
Compiler: v0.1.5+
Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes251
Unique Opcodes51
Jump Instructions11
Storage Operations4

External Links

Related contracts