Files
openzeppelin-contracts/certora/specs/methods/IOwnable.spec
github-actions 6ae39c4dc1 Update docs
2023-05-09 19:56:30 +00:00

6 lines
105 B
Python

methods {
owner() returns (address) envfree
transferOwnership(address)
renounceOwnership()
}