Skip to content
On this page

parseEther โ€‹

Converts a string representation of ether to numerical wei.

Import โ€‹

ts
import { parseEther } from 'viem'

Usage โ€‹

ts
import { parseEther } from 'viem'

parseEther('420') 
// 420000000000000000000n

Returns โ€‹

bigint

Parameters โ€‹

value โ€‹

  • Type: string

The string representation of ether.

Released under the MIT License.