Skip to content

EIP-173: Contract Ownership Standard  #52

@drllau

Description

@drllau

This EIP is about to enter acceptance stage.

The LexOwnable.sol contract will need to be updated in line.

event TransferOwner(address indexed from, address indexed to) event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

LexOwnable can be called from either side, previous or new
transferOwner(address to, bool direct)
A workaround may be to combine with ERC1363 to force a recipient call

additional query function
function owner() view external returns(address);

Note: OpenZepplin has express renounce function whereas LexOwnable cannot be set to zero.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions