Back to Home

CustomerDeposit

0x00086b607c0c...4fef3e1d68b5
Exact Bytecode MatchEdit this contract
Deployed April 21, 2017 (9 years ago)Block 3,572,959

Per-customer deposit contract that tallies its total and forwards to its factory.

Verified Source

Historical Significance

Keeping a running total in the child as well as the factory gave operators a figure per customer that did not depend on replaying logs, which mattered more when this was written than it does now.

Key Facts
Deployment Block
3,572,959
Deployment Date
Apr 21, 2017, 05:17 AM
Code Size
312.0 B

Description

A CustomerDeposit child contract. The payable fallback adds the incoming value to a public totalDeposit counter, then calls receiveDeposit on the factory held in its second storage slot, passing the ether along so the factory can split it between its fee, incentive and client accounts. Both totalDeposit and factory are readable. This group shares its executable code with another deployment run and differs only in the source metadata hash. 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(312 bytes)
Compiler: v0.4.8+

Bytecode Overview

Opcodes312
Unique Opcodes90
Jump Instructions20
Storage Operations7

External Links