DOCS

resolveImplementation

Resolve the implementation address of a proxy contract and its bytecode

Parameters

Returns

the implementation address and its bytecode

type ReturnType = Promise<{ address: string; bytecode: string }>;