Back to Home

TerraNullius

nft
0x6e38a457c722...40e797844d66
FrontierSource Verified
Deployed August 7, 2015 (10 years ago)Block 49,880

The first inscription contract on Ethereum — deployed 8 days after mainnet launch, allowing users to permanently write messages to the blockchain.

Key Facts

Deployer
Semiel(0x7e7ec1...0a6090)
Deployment Block
49,880
Deployment Date
Aug 7, 2015, 08:48 PM
Code Size
954.0 B
Transactions by Year
201525
20161
2021687
202246
202312
20246
202523
20261

Description

Terra Nullius is the first inscription contract on Ethereum.

It establishes a direct model for blockchain-based permanence, where authored messages are written irreversibly and retained as part of Ethereum’s history. The contract has no supply cap, no permissions, and no economic mechanism beyond gas costs.

Despite being deployed in Ethereum’s earliest days, Terra Nullius has remained active across multiple eras, with renewed usage during later periods of interest in on-chain art and NFTs.

Terra Nullius is the first inscription contract on Ethereum.

It establishes a direct model for blockchain-based permanence, where authored messages are written irreversibly and retained as part of Ethereum’s history. The contract has no supply cap, no permissions, and no economic mechanism beyond gas costs.

Despite being deployed in Ethereum’s earliest days, Terra Nullius has remained active across multiple eras, with renewed usage during later periods of interest in on-chain art and NFTs.

Terra Nullius is a minimal smart contract deployed on August 7, 2015 at block 49,880 by Semiel — just 8 days after Ethereum mainnet launched. Introduced on r/ethereum as "the first interactive Ethereum contract," it allowed any address to permanently inscribe a message into Ethereum's state.

Each inscription records the author's address, an arbitrary text message, and the block number at which it was made. Once written, an inscription cannot be modified, transferred, or removed. The contract is intentionally append-only: it does not support ownership transfer, deletion, or mutation. Its sole function is to accept new inscriptions and preserve them indefinitely.

The name comes from the Latin legal concept of "terra nullius" — land belonging to no one — meaning any territory that could be claimed through occupation. 22 inscriptions were made in 2015.

The Guinness World Records later recognized Terra Nullius as the first NFT on Ethereum. A modern ERC-721 wrapper contract was subsequently deployed, allowing the original 2015 inscriptions to be traded as NFTs on contemporary platforms.

Heuristic Analysis

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

Detected Type: nft

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

Opcodes954
Unique Opcodes76
Jump Instructions42
Storage Operations26

Verified Source Available

This contract has verified source code on Etherscan.

View Source Code

External Links