lession 4: Fund me, withdraw is not working as expected. #4719
-
hey, is your withdraw function working? contract address: 0xC21ad10b629Fd0f149941342A0563853c3B1867e https://goerli.etherscan.io/address/0xc21ad10b629fd0f149941342a0563853c3b1867e please do let me know if amount is reflected back to your wallet. |
Beta Was this translation helpful? Give feedback.
Answered by
0xREALAldc
Feb 4, 2023
Replies: 1 comment 5 replies
-
In the contract transactions there's a withdraw function call, but it has withdrawn 0 eth...maybe in your contract you're just setting the amount for the address to 0 and not using this value to send to the owner? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Gukirt007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the contract transactions there's a withdraw function call, but it has withdrawn 0 eth...maybe in your contract you're just setting the amount for the address to 0 and not using this value to send to the owner?