Back to Home

Escrow

Unclassified
0x68322340ff01...0a10a9db5c57
ByzantiumExact Bytecode MatchEdit this contract
Deployed November 10, 2018 (7 years ago)Block 6,678,344

Owner-controlled ERC-20 escrow, first of 4,463 identical deployments in November 2018. Two owner-only functions: withdraw() and refund(). Source verified by EthereumHistory.

Byzantium EraVerified Source
Key Facts
Deployment Block
6,678,344
Deployment Date
Nov 10, 2018, 12:09 PM
Code Size
552.0 B
Gas at Deploy
351,285
Transactions by Year
20181

Description

This contract is the first of 4,463 identical Escrow contracts deployed in November 2018. Each holds a fixed amount of a specific ERC-20 token in escrow, with two owner-only functions: withdraw() sends the amount to a beneficiary address, and refund() sends it to a refund recipient. All parameters (owner, beneficiary, refund address, token, amount) are stored in state slots.

The source was reconstructed and matches the on-chain runtime code byte-for-byte (518 code bytes) when compiled with solc 0.4.24+commit.e67f0147 optimizer ON runs=200. Only the trailing 34-byte Swarm/CBOR metadata hash differs because the exact source formatting is not preserved; that formatting-only delta is Etherscan-tolerated on a source submission.

Proof: cartoonitunes/awesome-ethereum-proofs, folder escrow-withdraw-refund-0x68322340.

Source Verified

SolidityExact bytecode match(552 bytes)
Compiler: 0.4.24+

Exact match on 518 code bytes with solc 0.4.24 optimizer ON runs=200. Only the trailing 34-byte Swarm metadata hash differs (source formatting delta). Cluster: 4,463+ identical-runtime deployments November 2018.

Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes552
Unique Opcodes98
Jump Instructions23
Storage Operations11

External Links

Related contracts