Skip to main content

Class: ERC2612TokenFactory

Constructors

constructor

new ERC2612TokenFactory()

Properties

abi

Static Readonly abi: ({ anonymous: undefined = false; inputs: { internalType: string = "string"; name: string = "name_"; type: string = "string" }[] ; name: undefined = "allowance"; outputs: undefined ; stateMutability: string = "nonpayable"; type: string = "constructor" } | { anonymous: boolean = false; inputs: { indexed: boolean = true; internalType: string = "address"; name: string = "owner"; type: string = "address" }[] ; name: string = "Approval"; outputs: undefined ; stateMutability: undefined = "view"; type: string = "event" } | { anonymous: undefined = false; inputs: { internalType: string = "address"; name: string = "owner"; type: string = "address" }[] ; name: string = "allowance"; outputs: { internalType: string = "uint256"; name: string = ""; type: string = "uint256" }[] ; stateMutability: string = "view"; type: string = "function" })[] = _abi

Methods

connect

Static connect(address, signerOrProvider): ERC2612Token

Parameters

NameType
addressstring
signerOrProviderProvider | Signer

Returns

ERC2612Token


createInterface

Static createInterface(): TokenERC2612Interface

Returns

TokenERC2612Interface