Smart Contracts
Quick Start Guide
Deposit
function syncDeposit(uint256 assets, address receiver, address referral) payable returns (uint256 shares); Parameter
Value
Withdraw
function requestRedeem(uint256 shares, address receiver, address controller)Parameter
Value
function redeem(uint256 shares, address receiver, address controller)Paramter
Value
View Balance
Utility Functions
Last updated

