[LatestToken!]!
A list of newly created tokens.
See LatestToken
Show Properties
Show Properties
String!
The id of the new token. (tokenAddress:networkId)
String!
The contract address of the new token.
Int!
The network ID the token is deployed on.
Int!
The block number of the token contract’s creation.
Int!
The index of the transaction within the block.
Int!
The index of the trace within the token contract’s creation transaction.
String!
The unique hash for the token contract’s creation transaction.
String!
The unique hash for the token contract’s creation block.
Int!
The unix timestamp for the creation of the token.
String!
The address of the token creator.
String!
The token creator’s network token balance.
String!
The name of the token.
String!
The total supply of the token.
String!
The symbol of the token.
Int!
The token’s number of decimals.
[LatestTokenSimResults!]!
Simulated token contract results, if available.
See LatestTokenSimResults
Show Properties
Show Properties
Boolean
Whether or not a token was able to be succesfully bought during simulation.
String
Tax paid for a buy transaction during simulation.
String
Gas used for a buy transaction during simulation.
String
The maximum token amount an address can buy during simulation.
Boolean
Whether or not a token was able to be succesfully sold during simulation.
String
Tax paid for a sell transaction during simulation.
String
Gas used for a sell transaction during simulation.
String
The maximum token amount an address can sell during simulation.
Boolean
Whether or not the contract ownership was able to be transferred during simulation.
Boolean
Whether or not the contract ownership was able to be renounced during simulation.
Boolean
Whether or not the contract ownership is already renounced during simulation (owner is 0x0).
String
If a call was found to trigger liquidity & trading, this is the call name.
Used By
Returned by- getLatestTokens (deprecated): Returns a list of latest tokens.