The owner
function in the Ownable
abstract contract retrieves the address of the current owner of the contract. It is a read-only function that does not modify the state of the contract.
address
: Returns the address of the current owner of the contract.