transfer
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 product 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"
>Last updated