wclETH
wclETH (ERC20 Token) Smart Contract is deployed on L2 network. The LST is given to the user on the L2 chain (eg. Arbitrum). The user should explicitly opt to get wclETH on Arbitrum.
Similar to clETH, wclETH has the following functionalities:
Mint
Only the Admin can mint the wclETH token.
This mint function mints wclETH to the user wallet on the chosen L2.
Burn
The burn function is wrapped in unstake function.
Removes wclETH from a particular address.
Pause and unpause
The Admin can pause and unpause the minting of wclETH.
Last updated