All Questions
Tagged with explorer-api receipts
2 questions
0
votes
1
answer
329
views
What is and where to see in transaction in Etherscan the fields result.contractAddress and result.confirmations in API?
When I download data from a contract using API there are 2 fields that i cannot understand in which part of transaction in Etherscan are these numbers and maybe give me the definition of those fields:
...
2
votes
0
answers
364
views
Web3 method getTransactionReceipt() does not return token transfer value for particular token transaction
I've tested getTransactionReceipt(), to get all detail about transaction with amount of token transfer. Also tested getTransaction but it returns only Ether transferred value. Is there any other ...