erc 20 - How to tell whether a 0x address is a wallet or a contract? - Ethereum Stack Exchange
erc 20 - How can a token have the same contract address on ERC20 and BEP20 - Ethereum Stack Exchange
List of ERC20 token contract addresses
Ethereum (ERC-20) vs Ethereum (ETH) Question
Videos
hello eveyrone,
I know that in order to get the addresses of every ERC20 token, https://etherscan.io/ and https://tokenlists.org/ are the way to go.
but for ETH? how can I be sure to get all the right intel?
"chainId": 1,"name": "Ethereum","symbol": "ETH","decimals": 18,"address": "0x0000000000000000000000000000000000000000","logoURI": "https://wallet-asset.matic.network/img/tokens/eth.svg"}
I'm building a DeX aggregator using the 0x API and I can't get my hands on ETH (the token) address; can someone provide me a good tokenlist.json file pelase?
using the 0x API I can put the symbol ETH in the sellToken/buyToken param instead of the address but I would rather use addresses instead of symbols
Is there a list anywhere of the contract addresses associated with ICOed tokens? The only one I know of is on Etherscan, but that only lists 47 of them.