Etherscan allows you to explore and search the Ethereum blockchain for transactions, addresses, tokens, prices and other activities taking place on Ethereum
Questions tagged [etherscan]
183 questions
-1
votes
1 answer
Implement Ethereum test wallet support in Python
I'm new in cryptocurrency and i need Implement Ethereum test wallet support in python.
I have a account on etherscan.io already and a can add 1 ETH to my test wallet by https://faucet.metamask.io/
How can I increase my python test wallet balance by…
-1
votes
1 answer
(Etherscan API, web3 vs Etherscan Website) Why different token values?
transaction hash : 0x70a584e4a2eb38cf7d6d48e215f6ac105b17ecfd97cd7091c4079bb961c2aa4c
[Etherscan Website]
https://etherscan.io/tx/0x70a584e4a2eb38cf7d6d48e215f6ac105b17ecfd97cd7091c4079bb961c2aa4c
transferd value = 90000000000000000000000 (90,000…

DonghoChoi
- 1
- 1
-2
votes
1 answer
hardhat deployment on Sepolia
I try many times to deploy my contract by running :
npx hardhat run scripts/deploy.js --network sepolia and all I get is an error message saying:
Error HH100: Network sepolia doesn't exist For more info go to https://hardhat.org/HH100 or run…

Majed Alshaikhi
- 1
- 1