Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Paul Berg
@prberg
Given a contract address, is there a way to find the block number at which it was deployed? Does Etherscan's API provide information about this?
3 replies
1 recast
13 reactions
Mo
@meb
There might be an API. One other way is to just use an RPC call with binary search, going between a min max block range until you find the block where the code for the contract existed
0 reply
0 recast
0 reaction