3 Days, 20+ AI Experts, 25+ Workshops and Power Talks
Code: USD75OFF
- Page 388: The function removeAdmin should be:
function removeAdmin(address account) external onlyOwner { require(account != address(0) && admins[account]); admins[account] = false; }