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

Contract call simulation does not use native ETH input #2420

Closed
k1rill-fedoseev opened this issue Nov 22, 2024 · 0 comments · Fixed by #2419
Closed

Contract call simulation does not use native ETH input #2420

k1rill-fedoseev opened this issue Nov 22, 2024 · 0 comments · Fixed by #2419
Assignees
Labels
bug Something isn't working

Comments

@k1rill-fedoseev
Copy link
Member

https://eth.blockscout.com/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45?tab=read_write_contract#0x04e45aaf
Image

The following call fails on simulation, but succeeds on Write. While inspecting network requests, it's found that the reason for this is missing value input in the simulated eth_call.

If "Send native ETH" input is present, eth_call needs to use it as well.

@k1rill-fedoseev k1rill-fedoseev added the bug Something isn't working label Nov 22, 2024
@tom2drum tom2drum self-assigned this Nov 25, 2024
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

Successfully merging a pull request may close this issue.

2 participants