📃Copycat Contract

hex"60008080808080335af1503d81803e3d90f3"

Copycat is a small EVM bytecode for deploying contracts on deterministic addresses, not depending on the bytecode hash.

once created, Copycat will call back the creator with empty calldata, and returns the return value.

the creator should return the final bytecode to be deployed.

Last updated