telosnetwork / teloscan

Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
https://teloscan.io
Apache License 2.0
22 stars 25 forks source link

Fix special case in Transaction Action on Transaction Page. #778

Open pmjanus opened 5 months ago

pmjanus commented 5 months ago

We are displaying the wrong Transaction Action for this tx: https://www.teloscan.io/tx/0xcaec358673e357f0f4a80559c57b4c7bcd23f1e95967e404aab325b931db1207

It says there was a call of a [] function, but looking at the data, there was no function call, it looks like a zero value transfer.

Expected Outcome:

Treat it as a transfer of 0 TLOS.