1
modifier onlyOwner() {
  require(isOwner());
  _;
}

what is the use of the the underscore here and why it is used after almost every require statements!

Omeshwar
  • 11
  • 2

0 Answers0