Skip to main content
amount
String!
Amount of tokens burned (raw on-chain value, no decimal shift).
totalSupply
String
New total supply after the burn. Null when the token’s supply is unknown.
circulatingSupply
String
New circulating supply after the burn. Null when unknown.
Member of the TokenLifecycleEventData union. Returned as data.__typename = "TokenBurnEventData" when eventType is BURN on a TokenLifecycleEvent.