ERC20Wrapper icon indicating copy to clipboard operation
ERC20Wrapper copied to clipboard

Generic ERC20 wrapper solidity smart contract

ERC20Wrapper

Contract to create simple wrappers that support batch patterns.

  • wrap with convert your underlying tokens to wrapper tokens. Any unaccounted underlying in the wrapper contract will be used as well.
  • unwrap with convert your wrapper tokens to underlying tokens. Any wrapper tokens in the wrapper contract will be used as well.

License

All files in this repository are released under the MIT license.