Back to Home

Forwarder

0x07cfb6ef6edb...753fe09a1262
ByzantiumExact Bytecode MatchEdit this contract
Deployed July 27, 2018 (8 years ago)Block 6,037,438

Later BitGo deposit forwarder revision, compiled with Solidity 0.4.22.

Byzantium EraVerified Source

Historical Significance

Deployed alongside the earlier revision of the same contract, so the two sit in different bytecode groups purely because of a compiler upgrade and a source cleanup. It is a clear illustration of why identical-behaviour contracts fragment into separate groups over time.

Key Facts
Deployment Block
6,037,438
Deployment Date
Jul 27, 2018, 05:10 AM
Code Size
876.0 B

Description

BitGo's Forwarder from the eth-multisig-v2 project, built from the revision that became the project's long-lived version. The payable fallback forwards incoming ether to parentAddress and emits ForwarderDeposited; flush() recovers any balance that arrived before or outside a forward; and flushTokens(address), restricted to the parent, transfers an ERC-20 balance across. Unlike the earlier revision deployed by the same project, this one carries explicit function visibility and drops the TokensFlushed event. The runtime code matches the deployed bytecode byte for byte; only the trailing swarm metadata hash differs, because the EthereumHistory attribution comment changes the source text. Sourcify records this as a partial match and Etherscan shows it as verified.

Source Verified

SolidityExact bytecode match(876 bytes)
Compiler: v0.4.22

Bytecode Overview

Opcodes876
Unique Opcodes129
Jump Instructions45
Storage Operations13

External Links