wstUsdcLite
Overview
wstUsdcLite
is a minimal implementation of wstUsdc
that will be deployed on all blockchains except for Arbitrum. If users on another chain need to deposit and redeem they must either bridge back to Arbitrum or interact with one of our partnered chain abstraction providers. (More details on this to come).
Contract API
wrap
wrap
Wraps stUsdc
into wstUsdc
.
unwrap
unwrap
Unwraps wstUsdc
and returns stUsdc
to the user.
wstUsdcByStUsdc
wstUsdcByStUsdc
Return the amount of wstUsdc
for a given stUsdcAmount
.
stUsdcByWstUsdc
stUsdcByWstUsdc
Return the amount of stUsdc
for a given wstUsdcAmount
.
stUsdcPerToken
stUsdcPerToken
Returns the amount of stUsdc
per wstUsdc
.
tokensPerStUsdc
tokensPerStUsdc
Returns the amount of wstUsdc
for one stUsdc
.
stUsdc
stUsdc
Returns the stUsdc
token instance.
Last updated