Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OwnableABI

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI

pub trait OwnableABI<TState>

Trait functions

owner

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI::owner

fn owner(self: @TState) -> ContractAddress

transfer_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI::transfer_ownership

fn transfer_ownership(ref self: TState, new_owner: ContractAddress)

renounce_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI::renounce_ownership

fn renounce_ownership(ref self: TState)

transferOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI::transferOwnership

fn transferOwnership(ref self: TState, newOwner: ContractAddress)

renounceOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABI::renounceOwnership

fn renounceOwnership(ref self: TState)