Check your caps balance
Using app interface
The "My caps" page shows your balance of caps. If you have more than one of the same cap with the same condition, they will automatically gather into a stack.
You can also transfer caps to any address from here.
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 > Read contract tab.
Find the balanceOfWallet
function, enter your account
(address, 0x...). Then press "Query".
You will see the list of owned tokenIds
.
Now use the _tokenIdToConditionId
function, enter your tokenId
(uint256, number). Then press "Query".
You will obtain the conditionId
of the chosen tokenId
.
Now, using collections tables, you can identify the name of the cap and it's condition with this conditionId
.