Constructors

Properties

abi?: Abi[]

Specifies the ABI of the contract.

address: string

Specifies the address of the contract.

chainId: number

Specifies the chain ID of the contract. Must be a supported chain.

name: string

Specifies the name of the contract (Only for display purposes).

publicVerification?: boolean

Specifies whether to verify the contract publicly.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]