Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 841 Bytes

Erc20Token.md

File metadata and controls

18 lines (16 loc) · 841 Bytes

Erc20Token

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.
decimals BigDecimal The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
logoUri String The logo uri for the address. [optional]
ercType ErcTypeEnum
price AllOfErc20TokenPrice The token price, if available. [optional]

Enum: ErcTypeEnum

Name Value
ERC_20 "ERC-20"