Skip to main content

Interface: EvmNftMetadataInput

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

Interface: EvmNftMetadataInput

@moralisweb3/common-evm-utils.EvmNftMetadataInput

Valid ERC20 token input

Example

const input = {
chain: 1,
tokenAddress: "0x7de3085b3190b3a787822ee16f23be010f5f8686",
syncedAt: "2022-02-19",
contractType: "ERC721",
symbol: "BAMC",
}

Table of contents

Properties

Properties

chain

chain: EvmChainish


contractType

Optional contractType: string


name

name: string


symbol

symbol: string


syncedAt

syncedAt: null | DateInput


tokenAddress

tokenAddress: EvmAddressInput