Back to Home

Forwarder

0xbb02aabbe443...72bb5c5a76fc
Exact Bytecode MatchEdit this contract
Deployed August 18, 2017 (9 years ago)Block 4,173,109

Single-purpose forwarder that sends its entire balance to one hardcoded address.

Verified Source

Historical Significance

Hardcoding the destination instead of storing it trades all flexibility for a smaller deployment, a rational bet when you are deploying the same contract over and over and never intend to redirect it.

This contract is a proxy that delegates all calls to 0xffffffffffffffffffffffffffffffffffffffff. See the master contract for the full logic.
Key Facts
Deployment Block
4,173,109
Deployment Date
Aug 18, 2017, 11:20 AM
Code Size
136.0 B
Transactions by Year
20174
20183
20201

Description

About as small as a useful contract gets. It has no dispatch table and no state: any call, with or without ether, transfers the contract's whole balance to one address baked into the code, and reverts if that transfer fails. The destination cannot be changed after deployment. The runtime code matches the deployed bytecode byte for byte; only the trailing swarm metadata hash differs, because the EthereumHistory attribution comment changes the source text. Sourcify records this as a partial match and Etherscan shows it as verified.

Source Verified

SolidityExact bytecode match(136 bytes)
Compiler: v0.4.14

Bytecode Overview

Opcodes136
Unique Opcodes77
Jump Instructions5
Storage Operations0

External Links