CloneFactory

This library provides functions for creating and checking clones of contracts.

Internal Functions

_createClone

Creates a clone of the target contract by using the delegatecall mechanism. It generates the clone's bytecode by combining the creation code and the runtime code.

Parameters

Returns

_isClone

Checks if a given contract address is a clone of the target contract.

Parameters

Returns

Last updated