Skip to main content
id
String!
required
The id of the new token. (tokenAddress:networkId)
tokenAddress
String!
required
The contract address of the new token.
networkId
Int!
required
The network ID the token is deployed on.
blockNumber
Int!
required
The block number of the token contract’s creation.
transactionIndex
Int!
required
The index of the transaction within the block.
traceIndex
Int!
required
The index of the trace within the token contract’s creation transaction.
transactionHash
String!
required
The unique hash for the token contract’s creation transaction.
blockHash
String!
required
The unique hash for the token contract’s creation block.
timeCreated
Int!
required
The unix timestamp for the creation of the token.
creatorAddress
String!
required
The address of the token creator.
creatorBalance
String!
required
The token creator’s network token balance.
tokenName
String!
required
The name of the token.
totalSupply
String!
required
The total supply of the token.
tokenSymbol
String!
required
The symbol of the token.
decimals
Int!
required
The token’s number of decimals.