pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
304 stars 18 forks source link

📋 Unit and Fuzzing Tests #10

Closed pcaversaccio closed 11 months ago

pcaversaccio commented 1 year ago

Functions

public Functions

CREATE

CREATE2

CREATE3

internal Functions

Each function is considered tested if all unit and fuzz tests have been added.

function statefulFuzz_NoEtherBalance() public {
    assertEq(createXAddr.balance, 0);
}