Open Artemka374 opened 1 year ago
An extension of the already implemented Ownable contract that adds the ability to change the owner of a contract in two steps, using the transfer_ownership and accept_ownership functions, like in OpenZeppelin's implementation here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable2Step.sol
Ownable
transfer_ownership
accept_ownership
@Artemka374 Hey there, I would love to contribute to this. Is this issue still open to be contributed to ?
An extension of the already implemented
Ownable
contract that adds the ability to change the owner of a contract in two steps, using thetransfer_ownership
andaccept_ownership
functions, like in OpenZeppelin's implementation here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable2Step.sol