Last updated
Last updated
Currently, eVa AI API are only available for: eth, bsc, base, arb
Request an API key here: https://t.me/EvaAISupportBot
API cost is based on usage and company size
Retrieves full token audit information based on the specified blockchain and contract address.
The blockchain network (eth, bsc, base, sonic)
"eth"
The contract address of the token to audit
"0xYourContractAddress"
Successfully fetched the full audit
Name of the project or token
"LILY"
Token symbol
"LILY"
Number of decimals for the token
18
Owner of the token
"0xOwnerAddressHere"
Total supply of the token in human-readable format
1000000000
Percentage of token clog
0.05
Percentage of top holder
"20%"
Number of top holders analyzed
100
Percentage of top 8 holders
"15%"
Retrieves audit information based on the specified blockchain and any contract address.
The blockchain network (eth, bsc, base, sonic)
"eth"
The contract address of the token to audit
"0xYourContractAddress"
Successfully fetched the audit
List of findings
Privileges given in the contract
"🟡"
Rating of potential malicious code
"🔴"
Number of tokens allowed per transaction
"8,400,000,000 tokens"
Conditions or events that enforce these limits
"Until the owner removes limits using `removeLimits()`"
Retrieves the latest LP lock detected by eVa, inclusive of parameters and audit info
Successfully fetched latest lock
Name of the token
"LILY"
Symbol of the token
"LILY"
Contract address of the token
"0xYourContractAddress"
Clogging percentage of the token
0.05
Owner's address, indicating renouncement status if applicable
"0xOwnerAddressHere"
Percentage of liquidity locked
25.3
Value of the locked liquidity in ETH
200000
Audit details containing findings and contract security ratings
Percentage of the token supply that is locked
85.6
Market capitalization of the token
10000000
Timestamp for the latest lock, in seconds since epoch
1690000000
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
List of findings
Privileges given in the contract
"🟡"
Rating of potential malicious code
"🔴"
Number of tokens allowed per transaction
"8,400,000,000 tokens"
Conditions or events that enforce these limits
"Until the owner removes limits using `removeLimits()`"