Skip to main content

Documentation

Git Source

Structured reference
TOC available

IOwned

Git Source

Interface for Solmate's Owned.sol contract

Functions

owner

function owner() external view returns (address);

Returns

NameTypeDescription
<none>addressowner of the contract

transferOwnership

Transfers ownership of the contract to a new address

function transferOwnership(address newOwner) external;