CocoShop theme development
  • 🚀Getting Started
    • Overview
    • Getting started
  • ⛓️Architecture
    • Overview
    • Layouts
    • Templates
      • index
      • collections
      • collection
      • product
      • 404
      • search
      • page
    • Section
      • Section schema
    • Config
    • Input settings
  • 💧Liquid
    • Basics
      • Operators
      • Truthy and Falsy
      • Whitespace Control
    • Tags
      • Control flow
      • Variable
      • Theme
    • Filters
    • Objects
      • site
      • collection
      • wallet
      • chain
      • product
      • attribute
      • connected_wallet
      • linklists
      • linklist
      • link
    • Functions
      • connectWallet
      • changeChain
      • disconnect
      • transfer
      • buy
  • 💫Others
    • Roadmap
Powered by GitBook
On this page
  1. Liquid
  2. Functions

transfer

PreviousdisconnectNextbuy

Last updated 1 year ago

The transfer function can be used to transfer an NFT to another address.

Condition of use

The only template that can use the transfer function is template.

Also implement an input with the ID transfer_to in the template. Please make sure that the input tag with transfer_to contains the address to which the NFT will be transferred.

<input
    type="text"
    id="transfer_to"
    placeholder="e.g. 0x9853D...66345CF"
>
💧
product