Back to Home

Forwarder

Unclassified
0x045b64f7a072...7fb635c4f6cd
ByzantiumSource VerifiedEdit this contract

Bytecode verified via sibling

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

Deployed November 1, 2018 (7 years ago)Block 6,622,667

Event-emitting ETH forwarder with a `flush()` sweep — payable fallback emits `LogForwarded` and forwards `msg.value` to a public destination; anyone can call `flush()` to sweep the balance and emit `LogFlushed`. Cluster of 36 identical deployments.

Byzantium Era
Key Facts
Deployment Block
6,622,667
Deployment Date
Nov 1, 2018, 08:38 AM
Code Size
490.0 B
Gas at Deploy
204,447

Description

One of 36 identical event-emitting ETH forwarders. A single address public destinationAddress at slot 0. Payable fallback: emits LogForwarded(msg.sender, msg.value) and forwards msg.value to destinationAddress via .transfer(). flush() emits LogFlushed(msg.sender, address(this).balance) and sweeps the full balance to the destination. 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

Opcodes490
Unique Opcodes122
Jump Instructions21
Storage Operations7

External Links

Related contracts