_title: Constants _section: Constants @ The **ethers.contants** Object contains commonly used values. _heading: Importing _code: constants-import.js _subsection: Bytes _property: constants.AddressZero => string<[Address](address)> @ @SRC The Address Zero, which is 20 bytes (40 nibbles) of zero. _property: constants.HashZero => string<[[datahexstring]]<32>> @ @SRC The Hash Zero, which is 32 bytes (64 nibbles) of zero. _subsection: Strings _property: constants.EtherSymbol => string @ @SRC The Ether symbol, **Ξ**. _subsection: BigNumber _property: constants.NegativeOne => [[bignumber]] @ @SRC The BigNumber value representing ``"-1"``. _property: constants.Zero => [[bignumber]] @ @SRC The BigNumber value representing ``"0"``. _property: constants.One => [[bignumber]] @ @SRC The BigNumber value representing ``"1"``. _property: constants.Two => [[bignumber]] @ @SRC The BigNumber value representing ``"2"``. _property: constants.WeiPerEther => [[bignumber]] @ @SRC The BigNumber value representing ``"1000000000000000000"``, which is the number of Wei per Ether. _property: constants.MaxUint256 => [[bignumber]] @ @SRC The BigNumber value representing the maximum ``uint256`` value.