For the complete documentation index, see llms.txt. This page is also available as Markdown.

IOwnable

Interface for ownable contracts

owner

function owner() external view returns (address)

Was this helpful?