Back to Home

Forwarder (optimized)

Unknown
0xabff46330bc7...f6bbb485f029
FrontierExact Bytecode Match
Deployed August 9, 2015 (10 years ago)Block 56,435

Optimized version of the ETH Forwarder - same source compiled with soljson optimizer ON, producing 133 bytes vs 241.

Key Facts

Deployment Block
56,435
Deployment Date
Aug 9, 2015, 02:27 AM
Code Size
133.0 B
Gas at Deploy
65,214
Transactions by Year
20155

Description

Deployed at block 56,435 on August 8, 2015 by the same developer (0xA1eEc0a9) who deployed the unoptimized 241-byte version at block 56,406. Identical source code, compiled with the soljson v0.1.1 optimizer enabled. The optimizer reduced the bytecode from 241 bytes to 133 bytes - a 45% reduction - while maintaining identical functionality.

Source Verified

SolidityExact bytecode match(133 bytes)
Compiler: v0.1.1+

Creation bytecode (133 bytes) matches exactly. soljson v0.1.1+commit.6ff4cd6a, optimizer ON. Same source as the 241-byte unoptimized version at block 56,406.

Heuristic Analysis

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

Detected Type: Unknown

Frontier Era

The initial release of Ethereum. A bare-bones implementation for technical users.

Block span: 01,149,999
July 30, 2015March 14, 2016

Bytecode Overview

Opcodes133
Unique Opcodes60
Jump Instructions5
Storage Operations3

Verified Source Available

Source verified through compiler archaeology and exact bytecode matching.

View Verification Proof
Show source code (Solidity)
contract Forwarder {
    address target = 0xa1eEc0a9b7C50B8e79A0D9B8760bC5681fb199EC;
    
    function send(uint256 amount) {
        target.send(amount);
    }
}

External Links