Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

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.