You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: