Bytecode verified via sibling
This contract shares identical runtime bytecode with a verified contract (0xd5830253...) which has been verified through compiler archaeology.
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.
Key Facts
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.
Byzantium Era
First Metropolis hard fork. Added zk-SNARK precompiles, REVERT opcode, and staticcall.
Bytecode Overview
External Links
Related contracts
Forwarder
Same deployerEvent-emitting ETH forwarder with a `flush()` sweep. Cluster of 35 identical deployments.
0x1ae54a...72a358November 1, 2018Forwarder
Same deployerFwd flush sibling cluster of 32 identical deployments.
0x3c8680...861b9dNovember 1, 2018Forwarder
Same deployerFwd flush sibling — cluster of 31 identical deployments.
0x3edd6e...eaf511November 1, 2018Forwarder
Same deployerFwd flush sibling — cluster of 33 identical deployments.
0x386b12...4b941dNovember 1, 2018Forwarder
Same deployerOne of 34 identical Forwarder+flush sibling clusters. LogForwarded event + destinationAddress transfer + flush().
0x2e3fdc...6f28eeNovember 26, 2018Msg
Same eraMinimal contract that stores a single public string in state, exposed via the auto-generated m() getter. First of 281 identical siblings. Source verified by EthereumHistory.
0x2c8f58...37b173January 13, 2018