Hackless Docs
WebsiteTelegramTwitterDiscord
  • 📁General
    • 🟨Intro
    • 🟨Mempool
      • ◽Introduction
      • ◽Transaction flow
      • ◽Transaction time
      • ◽Role of Hackless
    • 🟨Types of Transactions
    • 🟨MEV
      • ◽Introduction
      • ◽MEV process
      • ◽Downsides MEV
      • ◽Role of Hackless
  • 📂Products
    • ✳️Wallet Rescue
      • 🟨Intro
      • 🟨Types of transactions
        • ◽Native Token Transfer
        • ◽Token Transfer
        • ◽NFT: ERC-721/ERC-1155
        • ◽HEX Data Tx
        • ◽Signed Raw Tx
      • 🟨Basic flow
      • 🟨Payments
    • ✳️RPG Bot
      • 🟨Intro
      • 🟨Setting up the bot
      • 🟨Monitoring and detection
      • 🟨RPG response example
    • ✳️Anti-Sandwich
      • 🟨Intro
      • 🟨Basic flow
      • 🟨Payment transaction
      • 🟨Swap settings
      • 🟨Custom tokens
      • ❗Troubleshooting
        • ▫️Token not found
        • ▫️Insufficient liquidity
        • ▫️Insufficient asset balance
        • ▫️The price is unknown
        • ▫️Processing transaction error
Powered by GitBook
On this page
  1. Products
  2. Wallet Rescue
  3. Types of transactions

NFT: ERC-721/ERC-1155

PreviousToken TransferNextHEX Data Tx

Last updated 1 year ago

Use this type of transaction if you need to send an NFT. The difference between ERC-721 and ERC-1155 is that the latter includes an 'Amount' parameter.

Sender Address: the address from which you want to transfer the NFT.

Receiver Address: the address to which you want to transfer the NFT.

NFT Token Address: the address of the NFT token you want to transfer.

NFT ID: the ID number of the NFT token you want to transfer.

Amount (for ERC-1155 NFTs): the amount of NFT tokens you want to transfer, for ERC-1155 tokens only.

When all the fields are filled, you may sign the transaction.

📂
✳️
🟨
◽