Back to Home

Z≡N Coin(Z≡N)

Token
0xc89886ea1a98...fcaa320730bd
HomesteadContract #13KSource VerifiedEdit this contract
Deployed March 28, 2016 (10 years ago)Block 1,234,447

Z≡N Coin (symbol Z≡N), an early 2016 ERC-20-style token with built-in buy/sell marketplace at a 10× spread. Uses the ConsenSys MyAdvancedToken extended template

Homestead EraVerified Source
Token Information
Token Name
Z≡N Coin
Symbol
Z≡N
Decimals
2
Key Facts
Deployment Block
1,234,447
Deployment Date
Mar 28, 2016, 11:18 PM
Code Size
2.4 KB
Gas at Deploy
860,548
Transactions by Year
20163
20171
20253
202620

Description

Z≡N Coin is an extended ConsenSys MyAdvancedToken deployment (Mar 28, 2016, deployer 0x5c883b78). The contract has decimals=2 and a 10× spread between its built-in buy and sell prices (buyPrice 0.01 ETH, sellPrice 0.1 ETH). It carries the full MyAdvancedToken admin surface plus three less-common extensions also seen in the ConsenSys 'centrally issued asset' tutorial: spentAllowance accounting (cumulative spend tracked vs. approval, instead of decrementing allowance), giveBlockReward() (mints 1 unit to block.coinbase), and an auto-sell branch in transfer() that tops up the sender's ETH balance to minBalanceForAccounts. 990 of the 1,000-unit initial supply (99%) was assigned to the deployer.

Source Verified

Soliditysource_reconstructed
Compiler: v0.3.1+

Source-reconstructed via dispatcher and storage-layout matching. All 22 dispatch selectors and all 11 storage slots match the on-chain runtime. The first 238 bytes of the runtime (entire dispatcher) are byte-identical to the rebuild compiled with soljson v0.3.1+commit.c492d9be (optimizer ON). The 64-byte size delta is concentrated inside sell() and the post-dispatcher trailer — a body-placement difference in early-2016 solc inlining of the final Transfer event emission. Dispatcher selectors include the canonical MyAdvancedToken set plus three extended functions: spentAllowance(address,address) [0xdc3080f2], setMinBalance(uint256) [0xc91d956c], and giveBlockReward() [0xfcd6e339]. See github.com/cartoonitunes/zencoin-verification for the verify.sh reproduction script.

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

Opcodes2,454
Unique Opcodes173
Jump Instructions121
Storage Operations76

External Links