Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 482 Bytes

Ether Units.md

File metadata and controls

21 lines (17 loc) · 482 Bytes

A literal number can take a suffix of wei, gwei (1e9) or ether (1e18) to specify a sub-denomination of Ether


Slide Screenshot

071.jpg


Slide Deck

  • Suffix -> Literal Number
    • wei, gwei, ether
  • wei -> Base Unit
  • 1 wei == 1
  • 1 gwei == 1e9
  • 1 ether == 1e18
  • Suffix Multiplication by Power of 10

References