contracts.ERC721Enumerable__factory
@bosonprotocol/ethers-sdk / Exports / contracts / ERC721Enumerable__factory
Class: ERC721Enumerable__factory
contracts.ERC721Enumerable__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ERC721Enumerable__factory()
Properties
abi
▪ Static
Readonly
abi: ({ anonymous
: undefined
= false; constant
: boolean
= true; inputs
: { name
: string
= "interfaceId"; type
: string
= "bytes4" }[] ; name
: string
= "supportsInterface"; outputs
: { name
: string
= ""; type
: string
= "bool" }[] ; payable
: boolean
= false; signature
: string
= "0x01ffc9a7"; stateMutability
: string
= "view"; type
: string
= "function" } | { anonymous
: undefined
= false; constant
: undefined
= false; inputs
: { name
: string
= "name"; type
: string
= "string" }[] ; name
: undefined
= "Approval"; outputs
: undefined
; payable
: boolean
= false; signature
: string
= "constructor"; stateMutability
: string
= "nonpayable"; type
: string
= "constructor" } | { anonymous
: boolean
= false; constant
: undefined
= false; inputs
: { indexed
: boolean
= true; name
: string
= "from"; type
: string
= "address" }[] ; name
: string
= "Transfer"; outputs
: undefined
; payable
: undefined
= true; signature
: string
= "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"; stateMutability
: undefined
= "payable"; type
: string
= "event" })[] = _abi
Defined in
src/contracts/factories/ERC721Enumerable__factory.ts:451
Methods
connect
▸ Static
connect(address
, signerOrProvider
): ERC721Enumerable
Parameters
Name | Type |
---|---|
address | string |
signerOrProvider | Signer | Provider |
Returns
Defined in
src/contracts/factories/ERC721Enumerable__factory.ts:455
createInterface
▸ Static
createInterface(): ERC721EnumerableInterface
Returns
ERC721EnumerableInterface