Back to Home

Wallet

Token
0x850c3beae376...6e3e0aec517e
ByzantiumContract #162KExact Bytecode MatchEdit this contract
Deployed December 7, 2017 (8 years ago)Block 4,690,737

Owner-controlled multi-purpose wallet, first of 1,374 identical siblings. Accepts ETH, sweeps ERC-20 tokens, and implements ERC-223 tokenFallback. Source verified by EthereumHistory.

Byzantium EraVerified Source
Key Facts
Deployment Block
4,690,737
Deployment Date
Dec 7, 2017, 11:56 AM
Code Size
870.0 B
Transactions by Year
20171

Description

This contract is the first of 1,374 identical Wallet contracts. It is an owner-controlled multi-purpose wallet that accepts ETH via a payable fallback, forwards ETH out via an owner-only transfer(address, uint256), sweeps ERC-20 tokens via transferToken(address, address, uint256), allows ownership handover via changeOwner(address), and implements the ERC-223 tokenFallback(address, uint256, bytes) receiver so it can accept ERC-223 tokens without them being trapped.

The source was reconstructed and matches the on-chain runtime code byte-for-byte (836 code bytes) when compiled with solc 0.4.15+commit.bbb8e64f optimizer ON runs=200. Only the trailing 34-byte Swarm/CBOR metadata hash differs from source-formatting delta.

Proof: cartoonitunes/awesome-ethereum-proofs, folder wallet-erc223-0x850c3bea.

Source Verified

SolidityExact bytecode match(870 bytes)
Compiler: 0.4.15+

Exact match on 836 code bytes with solc 0.4.15 optimizer ON runs=200. Only the trailing 34-byte Swarm metadata hash differs (source formatting delta). Cluster: 1,374+ identical-runtime deployments.

Heuristic Analysis

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

Detected Type: Token
Has ERC-20-like patterns

Bytecode Overview

Opcodes870
Unique Opcodes120
Jump Instructions46
Storage Operations13

External Links

Related contracts