Function resolveImplementation

  • Resolve the implementation address of a proxy contract and its bytecode

    Parameters

    • address: string

      the contract address

    • provider: Provider

      RPC provider

    Returns Promise<{
        address: string;
        bytecode: string;
    }>

    the implementation address and its bytecode

Generated using TypeDoc