IOwnable.spec 105 B

12345
  1. methods {
  2. owner() returns (address) envfree
  3. transferOwnership(address)
  4. renounceOwnership()
  5. }