Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OwnableTwoStepABIDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABIDispatcherTrait

Part of the group: dispatchers

pub trait OwnableTwoStepABIDispatcherTrait<T>

Trait functions

owner

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

fn owner(self: T) -> ContractAddress

pending_owner

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABIDispatcherTrait::pending_owner

fn pending_owner(self: T) -> ContractAddress

accept_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABIDispatcherTrait::accept_ownership

fn accept_ownership(self: T)

transfer_ownership

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

fn transfer_ownership(self: T, new_owner: ContractAddress)

renounce_ownership

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

fn renounce_ownership(self: T)

pendingOwner

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABIDispatcherTrait::pendingOwner

fn pendingOwner(self: T) -> ContractAddress

acceptOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABIDispatcherTrait::acceptOwnership

fn acceptOwnership(self: T)

transferOwnership

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

fn transferOwnership(self: T, newOwner: ContractAddress)

renounceOwnership

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

fn renounceOwnership(self: T)