Interface Token

TokenMinimal

The TokenMinimal interface represents minimal data for a token in a blockchain.

Hierarchy

Properties

address: string

The address of the token contract on the blockchain.

chainId: number
decimals: number

The number of decimal places the token can be divided into.

isNative: boolean
isWrappedNative: boolean
name: string
priceETH?: BigNumberish
priceUSD?: BigNumberish
symbol: string

The symbol used to represent the token.

Generated using TypeDoc