Back to Home

Forwarder

Unclassified
0x0028d8815c43...469c91ecaa8c
ByzantiumSource VerifiedEdit this contract

Bytecode verified via sibling

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

Deployed August 29, 2018 (8 years ago)Block 6,236,080

Deposit forwarder that passes incoming ether to its owner, logs the deposit, and keeps an arbitrary call escape hatch, with no token sweep.

Byzantium Era

Historical Significance

The same contract as its larger sibling with the token helper removed. Comparing the two shows an operator deciding that a general purpose call was enough and that a dedicated token path was not worth the extra deployment cost, given that every deposit address they ran paid for its own bytecode.

Key Facts
Deployment Block
6,236,080
Deployment Date
Aug 29, 2018, 06:08 PM
Code Size
754.0 B
Gas at Deploy
278,807

Description

The payable fallback forwards the received value to the owner with a raw call rather than transfer, emits Deposit with the sender, the owner and the amount on success, and reverts on failure.

contractCall is the only other entry point and is owner gated: it makes an arbitrary call with value and payload. Ownership follows the OpenZeppelin pattern of the time, with transferOwnership delegating to an internal helper that rejects the zero address. There is no token recovery function, so ERC20 balances sent here can only be moved through contractCall.

Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes754
Unique Opcodes137
Jump Instructions37
Storage Operations11

External Links

Related contracts