IOwned
Interface for Solmate's Owned.sol contract
Functions
owner
function owner() external view returns (address);
Returns
| Name | Type | Description |
|---|---|---|
<none> | address | owner of the contract |
transferOwnership
Transfers ownership of the contract to a new address
function transferOwnership(address newOwner) external;