Can not see all transactions of a contract in testnet scan

Hi everyone,

So I’ve just started with Tomochain recently. I made a really simple contract and interact with it through a yarn hardhat console (as a temporary solution). Everything looks good except the fact that I no longer can see my contract’s transactions anymore.

For example, this is a transaction made when I call a function in my contract.The tx hash is: 0xe7b9a9fae5c69ebd891c0d81224c91c87671d2442ceb5042bec65fe07e0caa83.

The transaction is marked as Success. But when I click to see my contract, it shows no transaction at all !?

Does anyone have any idea about this problem? Thanks for your help!