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
Metamorphic is a popular complementary tool, with factories for multiple contracts deployed on mainnet.
To avoid front-running / stealing of selfdestructed addresses (because the functions on the deployed factories are public), they enforce that the first 20bytes of the salt must match the msg.sender.
This is a request to include another input flag, that when non-empty, would be the prefix of the calculated salts.
The text was updated successfully, but these errors were encountered:
To avoid front-running / stealing of selfdestructed addresses (because the functions on the deployed factories are public), they enforce that the first 20bytes of the salt must match the msg.sender.
Metamorphic is a popular complementary tool, with factories for multiple contracts deployed on mainnet.
To avoid front-running / stealing of selfdestructed addresses (because the functions on the deployed factories are public), they enforce that the first 20bytes of the salt must match the msg.sender.
This is a request to include another input flag, that when non-empty, would be the prefix of the calculated salts.
The text was updated successfully, but these errors were encountered: