Transfer tickets
Using app interface
Visit the "My caps" page.
Press on the ticket, and then "Transfer".
Enter the amount and recipient address. Then press "Transfer" and confirm action in your wallet.
After successfull transfer you will be redirected to "My caps" page.
Using block explorer
Visit blockscan.com↗ and enter the ticket smart contract address to search. Select the network where you purchased tickets. Then go to Contract > Write contract tab. Press "Connect to Web3" button/link so you can connect your wallet and perform actions.
Find the safeTransferFrom
function and enter your own from
(address, 0x...) and recipients to
(address, 0x...), also token id
(uint256, number 1) and amount
of tickets (uint256, number). The data (bytes) can contain empty array or simply put "0x" here. Then press "Write" and confirm action in your wallet.
Result of transaction will be appeared on block explorer's Transactions tab.