Coin

ton-bcl-sdk • Docs


ton-bcl-sdk / client/types / Coin

Type Alias: Coin

Coin: object

Type declaration

Name
Type
Description
Defined in

address

Address

Address of the coin

authorAddress

Address | null

Address of the author

bclSupply

bigint

BCL supply of the coin This is the max amount of coins that are going to be sold on curve

createdAt

number

Timestamp of coin creation

id

string

Internal id of coin in ton.fun system, used for pagination

lastTradeDate

number

Last trade unixtime

liqSupply

bigint

Amount of tokens be minted for liquidity on STON.fi

metadata

Metadata of the coin

referral

string

Referral cell

routerAddress

Address

Ston.fi v2 router that this jetton is using

tonLiqCollected

bigint

Amount of TONs collected for STON.fi liquidity

totalSupply

bigint

Current supply of the coin

tradingCloseFee

bigint

Platform fee on trading close in TONs

tradingEnabled

boolean

Is trading phase active false means coin is listed on STON.fi you cant sell/buy coins via BCL contract

Defined in

client/types.ts:14

Last updated