(Outdated post) Network Explorer

:mega: 1.1.0 version released! :mega:

New features:

8 Likes

:mega: 1.1.1 version released! :mega:

Changes

  • All dates use your timezone, no more UTC date :wink:

:warning: 1 day interval in charts still uses “UTC day” period :warning:

7 Likes

:warning: Some transactions were not indexed by Incscan overnight, so you should see missing volume or trades until I reindex them :warning:

The whole incscan team is sorry for the inconvenience :sweat_smile:

4 Likes

Fixed

5 Likes

:mega: 1.2.0 version released! :mega:

New feature:

  • Total amount for shielded coins: Shielded coins overview page now shows 2 different values:
    • Total amount: the global value in $ of all coins shielded in the network (burned coins are not taken into account)
    • Current amount: the current value in $ of all the coins currently shielded in the network

Changes

  • Amounts and prices format in charts improved
8 Likes

it’s just amazing

  • total amount can show how attractive our privacy products are to crypto mass people
  • current amount is like the p-Coinmarketcap showing how big the privacy part of the crypto world is. I once bounced the idea about it here.

I love the meaning behind these 2 metrics and what you have been working on them. Thanks, @inccry :grinning:

4 Likes

I’m news to google sheets, but is there a way to pull the live prv price into there? It looks like H3 data, but I tried importXML function. No dice.

1 Like

Wanted to reiterate this comment right here for the community to show some love to @inccry for what he and his team built.

5 Likes

Just a note to say a big shout out THANK YOU! Keep up the great work you are doing! Now WHERE did I put that VALIDATOR? :slight_smile:

1 Like

Thanks @George_Rudenberg,

For the validator, put it here please :wink: https://incognito.mesquka.com/

I’ll add validators stats only when I’ll be able to process committees historical data, and it doesn’t seem to be possible for now.

4 Likes

Nice job @inccry

:mega: 1.2.2 version released! :mega:

New features:

5 Likes

Hey @inccry, I have feedback about the trades.

Currently, https://incscan.io/pdex/trades page shows the trade amounts incorrectly. There are two issues.

1- The sold amount contains the network fee, which should be deducted from the amount. As an example, please see the transaction below. The sold amount is 49.999996 PRV. However, https://incscan.io/pdex/trades page shows 50 PRV as the sold amount.
https://incscan.io/blockchain/transactions/182dd3a94da1dae12659724b29f745727d039a2561b5ead9ca018b899df6de9e

2- The explorer shows the minimum amount for the bought amount. Please check out the transaction above. 43.011025 pUSDC is the minimum acceptable amount. Otherwise, it is refunded. The correct amount is written on the response of pDEX. Please check out the response transaction.

The correct amount is in the red rectangle. Its unit is nano. So, the user bought 43.445344 PRV.
Region capture 62

3 Likes

Hi @abduraman,

1 - Hmmmm, I’ll check, thanks.

2 - You’re right, I show amounts with max slippage included in the trades list. Thanks for pointing me that exact amount is available in the trade response, I didn’t see it.

Volumes shown in pairs charts or overviews are OK and use exact traded amounts by using another method to get exact amounts.

5 Likes

@inccry Any idea why the pDEX and inscan.io now show different prices for pairs, for instance PRV:USDT shows $0.8722 and pDEX now shows $0.863492 ?

I believe before the UI update they were similar, but could be wrong on that too. pDEX seems to be consistently lower by at least $0.01 on USDT/C pairs.

2 Likes

Hey @doc,

I’m investigating, but I bet on the 1% slippage included in the price you see in the mobile app.

3 Likes

I confirm, there is a difference between incscan.io and pDex app because pDex app price includes 1% slippage

4 Likes

I have a question about how to calculate or to get the pool size of the quote currency. I couldn’t find another rpc function to get the pool sizes. I use https://api.incognito.org/ptoken/list address. Only pool size and price of prv are there. When I multiply these two values, I get a close value to the pool size in incscan but I cannot reach the exact value. Could you share your way? Thanks. @inccry

1 Like

Hi @abduraman,

I use the getpdestate rpc method to get pools size.

curl 'https://mainnet.incognito.org/fullnode' --data-binary '{"jsonrpc":"1.0","method":"getpdestate","params":[{"BeaconHeight":448347}],"id":4}' | jq '.Result.PDEPoolPairs'

6 Likes

:mega: 1.2.3 version released! :mega:

Changes:

  • Show real bought amount and not the min acceptable amount for each trade
  • Remove rounded amount for each trade

Hi @abduraman, it’s fixed, it was a client side rounding issue.

8 Likes