Top Menu

The top menu contains navigational items for exploration. The menu is customizable, and different instances can have different menus depending on the needs of the chain.

Transactions

  • Mined: Transactions which have been added to the chain, either by validators or miners depending on the chain type.

  • Pending: Transactions still in the mempool which are waiting to be mined. These transactions may be mined or excluded depending on gas fees or network congestion.

Tokens

Token menu is often configured differently depending on the instance.

  • All: A list of ERC-20 tokens deployed to the chain.

  • Native (ie ETH on mainnet): Displays native token holders, ordered by balance.

  • Bridged: If a chain includes bridged tokens (ie Gnosis Chain) these can be catalogued here.

APIs

  • GraphQL: Explore API calls using GraphQL and the in-browser IDE. Learn more about the GraphQL Waynance integration here.

  • RPC: API supporting GET and POST requests for many different API calls.

  • Eth RPC: Supports the most popular JSON RPC methods.

Last updated