Properties
Readonly
[internal]
[internal]: any
Readonly
fallback
fallback: null | WrappedFallback
filters
filters: {
OwnershipTransferred: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
OwnershipTransferred(address,address): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
}
Type declaration
-
OwnershipTransferred: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
OwnershipTransferred(address,address): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
interface
interface: IOwnableInterface
owner
owner: TypedContractMethod<[], [string], "view">
Readonly
runner
runner: null | ContractRunner
Readonly
target
target: string | Addressable
transferOwnership
transferOwnership: TypedContractMethod<[account: AddressLike], [void], "nonpayable">