Magnify.Cash
  • Welcome to Magnify Cash
    • Token Swap
    • How to Bridge $MAG from Ethereum to Base
    • How to Stake $MAG on Base and Ethereum Mainnet
    • Testnet Documentation
  • The Magnify Foundation
    • Magnify Cash Grants Program
  • Magnify World Mini App
    • How To Access
  • Magnify Cash Media Kit
    • Brand Assets
  • Partner Integration Guide
  • Contracts
    • MagnifyCashV1
    • MagnifyERC721V1
    • MagnifyLendingKeysV1
    • MagnifyObligationNotesV1
  • Interfaces
    • IMagnifyCashV1
    • IMagnifyERC721V1
  • Developer Guide
    • Basic Integration (Ethers)
    • Technical Overview
Powered by GitBook
On this page
  1. Contracts

MagnifyLendingKeysV1

Git Source Inherits: MagnifyERC721V1

PreviousMagnifyERC721V1NextMagnifyObligationNotesV1

Last updated 8 months ago

constructor(string memory _name, string memory _symbol, string memory _baseURI, address _initialOwner)
    MagnifyERC721V1(_name, _symbol, _baseURI, _initialOwner);
Functions
constructor