Back to Home

FunDistributor

Unknown
0x125b606c67e8...6c19717745fa
FrontierDecompiled
Deployed August 10, 2015 (10 years ago)Block 62,632

A "King of the Hill" game contract exploring behavioral economics — players bid to become the receiver, and the last bidder standing after 200 blocks wins 25% o...

Key Facts

Deployment Block
62,632
Deployment Date
Aug 10, 2015, 07:30 AM
Code Size
727.0 B
Transactions by Year
201534
201722

Description

Deployed on August 10, 2015, the FunDistributor contract was a fascinating early experiment in on-chain game theory and behavioral economics. The creator described it as "a contract for exploring behavioral economics and human psychology" — and the mechanics were elegantly simple.

Anyone could call the touch function and send more than 1% of the contract's current balance to become the "king of the hill" (the receiver). If no one else called touch for 200 consecutive blocks (roughly 50 minutes at Frontier block times), the current king would receive 25% of the contract's entire balance. This created an escalating game of chicken: each new challenger added to the pot while resetting the countdown, meaning the pot grew larger but the competition intensified.

The post on r/ethereum received 16 upvotes and generated genuine interest, with community members experimenting with the contract through the geth console. The creator had to edit the post to explain that some users were sending ETH directly to the contract address instead of calling the touch function — a common early-Ethereum usability issue that would persist until better wallet interfaces emerged.

This contract is a precursor to the "King of the Ether Throne" and similar last-player-wins games that would become a recognizable genre in Ethereum's first year. It demonstrated that even with Frontier's bare-bones tooling, developers were already designing sophisticated incentive mechanisms and exploring how economic game theory played out on an immutable, trustless platform.

Heuristic Analysis

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

Detected Type: Unknown

Frontier Era

The initial release of Ethereum. A bare-bones implementation for technical users.

Block span: 01,149,999
July 30, 2015March 14, 2016

Bytecode Overview

Opcodes727
Unique Opcodes80
Jump Instructions26
Storage Operations21

External Links