Back to Home

Forwarder

Unclassified
0x458353738a90...40fbb0a562de
ByzantiumSource VerifiedEdit this contract
Deployed January 20, 2018 (8 years ago)Block 4,940,921

Ninety-three bytes with one hardcoded destination: every payment received is transferred straight back out to the same address.

Byzantium EraVerified Source

Historical Significance

A deposit address in its most reduced form. Where exchange deposit wallets keep a sweeper and a controller so funds can be moved later, this one settles immediately and keeps nothing, which removes the sweep step and the key that would authorise it. The trade is finality for flexibility: the alias is permanent, and a destination that stops accepting payments makes the contract useless rather than merely idle.

Key Facts
Deployment Block
4,940,921
Deployment Date
Jan 20, 2018, 02:05 PM
Code Size
133.0 B
Gas at Deploy
89,984

Description

There is no storage, no owner and no dispatcher. The only code path is the payable fallback, which calls transfer on a destination address baked into the bytecode, passing exactly the value received.

Because transfer forwards the 2300 gas stipend and reverts on failure, the contract cannot hold a balance and cannot be drained by anyone else: a payment either lands at the destination in the same transaction or the whole transaction is rolled back. The destination can never be changed, so the address is effectively an alias for it.

Source Verified

Solidityeh_crack_source_verified
Compiler: v0.4.17
Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes133
Unique Opcodes71
Jump Instructions4
Storage Operations1

External Links

Related contracts