Explorer links (EIP-3091)
The explorer answers the routes wallets use to link to a transaction, an address, a token or a block (EIP-3091 ). Set it as the network’s block explorer in a wallet and “view on explorer” links work.
| Route | Accepts | Opens |
|---|---|---|
/tx/<hash> | a CometBFT transaction hash, or the 0x… hash of an EVM transaction | the transaction |
/address/<address> | aeva1… or 0x… | the account (shown under its aeva1… form); a 0x… address that has never appeared on chain is not found |
/token/<0x-address> | an AE-20 address | the asset (for a right token, its kind’s row) |
/block/<height> | a block height | the block |
Older paths redirect permanently: /txs/<hash> → /tx/<hash>,
/blocks/<height> → /block/<height>, /accounts/<address> →
/address/<address>.
Base URL: https://explorer.aevachain.com.
Last updated