A cli tool to calculate total gas spent by an address within a given time frame.
This repo has not been updated and is not in sync with the current published package. This repository will be updated soon
A CLI tool to calculate the total amount of Ether spent on gas on transacting on the Ethereum blockchain withing a given date frame.
Install gas-lookup with cargo
cargo install gas-lookup
Once the install is completed, the cli command will be available globally on your system. To run the application:
gas-lookup <ethereum_address or ENS name> <start date> <end date>
ethereum address or ENS name
: The Ethereum mainnet address or ENS domain name whose gas spent needs to be calculatedstart date
: The start date to calculate gas from. Format -dd/mm/yyy
end data
: The date till which gas needs to be calculated. Format -dd/mm/yyy
For help,
gas-lookup --help
Support for ENS names have been added. Search with either ETH address or ENS name
gas-lookup <ETH_address or ENS_name> <start date> <end date>
Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.