Back to Home

Wallet

0x6a2c62f9f0bd...a2ec043eafa0
Exact Bytecode MatchEdit this contract
Deployed June 3, 2017 (9 years ago)Block 3,814,988

Deposit wallet that pushes its balance to a manager and reports the amount.

Verified Source

Historical Significance

The push-and-notify shape, forward the ether and tell the manager who it came from, is how deposit systems attributed funds before event indexing was dependable.

Key Facts
Deployment Block
3,814,988
Deployment Date
Jun 3, 2017, 05:49 PM
Code Size
316.0 B

Description

A deposit wallet with a payable fallback and a single cashin() entry point guarded by a modifier that silently does nothing unless the caller is the owner. When the owner calls it, the wallet requires a non-zero balance and then calls cashin(address,uint256) on a manager contract held in its second storage slot, sending the full balance as value and passing its own address and the amount so the manager can credit the right account. A failed call reverts. 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(316 bytes)
Compiler: v0.4.10

Bytecode Overview

Opcodes316
Unique Opcodes98
Jump Instructions17
Storage Operations3

External Links