Right now I have a web socket that's subscribed to all pending transactions. I was wondering if I'm able to figure out if I'm able to decide if a particular transaction involves an ERC721 token with the object that gets returned.
I was looking into Etherscan recently and I realized that a lot of the data Etherscan displays seems pretty challenging to retrieve and was wondering how Etherscan's ERC721 token transfer feature is implemented.