msilb7
Joined Jun 22, 2021
//4Upvotes
Base Goerli - Onchain Deployer Measures
Apr 30, 2023 - Filter onchain deployments on Base Goerli to only include contracts that: - Are longer than some minimum byte length (default 1000) - Are the first instance of their bytecode on Base Goerli (i.e. no duplicate code) - Were used in transactions (measured via traces) - Were not later destructed - Were deployed by an EOA, rather than another contract
4
msilb7