Skip to main content

Ownable

Constructor

new Ownable(config: IContractConfig);
ParamTypeDescription
configIContractConfig





Properties

address

Returns

Type: Address



Methods

owner()

Returns

Type: Promise<string>

renounceOwnership(args)

Parameters

NameTypeDescription
argsIOwnableRenounceOwnershipParams

Returns

Type: ContractOperation

transferOwnership(args)

Parameters

NameTypeDescription
argsIOwnableTransferOwnershipParams

Returns

Type: ContractOperation



Events

OwnershipTransferred

Emits

Type: Log & { args: IOwnableOwnershipTransferredEventParams }