You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modifier onlyOwner {
//require(msg.sender == i_owner, "Sender is not owner!");if(msg.sender!= i_owner){ revertNotOwner();}
_;//represent executing the rest of the code
}
Above code gives an error please help me resolve it!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Above code gives an error please help me resolve it!
Beta Was this translation helpful? Give feedback.
All reactions