'Modifiers in solidity
I am writing a contract where a funcion can be modified by the valid user or the admin.
Can I use two modifiers in the same function and the function can be accessed if either one of the modifiers succeed?
Or is there any way to make the admin bypass all modifiers and conditions?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
