etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 400 forks source link

Added Tx receipt fields (so you can see the called contract addresses… #18

Open rangelife opened 8 years ago

rangelife commented 8 years ago

… and how much gas was actually spent)

A pretty simple change, but gives a lot more power - you can jump to a pending transaction (which will show ?? for ContractAddress and GasUsed fields), then refresh it to see when it's been mined.

You can also see if it threw (GasUsed will equal Gas Sent).

Corrected the existing "Gas" and "Gas Used" fields to "Gas Sent", as they reflect what is sent in the transaction - not what comes back in the result.