Back to Home

LoveCoin(LC)

Token
0x3e6a4c18ac20...ed4e6617e984
FrontierContract #7,968Exact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with SmartShipp (0xd0af1e99...) which has been verified through compiler archaeology.

Deployed February 6, 2016 (10 years ago)Block 960,809

Fixed-supply transfer token deployed as LoveCoin (LC) on Feb 6, 2016.

Frontier EraVerified Source

Historical Significance

LoveCoin is the simplest member of this deployer's coin experiments and a useful baseline for the later variants. It shows the late-Frontier pattern before the wallet started adding deliberate monetary quirks: InflateCoin doubles recipient credits, MintCoin adds a magic-number mint path, and the later quota coins introduce contract-held reserves and public mint games.

Context

Deployed Feb 6, 2016 at 04:39 UTC by 0xcd7642260fb84ce6d28730f6579d4f6ab26c8369, LoveCoin was the first named coin in this wallet's known sequence of LoveCoin, InflateCoin, MintCoin, NonceCoin, HaHaCoin, and CoolCoin. Etherscan records 11 contract creations from the same wallet between Feb 6 and Feb 9, 2016. LoveCoin's own on-chain history is short: EthereumHistory currently records two 2016 transactions and no later revival, making it the quiet opening entry in the series.

Token Information
Token Name
LoveCoin
Symbol
LC
Decimals
8
Key Facts
Deployment Block
960,809
Deployment Date
Feb 6, 2016, 04:39 AM
Code Size
1.4 KB
Gas at Deploy
322,428
Transactions by Year
20162

Description

LoveCoin (LC) is a very early transfer-only token deployed on Feb 6, 2016 at block 960,809. The contract is structurally pre-ERC-20: it stores balances, metadata, and a Transfer event, but has no allowance, approve, transferFrom, or totalSupply surface. Its constructor assigns the initial balance to the deployer and its only state-changing user function is transfer(). Runtime and creation bytecode are both matched exactly against soljson v0.1.7+commit.b4e666cc with optimization enabled.

Source Verified

SolidityExact bytecode match(1,406 bytes)
Compiler: v0.1.7+

Exact creation TX match. Source: ethereum.org token tutorial. Compiler: soljson v0.1.7 optimizer ON. Constructor: (10000000, SmartShipp, %, 2).

Heuristic Analysis

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

Detected Type: Token
Has ERC-20-like patterns

Bytecode Overview

Opcodes1,406
Unique Opcodes138
Jump Instructions55
Storage Operations32

External Links