ethers.js/docs/api/utils/constants
2020-02-25 14:57:11 -05:00
..
index.html Updated docs. 2020-02-25 14:57:11 -05:00
README.md Updated docs. 2020-02-25 14:57:11 -05:00

Documentation: html

Constants

The ethers.contants Object contains commonly used values.

Importing

Skipping JavaScript Evaluation.

Bytes

ethers . constants . AddressZero => string< Address >

The Address Zero, which is 20 bytes (40 nibbles) of zero.

ethers . constants . HashZero => string< DataHexstring< 32 > >

The Hash Zero, which is 32 bytes (64 nibbles) of zero.

Strings

ethers . constants . EtherSymbol => string

The Ether symbol, Ξ.

BigNumber

ethers . constants . NegativeOne => BigNumber

The BigNumber value representing "-1".

ethers . constants . Zero => BigNumber

The BigNumber value representing "0".

ethers . constants . One => BigNumber

The BigNumber value representing "1".

ethers . constants . Two => BigNumber

The BigNumber value representing "2".

ethers . constants . WeiPerEther => BigNumber

The BigNumber value representing "1000000000000000000", which is the number of Wei per Ether.

ethers . constants . MaxUint256 => BigNumber

The BigNumber value representing the maximum uint256 value.


Content Hash: 2c8c7edeece6a1d7d8c07e666c59ffeec57423a4b908bed03e62d47b6ae758fb