Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axic/weth3074

WETH3074 is a new version of the WETH contract which utilizes EIP-3074 to avoid the need for wrapping/unwrapping. In essence it turns ETH into an ERC-20 compatible token.
https://github.com/axic/weth3074

Last synced: 2 days ago
JSON representation

WETH3074 is a new version of the WETH contract which utilizes EIP-3074 to avoid the need for wrapping/unwrapping. In essence it turns ETH into an ERC-20 compatible token.

Awesome Lists containing this project

README

        

# WETH3074

WETH3074 is a new version of the [WETH](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2#code) contract
which utilizes [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) to avoid the need for wrapping/unwrapping. In essence
it turns ETH into an ERC-20 compatible token.

See also the [initial post](https://ethereum-magicians.org/t/getting-rid-of-weth-using-eip-3074/8041) on Ethereum Magicians.