Back to Home

_0xDogecoinToken

other
0x02695c52d136...0f2c3a24a0a4
ByzantiumSource VerifiedEdit this contract
Deployed April 14, 2018 (8 years ago)Block 5,441,081

Second 0xDogecoin clone, deployed 2018-04-14 by the same address as 0xLTC. First working mineable Dogecoin on Ethereum, virgin until 2026.

Byzantium EraVerified Source

Historical Significance

0xDogecoin Token (0xDOGE) is the second token to use the 0xDogecoin name on Ethereum, deployed one day after the bricked 0x0d8bB998 0xDOGE contract. It is the first working mineable Dogecoin on Ethereum, a straight EIP-918 clone with the parameters changed to match Dogecoin's economic profile (100 billion supply, 8 decimals). Crucially, it does not contain the +10,000 reward dust or the recursive era-cap halving formula that bricked the first 0xDOGE — making this the only Dogecoin-on-Ethereum PoW contract whose math actually works.

The runtime bytecode is byte-identical (after stripping the bzzr0 metadata trailer) to 0xLitecoin Token at 0x1E2800512f33E0DD0f4b5AF7dCa019A129560EE0, which was deployed by the same address (0xcf8ef1bf5ccadb34d716a261ea55fec37a4aa592). Only three constants differ — name, symbol, and total supply — all in the constructor, which is why the runtime hashes match exactly. As of 2026, the contract remains a virgin: zero tokens have ever been minted in eight years on mainnet.

Context

Deployed on April 14, 2018 at block 5,441,081, this contract arrived in the second wave of EIP-918 clones — roughly two months after 0xBitcoin's launch and the first 0xDOGE's near-immediate bricking. The deployer 0xcf8ef1bf5ccadb34d716a261ea55fec37a4aa592 also deployed 0xLitecoin Token at 0x1E2800512f33E0DD0f4b5AF7dCa019A129560EE0 in the same deployment campaign, using the same Solidity 0.4.18 source template.

Unlike its predecessor at 0x0d8bB998900AbDB60D7414145e1c542C2CF4e7A9, this contract uses the canonical 0xBitcoin economic formulas: reward = 50 * 10^decimals / 2^era (no dust), and the era cap halves against _totalSupply rather than recursing against itself. The result is a fully-functional EIP-918 token with 100 billion total supply, 50 tokens per mint at era 0, and standard difficulty re-adjustment every 1024 epochs targeting 60x Ethereum's block time. It has been sitting at difficulty 1 with zero mints since deployment — one of the 58 confirmed virgin EIP-918 clones documented in 2026.

Key Facts
Deployment Block
5,441,081
Deployment Date
Apr 14, 2018, 08:46 PM
Code Size
8.1 KB
Gas at Deploy
2,679,555

Source Verified

Soliditysourcify_partial_match
Compiler: 0.4.18+

Sourcify partial match (chain 1, address 0x02695c52d136b94E814461695d650f2c3a24a0a4). Recompiled with solc 0.4.18+commit.9cf6e910, optimizer off, runs 200 (Byzantium). Runtime bytecode is byte-identical to the on-chain runtime except for the 32-byte bzzr0 swarm hash in the solc metadata trailer. Stripped runtime SHA-256: 97b65ec4ebb1e7b6227d47cf8e6e1cb363ec1a4abeab3b7b4f935b67f8d51230 — exact match with the verified 0xLitecoin Token contract at 0x1E2800512f33E0DD0f4b5AF7dCa019A129560EE0 (same deployer, same source template, three changed constants).

Heuristic Analysis

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

Detected Type: other

Bytecode Overview

Opcodes8,324
Unique Opcodes240
Jump Instructions351
Storage Operations127

External Links