
Retrieves full token audit information based on the specified blockchain and contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the full audit
Name of the project or token
LILYToken symbol
LILYNumber of decimals for the token
18Owner of the token
0xOwnerAddressHereTotal supply of the token in human-readable format
1000000000Percentage of token clog
0.05Percentage of top holder
20%Number of top holders analyzed
100Percentage of top 8 holders
15%Bad Request: Invalid chain, address, or token
Forbidden: Invalid API key
Rate limit exceeded
Internal server error
Retrieves audit information based on the specified blockchain and any contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the audit
Privileges given in the contract
🟡Rating of potential malicious code
🔴Number of tokens allowed per transaction
8,400,000,000 tokensConditions or events that enforce these limits
Until the owner removes limits using `removeLimits()`Bad Request: Invalid chain or contract address
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Retrieves the latest LP lock detected by eVa, inclusive of parameters and audit info
Successfully fetched latest lock
Name of the token
LILYSymbol of the token
LILYContract address of the token
0xYourContractAddressClogging percentage of the token
0.05Owner's address, indicating renouncement status if applicable
0xOwnerAddressHerePercentage of liquidity locked
25.3Value of the locked liquidity in ETH
200000Percentage of the token supply that is locked
85.6Market capitalization of the token
10000000Timestamp for the latest lock, in seconds since epoch
1690000000Bad Request: Invalid chain or contract address
Generate an audit based on the specified code snippet, without requiring chain or contract details.
The Solidity code snippet to audit.
Successfully fetched the audit
Privileges given in the contract
🟡Rating of potential malicious code
🔴Number of tokens allowed per transaction
8,400,000,000 tokensConditions or events that enforce these limits
Until the owner removes limits using `removeLimits()`Bad Request: Code snippet is required
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Last updated