TonFun
  • Welcome
  • Basics
    • Glossary
    • Architecture
      • BclMaster
      • JettonMaster
      • JettonWallet
      • JettonMaster storage layout
    • API
    • SDK
      • changelog
  • SDK Api reference
    • BclSDK
      • classes
        • BclSDK
      • type-aliases
        • AnyApiProvider
    • client
      • adapters
        • functions
          • normalizeCoin
          • normalizeCoinEvent
        • type-aliases
          • AnyObject
      • BclClient
        • classes
          • BclClient
        • type-aliases
          • TransactionStatus
      • ofetchHttpProvider
        • classes
          • OfetchHttpProvider
      • types
        • type-aliases
          • BclEvent
          • BclEventBuy
          • BclEventDeployment
          • BclEventSell
          • BclEventSendLiq
          • ClientOptions
          • Coin
          • CoinMetadata
          • Event
          • GetCoinsResponse
          • GetEventsResponse
    • index
      • functions
        • crc32
        • crc32str
        • packReferralConfig
        • unpackReferralConfig
      • type-aliases
        • ReferralConfig
      • variables
        • Constants
    • provider
      • httpProviderBase
        • interfaces
          • HttpProviderBase
      • simpleTonapiProvider
        • functions
          • createProvider
          • simpleTonapiProvider
      • tonConnectSender
        • functions
          • tonConnectSender
        • type-aliases
          • TonConnectLikeObject
    • wrappers
      • BclJetton
        • classes
          • BclJetton
        • functions
          • parseBclEvent
        • type-aliases
          • BclData
          • BuyOptions
          • ContractEvent
          • EventBuy
          • EventSell
          • EventSendLiq
      • BclMaster
        • classes
          • BclMaster
        • type-aliases
          • DeployCoinInput
          • DeployCoinOpts
          • MasterData
      • BclWallet
        • classes
          • BclWallet
Powered by GitBook
On this page
  • Type Alias: BclEventDeployment
  • Type declaration
  • Defined in
  1. SDK Api reference
  2. client
  3. types
  4. type-aliases

BclEventDeployment

PreviousBclEventBuyNextBclEventSell

Last updated 5 months ago

• Docs


/ / BclEventDeployment

Type Alias: BclEventDeployment

BclEventDeployment: object

This event occurs when new coin is deployed It contains coin information at the moment of deployment

Type declaration

Name
Type
Description
Defined in

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

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

type

"deployment"

-

Defined in

ton-bcl-sdk
ton-bcl-sdk
client/types
client/types.ts:211
client/types.ts:237
client/types.ts:225
client/types.ts:254
client/types.ts:233
client/types.ts:229
CoinMetadata
client/types.ts:216
client/types.ts:246
client/types.ts:262
client/types.ts:250
client/types.ts:220
client/types.ts:258
client/types.ts:242
client/types.ts:212