etherscan-api
    Preparing search index...

    Interface ContractCreation

    Contract creation info (contract.getcontractcreation).

    interface ContractCreation {
        contractAddress: string;
        contractCreator: string;
        txHash: string;
    }
    Index

    Properties

    contractAddress: string
    contractCreator: string
    txHash: string