Back to Home

Forwarder

Unclassified
0xd8681c956d3a...d9e0b8d29db0
HomesteadContract #12KExact Bytecode MatchEdit this contract
Deployed March 20, 2016 (10 years ago)Block 1,185,429

Minimal Homestead-era ETH forwarder, first of 805 identical siblings from March 2016. Forwards msg.value to a hardcoded owner address. Source verified by EthereumHistory, byte-for-byte exact match.

Homestead EraVerified Source
Key Facts
Deployment Block
1,185,429
Deployment Date
Mar 20, 2016, 08:31 PM
Code Size
150.0 B
Gas at Deploy
117,960

Description

This contract is the first of 805 identical Homestead-era ETH forwarders deployed starting March 21, 2016. Each has a single payable fallback that immediately forwards msg.value to a hardcoded owner address stored in state slot 0, emitting a Deposit(owner, value) event on success and throwing on send failure. Pre-metadata era (no Swarm/CBOR tail), so the reconstructed source produces byte-for-byte identical runtime bytecode when compiled with solc 0.1.6+commit.d41f8b7c optimizer ON.

Proof: cartoonitunes/awesome-ethereum-proofs, folder forwarder-homestead-0xd8681c95.

Source Verified

SolidityExact bytecode match(150 bytes)
Compiler: 0.1.6+c

Exact byte-for-byte match on 150-byte runtime with solc 0.1.6+commit.d41f8b7c optimizer ON. Pre-metadata era (no swarm hash tail). Cluster: 805+ identical-runtime deployments starting March 21, 2016. Also verified on Etherscan with EthereumHistory attribution.

Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes150
Unique Opcodes58
Jump Instructions6
Storage Operations3

External Links