Yixuan
Yixuan
**Describe the bug** ## Description EthVM's Transaction Summary has an Action section to record native token transfers, but it contains two significant issues: https://sepolia.ethvm.com/tx/0x984c4056ac345a7cf43296fb1a1a5c06dfd6aca05b655376e75b6b00ec063df7?t=actions 1. **Incorrect Amount Display:** - Amounts...
### Description In the "Transaction details", the Asset Flows incorrectly record failed `transfer` calls as successful transfers. POC ```solidity pragma solidity 0.8.0; contract TestPoc { function b(address test, uint256 amount)...
### Description Failed internal transactions will be displayed as successful. Example https://eth.blockscout.com/tx/0x468dfc854bed2d71fd94e2f72842df42a42c527f111284c5f00d90ea72ef9f83?tab=internal The transaction was failed, so all internal transaction should be failed. But the blockscout recorded these as successful....
https://github.com/tczpl/XBlock-ETH/pull/13
**Describe the bug** Although some internal transactions were failed, it also show the successful in the token transfer and internal transactions. **To Reproduce** Trace attack code. ``` // SPDX-License-Identifier: UNLICENSED...