open_in_new
content_copy
function claimTokens() public onlyOwner { payable(_owner).transfer(address(this).balance); }