How can i determine which block it was deployed at?

Given a contract address. How can i determine which block it was deployed at? Or transaction hash for deployment? I am using web3py...any suggestions..??.. i had researched a lot couldn't find a efficient solution
You already invited:

Mr David

Upvotes from:

If you only know the contract address and nothing more, you have to iterate all the blocks with corresponding transactions to figure out how this contract address be created.
But there maybe a 3rd party service to do this work.

If you wanna answer this question please Login or Register