Interface: IToken
A token as defined in an ERC20 contract
Hierarchy
IToken
Index
Properties
Properties
decimals
• decimals: number
number of decimals supported by the token
name
• name: string
token name (e.g. "USD Coin)
symbol
• symbol: string
token symbol (e.g. USDC, USDT)
Last updated
Was this helpful?