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. Interfaces

IMagnifyERC721V1

Git Source

PreviousIMagnifyCashV1NextDeveloper Guide

Last updated 8 months ago

Inherits: IERC721

function mint(address to, uint256 tokenId) external;

function burn(uint256 tokenId) external;
Functions
mint
burn