Skip to main content

Transfer caps

note

Transferring caps to another address does not reduce their condition.

Using app interface

Visit the "My caps" page.

Press on the any cap, and then "Transfer".

How to transfer caps

You will enter the transfer caps page. Press "Pick" to open the picking modal.

Pick the caps modal trigger

Choose the caps you would like to transfer pressing on them, and close modal by tapping outside.

caution

You can transfer up to 20 caps per transaction

Pick the caps modal

Enter recipient address. Then press "Transfer" and confirm action in your wallet.

Transfer my caps to another address

After successfull transfer you will be redirected to "My caps" page.

Using block explorer

Visit blockscan.com↗ and enter the caps smart contract address to search. Select the network where you own caps. Then go to Contract > Write contract tab. Press "Connect to Web3" button/link so you can connect your wallet and perform actions.

Find the batchTransferFrom function and enter your own from (address, 0x...), tokenIds array (uint256, numbers which can be found using balanceOfWallet read function) and recipients to (address, 0x...). Then press "Write" and confirm action in your wallet.

How to transfer my caps using block explorer

Result of transaction will be appeared on block explorer's Transactions tab.