Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 711 Bytes

Erc721Token.md

File metadata and controls

19 lines (17 loc) · 711 Bytes

Erc721Token

Properties

Name Type Description Notes
address String A wallet or contract address in mixed-case checksum encoding.
name String The contract name.
symbol String The contract symbol.
ercType ErcTypeEnum
tokenId String
tokenUri String
metadata Erc721TokenMetadata
ownerAddress String A wallet or contract address in mixed-case checksum encoding. [optional]

Enum: ErcTypeEnum

Name Value
ERC_721 "ERC-721"