Skip to content
On this page

formatEther โ€‹

Converts numerical wei to a string representation of ether.

Import โ€‹

ts
import { formatEther } from 'viem'

Usage โ€‹

ts
import { formatEther } from 'viem'

formatEther(1000000000000000000n) 
// '1'

Returns โ€‹

string

Parameters โ€‹

value โ€‹

  • Type: bigint

The wei value.

Released under the MIT License.