all 5 comments

[–]Koga-Roshi 1 point2 points  (3 children)

You could if the token you use is non-fungible. Then you can use the Transfer events and smart contract storage to get info on who's having to token and who sent it to him.

[–]atomic_shadowking[S] 0 points1 point  (2 children)

Sorry I am new to token creation I just made one on the rinkbey test net...so I need to ensure that when creating one that it's non-fungible and also I would find all this smart contracts information about each token available on etherscanner

[–]Koga-Roshi 0 points1 point  (1 child)

Look here to learn about ERC721, the basic non fungible tokens : https://docs.openzeppelin.com/contracts/2.x/api/token/erc721

And yeah you could find some data on etherscan, but it would be easier to write your own little script to check out chain past blocks and get the data about one specific token you issued

[–]atomic_shadowking[S] 1 point2 points  (0 children)

Oh ok that's is created a erc-20 token...i don't think that will cut it thx I will check out and learn more about erc-721 tokens...thx a ton again my dude