Back to Home

Forwarder

0xec5ad7b83de3...6f8c012d1601
Source VerifiedEdit this contract
Deployed August 31, 2017 (9 years ago)Block 4,223,283

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

Verified 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,223,283
Deployment Date
Aug 31, 2017, 11:46 AM
Code Size
136.0 B
Transactions by Year
20171

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.14

Bytecode Overview

Opcodes136
Unique Opcodes78
Jump Instructions3
Storage Operations0

External Links