The first implementation of a coin in Ethereum.
Prototyped before token standards existed.
Now brought to life via the OG 2016 tokens. ๐ช
The Discovery
GavCoin is not only the first "memecoin". It is a cryptographic artifact โ a token that predates the very standard it helped inspire. ERC-20.
In early 2015, before ERC-20 existed, a Solidity file named coin.sol appeared in Gavin Wood's
GitHub repository. Its functions โ sendCoin, coinBalanceOf, mine() โ were
primitive, experimental. A sketch of what a token standard could be.
On April 26, 2016, the contract was deployed to the Ethereum mainnet. Linked to wallets with documented ties to the Ethereum Foundation. Referenced by Vitalik Buterin himself. The lore is real. The chain doesn't lie.
The mine() function still works. Anyone can call it. The contract has been live on mainnet since 2016.
Sleeping on-chain for 9 years, waiting to be found. ๐ค
This is not speculation. This is on-chain archaeology โ corroborated by GitHub history, blog archives, and wallet traceability. The lore is immutable.
โ CLICK TO ZOOM
โ CLICK TO ZOOM
โ CLICK TO ZOOM
Chronology
coin.sol appears in Gavin Wood's GitHub repository.
It contains a primitive but complete token implementation: sendCoin(),
coinBalanceOf(), and a mine() function. No ERC-20 standard exists yet.
This is the prototype.
0x55c3a56e638e96c91f98735cc86f60a6820e6a44.
The deploying wallet has documented transaction links to Ethereum Foundation-associated addresses.
mine() function still executes.
The community starts asking: if this isn't GavCoin, what is it?
On-Chain Evidence
0x55c3a... shows direct interaction history with wallets
documented in the Ethereum Foundation genesis allocation. Cluster analysis confirms
a second-degree connection to Gavin Wood's publicly known addresses.
sendCoin(), coinBalanceOf(),
and mine() are verifiable in the contract ABI. No obfuscation.
No proxy. Raw, primitive code.
mine() function
executes without restriction. Any Ethereum address can mint GAV tokens.
Nine years after deployment. No owner. No admin. No kill switch.
Token Parameters
The mine() Function
function mine(uint amount) {
coinBalances[msg.sender] += amount;
}
Three lines. No access control. No max supply. No owner check. This is what token experimentation looked like before standards existed. It remains callable today. Anyone. Any amount. Forever โ as long as Ethereum exists.
Acquisition
GavCoin trades on Uniswap. Follow these steps to acquire the earliest known Ethereum token artifact.
Market Data
Acquisition
$GAV trades on Uniswap V2 on Ethereum Mainnet. Connect your wallet and swap ETH for GavCoin โ the earliest known pre-ERC20 artifact.
The Foundation
GavCoin exists because Ethereum exists. It is an artifact of the network's earliest experimental era โ written in primitive Solidity, deployed by its pioneers, and verifiable by anyone with an internet connection.
Origin Story
Community
The lore is immutable. The contract is live. The history is written on-chain. ๐
Come for the archaeology. Stay for the vibes. ๐บ