Vectorized

Results 90 comments of Vectorized

Due to circumstances (some imperfections found in V1 during the audit), we are considering the possibility of a V2 with beacon capabilities. But this won’t be an easy task. Two...

@waynehoover I think right now I don’t have brain juice for making the V2 factory. πŸ˜‚ Estimated effort is 2 weeks (not including time to mine the address). And I...

@waynehoover @Atarpara Yes, currently under audit. Finishing soon, tentatively by Aug 25th. So far no vulnerabilities. :)

Solady's WETH intended purpose is to provide an example for testing and educational purposes. For serious business, users should consider [METH](https://github.com/Philogy/meth-weth) which is more complete and efficient.

Hashing the salt with the `chainId` can help prevent replays, but this will make it 2x more expensive to mine vanity addresses for deployments. Hmm... I should have baked in...

Update: after thinking deeper, it seems like there's no easy generalized way. Even if we include in the `implementation` and `admin` into the initcode or salt, a troublemaker can still...

> Could the disposable contract be deployed and self-destructed in the same deployment tx on the factory? Maybe I'm misunderstanding. I'm thinking how can we make the disposable contract as...

Could be related: https://github.com/crytic/slither/issues/1966