Skip to content

pollum-io/wrapped-syscoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WSYS

WSYS or Wrapped SYS is an ERC-20 compatible wrapper contract around the Syscoin token.

On Syscoin NEVM, SYS is treated just like standard ETH is on Ethereum. This means that SYS lacks the standardized interfaces that make ERC-20 tokens so interchangeable. WSYS corrects this by issuing one ERC-20 WSYS token for each SYS deposited. Each WSYS is then redeemable for an equal amount of SYS.

Implementation

WSYS is based on the implementation of Canonical WETH developed by the Ethereum community. Details are available here and original source code is available here: https://github.com/gnosis/canonical-weth.

The WSYS implementation only changes the underlying contract to reflect the new token name of "Wrapped SYS" and the new symbol "WSYS."

Security

Because this contract is a fork of canonical WETH, it has the same security characteristics of the Gnosis WETH implementation. That contract has been in circulation for several years and has been thoroughly audited.

Deployment