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

getAllRentData

This function will return all rent NFT data.

Response (array)

  • nftAddress (address)

  • tokenId (uint256)

  • rentFee (uint256)

  • feeTokenAddress (address)

  • rentFeeByToken (uint256)

  • isRentByToken (bool)

  • rentDuration (uint256)

  • renterAddress (address)

  • renteeAddress (address)

  • serviceAddress (address)

  • rentStartTimestamp (uint256)

Last updated 1 year ago

Was this helpful?