This API runs a real-time risk analysis for a given contract address.
Real-Time Smart Contract Analysis
Webacy enables real-time smart contract analysis through fuzzing, static analysis, dynamic analysis and more. Screen contracts before interacting, and before listing on your application.
Optional Parameters
fromBytecode
: Non bytecode (defaultfromBytecode
= false) mode does a quick scan if the contract is verified, and returns a high level analysis of the contract functions. SetfromBytecode
flag totrue
for bytecode scanning of unverified contracts. Bytecode analysis can take longer (up to 10 minutes) but may yield better results.
refreshCache
: Set this to true to re-run analysis on a given address. all subsequent calls should be set to false to retrieve final results of the scan.
callback
: You can specify a callback location to retrieve delayed data as it is found through bytecode analysis.