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
function initialize(address_gauge, address_owner) external {
Initialize can be called by anyone after construction. The Factory does this atomically and should prevent frontrun, but all of this initialization can be rolled up into the constructor to allow the contract to be safely deployed independently of the factory.
If this is not changed, add documentation that it should only be deployed via the factory.
The text was updated successfully, but these errors were encountered:
auto-ve-bribe/src/AutoVeBribe.sol
Line 29 in dd5fbce
Initialize can be called by anyone after construction. The Factory does this atomically and should prevent frontrun, but all of this initialization can be rolled up into the constructor to allow the contract to be safely deployed independently of the factory.
If this is not changed, add documentation that it should only be deployed via the factory.
The text was updated successfully, but these errors were encountered: