Replies: 1 comment 2 replies
-
Hello @Tina1697 ETH didnt go anywhere. Etherscan is not showing withdraw values on the right, you have to just click that transaction hash and you will see it as below: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use call function to withdraw the fund from the contract to my own account, but failed. It seemed after withdraw function called, the ETH balance of the contract turned to 0, but these balance wasn't added to my account, where did it go?
I attached the withdraw function with call function used, and contract transaction details, it shows that every time I called withdraw function, the value is 0 ETH(actually I set it as contract balance), and direction is "IN" rather than "Out" !

Please help me find out where the problem is, this is my first smart contract !!
Beta Was this translation helpful? Give feedback.
All reactions