Interface Token

Represents a token with its associated information.

Hierarchy

  • Token

Properties

token: string

The address of the token.

name: string

The name of the token.

symbol: string

The symbol of the token.

decimals: number

The number of decimal places for the token.

totalSupply: bigint

The total supply of the token.

transferLimit: bigint

The transfer limit of the token.

walletLimit: bigint

The wallet limit of the token.

owner: string

The address of the token owner.

isBaseToken: boolean

Indicates whether the token is a base token.

pairs?: Pair[]

An array of pairs associated with the token.

Generated using TypeDoc