Back to Home

CryptHall Of Fame(HeroToken)

other
0xb041de495505...33389e1a3596
ByzantiumExact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with CryptHall Of Fame (abandoned first deploy) (0x04cef555...) which has been verified through compiler archaeology.

Deployed February 8, 2018 (8 years ago)Block 5,055,305

Feb 2018 personal NFT scrapbook by Belgian dev colmea.eth — 12 heroes (5 named: De Sprimont family, friend Hadrien, dog Noukie, Kylo Ren, belle panthère) on a C

Byzantium EraVerified Source
Token Information
Token Name
CryptHall Of Fame
Symbol
HeroToken
Key Facts
Deployer
colmea.eth (0xc1e83b...0b2619)
Deployment Block
5,055,305
Deployment Date
Feb 8, 2018, 09:52 PM
Code Size
9.8 KB
Gas at Deploy
2,786,624
Transactions by Year
201852
202626

Description

CryptHall Of Fame ("HeroToken") is a small, hand-built NFT collectible from February 2018 deployed by Belgian developer colmea.eth. Twelve heroes — five named ("Marc-Cyril De Sprimont", his friend Hadrien, the family dog "Noukie", a Star Wars Kylo Ren, and a "Belle panthère") plus seven unnamed placeholders — populate a personal scrapbook NFT built as a friends-and-family hot-potato collectible.

The contract is a CryptoCelebrities/CelebrityToken-template fork ("HeroToken") with three custom additions on top of the base ERC-721-draft:

  1. A four-string Hero struct (slug, name, imageFilename, heroName) instead of the original single-name struct, allowing the owner to display custom imagery and rename their hero.
  2. An owner-only updateHero(uint256, string, string) function that lets the current owner rewrite the imageFilename and heroName fields — turning each token into a personal display slot.
  3. A simplified single-step pricing curve (price * 150 / 94 on every purchase, no multi-tier escalation) and a custom admin createSpecialHero(address,string,uint256) that lets the COO mint heroes pre-assigned to a friend's address with a custom price.

Owner roles: ceoAddress and cooAddress (both initially set to deployer). Admin functions include createNewHero (one-string slug, contract-owned), createSpecialHero (address+slug+price, COO-only), resetImage (CLevel), setCEO/setCOO, and payout. Standard ERC-721-draft methods: approve, transferFrom, takeOwnership, transfer, balanceOf, ownerOf, tokensOfOwner.

The contract was deployed via Truffle (a Migrations.sol companion contract was deployed alongside). Starting price is 0.003 ETH. heroCreatedCount tracks how many heroes the COO has minted via the special-mint path.

Source Verified

SolidityExact bytecode match(10,022 bytes)
Compiler: v0.4.18

Exact runtime bytecode match (10,022 bytes; only the bzzr metadata hash at the tail differs, expected). CelebrityToken-template fork with 4-string Hero struct, owner-renameable updateHero, simplified 150/94 single-step pricing.. Optimizer: OFF

Heuristic Analysis

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

Detected Type: other

Bytecode Overview

Opcodes10,022
Unique Opcodes247
Jump Instructions458
Storage Operations123

External Links