Homestead-era balance-forwarder with a public sender state var, settable via setSender(). Fallback forwards this.balance to sender.send(). First of 12 identical deployments.
Key Facts
Description
This contract is the first of 12 identical Sender deployments. Public sender state variable settable via setSender(address). Fallback forwards this.balance to sender.send(). Compiled with solc 0.1.6+commit.d41f8b7c optimizer ON. Exact byte-for-byte match on 167-byte runtime.
Proof: cartoonitunes/awesome-ethereum-proofs, folder sender-forwarder-0x20641935.
Source Verified
Exact byte-for-byte match on 167-byte runtime with solc 0.1.6 opt ON. Cluster: 12 identical-runtime deployments. Also Etherscan-verified with EthereumHistory attribution.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Homestead Era
The first planned hard fork. Removed the canary contract, adjusted gas costs.
Bytecode Overview
Verified Source Available
Source verified through compiler archaeology and exact bytecode matching.
View Verification ProofShow source code (Solidity)
// Submitted by EthereumHistory (ethereumhistory.com)
contract Sender {
address public sender;
function setSender(address _sender) {
sender = _sender;
}
function () {
sender.send(this.balance);
}
}External Links
Related contracts
myToken
Same deployerDeployed with no constructor arguments at all, which left it nameless.
0xac514f...d26d2dNovember 18, 2015Contract 0xdbbf29...30cace
Same deployerBlock-height timelock (Homestead, Apr 2016) that releases its full ETH balance to a fixed beneficiary at releaseBlock, self-scheduling a wake-up via Piper Merri
0xdbbf29...30caceApril 4, 2016Contract 0xabf5db...3b3d41
Same deployerByte-identical deployment of: Block-height timelock (Homestead, Apr 2016) that releases its full ETH balance to a fixed beneficiary at releaseBlock, self-schedu
0xabf5db...3b3d41April 4, 2016Contract 0x9b20d7...11b12d
Same deployerIdentical-runtime sibling. Block-height timelock (Homestead, Apr 2016) that releases its full ETH balance to a fixed beneficiary at releaseBlock, self-schedulin
0x9b20d7...11b12dApril 4, 2016Contract 0xa78f6a...758767
Same deployerBlock-height timelock (Homestead, Apr 2016) that releases its full ETH balance to a fixed beneficiary at releaseBlock, self-scheduling a wake-up via Piper Merri
0xa78f6a...758767April 4, 2016Contract 0xd98be3...b1cb60
Same deployerBlock-height timelock (Homestead, Apr 2016) that releases its full ETH balance to a fixed beneficiary at releaseBlock, self-scheduling a wake-up via Piper Merri
0xd98be3...b1cb60April 5, 2016