contract-bots-gang icon indicating copy to clipboard operation
contract-bots-gang copied to clipboard

no alert fired due to large return size

Open uranutan opened this issue 3 years ago • 0 comments

For contracts with bigger size, the returned findings may exceed the limit of 50kB. This is particularly true if the deployed contract is malicious that contains complex logic. Some examples of recent exploiter contract creation transactions are

When running npm run tx txHash, the following error is returned

ERROR: Error: Cannot return more than 50kB of findings per request (received 87957 bytes)

uranutan avatar Feb 24 '23 11:02 uranutan