Back to Home

Sender

Unclassified
0x0096606b910f...a3fc6187e100
ByzantiumSource VerifiedEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with a verified contract (0xee3e9ccb...) which has been verified through compiler archaeology.

Deployed June 22, 2018 (8 years ago)Block 5,832,285

The same single-use token drainer as its sibling, compiled by an earlier solc release.

Byzantium Era

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
Deployment Block
5,832,285
Deployment Date
Jun 22, 2018, 04:22 AM
Code Size
1.1 KB
Gas at Deploy
409,783

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.

Detected Type: Unclassified

Bytecode Overview

Opcodes1,173
Unique Opcodes98
Jump Instructions29
Storage Operations11

External Links

Related contracts