Back to Home

Fwd

Unclassified
0x0030e9e7202a...73dfe958dee7
ByzantiumSource VerifiedEdit this contract

Bytecode verified via sibling

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

Deployed December 1, 2018 (7 years ago)Block 6,807,436

Idempotent ETH forwarder — payable fallback resets `d` to `0x2d7f8ad7…f2f2` and forwards `msg.value` there via `.transfer()`. Cluster of 1239 identical deployments.

Byzantium Era
Key Facts
Deployment Block
6,807,436
Deployment Date
Dec 1, 2018, 04:35 PM
Code Size
321.0 B
Gas at Deploy
138,185

Description

One of 1239 identical ETH-forwarders, all targeting the hardcoded destination 0x2d7f8ad78c747276cb8f3047ee01fb61478af2f2. The payable fallback assigns that address to the public state variable d (idempotent — always the same value) and then forwards msg.value to it via .transfer(). A single view function d() exposes the recipient address. Consistent with a deposit-address factory pattern. Compiled with solc 0.4.24+commit.e67f0147 optimizer ON runs=200. Exact code match; only trailing 34-byte Swarm metadata differs.

Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes321
Unique Opcodes100
Jump Instructions11
Storage Operations4

External Links

Related contracts