wstUsdc
Overview
The Wrapped non-rebasing version of stUsdc. The interface below is only available for the Arbitrum deployment of the protocol.
Contract API
depositAsset
depositAssetfunction depositAsset(uint256 amount) external returns (uint256 amountMinted);Mint wstUsdc directly by depositing underlyingAssets .
depositTby
depositTbyfunction depositTby(uint256 id, uint256 amount) external returns (uint256 amountMinted);Mint wstUsdc directly by depositing a specific TBY id .
redeemWstUsdc
redeemWstUsdcfunction redeemWstUsdc(uint256 wstTBYAmount) external returns (uint256 assetsRedeemed);Redeem wstUsdc for underlyingAssets.
Last updated