Sometimes I'm reminded of how convoluted exploring Solana data can be, and why it's chewing glass for new devs. "Can I see all the rewards claimed for a hotspot in Solscan?" Well yeah, you just go to their wallet. Then portfolio. Then cNFTs. Then because the hotspot is compressed, you can't directly search its tx history. You have to get the address of another on-chain account associated with it. So go to the metadata. Then click the URL. Then grab that address. Then plug that into explorer. Now click on one of the txs. There are multiple claims in that one tx, so you have to find the instruction for that specfic account key. Yikes.
3,38K