Musicoin / orbiter

🛰 A sample blockchain explorer, now evolved to github.com/musicoin/explorer
Other
17 stars 14 forks source link

internal tx didn't show the distribution of fund #6

Closed immartian closed 7 years ago

immartian commented 7 years ago

To echo the PPP contract concept, there should be some internal transactions be breakdown within a tx. Like how Etherscan's view.

Will look into some refs to dig into, e.g. http://hypernephelist.com/2016/06/21/a-simple-smart-contract-ui-web3.html

immartian commented 7 years ago

solved in https://github.com/Musicoin/orbiter/commit/5662066165ce4a9b5f3019cf3d2447cafdbe7f04 please test the view, @phiferd if you have multiple internal tx with a contract.

e.g. http://orbiter.musicoin.org/tx/0xfbca20089daed609f99fdc397fe00ffd926b24711f2fd11830d1d01dbb717166 You can see a smaller line to indicate the internal transfer. I didn't test whether the digits are all correct if the number is smaller enough, close this issue for now though.