Skip to main content
AWAKE HELIX Protocol

Look up a wallet address

Paste a wallet address to see its Genesis records and team.

Questions? Tap here to message Xiaoming
Contents04 / 06

Beginner guides04 / 06

Verify any number on the explorer

In 30 seconds

  • Every on-chain number here can be checked on the explorer yourself
  • Tap "Verifiable on-chain" under a number to reach the explorer
  • Contract source is unverified, so check transactions and event logs

Every live number on this site is read straight from the Anubis chain, but you do not have to take our word for it: each one can be checked on the public block explorer. This guide shows you how.

The official block explorer for Anubis is Anubis Explorer, built on the open-source Blockscout. The search box at the top accepts an address, a transaction hash, a block number or a token name.

Start from "Verifiable on-chain"

Under every live number on this site there is a line of small print such as "● Verifiable on-chain · 1 minute ago". A green dot means the read succeeded, yellow means it has not refreshed for a while, and red means this read failed. Tap the line and it opens up:

  • "Direct chain read" or "Indexer": whether the number was read straight from the blockchain, or from this site's indexer, which aggregates on-chain events.
  • Contract names with short addresses: each opens that contract's address page on the explorer.
  • "Block #number": the block the values were read at; it opens that block's page. The site reads a group of related numbers at one and the same block so they are consistent with each other.
  • "Updated …": how long ago the site read the data, for example "Updated 2 minutes ago".

So checking starts with two taps: open "Verifiable on-chain", then follow a link inside it to the matching explorer page. The explorer shows the latest state by default, so if new blocks have been produced in the meantime, the numbers may have moved on. That is expected.

Address pages

Address pages look like https://browser.anubispace.org/address/0x…. The header tells you whether the address is a regular wallet (EOA) or a contract.

Under Details you find:

  • Balance: the native coin balance. The native coin of Anubis is DAI, and it also pays the fees (if you added the network with the official dApp's configuration, your wallet shows it as ETH; it is the same balance, see Set up a wallet).
  • Tokens: the tokens this address holds and their estimated value.
  • Transactions / Transfers: the number of transactions and token transfers.

The tabs below:

TabWhat it shows
TransactionsTransactions sent or received by this address
Token transfersToken movements in and out, such as DAI transfers
TokensTokens currently held, with balances
Internal txnsTransfers made by contract-internal calls
Coin balance historyHow the native coin balance changed over time

Contract addresses also get a Contract tab and a Logs (event log) tab.

Transaction pages

Transaction pages look like https://browser.anubispace.org/tx/0x…. The lines that matter:

  • Status and method: Success or Failed. A failed transaction has no effect, but the fee is still charged. Next to it is the method called, for example subscribe.
  • Block: the block the transaction is in.
  • Timestamp: when it happened, switchable between Local, UTC and Unix. This site shows every time in UTC+8.
  • From / Interacted with contract: the sender and the contract called.
  • Transaction fee: the fee, also labeled in DAI.

Below, the Token transfers tab lists token movements inside this transaction and the Logs tab lists the events the contracts emitted.

Block pages

Block pages look like https://browser.anubispace.org/block/<number>. They show the block height, time, number of transactions and gas used. Anubis produces a block roughly every second. The block number inside "Verifiable on-chain" on this site is how you pin down exactly when a value was read.

Contract pages: what you can and cannot see

As of 24 September 2026 we checked the main contracts this site reads:

  • The Genesis contract 0x030590921E9841e1d2104642ED285C83B5F0ddB5, the community relations contract 0xc9f9a8a2dBf8188AD6610e0239105CAbE67c4993 and the LGNS token 0x4D1D808a081FdAc440703b3765FC61f8028C06B8 are upgradeable proxies (the explorer marks them Proxy, EIP-1967 Transparent Proxy). The explorer shows the source of the proxy itself, but the implementation contract that does the actual work has not been source-verified on the explorer.
  • As a result, the Read/Write contract section of their Contract tab lists only the proxy's own fallback and receive. Business views such as stats or getRecords are not available there.
  • The DAI token 0x83fd06F0846d9D90B3016bF670Efe2E0B11cDe14 is a verified contract (HyperlaneSyntheticToken).

So to check protocol data you rely on transactions, token transfers and event logs rather than Read contract. The Genesis Plan makes a good example.

Worked example: checking the Genesis Plan

  1. Check the total raised

    Open the Genesis contract's address page and look at Balance and Transfers under Details. As of 24 September 2026, Balance shows 14,999,976.57 DAI and Transfers shows 5,949, matching the total raised and the record count on our Genesis Plan page.

  2. Check individual records

    Switch to the Token transfers tab. Every successful Genesis contribution appears as a DAI transfer from the participant's address into the contract.

  3. Read the event log

    Open any successful subscribe transaction and switch to its Logs tab. You will see two events: a Transfer from the DAI contract and a Subscribed from the Genesis contract.

The real event is Subscribed(recordId, subscriber, daiAmount, timestamp):

PositionMeaningHow to read it
Topic 1Record ID (recordId)Switch that row's display to Number
Topic 2Participant (subscriber)Switch to Address
First 32 bytes of DataAmount (daiAmount)Hex integer; divide by 10^18 for DAI
Last 32 bytes of DataTime (timestamp)Unix seconds

Take transaction 0x97962f…83e5:

  • Topic 1 is 0x…173c, which is 5948 in decimal: record ID 5948.
  • Topic 2 is the address 0x1A39449B796dF8d3c664601360017Ef497224948.
  • The first half of Data, 0x…056bc75e2d63100000, equals 100 × 10^18, so 100 DAI; the DAI Transfer in the same transaction is also 100 DAI.
  • The second half of Data, 0x…6aae08da, equals 1789790426, which is 2026-09-19 12:00:26 (UTC+8).

Those are exactly the four fields of one row in the "Latest records" table on our Genesis Plan page.

Units

On chain, amounts are whole numbers without a decimal point. Convert them with the token's decimals:

TokenDecimalsOn-chain integer → displayed value
DAI18divide by 10^18
LGNS / sLGNS9divide by 10^9
gLGNS18divide by 10^18

The explorer's token transfer lists convert for you; the raw data in event logs does not.

An unofficial reference compiled by one individual, not investment advice. The whitepaper, the official dApp and the on-chain contracts always take precedence.

Before you enter

This site is built independently by one person. It shows public data from the Anubis chain and explains the protocol rules for study and research only. Nothing here is investment advice.

  • Unofficial: it does not speak for the AWAKE HELIX project team
  • No wallet connection, no transactions, never asks for keys or seed phrases; the only transfer is paying for a membership you choose to buy under My account
  • If you register, your notes, groups, tracked addresses and recent lookups are stored on this site's server; every sign-in records your IP and device
  • Data is read straight from on-chain contracts and the rules follow the whitepaper; official announcements and contracts always prevail
  • The HELIX protocol has not launched yet; related figures are whitepaper model projections
  • Crypto assets are extremely volatile and you can lose your entire principal
Read the full terms
  1. A personal project, not an official siteThis site is built and maintained independently by one person for study, research and information only. It is not an official AWAKE HELIX Protocol website and does not represent the project team; membership fees go to the operator of this site, not to the project. If you register, your notes, groups, tracked addresses and recent lookups are stored on this site's server. Every sign-in records your IP address and device.

  2. Read-only on chain, never touches your walletThis site only reads the blockchain: it does not connect to wallets, never requests a signature, never sends a transaction, never asks for a private key, seed phrase or wallet password in any form, and never sends you direct messages. The one transfer it involves is a membership payment: you sign in, choose to create an order on the My account page yourself, then send the exact amount shown on that order page to the receiving address shown on that same page, from your own wallet. Any other request in this site's name to transfer, sign or hand over a key is a scam. To transact, use the official dApp (anubis.origindefi.io).

  3. Data sources and accuracyOn-chain data is read directly from contracts on the Anubis chain and can lag briefly because of node delays or indexer syncing. Rules and guides are based on the public AWAKE HELIX Protocol Whitepaper V1.0 and the official pages, and may contain misreadings or omissions. The project's official announcements and the contracts as finally deployed always prevail.

  4. The HELIX protocol is pending launchThe HELIX protocol modules, including the AiLGNS token, emission, the five pools and ve governance, are not deployed on-chain yet. Every related figure on this site is a whitepaper model projection, not live data; the contracts will be authoritative.

  5. Not investment adviceNothing on this site, including data, charts, model projections and commentary, is investment advice, an offer, a solicitation or a promise of returns, or a recommendation of any token or project.

  6. Risk and complianceCrypto asset prices are extremely volatile and you may lose your entire principal. There are further risks such as contract bugs, thin liquidity and regulatory change. Make sure the laws where you live allow you to use this site, judge for yourself and accept the consequences.

This browser will remember your choice. We will ask again if the terms change.