Back to Home

Token

0x002aed8f2edf...35c5903124fd
ByzantiumExact Bytecode MatchEdit this contract
Deployed August 18, 2018 (8 years ago)Block 6,171,975

Minimal contract holding a single named value set at construction.

Byzantium EraVerified Source

Historical Significance

Contracts like this were often deployed in quantity as on chain labels or registry entries, where the only job is to record one value at an address that other contracts can point at. The capital letter in the getter name means it does not match the ERC-20 name function, so wallets and explorers reading it as a token would find nothing.

Key Facts
Deployment Block
6,171,975
Deployment Date
Aug 18, 2018, 10:17 PM
Code Size
166.0 B

Description

About the smallest useful contract there is. It holds one 32 byte value, written once when the contract is created and readable afterwards through a getter called Name with a capital N. There is nothing else: no owner, no transfers, no fallback, and any other call reverts. Compiled with the optimizer disabled, which is visible in the double masking the getter applies to the stored word before returning it. The runtime code matches the deployed bytecode byte for byte. Only the trailing swarm metadata hash differs, because the EthereumHistory attribution comment changes the source text. Sourcify records this as a partial match and Etherscan shows it as verified.

Source Verified

SolidityExact bytecode match(166 bytes)
Compiler: v0.4.22

Bytecode Overview

Opcodes166
Unique Opcodes67
Jump Instructions10
Storage Operations1

External Links