Back to Home

LIVERPOOL

other
0x24ce35feecb2...2cc8ad99cf28
ByzantiumSource VerifiedEdit this contract
Deployed May 3, 2018 (8 years ago)Block 5,547,761

LIVERPOOL (LIV): 2018 fan token for Liverpool FC (English Premier League). EthTeamContract send-ETH-to-mint ERC-20, 3 decimals. Sell back by transfer to self.

Byzantium EraVerified Source

Historical Significance

The TFWC series is a rare on-chain artifact of the 2018 FIFA World Cup: an experimental bonding-curve-shaped fan-token model that predates the 2021 fan-token boom (Chiliz, Socios) by three years. Each contract embeds its country name and symbol in source so the unique runtime hashes do not cluster as a single bytecode family; sibling discovery had to go through the shared deployer address. The series is incomplete relative to the 32-team tournament, with deployments matching only RUSSIA, MOROCCO, FRANCE, CROATIA, and BRAZIL by index number, suggesting the author abandoned the rollout mid-tournament.

Context

Compiled with Solidity v0.4.23+commit.124ca40d, optimizer on, 200 runs. Deployed in April to June 2018 ahead of the 14 June to 15 July 2018 tournament. The same author also deployed LIVERPOOL (LIV) in April 2018 as a Premier League prototype using the equivalent TeamToken template.

Token Information
Token Name
LIVERPOOL
Key Facts
Deployment Block
5,547,761
Deployment Date
May 3, 2018, 06:42 AM
Code Size
5.4 KB
Gas at Deploy
1,643,942

Description

LIVERPOOL is a TeamToken instance representing Liverpool FC (English Premier League), deployed in 2018 as a fan token tied to the FIFA World Cup or club football. The contract is an ERC-20 token with 3 decimals and price = 1 szabo (10^12 wei) at deployment. Sending ETH to the payable fallback mints msg.value / price tokens to the sender; calling transfer(this, amount) returns price * amount wei to the seller from the contract balance. All buys and sells are gated by status == 0 (live) and an optional gameTime cutoff that freezes trading at kickoff. After finishTime, the contract owner may sweep the remaining ETH balance to feeOwner.

supply 156,000 tokens (3 decimals); 10 holders; 0 ETH residual. Deployed in April 2018, four months earlier than the TFWC World Cup series.

Liverpool FC reached the 2018 UEFA Champions League final on 26 May 2018, losing 3 to 1 to Real Madrid in Kyiv. This is the Premier League equivalent of the TFWC fan-token template, deployed by the same author.

Source Verified

SolidityEtherscan verified
Compiler: v0.4.23

Author-published TeamToken source verified on Etherscan. Optimizer on (200 runs).

Historian Categories

Token
Heuristic Analysis

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

Detected Type: other

Bytecode Overview

Opcodes5,482
Unique Opcodes236
Jump Instructions312
Storage Operations107

External Links