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