Binance Web3 Connector JS
    Preparing search index...

    TokenBasicInfo

    interface TokenBasicInfo {
        binanceChainId?: string;
        createTime?: number | bigint;
        creatorAddress?: string;
        decimals?: number;
        tagList?: TokenTagInformation;
        tokenContractAddress?: string;
        tokenLogoUrl?: string | null;
        tokenName?: string;
        tokenSymbol?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Unique identifier of the chain.

    TokenBasicInfo

    createTime?: number | bigint

    Token creation time, Unix millisecond timestamp.

    TokenBasicInfo

    creatorAddress?: string

    Token creator wallet address.

    TokenBasicInfo

    decimals?: number

    Token decimals.

    TokenBasicInfo

    TokenBasicInfo

    tokenContractAddress?: string

    Token contract address.

    TokenBasicInfo

    tokenLogoUrl?: string | null

    Token logo link. Null when no logo is available.

    TokenBasicInfo

    tokenName?: string

    Token full name.

    TokenBasicInfo

    tokenSymbol?: string

    Token symbol.

    TokenBasicInfo