Back to Home

Ether Token Proxy(ETH)

Token
0x89d64bc7e46b...67418cbad62e
HomesteadSource Verified
Deployed April 25, 2016 (9 years ago)Block 1,397,553

The earliest fully compliant ERC-20 token contract on Ethereum mainnet, wrapping Ether 1:1 into a transferable token.

Token Information

Token Name
Ether Token Proxy
Symbol
ETH
Decimals
18

Key Facts

Deployment Block
1,397,553
Deployment Date
Apr 25, 2016, 01:30 AM
Code Size
1.9 KB
Transactions by Year
201610
20211
20235

Description

Ether Token Proxy is a fully ERC-20 compliant smart contract that tokenizes Ether into a standard ERC-20 representation. Users deposit ETH to receive ERC-20 tokens and can redeem those tokens at any time to withdraw the underlying ETH.

The contract implements the complete ERC-20 interface:

  • totalSupply()
  • balanceOf(address)
  • transfer(address,uint256)
  • transferFrom(address,address,uint256)
  • approve(address,uint256)
  • allowance(address,address)

It emits properly structured Transfer and Approval events in accordance with the ERC-20 specification.

Supply is dynamic and equals the contract’s ETH balance. Deposits mint tokens, withdrawals burn them, maintaining full collateralization at all times.

Heuristic Analysis

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

Detected Type: Token
Has ERC-20-like patterns

Homestead Era

The first planned hard fork. Removed the canary contract, adjusted gas costs.

Block span: 1,150,0001,919,999
March 14, 2016July 20, 2016

Bytecode Overview

Opcodes1,937
Unique Opcodes184
Jump Instructions93
Storage Operations31

Verified Source Available

This contract has verified source code on Etherscan.

View Source Code

External Links