open_in_new
content_copy
modifier onlyOwner() { require(msg.sender == owner, "onlyOwner"); _; }