A raw bytecode test deployment by Linagee on Frontier Day 1 - the classic 0xdeadbeef pattern.
Historical Significance
Among the earliest contract deployments on Ethereum mainnet, used to verify that the deployment mechanism worked before writing real code.
Key Facts
Description
One of three consecutive raw-bytecode deployments by 0x3D0768 (Linagee) at blocks 48,512-48,615 on August 7, 2015. The bytecodes are 0xdeadbeef, 0x0deadbeef2, and 0x0deadbeef3 respectively - the canonical developer placeholder value, used here to test contract deployment on the brand-new Ethereum mainnet before deploying real contracts.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Frontier Era
The initial release of Ethereum. A bare-bones implementation for technical users.
Bytecode Overview
External Links
Related contracts
DeadBeef Test
Same deployerA raw bytecode test deployment by Linagee on Frontier Day 1 - the classic 0xdeadbeef pattern.
0x4dae54...f974bcAugust 7, 2015DeadBeef Test
Same deployerA raw bytecode test deployment by Linagee on Frontier Day 1 - the classic 0xdeadbeef pattern.
0x9973aa...f31f0bAugust 7, 2015Test
Same deployerThe earliest known Ethereum contract with executable runtime code. A single function go() that returns the string "eth", compiled with the first publicly available Solidity compiler (v0.1.1).
0x651629...8c21faAugust 7, 2015Greeter
Same deployerAn early Ethereum contract that returns the string “Hello World!” when called.
0xfea8c4...8b08ebAugust 7, 2015Greeter
Same deployerOne of six HelloWorld Greeter deployments by Linagee on Ethereum Frontier Day 1 - same source, same compiler, greeting: 'Hello World!'
0xd464e6...dc98f3August 7, 2015Greeter
Same deployerOne of six HelloWorld Greeter deployments by Linagee on Ethereum Frontier Day 1 - same source, same compiler, greeting: 'Hello World!'
0xf91486...63ea50August 7, 2015