A list of newly created tokens.
See LatestToken
Show Properties
Show Properties
The id of the new token. (tokenAddress:networkId)
The contract address of the new token.
The network ID the token is deployed on.
The block number of the token contract’s creation.
The index of the transaction within the block.
The index of the trace within the token contract’s creation transaction.
The unique hash for the token contract’s creation transaction.
The unique hash for the token contract’s creation block.
The unix timestamp for the creation of the token.
The address of the token creator.
The token creator’s network token balance.
The name of the token.
The total supply of the token.
The symbol of the token.
The token’s number of decimals.
Simulated token contract results, if available.
See LatestTokenSimResults
Show Properties
Show Properties
Whether or not a token was able to be succesfully bought during simulation.
Tax paid for a buy transaction during simulation.
Gas used for a buy transaction during simulation.
The maximum token amount an address can buy during simulation.
Whether or not a token was able to be succesfully sold during simulation.
Tax paid for a sell transaction during simulation.
Gas used for a sell transaction during simulation.
The maximum token amount an address can sell during simulation.
Whether or not the contract ownership was able to be transferred during simulation.
Whether or not the contract ownership was able to be renounced during simulation.
Whether or not the contract ownership is already renounced during simulation (owner is 0x0).
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.