Withdraw
withdraw()
function withdraw() public onlyOwner {
payable(owner()).transfer(address(this).balance);
}
Last updated
Was this helpful?
function withdraw() public onlyOwner {
payable(owner()).transfer(address(this).balance);
}
Last updated
Was this helpful?