latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

Etherscan Proxy

Get contract creation info via Etherscan v2

Proxies Etherscan v2 contract/getcontractcreation server-side so the Launchpad ships no Etherscan API key in its bundle. Returns 404 when Etherscan has no creation record for the address.

get/v1/eth/contract-creation/{network}/{address}

Path parameters

networkstring required

The network to query (chainid is derived server-side)

addressstring required

The contract address to look up

Response

Contract creation record

contractAddressstring required

The contract address queried

contractCreatorstring required

EOA that sent the creation transaction

contractFactorystring nullable

Factory contract that deployed this contract (null when deployed directly)