Files
openzeppelin-contracts/certora/specs/methods/IOwnable.spec
github-actions dbe796d542 Update docs
2023-09-19 19:19:10 +00:00

6 lines
162 B
RPMSpec

methods {
function owner() external returns (address) envfree;
function transferOwnership(address) external;
function renounceOwnership() external;
}