为啥给自己账户转账会失败 #9
Unanswered
henry652341974
asked this question in
Q&A
Replies: 1 comment
-
|
你在调用这个函数之前,有给这个合约转足够的 ETH 进去吗? |
Beta Was this translation helpful? Give feedback.
0 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.
-
我随便写了一个转账。我知道肯定不会成功,但我想知道原因
`
`
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
contract SendDemo {
}
Beta Was this translation helpful? Give feedback.
All reactions