Constructor-only contract that splits incoming ETH equally between Vitalik's two addresses; the deployed runtime is a 12-byte always-revert stub.
Historical Significance
Deployed by Vitalik Buterin's personal deployer address (0x1db3439a) on September 30, 2016. The constructor sends msg.value/2 to each of two Vitalik-controlled addresses — the deployer (0x1db3439a) and his main address (0xd8da6bf2) — then leaves a minimal 12-byte always-revert runtime. An identical instance was deployed again on October 30, 2016 (0xe0a62fa7). Verified by exact bytecode match with solc 0.4.4.
Key Facts
Description
Deployed by Vitalik Buterin. A one-shot payment splitter: all logic runs in the payable constructor, which splits the deployed value equally between two hard-coded addresses. The deployed runtime is a 12-byte always-revert stub. Byte-identical sibling: 0xe0a62fa7b2708bfd2f01c0e5e24080b011a5662b.
Source Verified
Compiled with solc 0.4.4, no optimizer. Constructor splits ETH between 0x1db3439a and 0xd8da6bf2. Deployed runtime is 12 bytes (always-revert stub).
DAO Fork Era
The controversial fork to recover funds from The DAO hack.
Bytecode Overview
Verified Source Available
This contract has verified source code.
View Verification ProofShow source code (Solidity)
{
"language": "Solidity",
"sources": {
"MyContract.sol": {
"content": "contract MyContract {\r\n /* Constructor */\r\n \r\n function MyContract() {\r\nvar co23actline1 = \"2\";\r\nvar str2 = \"3\";\r\n\r\nvar contractline2=\"1.1. Both the Site and the Platform use cookie files. These Cookie Regulations supplement the Site Rules and Regulations and the Rules and Regulations of the Platform.\";\r\n\r\n }\r\n}"
}
},
"settings": {
"libraries": {},
"optimizer": {
"runs": 200,
"enabled": false
},
"compilationTarget": {
"MyContract.sol": "MyContract"
}
}
}External Links
Related contracts
SerpentGamble
Same deployerProvably-fair betting game where players choose their own odds. The owner settles bets with a commit-reveal random seed. Includes a 2-day emergency refund.
0x034df8...200e2fSeptember 20, 2015SerpentGamble
Same deployerSibling of 0x034dF870 (SerpentGamble). Provably-fair Serpent betting game; players choose their own odds, owner settles via commit-reveal seed, 2-day refund.
0x9ca7e9...fa8bb4September 21, 2015SerpentGamble
Same deployerSibling of 0x034dF870 (SerpentGamble). Provably-fair Serpent betting game; players choose their own odds, owner settles via commit-reveal seed, 2-day refund.
0x75649a...176028September 21, 2015SerpentGamble
Same deployerIntermediate build of serpent_gamble, a provably-fair betting dapp (Bet/Win/Loss/NewSeed), related to verified sibling 0x59375871. Source not yet reconstructed.
0xe1a99f...0d2457September 21, 2015SerpentGamble
Same deployerIntermediate build of serpent_gamble, a provably-fair betting dapp (Bet/Win/Loss/NewSeed), related to verified sibling 0x59375871. Source not yet reconstructed.
0xdc00a9...15861fSeptember 21, 2015SerpentGamble
Same deployerIntermediate build of serpent_gamble, a provably-fair betting dapp (Bet/Win/Loss/NewSeed), related to verified sibling 0x59375871. Source not yet reconstructed.
0xd0ed09...300b48September 21, 2015