How can I find my ERC20 token address?
The ERC-20 Token Address is the smart contract address for the specific token you want to raffle (e.g., USDC, SHIB, LINK). This is a 0x... address that identifies the token contract.
Here is how to find it.
Method 1: Using CoinGecko or CoinMarketCap
- Go to CoinGecko.com or CoinMarketCap.com.
- Search for the token you want to raffle (e.g., "USDC").
- Click on the token to open its main page.
- Scroll down to find the "Contract" section (on CoinGecko) or "Contracts" section (on CoinMarketCap).
- You will see the contract address listed for each chain the token is on (e.g., Ethereum, Polygon, Base, etc.).
- Important: Make sure you copy the contract address for the correct chain where you want to raffle the token.
Method 2: Using Block Explorers
Use the appropriate block explorer for your chain:
- Ethereum: Etherscan.io
- Polygon: PolygonScan.com
- Base: BaseScan.org
- BNB Chain: BscScan.com
- Avalanche: Snowtrace.io
- Arbitrum: Arbiscan.io
- Optimism: Optimistic.Etherscan.io
Steps for any explorer:
- Search for the token name (e.g., "USDC") in the search bar.
- Click on the token from the search results.
- The Contract Address will be displayed at the top of the page.
- Copy this address to use when creating your raffle.
Method 3: Check Your Wallet
If you already have the token in your wallet, you can find the contract address there:
- Open your wallet (e.g., MetaMask).
- Make sure you're on the correct network.
- Find the token in your token list.
- Click on the token to view its details.
- The contract address should be visible in the token details.
Important: Always verify you're getting the contract address for the correct chain. USDC on Ethereum has a different contract address than USDC on Polygon or Base.
Can’t find what you’re looking for?Contact support