0

这是我的代码:

    function WithdrawBalance () onlyOwner public payable {
        msg.sender.transfer(address(this).balance);
    }

它适用于以太坊 rikeby 网络,但在 Fantom 上失败了。

有谁知道是什么问题?

4

0 回答 0