Skip to content
New issue

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

Add event on creation with mastercopy, initital owner and nonce #46

Open
rmeissner opened this issue Apr 2, 2020 · 0 comments
Open
Labels
contracts This issue is related to contract changes

Comments

@rmeissner
Copy link
Member

To easily retrieve the creation params for a proxy (or to check if a proxy has already been deployed) it would be nice to emit a special event with the proxy address (indexed), the mastercopy, the initial owner (msg.sender) and the salt nonce. With this it is easy to check the proxy configuration and that is has been deployed.

Alternative: it might be even enough to index the proxy address in the proxy creation event, but this changes the official definition of this event.

@germartinez germartinez added the contracts This issue is related to contract changes label Apr 2, 2020
@cag cag mentioned this issue Dec 21, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts This issue is related to contract changes
Projects
None yet
Development

No branches or pull requests

2 participants