moonpay-block-explorer
Installation
SKILL.md
Block explorer
Goal
After any swap, bridge, or transfer, open the result in the correct block explorer. Also useful for viewing wallet addresses and token contract pages.
Explorer URLs
| Chain | Transaction | Wallet | Token |
|---|---|---|---|
| solana | https://solscan.io/tx/{sig} |
https://solscan.io/account/{addr} |
https://solscan.io/token/{addr} |
| ethereum | https://etherscan.io/tx/{hash} |
https://etherscan.io/address/{addr} |
https://etherscan.io/token/{addr} |
| base | https://basescan.org/tx/{hash} |
https://basescan.org/address/{addr} |
https://basescan.org/token/{addr} |
| polygon | https://polygonscan.com/tx/{hash} |
https://polygonscan.com/address/{addr} |
https://polygonscan.com/token/{addr} |
| arbitrum | https://arbiscan.io/tx/{hash} |
https://arbiscan.io/address/{addr} |
https://arbiscan.io/token/{addr} |
| optimism | https://optimistic.etherscan.io/tx/{hash} |
https://optimistic.etherscan.io/address/{addr} |
https://optimistic.etherscan.io/token/{addr} |
| bnb | https://bscscan.com/tx/{hash} |
https://bscscan.com/address/{addr} |
https://bscscan.com/token/{addr} |
| avalanche | https://snowscan.xyz/tx/{hash} |
https://snowscan.xyz/address/{addr} |
https://snowscan.xyz/token/{addr} |
| bitcoin | https://mempool.space/tx/{txid} |
https://mempool.space/address/{addr} |
— |