We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4685fc commit 9c0046fCopy full SHA for 9c0046f
contracts/access/manager/IAccessManager.sol
@@ -36,7 +36,7 @@ interface IAccessManager {
36
*
37
* NOTE: The meaning of the `since` argument depends on the `newMember` argument.
38
* If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role,
39
- * otherwise it indicates the execution delay for this account and roleId is updated.
+ * otherwise it indicates the timestamp when the execution delay update takes effect for this account and roleId.
40
*/
41
event RoleGranted(uint64 indexed roleId, address indexed account, uint32 delay, uint48 since, bool newMember);
42
0 commit comments