explorer icon indicating copy to clipboard operation
explorer copied to clipboard

[UserTransactionOverviewTab] Parsing 0x1 FA/Coin transfer function

Open ivanfong01 opened this issue 6 months ago • 0 comments

Description

solves #1157 reorganised to remove unnecessary rebased commit As no event will be emitted for transfer action, it will parse the arguments for the following function if the status is success:

  • 0x1::aptos_account::transfer_fungible_assets
  • 0x1::aptos_account::batch_transfer_fungible_assets
  • 0x1::aptos_account::transfer_coins
  • 0x1::aptos_account::batch_transfer_coins
  • 0x1::primary_fungible_store::transfer

This is a interim solution right now. Only work for using those entry function directly. Maybe the 0x1 library should consider emitting transfer event.

image

Related Links

For verifying - view Binance's addresses https://explorer.aptoslabs.com/account/0xae1a6f3d3daccaf77b55044cea133379934bba04a11b9d0bbd643eae5e6e9c70?network=mainnet

Checklist

ivanfong01 avatar Aug 10 '25 16:08 ivanfong01