karl
karl copied to clipboard
Create hash map that helps with identical scanned contracts.
Lots of times there are a lot of duplicate identical contracts deployed (one after the other). We can create a hash map that will save time in not scanning the same byte code again and again.