ton-bcl-sdkarrow-up-right • Docs
ton-bcl-sdkarrow-up-right / client/types / BclEventSell
BclEventSell: object
object
This event occurs when someone sold coins
newSupply
bigint
Current supply of the token
client/types.ts:199arrow-up-right
referral
string
-
client/types.ts:204arrow-up-right
supplyDelta
How much supply of coin is changed Basically this is the amount of tokens user sold
client/types.ts:195arrow-up-right
tonLiqCollected
Current amount of TON liquidity collected by contract
client/types.ts:203arrow-up-right
tonValue
Amount of TONs user received for sale
client/types.ts:190arrow-up-right
trader
Address | null
Address
null
Address of the user
client/types.ts:186arrow-up-right
type
"sell"
client/types.ts:182arrow-up-right
client/types.ts:181arrow-up-right
Last updated 1 year ago