A second deployment of the FirstCoin tutorial token by the same creator, 11 blocks after the original — both derived from the official Ethereum Frontier Guide e...
Key Facts
Description
This is the second of two FirstCoin deployments made by creator address 0x3d0768da at block 49,864 on August 7, 2015, 11 blocks after the first deployment at block 49,853. Both contracts are identical in source code — a renamed copy of the token example from the Ethereum Frontier Guide with a hardcoded supply of 1,000,000.
The reason for the duplicate deployment is not recorded. Possible explanations include a failed first deployment that was redeployed, a test to verify that a re-deployment worked, or simply repeated experimentation during Ethereum's first week. The creator also deployed at least six other contracts during this period.
The contract implements a minimal token: a coinBalanceOf mapping, a sendCoin transfer function, and a CoinTransfer event. Like its predecessor, it predates the ERC-20 standard and has no approval or allowance mechanism.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Frontier Era
The initial release of Ethereum. A bare-bones implementation for technical users.
Bytecode Overview
Verified Source Available
This contract has verified source code on Etherscan.
View Source Code