0xbe1

Results 23 comments of 0xbe1

any plan on crossing the finish line? look forward to using this feature 🙏

any plan on crossing the finish line? look forward to using this feature

hey @0xmaayan i have a few questions: 1. what does PFN mean? 2. it looks right that [indexer request](https://cloud.hasura.io/public/graphiql?endpoint=https%3A%2F%2Findexer.mainnet.aptoslabs.com%2Fv1%2Fgraphql&query=query+MyQuery+%7B%0A++table_items%28%0A++++where%3A+%7Btable_handle%3A+%7B_eq%3A+%220x7a36d3935ebd2045f49fab033acad5212782ff81c4b79bd55cc1af3ce7c8418b%22%7D%2C+transaction_version%3A+%7B_eq%3A+%22563060087%22%7D%7D%0A++%29+%7B%0A++++decoded_key%0A++++decoded_value%0A++++key%0A++++table_handle%0A++++transaction_version%0A++++write_set_change_index%0A++%7D%0A++table_metadatas%28%0A++++where%3A+%7Bhandle%3A+%7B_eq%3A+%220x7a36d3935ebd2045f49fab033acad5212782ff81c4b79bd55cc1af3ce7c8418b%22%7D%7D%0A++%29+%7B%0A++++handle%0A++++key_type%0A++++value_type%0A++%7D%0A%7D%0A) returns decoded value, but wondering why is that the case? what...

@SamuelQZQ can this be closed by #113 or not?

1. associated transactions. for example https://aptoscan.com/coin/0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::ThalaAPT 2. holders. for example https://aptoscan.com/coin/0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::ThalaAPT#holders 3. fdv 4. mint and burn txns 5. for Coin, add a link to its FA address

@ying-w i still believe fdv and mcap are quite useful info in aptos explorer since cmc/coingecko are not necessarily showing the right info. - in coingecko https://www.coingecko.com/en/categories/aptos-ecosystem, USDT has huge...

> How does this differ from an already existing wallet experience? Wallet only displays very limited info (success or failure, coin balances changes), while simulation gives raw and full info...

Thinking after simulation, we allow users to click into a link to a yet-to-submit transaction page would be cool. Inside the yet-to-submit transaction page, it has everything: balance changes, events,...

@grao1991 i download and unzip https://storage.googleapis.com/aptos-indexer-grpc-mainnet-table-info-backup/files/chain_id_1_epoch_11049.tar.gz into /data/db/index_async_v2_db/ but still got the same error ``` panicked at ecosystem/indexer-grpc/indexer-grpc-table-info/src/table_info_service.rs:489:39: called `Result::unwrap()` on an `Err` value: ServiceUnavailable(Json(AptosError { message: \"Failed to retrieve...

@alnoki it is because private view function are not included in the generated abi file, and the explorer replies on generated abi to list all entry/view functions. @gregnazario does it...