Add FV specs for TimelockController (#4098)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-03-14 14:27:37 +01:00
committed by GitHub
parent ea2d5ad2e7
commit 75ef7b8b27
5 changed files with 301 additions and 8 deletions

View File

@ -1,12 +1,5 @@
import "helpers.spec"
methods {
hasRole(bytes32, address) returns(bool) envfree
getRoleAdmin(bytes32) returns(bytes32) envfree
grantRole(bytes32, address)
revokeRole(bytes32, address)
renounceRole(bytes32, address)
}
import "methods/IAccessControl.spec"
/*
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐