-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels