REALBITS
  • 💛Welcome!
  • REALBITS
    • 🚎Solution
    • 🍜Sites
  • Ecosystem
    • 🇹🇰Ecosystem
    • 🇩🇰Rent Market
  • SERVICE
    • 🏈AVAME
    • 🎎DULLS
    • 🌅FICTURES
    • 💹MARKET
    • 👻PIXMON
    • 🧠THOTHY
  • CONTRACTS
    • MARKET
      • getAllRegisterData
      • getRegisterData
      • registerNFT
      • getAllRentData
      • getRentData
      • rentNFT
      • rentNFTByToken
    • NFT
      • safeMint
    • WAGMI
  • Coding
    • Connect wallet
    • Mint NFT
    • Fetch all registered NFT
    • Fetch all rented NFT
    • Fetch one rented NFT
    • Change the registered NFT metadata
    • Rent NFT by base coin
    • Rent NFT by ERC20 token
    • Fetch the metadata of NFT
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. CONTRACTS
  2. MARKET

rentNFT

rentNFT function will rent a NFT by nftAddress, tokenId, and serviceAddress.

Parameter

  • nftAddress (address)

  • tokenId (uint256)

  • serviceAddress (address)

Return

  • success (bool)

Last updated 1 year ago

Was this helpful?