Back to Home

Test Simon Bucks(SBX)

Token
0x42d1e202ea0b...e803998d55ec
HomesteadContract #21KDecompiledEdit this contract
Deployed July 17, 2016 (10 years ago)Block 1,902,589

A ConsenSys HumanStandardToken deployed as Test Simon Bucks, symbol SBX, with 2 decimals and a fixed supply credited to its deployer.

Homestead Era

Historical Significance

The ConsenSys token contracts were what a developer copied between the ethereum.org tutorials and OpenZeppelin, and the human-readable variant is the one that fixed the convention every wallet now relies on: a name, a symbol and a decimals value living on the token itself rather than in a list somebody maintains. The version string it carries, H0.1, identifies the implementation as much as the token.

Context

Deployed in mid 2016, after Homestead and after ERC-20 had settled the interface but before OpenZeppelin existed. The ConsenSys Tokens repository was the reference implementation of the period, and its choices, a boolean return from transfer, an allowance mapping and a supply fixed at construction, are visible in the deployments that copied it.

Token Information
Token Name
Test Simon Bucks
Symbol
SBX
Decimals
2
Key Facts
Deployment Block
1,902,589
Deployment Date
Jul 17, 2016, 08:18 PM
Code Size
1.8 KB
Gas at Deploy
693,890

Description

A ConsenSys HumanStandardToken: the ERC-20 interface with the human-readable fields the standard left optional, name, symbol and decimals, plus a version string. Balances live in a public mapping, transfer and transferFrom check the sender's balance and the recipient's for overflow, approve writes an allowance, and both Transfer and Approval events are emitted.

The whole supply is credited to the deployer at construction. There is no owner, no minting and no freezing, so nothing about the token can change after the transaction that created it.

This one was deployed as Test Simon Bucks with the symbol SBX and 2 decimal places, and an opening supply of 10,000,000 base units. It reports its implementation version as H0.1.

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,804
Unique Opcodes150
Jump Instructions81
Storage Operations33

External Links

Related contracts