Bytecode verified via sibling
This contract shares identical runtime bytecode with a verified contract (0xee3e9ccb...) which has been verified through compiler archaeology.
The same single-use token drainer as its sibling, compiled by an earlier solc release.
Historical Significance
Two families, one source, two compilers. Because the source is identical, the difference between them is a clean record of how solc changed its external call codegen across those releases, and it is why the two deployments appear as unrelated bytecode families until the source is recovered for either one.
Key Facts
Description
Identical source to the related family: sendTokens requires the caller to be the owner, copies the preset token address into the working slot, transfers this contract's whole balance of that token to the caller, requires success, and returns the caller's resulting balance.
The deployed bytecode differs because it was produced by an earlier compiler. This build subtracts a fixed amount from the available gas before each external call and sets up a dedicated return area, both of which later releases stopped emitting.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Byzantium Era
First Metropolis hard fork. Added zk-SNARK precompiles, REVERT opcode, and staticcall.
Bytecode Overview
External Links
Related contracts
Sender
Same deployerSingle-use token drainer that copies a preset token address into its working slot, sends the full balance to its owner, and reports the owner's new balance.
0x00078c...a317d1June 21, 2018Msg
Same eraMinimal contract that stores a single public string in state, exposed via the auto-generated m() getter. First of 281 identical siblings. Source verified by EthereumHistory.
0x2c8f58...37b173January 13, 2018Wallet
Same eraToken collection wallet that moves an entire token balance to a chosen address, without the ERC223 callback handler.
0x002204...531195January 19, 2018Wallet
Same eraOwner wallet that forwards ether to its owner, logs any call from a stranger with the full calldata, and lets the owner execute arbitrary calls.
0x001feb...9e7a4fJanuary 20, 2018Sweeper
Same eraMinimal ETH sweeper, first of 1,900 identical deployments in a 2-day burst in January 2018. All sweep to a single hardcoded destination. Source verified by EthereumHistory.
0xeb15f6...6cb3e1January 23, 2018Sweep
Same eraETH sweep-to-fixed-recipient — fallback forwards the contract's entire balance to `0xd293a88c…8d4` via `.send()` and reverts on failure. Massive cluster of 1899 identical deployments — likely deposit-address contracts for a single custodian.
0x00188b...b260a7January 23, 2018