Merge remote-tracking branch 'upstream/master' into fv/Governor
This commit is contained in:
7
certora/specs/methods/IAccessControl.spec
Normal file
7
certora/specs/methods/IAccessControl.spec
Normal file
@ -0,0 +1,7 @@
|
||||
methods {
|
||||
hasRole(bytes32, address) returns(bool) envfree
|
||||
getRoleAdmin(bytes32) returns(bytes32) envfree
|
||||
grantRole(bytes32, address)
|
||||
revokeRole(bytes32, address)
|
||||
renounceRole(bytes32, address)
|
||||
}
|
||||
Reference in New Issue
Block a user