Back to Home

Coin

Utility
0x4d0cd1277c4d...808ec64e6577
FrontierContract #778Exact Bytecode MatchEdit this contract
Deployed September 3, 2015 (10 years ago)Block 180,151

The Solidity tutorial subcurrency, with the balance reader restricted to the minter

Frontier EraVerified Source

Context

Deployed in September 2015 on the Frontier chain.

Key Facts
Deployment Block
180,151
Deployment Date
Sep 3, 2015, 04:24 PM
Code Size
843.0 B
Gas at Deploy
249,678

Description

The Coin example from the August 2015 Solidity Tutorial with one change: queryBalance returns zero to anyone who is not the minter, so only the account that deployed the contract can read balances through it. The change is cosmetic, since every balance is still visible in storage and every transfer still emits a Send event naming both parties, but it shows the author reaching for access control on a read. The rest is the tutorial unaltered: the deployer is the minter, mint creates units, send moves them.

Source Verified

Exact bytecode match(843 bytes)
Compiler: v0.1.3+
Heuristic Analysis

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

Detected Type: Utility

Bytecode Overview

Opcodes843
Unique Opcodes91
Jump Instructions23
Storage Operations13

External Links

Related contracts