Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OwnableABIDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableABIDispatcherTrait

Part of the group: dispatchers

pub trait OwnableABIDispatcherTrait<T>

Trait functions

owner

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

fn owner(self: T) -> ContractAddress

transfer_ownership

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

fn transfer_ownership(self: T, new_owner: ContractAddress)

renounce_ownership

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

fn renounce_ownership(self: T)

transferOwnership

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

fn transferOwnership(self: T, newOwner: ContractAddress)

renounceOwnership

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

fn renounceOwnership(self: T)