Or use the Connect SDK:
Convert between wei, gwei, and ether units
What is wei?
- Definition: The smallest denomination of Ether, used for precise calculations.
- Value: 1 Wei = 10^-18 Ether.
- Usage: Often used in smart contract operations and for precise handling of Ether values.
What is gwei?
- Definition: A commonly used denomination of Ether, particularly for gas prices.
- Value: 1 Gwei = 10^9 Wei = 10^-9 Ether.
- Usage: Typically used to express gas prices in transactions on the Ethereum network.
What is ether?
- Definition: The primary unit of currency on the Ethereum blockchain.
- Value: 1 Ether = 10^18 Wei = 10^9 Gwei.
- Usage: Commonly used for representing user-friendly token amounts and for transactions between users.