Content
@
0 reply
0 recast
2 reactions
Timur Badretdinov
@destiner.eth
Introducing ContractScan: a same-address contract deployments search tool https://contractscan.xyz
2 replies
0 recast
2 reactions
Timur Badretdinov
@destiner.eth
I think we're gradually approaching the state where each protocol is the same singleton contract deployed across multiple networks. Most of the time, those deployments have the same address thanks to the CREATE2 opcode.
1 reply
0 recast
0 reaction
Timur Badretdinov
@destiner.eth
That makes it easy to detect them. All you need to do is to query each chain for a bytecode at the same address. Well, ContractScan does just that. Type an address (or select one from the examples), and get a list of deployments.
1 reply
0 recast
0 reaction
Timur Badretdinov
@destiner.eth
There's Blockscan already, why not use it? - Blockscan has like 50 chains (I think they only support chains indexed by Etherscan), and ContractScan has 100+. - Blockscan shows any address that has a non-empty state (e.g. a token balance)
1 reply
0 recast
0 reaction