Belgium (BE): unverified 2018 fan-token, same on-chain interface as the TFWC EthTeamContract series (price, status, buy via fallback) but a 10kB contract.
Historical Significance
Belgium fills a gap in the TFWC fan-token rollout that the original series deployer abandoned. The 32-team World Cup tournament is represented on-chain only by RUSSIA (01), MOROCCO (04), FRANCE (05), CROATIA (08), BRAZIL (25), and this independently-deployed Belgium contract, suggesting the template was copied or rebranded by a second author after the original deployer stopped shipping.
Context
Deployed in 2018 ahead of or during the 14 June to 15 July 2018 World Cup tournament. Compiler version indeterminate without crack. Distinguished from the verified TFWC family by larger code size and an independent deployer wallet.
Token Information
Key Facts
Description
Belgium (BE) is a 2018 World Cup fan-token deployed by 0x95eabb17d286483f6adfdfe0a88b66d894e7d296. The on-chain interface mirrors the verified TFWC EthTeamContract series exactly: name() returns 'Belgium', symbol() returns 'BE', decimals() returns 3, price() returns 1 szabo (10^12 wei), status() returns 0 (live), and the contract carries owner() / feeOwner() functions matching the same template.
Belgium's runtime is 10,446 bytes, nearly double the verified TFWC contracts at around 5,400 bytes, suggesting the contract bundles additional logic on top of the base template (likely a paused-cap or alternative sell path). The deployer wallet 0x95eabb17 is distinct from the TFWC series deployer 0x0022a370cdebaff99746b8a1311a8d9734bf3a28; this is the only contract from the 0x95eabb17 wallet that matches the TFWC interface.
Belgium reached the semi-final of the 2018 FIFA World Cup, losing 1 to 0 to France on 10 July 2018.
Source Verified
Template-family identification only. The on-chain interface matches the verified TFWC EthTeamContract series byte-for-byte at the ABI level (same selectors for price, status, owner, feeOwner, payable fallback, transfer-to-self sell), but the larger 10kB runtime indicates an extended variant. Not byte-for-byte cracked.
Historian Categories
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Byzantium Era
First Metropolis hard fork. Added zk-SNARK precompiles, REVERT opcode, and staticcall.