liyang-eric
Results
1
issues of
liyang-eric
 正确的方式应该是这样? ``` constructor(uint256 _amount) payable { payable(address(this)).transfer(_amount); } ```