Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect from/to address extraction for internal transfers #349

Open
Romsters opened this issue Dec 4, 2024 · 1 comment
Open

Incorrect from/to address extraction for internal transfers #349

Romsters opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Romsters
Copy link
Collaborator

Romsters commented Dec 4, 2024

πŸ› Bug Report

πŸ“ Description

When transfer is made through a internal contract call explorer doesn't correctly set the from address, it's shown as 0x00…0.

πŸ”„ Reproduction Steps

Deploy a contract with a function which makes a transfer. Call the function, find the transfer in explorer and see the from address is shown as 0x00…0.

πŸ€” Expected Behavior

From address should be set to the sender address.

😯 Current Behavior

From address should be set to 0x00…0.

@Romsters Romsters added the bug Something isn't working label Dec 4, 2024
@kiriyaga-txfusion kiriyaga-txfusion self-assigned this Dec 24, 2024
@kiriyaga-txfusion
Copy link

Hello @Romsters,
I wasn't able to reproduce the issue, as all the 'to' and 'from' addresses are set correctly. I tested transferring both ETH and an ERC-20 token, and the transactions were properly reflected on the block explorer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants