Skip to content

Contract_base

const Contract_base: (target, abi, runner?) => BaseContract & Omit<ContractInterface, keyof BaseContract>;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/contract/contract.d.ts:161

ParameterType
target| string | Addressable
abi| Interface | InterfaceAbi
runner?| ContractRunner | null

BaseContract & Omit<ContractInterface, keyof BaseContract>