We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ownable2step
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
The text was updated successfully, but these errors were encountered:
@Artemka374 Hey there, I would love to contribute to this. Is this issue still open to be contributed to ?
Sorry, something went wrong.
No branches or pull requests
An extension of the already implemented
Ownable
contract that addsthe ability to change the owner of a contract in two steps, using the
transfer_ownership
andaccept_ownership
functions, like in OpenZeppelin's implementation here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable2Step.solThe text was updated successfully, but these errors were encountered: