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