Skip to main content

Interface: EvmNftCollectionInput

moralis-monorepo / @moralisweb3/common-evm-utils / EvmNftCollectionInput

Interface: EvmNftCollectionInput

@moralisweb3/common-evm-utils.EvmNftCollectionInput

This can be any object with valid block data.

Example

const input = {
chain: '0x1',
contractType: 'ERC721',
name: 'Test NFT',
symbol: 'TEST',
tokenAddress: '0xe4c7bf3aff7ad07f9e80d57f7189f0252592fee6321c2a9bd9b09b6ce0690d27',
}

Table of contents

Properties

Properties

chain

chain: EvmChainish


contractType

contractType: string


name

name: string


symbol

symbol: string


tokenAddress

tokenAddress: EvmAddressInput