Back to Home

Email

Unknown
Part of The Vitalik Collection
0x73629aaa79aa...b379f3cda2e2
FrontierContract #3,041Exact Bytecode MatchEdit this contract
Deployed October 30, 2015 (10 years ago)Block 460,581

A pay-to-send on-chain email service (Serpent): email(to, subject, body) emits an Email event with the three strings if the caller pays at least 0.007 ETH.

Frontier EraVerified Source
Key Facts
Deployer
Vitalik Buterin(0x1db343...fa6ee6)
Deployment Block
460,581
Deployment Date
Oct 30, 2015, 01:16 AM
Code Size
515.0 B
Gas at Deploy
171,615
Transactions by Year
20155

Description

Deployed October 30, 2015 by Vitalik Buterin (0x1db3439a22ee7c4d034e9b26437d3960b5af0517). A pay-to-send on-chain email service written in Serpent. email(a, b, c) takes three strings (recipient, subject, body); if the caller sends at least 0.007 ETH, the contract emits an Email(string, string, string) event carrying the three strings and forwards the fee to the owner address stored at storage[0]. The message content lives entirely in the event log, a whimsical early demonstration of using Ethereum logs as a message bus. The 493-byte runtime reproduces byte-for-byte from the reconstructed Serpent source using ethereum/serpent commit 146cc8a (commit f0b4128 also matches). runtime sha256 ce909f0eea2f7dbe4006ff7359e56bbbab7ccab79bb92600466ee993f62c3404.

Source Verified

SerpentExact bytecode match(515 bytes)
Compiler: 146cc8a

Runtime (493 bytes) reproduces byte-for-byte from the reconstructed Serpent source using ethereum/serpent commit 146cc8a (f0b4128 also matches). runtime sha256 ce909f0eea2f7dbe4006ff7359e56bbbab7ccab79bb92600466ee993f62c3404.

Heuristic Analysis

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

Detected Type: Unknown

Bytecode Overview

Opcodes515
Unique Opcodes93
Jump Instructions17
Storage Operations3

External Links

Related contracts