Crate which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions.
Creates new instance of OwnableBaseState.
Transferes ownership to specified address. Panic if ctx.sender is not the actual owner.
Verifies that ctx.sender is an actual owner.
Returns current owner address.