Back to Home

Contract 0x895e7e8f0822...160d767083a8

Exchange
0x895e7e8f0822...160d767083a8
DAO ForkContract #24KExact Bytecode MatchEdit this contract
Deployed October 4, 2016 (9 years ago)Block 2,375,846

Exchange deposit forwarder. Sweeps tokens from user deposit addresses to the exchange hot wallet. One of 4,163 identical deployments.

DAO Fork EraVerified Source

Historical Significance

Second most widely deployed contract bytecode on early Ethereum (4,163 copies). Represents the infrastructure layer that enabled centralized exchanges to operate on Ethereum.

Context

Exchange deposit forwarding contracts were a critical infrastructure pattern in 2016-2017. Each user deposit address got its own forwarding contract, allowing the exchange to accept deposits at unique addresses while consolidating funds.

Key Facts
Deployment Block
2,375,846
Deployment Date
Oct 4, 2016, 05:35 AM
Code Size
602.0 B
Gas at Deploy
256,757
Transactions by Year
20161

Description

An exchange deposit forwarding contract deployed by cryptocurrency exchanges for user deposits. When a user deposits tokens, the exchange calls sweep() to forward them to the central wallet. The fallback function automatically sweeps to a default token address.

This is the v1 pattern without pragma or the LOCK identifier. 4,163 identical copies were deployed, making it the second most widely deployed unverified bytecode on early Ethereum.

Functions: transfer(address,uint256), balanceOf(address), sweep(address). The sweep function is owner-restricted and calls token.transfer(owner, token.balanceOf(this)).

Source Verified

SolidityExact bytecode match(602 bytes)
Compiler: 0.4.2+c

Exact runtime bytecode match. solc 0.4.2+commit.af6afb04, optimizer OFF. 4,163 identical siblings.

Heuristic Analysis

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

Detected Type: Exchange
Has ERC-20-like patterns

Bytecode Overview

Opcodes602
Unique Opcodes58
Jump Instructions24
Storage Operations4

External Links