contract-bots-gang
contract-bots-gang copied to clipboard
no alert fired due to large return size
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
- UpSwing Finance contract 0x4512e002176b15a3a8b44469d3ef3b950b89ea62de108f6e32c58581f1b751fe
- Sushiswap Exploiter contract 0xbf8b32377677a97ac6348f4bb06dd71a96591d547333b4c0bf5983d7d8644ba5.
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)