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