MattPereira / etherscript

Collection of scripts for interacting with the Ethereum Virtual Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helper function for calculating gas spent

MattPereira opened this issue · comments

commented

Input

  • transaction receipt

Output

  • $ amount spent

Steps

  1. multiply effectiveGasPrice by cumulativeGasUsed to get wei value
  2. convert to usd value