How to get Contract Creation information
Hi,I have transactions list and I want to konw how to get Contract Creation detail information form Txn Hash in transactions list.
And I get Contract Creation information API should be like this "https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API".
0
-
Hello.
Contract creation information is accessible in the transaction details.
https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API#get-transaction-info
"input" field contains the contract hex code and "creates" field has the created contract address.
For example:
0
Please sign in to leave a comment.
Comments
1 comment