🔗
SoftLink
WebsiteGithubMediumTwitter
  • Welcome
  • GETTING STARTED
    • White Paper
    • Overview
    • Quick Links
  • PROTOCOL
    • Reserves
    • Lending
    • Flash Loans
    • Gas-Free Flash Loans
    • Cross Chain
    • Fee Distribution
    • CFR Distribution
    • Staking
    • Locking
    • Governance
    • Looking Forward
  • DEVELOPERS
    • Addresses
    • Contracts
      • CoreReserveFactory
      • CoreReserve
      • LendingYieldManagers (LYM)
        • AaveLYM
        • CompoundLYM
        • EulerLYM
        • IronBankLYM
      • CoreFlashLoanParams
      • CoreFlashLoanReceiver
      • CoreRewardsDistributor
      • CoreStakingManager
      • CoreLockManager
      • SOFT
    • Interfaces
      • IFlashLoanReceiver
      • ILendingYieldManager
  • SUPPORT
    • Contact Us
Powered by GitBook
On this page
  • deposit
  • withdraw
  1. DEVELOPERS
  2. Contracts
  3. LendingYieldManagers (LYM)

EulerLYM

EulerLendingYieldManager V0

deposit

The deposit function

function deposit(bool _isNativeDeposit, address _reserveTokenAddress, uint256 _depositAmount) external payable override nonReentrant returns (uint)

withdraw

The withdraw function

function withdraw(bool _isNativeWithdraw, address _reserveTokenAddress, uint256 _withdrawAmount) external override nonReentrant returns (uint) 
PreviousCompoundLYMNextIronBankLYM

Last updated 2 years ago